forked from friendica/friendica-addons
18 lines
1,011 B
PHP
18 lines
1,011 B
PHP
|
<?php
|
||
|
|
||
|
$a->strings["Could NOT install Libravatar successfully.<br>It requires PHP >= 5.3"] = "";
|
||
|
$a->strings["generic profile image"] = "generuj obraz profilowy";
|
||
|
$a->strings["random geometric pattern"] = "przypadkowy wzorzec geometryczny";
|
||
|
$a->strings["monster face"] = "monster face";
|
||
|
$a->strings["computer generated face"] = "";
|
||
|
$a->strings["retro arcade style face"] = "";
|
||
|
$a->strings["Warning"] = "Ostrzeżenie";
|
||
|
$a->strings["Your PHP version %s is lower than the required PHP >= 5.3."] = "";
|
||
|
$a->strings["This addon is not functional on your server."] = "";
|
||
|
$a->strings["Information"] = "";
|
||
|
$a->strings["Gravatar addon is installed. Please disable the Gravatar addon.<br>The Libravatar addon will fall back to Gravatar if nothing was found at Libravatar."] = "";
|
||
|
$a->strings["Submit"] = "Potwierdź";
|
||
|
$a->strings["Default avatar image"] = "Domyślny awatar";
|
||
|
$a->strings["Select default avatar image if none was found. See README"] = "";
|
||
|
$a->strings["Libravatar settings updated."] = "";
|