forked from friendica/friendica-addons
16 lines
927 B
PHP
16 lines
927 B
PHP
<?php
|
|
|
|
$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["Information"] = "";
|
|
$a->strings["Libravatar addon is installed, too. Please disable Libravatar addon or this 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 at Gravatar. See README"] = "";
|
|
$a->strings["Rating of images"] = "";
|
|
$a->strings["Select the appropriate avatar rating for your site. See README"] = "";
|
|
$a->strings["Gravatar settings updated."] = "Zaktualizowane ustawienie Gravatara";
|