diff --git a/geonames/lang/pl/messages.po b/geonames/lang/pl/messages.po new file mode 100644 index 00000000..16164435 --- /dev/null +++ b/geonames/lang/pl/messages.po @@ -0,0 +1,36 @@ +# ADDON geonames +# Copyright (C) +# This file is distributed under the same license as the Friendica geonames addon package. +# +# +# Translators: +# Waldemar Stoczkowski , 2018 +msgid "" +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-03-31 19:23+0000\n" +"Last-Translator: Waldemar Stoczkowski \n" +"Language-Team: Polish (http://www.transifex.com/Friendica/friendica/language/pl/)\n" +"MIME-Version: 1.0\n" +"Content-Type: text/plain; charset=UTF-8\n" +"Content-Transfer-Encoding: 8bit\n" +"Language: pl\n" +"Plural-Forms: nplurals=4; plural=(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" + +#: geonames.php:143 +msgid "Geonames settings updated." +msgstr "Zaktualizowano ustawienia Geonames." + +#: geonames.php:179 +msgid "Geonames Settings" +msgstr "Ustawienia Geonames" + +#: geonames.php:181 +msgid "Enable Geonames Addon" +msgstr "Włącz dodatek Geonames" + +#: geonames.php:187 +msgid "Submit" +msgstr "Wyślij" diff --git a/geonames/lang/pl/strings.php b/geonames/lang/pl/strings.php index 08a3633c..4a04e148 100644 --- a/geonames/lang/pl/strings.php +++ b/geonames/lang/pl/strings.php @@ -1,6 +1,11 @@ -strings["Geonames settings updated."] = ""; -$a->strings["Geonames Settings"] = "ustawienia Geonames"; -$a->strings["Enable Geonames Addon"] = ""; -$a->strings["Submit"] = "Potwierdź"; +=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["Geonames settings updated."] = "Zaktualizowano ustawienia Geonames."; +$a->strings["Geonames Settings"] = "Ustawienia Geonames"; +$a->strings["Enable Geonames Addon"] = "Włącz dodatek Geonames"; +$a->strings["Submit"] = "Wyślij";