]> git.mxchange.org Git - friendica-addons.git/blob - gravatar/lang/pl/strings.php
Rendertime: possibility to define a minimal value for displaying the execution times
[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         return ($n==1 ? 0 : ($n%10>=2 && $n%10<=4) && ($n%100<12 || $n%100>14) ? 1 : $n!=1 && ($n%10>=0 && $n%10<=1) || ($n%10>=5 && $n%10<=9) || ($n%100>=12 && $n%100<=14) ? 2 : 3);;
7 }}
8 ;
9 $a->strings["generic profile image"] = "ogólny obraz profilu";
10 $a->strings["random geometric pattern"] = "losowy wzór geometryczny";
11 $a->strings["monster face"] = "twarz potwora";
12 $a->strings["computer generated face"] = "wygenerowana komputerowo twarz";
13 $a->strings["retro arcade style face"] = "twarz w stylu retro arcade";
14 $a->strings["Information"] = "Informacje";
15 $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.";
16 $a->strings["Submit"] = "Zatwierdź";
17 $a->strings["Default avatar image"] = "Domyślny obraz awatara";
18 $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";
19 $a->strings["Rating of images"] = "Ocena zdjęć";
20 $a->strings["Select the appropriate avatar rating for your site. See README"] = "Wybierz odpowiednią ocenę awatara dla swojej witryny. Zobacz README";
21 $a->strings["Gravatar settings updated."] = "Zaktualizowano ustawienia Gravatar.";