]> git.mxchange.org Git - friendica-addons.git/commitdiff
cookienotice CS translation THX waldis
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 2 Feb 2019 07:34:54 +0000 (08:34 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Sat, 2 Feb 2019 07:34:54 +0000 (08:34 +0100)
cookienotice/lang/pl/messages.po
cookienotice/lang/pl/strings.php

index 5b28ba3ec8cf8b37ba04d42b50819e8aebe290fe..be47f834a3b71dcae552307f0c9b6125dcd5a4ca 100644 (file)
@@ -11,7 +11,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: \n"
 "Report-Msgid-Bugs-To: \n"
-"POT-Creation-Date: 2019-01-20 14:51+0100\n"
+"POT-Creation-Date: 2019-01-30 10:48+0100\n"
 "PO-Revision-Date: 2019-01-23 16:01+0000\n"
 "Last-Translator: Waldemar Stoczkowski, 2019\n"
 "Language-Team: Polish (https://www.transifex.com/Friendica/teams/12172/pl/)\n"
@@ -21,37 +21,61 @@ msgstr ""
 "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"
 
-#: cookienotice.php:53
-msgid "\"cookienotice\" Settings"
+#: cookienotice.php:63
+msgid ""
+"This website uses cookies. If you continue browsing this website, you agree "
+"to the usage of cookies."
 msgstr ""
+"Ta strona używa plików cookie. Jeśli będziesz kontynuować przeglądanie tej "
+"strony, zgadzasz się na użycie plików cookie."
 
-#: cookienotice.php:54
+#: cookienotice.php:64 cookienotice.php:133
+msgid "OK"
+msgstr "OK"
+
+#: cookienotice.php:68
+msgid "\"cookienotice\" Settings"
+msgstr "Ustawienia \"plików cookie\""
+
+#: cookienotice.php:69
 msgid ""
 "<b>Configure your cookie usage notice.</b> It should just be a notice, "
 "saying that the website uses cookies. It is shown as long as a user didnt "
 "confirm clicking the OK button."
 msgstr ""
+"<b>Skonfiguruj zawiadomienie o użyciu plików cookie.</b> Powinien to być po "
+"prostu komunikat, że strona korzysta z plików cookie. Jest wyświetlany, o "
+"ile użytkownik nie potwierdził, klikając przycisk OK."
 
-#: cookienotice.php:55
+#: cookienotice.php:70
 msgid "Cookie Usage Notice"
-msgstr ""
+msgstr "Użyciu plików cookie"
 
-#: cookienotice.php:55
+#: cookienotice.php:70
 msgid "The cookie usage notice"
-msgstr ""
+msgstr "Powiadomienie o użyciu plików cookie"
 
-#: cookienotice.php:56
+#: cookienotice.php:71
 msgid "OK Button Text"
 msgstr "Tekst przycisku OK"
 
-#: cookienotice.php:56
+#: cookienotice.php:71
 msgid "The OK Button text"
-msgstr ""
+msgstr "Tekst przycisku OK"
 
-#: cookienotice.php:57
+#: cookienotice.php:72
 msgid "Save Settings"
-msgstr ""
+msgstr "Zapisz ustawienia"
 
-#: cookienotice.php:72
+#: cookienotice.php:97
 msgid "cookienotice Settings saved."
+msgstr "Zapisano stawienia plików cookie."
+
+#: cookienotice.php:132
+msgid ""
+"This website uses cookies to recognize revisiting and logged in users. You "
+"accept the usage of these cookies by continue browsing this website."
 msgstr ""
+"Ta strona używa plików cookie do rozpoznawania ponownych odwiedzin i "
+"zalogowanych użytkowników. Akceptujesz użycie tych plików cookie, "
+"kontynuując przeglądanie tej witryny."
index 6b828f38eb31d6ff85212b415f0c49b2fd652cbb..3643e5adee0f4f62f58bf690aae2041177c21b08 100644 (file)
@@ -6,11 +6,14 @@ 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["\"cookienotice\" Settings"] = "";
-$a->strings["<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button."] = "";
-$a->strings["Cookie Usage Notice"] = "";
-$a->strings["The cookie usage notice"] = "";
+$a->strings["This website uses cookies. If you continue browsing this website, you agree to the usage of cookies."] = "Ta strona używa plików cookie. Jeśli będziesz kontynuować przeglądanie tej strony, zgadzasz się na użycie plików cookie.";
+$a->strings["OK"] = "OK";
+$a->strings["\"cookienotice\" Settings"] = "Ustawienia \"plików cookie\"";
+$a->strings["<b>Configure your cookie usage notice.</b> It should just be a notice, saying that the website uses cookies. It is shown as long as a user didnt confirm clicking the OK button."] = "<b>Skonfiguruj zawiadomienie o użyciu plików cookie.</b> Powinien to być po prostu komunikat, że strona korzysta z plików cookie. Jest wyświetlany, o ile użytkownik nie potwierdził, klikając przycisk OK.";
+$a->strings["Cookie Usage Notice"] = "Użyciu plików cookie";
+$a->strings["The cookie usage notice"] = "Powiadomienie o użyciu plików cookie";
 $a->strings["OK Button Text"] = "Tekst przycisku OK";
-$a->strings["The OK Button text"] = "";
-$a->strings["Save Settings"] = "";
-$a->strings["cookienotice Settings saved."] = "";
+$a->strings["The OK Button text"] = "Tekst przycisku OK";
+$a->strings["Save Settings"] = "Zapisz ustawienia";
+$a->strings["cookienotice Settings saved."] = "Zapisano stawienia plików cookie.";
+$a->strings["This website uses cookies to recognize revisiting and logged in users. You accept the usage of these cookies by continue browsing this website."] = "Ta strona używa plików cookie do rozpoznawania ponownych odwiedzin i zalogowanych użytkowników. Akceptujesz użycie tych plików cookie, kontynuując przeglądanie tej witryny.";