]> git.mxchange.org Git - friendica-addons.git/blob - morepokes/lang/pl/strings.php
planets addon IT translation update THX Sylke Vicious
[friendica-addons.git] / morepokes / 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 ;
9 $a->strings["bitchslap"] = "spoliczkować";
10 $a->strings["bitchslapped"] = "spoliczkowanie";
11 $a->strings["shag"] = "wścieka się";
12 $a->strings["shagged"] = "wściekły";
13 $a->strings["do something obscenely biological to"] = "zrobić coś nieprzyzwoicie biologicznego";
14 $a->strings["did something obscenely biological to"] = "zrobił coś nieprzyzwoicie biologicznego";
15 $a->strings["point out the poke feature to"] = "wskaż funkcję szturchnąć";
16 $a->strings["pointed out the poke feature to"] = "wskaż na funkcję zaczepić do";
17 $a->strings["declare undying love for"] = "wyznaję dozgonną miłość do";
18 $a->strings["declared undying love for"] = "deklaruję dozgonną miłość dla";
19 $a->strings["patent"] = "patent";
20 $a->strings["patented"] = "opatentowane";
21 $a->strings["stroke beard"] = "pogłaskać brodę";
22 $a->strings["stroked their beard at"] = "pogłaskał ich brody o";
23 $a->strings["bemoan the declining standards of modern secondary and tertiary education to"] = "opłakują upadające standardy nowoczesnej szkoły średniej i wyższej";
24 $a->strings["bemoans the declining standards of modern secondary and tertiary education to"] = "żałuje upadających standardów nowoczesnej edukacji na poziomie średnim i wyższym";
25 $a->strings["hug"] = "objął";
26 $a->strings["hugged"] = "objąć";
27 $a->strings["kiss"] = "całus";
28 $a->strings["kissed"] = "ucałować";
29 $a->strings["raise eyebrows at"] = "podnieś brwi";
30 $a->strings["raised their eyebrows at"] = "podnieśli brwi";
31 $a->strings["insult"] = "obraza";
32 $a->strings["insulted"] = "znieważony";
33 $a->strings["praise"] = "pochwała";
34 $a->strings["praised"] = "pochwalić";
35 $a->strings["be dubious of"] = "jest wątpliwe";
36 $a->strings["was dubious of"] = "było wątpliwe";
37 $a->strings["eat"] = "jeść";
38 $a->strings["ate"] = "jadł";
39 $a->strings["giggle and fawn at"] = "chichotać i płakać";
40 $a->strings["giggled and fawned at"] = "roześmiał się przymilająco";
41 $a->strings["doubt"] = "wątpi";
42 $a->strings["doubted"] = "powątpiewa";
43 $a->strings["glare"] = "blask";
44 $a->strings["glared at"] = "spojrzał na";