From: Tobias Diekershoff <tobias.diekershoff@gmx.net> Date: Sun, 1 Apr 2018 16:24:14 +0000 (+0200) Subject: piwik PL translation X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=b34ab984aa9c00e855324f42d0a2ca66347e67fa;p=friendica-addons.git piwik PL translation --- diff --git a/piwik/lang/pl/messages.po b/piwik/lang/pl/messages.po new file mode 100644 index 00000000..41231634 --- /dev/null +++ b/piwik/lang/pl/messages.po @@ -0,0 +1,64 @@ +# ADDON piwik +# Copyright (C) +# This file is distributed under the same license as the Friendica piwik addon package. +# +# +# Translators: +# Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>, 2018 +msgid "" +msgstr "" +"Project-Id-Version: friendica\n" +"Report-Msgid-Bugs-To: \n" +"POT-Creation-Date: 2015-07-26 12:49+0200\n" +"PO-Revision-Date: 2018-03-31 20:06+0000\n" +"Last-Translator: Waldemar Stoczkowski <waldemar.stoczkowski@gmail.com>\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" + +#: piwik.php:79 +msgid "" +"This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> " +"analytics tool." +msgstr "Ta strona internetowa jest Åledzona za pomocÄ narzÄdzia analitycznego <a href='http://www.piwik.org'>Piwik</a>." + +#: piwik.php:82 +#, php-format +msgid "" +"If you do not want that your visits are logged in this way you <a " +"href='%s'>can set a cookie to prevent Piwik from tracking further visits of " +"the site</a> (opt-out)." +msgstr "JeÅli nie chcesz, aby Twoje wizyty byÅy rejestrowane w ten sposób, <a href='%s'>możesz ustawiÄ plik cookie, aby uniemożliwiÄ Piwik Åledzenie dalszych odwiedzin witryny</a> (rezygnacja)." + +#: piwik.php:89 +msgid "Save Settings" +msgstr "Zapisz ustawienia" + +#: piwik.php:90 +msgid "Piwik Base URL" +msgstr "Podstawowy adres URL Piwik" + +#: piwik.php:90 +msgid "" +"Absolute path to your Piwik installation. (without protocol (http/s), with " +"trailing slash)" +msgstr "BezwzglÄdna Åcieżka do Twojej instalacji Piwik. (bez protokoÅu (http/s), z ukoÅnikiem)" + +#: piwik.php:91 +msgid "Site ID" +msgstr "Identyfikator ID witryny" + +#: piwik.php:92 +msgid "Show opt-out cookie link?" +msgstr "Pokaż ÅÄ cze opt-out cookie?" + +#: piwik.php:93 +msgid "Asynchronous tracking" +msgstr "Åledzenie asynchroniczne" + +#: piwik.php:105 +msgid "Settings updated." +msgstr "Ustawienia zaktualizowane." diff --git a/piwik/lang/pl/strings.php b/piwik/lang/pl/strings.php index 23950050..ce3884c8 100644 --- a/piwik/lang/pl/strings.php +++ b/piwik/lang/pl/strings.php @@ -1,11 +1,16 @@ -<?php - -$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = ""; -$a->strings["If you do not want that your visits are logged this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = ""; -$a->strings["Submit"] = "Potwierdź"; -$a->strings["Piwik Base URL"] = ""; -$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = ""; -$a->strings["Site ID"] = "ID strony"; -$a->strings["Show opt-out cookie link?"] = ""; -$a->strings["Asynchronous tracking"] = ""; -$a->strings["Settings updated."] = "Zaktualizowano ustawienia."; +<?php + +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);; +}} +; +$a->strings["This website is tracked using the <a href='http://www.piwik.org'>Piwik</a> analytics tool."] = "Ta strona internetowa jest Åledzona za pomocÄ narzÄdzia analitycznego <a href='http://www.piwik.org'>Piwik</a>."; +$a->strings["If you do not want that your visits are logged in this way you <a href='%s'>can set a cookie to prevent Piwik from tracking further visits of the site</a> (opt-out)."] = "JeÅli nie chcesz, aby Twoje wizyty byÅy rejestrowane w ten sposób, <a href='%s'>możesz ustawiÄ plik cookie, aby uniemożliwiÄ Piwik Åledzenie dalszych odwiedzin witryny</a> (rezygnacja)."; +$a->strings["Save Settings"] = "Zapisz ustawienia"; +$a->strings["Piwik Base URL"] = "Podstawowy adres URL Piwik"; +$a->strings["Absolute path to your Piwik installation. (without protocol (http/s), with trailing slash)"] = "BezwzglÄdna Åcieżka do Twojej instalacji Piwik. (bez protokoÅu (http/s), z ukoÅnikiem)"; +$a->strings["Site ID"] = "Identyfikator ID witryny"; +$a->strings["Show opt-out cookie link?"] = "Pokaż ÅÄ cze opt-out cookie?"; +$a->strings["Asynchronous tracking"] = "Åledzenie asynchroniczne"; +$a->strings["Settings updated."] = "Ustawienia zaktualizowane.";