]> git.mxchange.org Git - friendica-addons.git/commitdiff
PL translation piwik THX waldis
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 6 Aug 2018 12:11:48 +0000 (14:11 +0200)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Mon, 6 Aug 2018 12:11:48 +0000 (14:11 +0200)
piwik/lang/pl/messages.po
piwik/lang/pl/strings.php

index 4123163439484e9882902f028947980b95638b37..15e56f38edd9581c7e610ef1e121ca92aa5869a3 100644 (file)
@@ -10,7 +10,7 @@ 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"
+"PO-Revision-Date: 2018-08-04 11:17+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"
@@ -53,7 +53,7 @@ msgstr "Identyfikator ID witryny"
 
 #: piwik.php:92
 msgid "Show opt-out cookie link?"
-msgstr "Pokaż łącze opt-out cookie?"
+msgstr "Pokazać link do rezygnacji z plików cookie?"
 
 #: piwik.php:93
 msgid "Asynchronous tracking"
@@ -61,4 +61,4 @@ msgstr "Śledzenie asynchroniczne"
 
 #: piwik.php:105
 msgid "Settings updated."
-msgstr "Ustawienia zaktualizowane."
+msgstr "Zaktualizowano ustawienia."
index ce3884c80310eeb1af36024d669fa2724c12a13a..c8178c5c94ee1fedfd7b23e8e2eab87c20e1e8c0 100644 (file)
@@ -2,6 +2,7 @@
 
 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);;
 }}
 ;
@@ -11,6 +12,6 @@ $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["Show opt-out cookie link?"] = "Pokazać link do rezygnacji z plików cookie?";
 $a->strings["Asynchronous tracking"] = "Śledzenie asynchroniczne";
-$a->strings["Settings updated."] = "Ustawienia zaktualizowane.";
+$a->strings["Settings updated."] = "Zaktualizowano ustawienia.";