]> git.mxchange.org Git - friendica-addons.git/blob - gravatar/lang/pl/strings.php
regenerated all the strings
[friendica-addons.git] / gravatar / lang / pl / strings.php
1 <?php
2
3 if(! function_exists("string_plural_select_pl")) {
4 function string_plural_select_pl($n){
5         $n = intval($n);
6         if ($n==1) { return 0; } else if (($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14)) { return 1; } else if ($n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14)) { return 2; } else  { return 3; }
7 }}
8 $a->strings['generic profile image'] = 'ogólny obraz profilu';
9 $a->strings['random geometric pattern'] = 'losowy wzór geometryczny';
10 $a->strings['monster face'] = 'twarz potwora';
11 $a->strings['computer generated face'] = 'wygenerowana komputerowo twarz';
12 $a->strings['retro arcade style face'] = 'twarz w stylu retro arcade';
13 $a->strings['Information'] = 'Informacje';
14 $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.'] = 'Zainstalowany jest także dodatek Libravatar. Wyłącz dodatek Libravatar lub dodatek Gravatar.<br> Dodatek Libravatar powróci do Gravatar, jeśli w Libravatar nie zostanie znaleziony żaden przedmiot.';
15 $a->strings['Submit'] = 'Zatwierdź';
16 $a->strings['Default avatar image'] = 'Domyślny obraz awatara';
17 $a->strings['Select default avatar image if none was found at Gravatar. See README'] = 'Wybierz domyślny obraz awatara, jeśli nie znaleziono go w Gravatar. Zobacz README';
18 $a->strings['Rating of images'] = 'Ocena zdjęć';
19 $a->strings['Select the appropriate avatar rating for your site. See README'] = 'Wybierz odpowiednią ocenę awatara dla swojej witryny. Zobacz README';
20 $a->strings['Gravatar settings updated.'] = 'Zaktualizowano ustawienia Gravatar.';