From 42e63687862aeb3aa03f4edd8640f3f42ac3606e Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 1 Apr 2018 19:19:08 +0200 Subject: [PATCH] openstreetmap PL translation --- openstreetmap/lang/pl/messages.po | 46 +++++++++++++++++++++++++++++++ openstreetmap/lang/pl/strings.php | 21 ++++++++------ 2 files changed, 59 insertions(+), 8 deletions(-) create mode 100644 openstreetmap/lang/pl/messages.po diff --git a/openstreetmap/lang/pl/messages.po b/openstreetmap/lang/pl/messages.po new file mode 100644 index 00000000..4248d891 --- /dev/null +++ b/openstreetmap/lang/pl/messages.po @@ -0,0 +1,46 @@ +# ADDON openstreetmap +# Copyright (C) +# This file is distributed under the same license as the Friendica openstreetmap 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 17:34+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" + +#: openstreetmap.php:94 +msgid "Submit" +msgstr "Zatwierdź" + +#: openstreetmap.php:95 +msgid "Tile Server URL" +msgstr "Adres URL serwera sąsiadująco" + +#: openstreetmap.php:95 +msgid "" +"A list of public tile servers" +msgstr "Lista serwerów publicznych" + +#: openstreetmap.php:96 +msgid "Default zoom" +msgstr "Domyślny zoom" + +#: openstreetmap.php:96 +msgid "The default zoom level. (1:world, 18:highest)" +msgstr "Domyślny poziom powiększenia. (1:świat, 18:najwyższy)" + +#: openstreetmap.php:104 +msgid "Settings updated." +msgstr "Ustawienia zaktualizowane." diff --git a/openstreetmap/lang/pl/strings.php b/openstreetmap/lang/pl/strings.php index 3bc33e58..8bb1121b 100644 --- a/openstreetmap/lang/pl/strings.php +++ b/openstreetmap/lang/pl/strings.php @@ -1,8 +1,13 @@ -strings["Submit"] = "Potwierdź"; -$a->strings["Tile Server URL"] = ""; -$a->strings["A list of public tile servers"] = ""; -$a->strings["Default zoom"] = "Domyślne przybliżenie"; -$a->strings["The default zoom level. (1:world, 18:highest)"] = ""; -$a->strings["Settings updated."] = "Zaktualizowano ustawienia."; +=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["Submit"] = "Zatwierdź"; +$a->strings["Tile Server URL"] = "Adres URL serwera sąsiadująco"; +$a->strings["A list of public tile servers"] = "Lista serwerów publicznych"; +$a->strings["Default zoom"] = "Domyślny zoom"; +$a->strings["The default zoom level. (1:world, 18:highest)"] = "Domyślny poziom powiększenia. (1:świat, 18:najwyższy)"; +$a->strings["Settings updated."] = "Ustawienia zaktualizowane.";