diff --git a/morepokes/lang/pl/messages.po b/morepokes/lang/pl/messages.po index d5832802..f00a63e9 100644 --- a/morepokes/lang/pl/messages.po +++ b/morepokes/lang/pl/messages.po @@ -10,7 +10,7 @@ msgstr "" "Project-Id-Version: friendica\n" "Report-Msgid-Bugs-To: \n" "POT-Creation-Date: 2013-02-27 05:01-0500\n" -"PO-Revision-Date: 2018-04-02 15:21+0000\n" +"PO-Revision-Date: 2018-08-05 15:36+0000\n" "Last-Translator: Waldemar Stoczkowski \n" "Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" "MIME-Version: 1.0\n" @@ -21,19 +21,19 @@ msgstr "" #: morepokes.php:19 msgid "bitchslap" -msgstr "" +msgstr "spoliczkować" #: morepokes.php:19 msgid "bitchslapped" -msgstr "" +msgstr "spoliczkowanie" #: morepokes.php:20 msgid "shag" -msgstr "czupryna" +msgstr "wścieka się" #: morepokes.php:20 msgid "shagged" -msgstr "" +msgstr "wściekły" #: morepokes.php:21 msgid "do something obscenely biological to" @@ -45,15 +45,15 @@ msgstr "zrobił coś nieprzyzwoicie biologicznego" #: morepokes.php:22 msgid "point out the poke feature to" -msgstr "zwróć uwagę na funkcję poke" +msgstr "wskaż funkcję szturchnąć" #: morepokes.php:22 msgid "pointed out the poke feature to" -msgstr "wskazał na funkcję poke do" +msgstr "wskaż na funkcję zaczepić do" #: morepokes.php:23 msgid "declare undying love for" -msgstr "zadeklaruję dozgonną miłość do" +msgstr "wyznaję dozgonną miłość do" #: morepokes.php:23 msgid "declared undying love for" @@ -69,11 +69,11 @@ msgstr "opatentowane" #: morepokes.php:25 msgid "stroke beard" -msgstr "" +msgstr "pogłaskać brodę" #: morepokes.php:25 msgid "stroked their beard at" -msgstr "" +msgstr "pogłaskał ich brody o" #: morepokes.php:26 msgid "" @@ -96,7 +96,7 @@ msgstr "objąć" #: morepokes.php:28 msgid "kiss" -msgstr "pocałunek" +msgstr "całus" #: morepokes.php:28 msgid "kissed" @@ -128,7 +128,7 @@ msgstr "pochwalić" #: morepokes.php:32 msgid "be dubious of" -msgstr "być wątpliwe" +msgstr "jest wątpliwe" #: morepokes.php:32 msgid "was dubious of" @@ -148,15 +148,15 @@ msgstr "chichotać i płakać" #: morepokes.php:34 msgid "giggled and fawned at" -msgstr "" +msgstr "roześmiał się przymilająco" #: morepokes.php:35 msgid "doubt" -msgstr "wątpić" +msgstr "wątpi" #: morepokes.php:35 msgid "doubted" -msgstr "powątpiewać" +msgstr "powątpiewa" #: morepokes.php:36 msgid "glare" diff --git a/morepokes/lang/pl/strings.php b/morepokes/lang/pl/strings.php index 9397e9d4..0edb6560 100644 --- a/morepokes/lang/pl/strings.php +++ b/morepokes/lang/pl/strings.php @@ -2,28 +2,29 @@ if(! function_exists("string_plural_select_pl")) { function string_plural_select_pl($n){ + $n = intval($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);; }} ; -$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";