]> git.mxchange.org Git - friendica-addons.git/blobdiff - morepokes/lang/pl/strings.php
planets addon IT translation update THX Sylke Vicious
[friendica-addons.git] / morepokes / lang / pl / strings.php
index 9397e9d43a9ff259b64c3a4e5f8b69e360c0e565..cfd98be04318b28be8f8c6fe5604324a93fea07b 100644 (file)
@@ -2,28 +2,29 @@
 
 if(! function_exists("string_plural_select_pl")) {
 function string_plural_select_pl($n){
-       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);;
+       $n = intval($n);
+       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; }
 }}
 ;
-$a->strings["bitchslap"] = "";
-$a->strings["bitchslapped"] = "";
-$a->strings["shag"] = "czupryna";
-$a->strings["shagged"] = "";
+$a->strings["bitchslap"] = "spoliczkować";
+$a->strings["bitchslapped"] = "spoliczkowanie";
+$a->strings["shag"] = "wścieka się";
+$a->strings["shagged"] = "wściekły";
 $a->strings["do something obscenely biological to"] = "zrobić coś nieprzyzwoicie biologicznego";
 $a->strings["did something obscenely biological to"] = "zrobił coś nieprzyzwoicie biologicznego";
-$a->strings["point out the poke feature to"] = "zwróć uwagę na funkcję poke";
-$a->strings["pointed out the poke feature to"] = "wskazał na funkcję poke do";
-$a->strings["declare undying love for"] = "zadeklaruję dozgonną miłość do";
+$a->strings["point out the poke feature to"] = "wskaż funkcję szturchnąć";
+$a->strings["pointed out the poke feature to"] = "wskaż na funkcję zaczepić do";
+$a->strings["declare undying love for"] = "wyznaję dozgonną miłość do";
 $a->strings["declared undying love for"] = "deklaruję dozgonną miłość dla";
 $a->strings["patent"] = "patent";
 $a->strings["patented"] = "opatentowane";
-$a->strings["stroke beard"] = "";
-$a->strings["stroked their beard at"] = "";
+$a->strings["stroke beard"] = "pogłaskać brodę";
+$a->strings["stroked their beard at"] = "pogłaskał ich brody o";
 $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";
 $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";
 $a->strings["hug"] = "objął";
 $a->strings["hugged"] = "objąć";
-$a->strings["kiss"] = "pocałunek";
+$a->strings["kiss"] = "całus";
 $a->strings["kissed"] = "ucałować";
 $a->strings["raise eyebrows at"] = "podnieś brwi";
 $a->strings["raised their eyebrows at"] = "podnieśli brwi";
@@ -31,13 +32,13 @@ $a->strings["insult"] = "obraza";
 $a->strings["insulted"] = "znieważony";
 $a->strings["praise"] = "pochwała";
 $a->strings["praised"] = "pochwalić";
-$a->strings["be dubious of"] = "być wątpliwe";
+$a->strings["be dubious of"] = "jest wątpliwe";
 $a->strings["was dubious of"] = "było wątpliwe";
 $a->strings["eat"] = "jeść";
 $a->strings["ate"] = "jadł";
 $a->strings["giggle and fawn at"] = "chichotać i płakać";
-$a->strings["giggled and fawned at"] = "";
-$a->strings["doubt"] = "wątpić";
-$a->strings["doubted"] = "powątpiewać";
+$a->strings["giggled and fawned at"] = "roześmiał się przymilająco";
+$a->strings["doubt"] = "wątpi";
+$a->strings["doubted"] = "powątpiewa";
 $a->strings["glare"] = "blask";
 $a->strings["glared at"] = "spojrzał na";