forked from friendica/friendica-addons
Merge pull request #801 from tobiasd/20190202-lng
cookiemessage translation
This commit is contained in:
commit
c1119bc640
|
@ -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: Aditoo, 2019\n"
|
||||
"Language-Team: Czech (https://www.transifex.com/Friendica/teams/12172/cs/)\n"
|
||||
|
@ -21,37 +21,61 @@ msgstr ""
|
|||
"Language: cs\n"
|
||||
"Plural-Forms: nplurals=4; plural=(n == 1 && n % 1 == 0) ? 0 : (n >= 2 && n <= 4 && n % 1 == 0) ? 1: (n % 1 != 0 ) ? 2 : 3;\n"
|
||||
|
||||
#: cookienotice.php:53
|
||||
msgid "\"cookienotice\" Settings"
|
||||
msgstr "Nastavení „cokienotice“"
|
||||
#: cookienotice.php:63
|
||||
msgid ""
|
||||
"This website uses cookies. If you continue browsing this website, you agree "
|
||||
"to the usage of cookies."
|
||||
msgstr ""
|
||||
"Tato stránka používá cookies. Pokud budete pokračovat v používání této "
|
||||
"stránky, souhlasíte s používáním cookies."
|
||||
|
||||
#: cookienotice.php:54
|
||||
#: cookienotice.php:64 cookienotice.php:133
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: cookienotice.php:68
|
||||
msgid "\"cookienotice\" Settings"
|
||||
msgstr "Nastavení „cookienotice“"
|
||||
|
||||
#: 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>Nastavte si vaše oznámení o používání cookies.</b> Mělo by to být pouze "
|
||||
"oznámení říkající, že stránka používá cookies. Zobrazí se, dokud uživatel "
|
||||
"neklikne na tlačítko OK."
|
||||
|
||||
#: cookienotice.php:55
|
||||
#: cookienotice.php:70
|
||||
msgid "Cookie Usage Notice"
|
||||
msgstr ""
|
||||
msgstr "Oznámení o používání cookies"
|
||||
|
||||
#: cookienotice.php:55
|
||||
#: cookienotice.php:70
|
||||
msgid "The cookie usage notice"
|
||||
msgstr ""
|
||||
msgstr "Oznámení o používání cookies"
|
||||
|
||||
#: cookienotice.php:56
|
||||
#: cookienotice.php:71
|
||||
msgid "OK Button Text"
|
||||
msgstr "Text tlačítka OK"
|
||||
|
||||
#: cookienotice.php:56
|
||||
#: cookienotice.php:71
|
||||
msgid "The OK Button text"
|
||||
msgstr "Text tlačítka OK"
|
||||
|
||||
#: cookienotice.php:57
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: cookienotice.php:72
|
||||
msgid "Save Settings"
|
||||
msgstr "Uložit nastavení"
|
||||
|
||||
#: cookienotice.php:97
|
||||
msgid "cookienotice Settings saved."
|
||||
msgstr "Nastavení cookienotice uložena. "
|
||||
msgstr "Nastavení cookienotice uložena."
|
||||
|
||||
#: 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 ""
|
||||
"Tato stránka používá cookies pro rozpoznávání znovu navštěvujících a "
|
||||
"přihlášených uživatelů. Pokud budete pokračovat v používání této stránky, "
|
||||
"souhlasíte s používáním cookies."
|
||||
|
|
|
@ -6,11 +6,14 @@ function string_plural_select_cs($n){
|
|||
return ($n == 1 && $n % 1 == 0) ? 0 : ($n >= 2 && $n <= 4 && $n % 1 == 0) ? 1: ($n % 1 != 0 ) ? 2 : 3;;
|
||||
}}
|
||||
;
|
||||
$a->strings["\"cookienotice\" Settings"] = "Nastavení „cokienotice“";
|
||||
$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."] = "Tato stránka používá cookies. Pokud budete pokračovat v používání této stránky, souhlasíte s používáním cookies.";
|
||||
$a->strings["OK"] = "OK";
|
||||
$a->strings["\"cookienotice\" Settings"] = "Nastavení „cookienotice“";
|
||||
$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>Nastavte si vaše oznámení o používání cookies.</b> Mělo by to být pouze oznámení říkající, že stránka používá cookies. Zobrazí se, dokud uživatel neklikne na tlačítko OK.";
|
||||
$a->strings["Cookie Usage Notice"] = "Oznámení o používání cookies";
|
||||
$a->strings["The cookie usage notice"] = "Oznámení o používání cookies";
|
||||
$a->strings["OK Button Text"] = "Text tlačítka OK";
|
||||
$a->strings["The OK Button text"] = "Text tlačítka OK";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["cookienotice Settings saved."] = "Nastavení cookienotice uložena. ";
|
||||
$a->strings["Save Settings"] = "Uložit nastavení";
|
||||
$a->strings["cookienotice Settings saved."] = "Nastavení cookienotice uložena.";
|
||||
$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."] = "Tato stránka používá cookies pro rozpoznávání znovu navštěvujících a přihlášených uživatelů. Pokud budete pokračovat v používání této stránky, souhlasíte s používáním cookies.";
|
||||
|
|
|
@ -1,56 +1,81 @@
|
|||
# ADDON cookienotice
|
||||
# Copyright (C)
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica cookienotice addon package.
|
||||
#
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2019
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-20 14:51+0100\n"
|
||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||
"Last-Translator: Peter Liebetrau <peter.liebetrau@peterliebetrau.de>\n"
|
||||
"Language-Team: cookienotice german <LL@li.org>\n"
|
||||
"Language: de\n"
|
||||
"POT-Creation-Date: 2019-01-30 10:48+0100\n"
|
||||
"PO-Revision-Date: 2019-01-23 16:01+0000\n"
|
||||
"Last-Translator: Tobias Diekershoff <tobias.diekershoff@gmx.net>, 2019\n"
|
||||
"Language-Team: German (https://www.transifex.com/Friendica/teams/12172/de/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: de\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: cookienotice.php:53
|
||||
#: cookienotice.php:63
|
||||
msgid ""
|
||||
"This website uses cookies. If you continue browsing this website, you agree "
|
||||
"to the usage of cookies."
|
||||
msgstr ""
|
||||
"Diese Webseite verwendet Cookies. Durch die weitere Benutzung der Webseite "
|
||||
"stimmen Sie dieser Verwendung zu."
|
||||
|
||||
#: cookienotice.php:64 cookienotice.php:133
|
||||
msgid "OK"
|
||||
msgstr "OK"
|
||||
|
||||
#: cookienotice.php:68
|
||||
msgid "\"cookienotice\" Settings"
|
||||
msgstr "\"cookienotice\" Einstellungen"
|
||||
|
||||
#: cookienotice.php:54
|
||||
#: 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>Konfiguriere deinen Cookie Nutzungshinweis.</b> Es sollte ein Hinweis sein, "
|
||||
"der sagt dass die Webseite Cookies benutzt. Er wird solange angezeigt, "
|
||||
"bis der User den Hinweis mit klicken des OK Buttons bestätigt."
|
||||
"<b>Konfiguriere deinen Cookie Nutzungshinweis.</b> Es sollte ein Hinweis "
|
||||
"sein, der sagt dass die Webseite Cookies benutzt. Er wird solange angezeigt,"
|
||||
" bis der User den Hinweis mit klicken des OK Buttons bestätigt."
|
||||
|
||||
#: cookienotice.php:55
|
||||
#: cookienotice.php:70
|
||||
msgid "Cookie Usage Notice"
|
||||
msgstr "Cookie Nutzungshinweis"
|
||||
|
||||
#: cookienotice.php:55
|
||||
#: cookienotice.php:70
|
||||
msgid "The cookie usage notice"
|
||||
msgstr "Der Cookie Nutzungshinweis"
|
||||
msgstr "Der Hinweis zur Nutzung von Cookies"
|
||||
|
||||
#: cookienotice.php:56
|
||||
#: cookienotice.php:71
|
||||
msgid "OK Button Text"
|
||||
msgstr "OK Button Text"
|
||||
|
||||
#: cookienotice.php:56
|
||||
#: cookienotice.php:71
|
||||
msgid "The OK Button text"
|
||||
msgstr "Der OK Button Text"
|
||||
msgstr "Der für den Ok Button verwendete Text"
|
||||
|
||||
#: cookienotice.php:57
|
||||
#: cookienotice.php:72
|
||||
msgid "Save Settings"
|
||||
msgstr "Einstellungen speichern"
|
||||
|
||||
#: cookienotice.php:72
|
||||
#: cookienotice.php:97
|
||||
msgid "cookienotice Settings saved."
|
||||
msgstr "cookienotice Einstellungen wurden gespeichert"
|
||||
|
||||
#: 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 ""
|
||||
"Diese Webseite verwendet Cookies zur Erkennung von wiederkehrenden Besuchern"
|
||||
" und eingeloggten Nutzern. Durch die weitere Benutzung der Webseite "
|
||||
"akzeptieren sie die Verwendung der Cookies."
|
||||
|
|
|
@ -1,11 +1,19 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_de")) {
|
||||
function string_plural_select_de($n){
|
||||
$n = intval($n);
|
||||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["This website uses cookies. If you continue browsing this website, you agree to the usage of cookies."] = "Diese Webseite verwendet Cookies. Durch die weitere Benutzung der Webseite stimmen Sie dieser Verwendung zu.";
|
||||
$a->strings["OK"] = "OK";
|
||||
$a->strings["\"cookienotice\" Settings"] = "\"cookienotice\" Einstellungen";
|
||||
$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>Konfiguriere deinen Cookie Nutzungshinweis.</b> Es sollte ein Hinweis sein, der sagt dass die Webseite Cookies benutzt. Er wird solange angezeigt, bis der User den Hinweis mit klicken des OK Buttons bestätigt.";
|
||||
$a->strings["Cookie Usage Notice"] = "Cookie Nutzungshinweis";
|
||||
$a->strings["The cookie usage notice"] = "Der Cookie Nutzungshinweis";
|
||||
$a->strings["The cookie usage notice"] = "Der Hinweis zur Nutzung von Cookies";
|
||||
$a->strings["OK Button Text"] = "OK Button Text";
|
||||
$a->strings["The OK Button text"] = "Der OK Button Text";
|
||||
$a->strings["The OK Button text"] = "Der für den Ok Button verwendete Text";
|
||||
$a->strings["Save Settings"] = "Einstellungen speichern";
|
||||
$a->strings["cookienotice Settings saved."] = "cookienotice Einstellungen wurden gespeichert";
|
||||
$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."] = "Diese Webseite verwendet Cookies zur Erkennung von wiederkehrenden Besuchern und eingeloggten Nutzern. Durch die weitere Benutzung der Webseite akzeptieren sie die Verwendung der Cookies.";
|
||||
|
|
|
@ -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: Rik 4 <rikviergever@hotmail.com>, 2019\n"
|
||||
"Language-Team: Dutch (https://www.transifex.com/Friendica/teams/12172/nl/)\n"
|
||||
|
@ -21,37 +21,53 @@ msgstr ""
|
|||
"Language: nl\n"
|
||||
"Plural-Forms: nplurals=2; plural=(n != 1);\n"
|
||||
|
||||
#: cookienotice.php:53
|
||||
#: cookienotice.php:63
|
||||
msgid ""
|
||||
"This website uses cookies. If you continue browsing this website, you agree "
|
||||
"to the usage of cookies."
|
||||
msgstr ""
|
||||
|
||||
#: cookienotice.php:64 cookienotice.php:133
|
||||
msgid "OK"
|
||||
msgstr ""
|
||||
|
||||
#: cookienotice.php:68
|
||||
msgid "\"cookienotice\" Settings"
|
||||
msgstr ""
|
||||
|
||||
#: cookienotice.php:54
|
||||
#: 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 ""
|
||||
|
||||
#: cookienotice.php:55
|
||||
#: cookienotice.php:70
|
||||
msgid "Cookie Usage Notice"
|
||||
msgstr ""
|
||||
|
||||
#: cookienotice.php:55
|
||||
#: cookienotice.php:70
|
||||
msgid "The cookie usage notice"
|
||||
msgstr ""
|
||||
|
||||
#: cookienotice.php:56
|
||||
#: cookienotice.php:71
|
||||
msgid "OK Button Text"
|
||||
msgstr "OK knop tekst"
|
||||
|
||||
#: cookienotice.php:56
|
||||
#: cookienotice.php:71
|
||||
msgid "The OK Button text"
|
||||
msgstr ""
|
||||
|
||||
#: cookienotice.php:57
|
||||
#: cookienotice.php:72
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
|
||||
#: cookienotice.php:72
|
||||
#: cookienotice.php:97
|
||||
msgid "cookienotice Settings saved."
|
||||
msgstr ""
|
||||
|
||||
#: 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 ""
|
||||
|
|
|
@ -6,6 +6,8 @@ function string_plural_select_nl($n){
|
|||
return ($n != 1);;
|
||||
}}
|
||||
;
|
||||
$a->strings["This website uses cookies. If you continue browsing this website, you agree to the usage of cookies."] = "";
|
||||
$a->strings["OK"] = "";
|
||||
$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"] = "";
|
||||
|
@ -14,3 +16,4 @@ $a->strings["OK Button Text"] = "OK knop tekst";
|
|||
$a->strings["The OK Button text"] = "";
|
||||
$a->strings["Save Settings"] = "";
|
||||
$a->strings["cookienotice Settings saved."] = "";
|
||||
$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."] = "";
|
||||
|
|
|
@ -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 ""
|
||||
|
||||
#: cookienotice.php:57
|
||||
msgid "Save Settings"
|
||||
msgstr ""
|
||||
msgstr "Tekst przycisku OK"
|
||||
|
||||
#: cookienotice.php:72
|
||||
msgid "Save Settings"
|
||||
msgstr "Zapisz ustawienia"
|
||||
|
||||
#: 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."
|
||||
|
|
|
@ -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.";
|
||||
|
|
73
cookienotice/lang/zh-cn/messages.po
Normal file
73
cookienotice/lang/zh-cn/messages.po
Normal file
|
@ -0,0 +1,73 @@
|
|||
# ADDON cookienotice
|
||||
# Copyright (C)
|
||||
# This file is distributed under the same license as the Friendica cookienotice addon package.
|
||||
#
|
||||
#
|
||||
# Translators:
|
||||
# 朱陈锬 <tangenters@outlook.com>, 2019
|
||||
#
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: \n"
|
||||
"Report-Msgid-Bugs-To: \n"
|
||||
"POT-Creation-Date: 2019-01-30 10:48+0100\n"
|
||||
"PO-Revision-Date: 2019-01-23 16:01+0000\n"
|
||||
"Last-Translator: 朱陈锬 <tangenters@outlook.com>, 2019\n"
|
||||
"Language-Team: Chinese (China) (https://www.transifex.com/Friendica/teams/12172/zh_CN/)\n"
|
||||
"MIME-Version: 1.0\n"
|
||||
"Content-Type: text/plain; charset=UTF-8\n"
|
||||
"Content-Transfer-Encoding: 8bit\n"
|
||||
"Language: zh_CN\n"
|
||||
"Plural-Forms: nplurals=1; plural=0;\n"
|
||||
|
||||
#: cookienotice.php:63
|
||||
msgid ""
|
||||
"This website uses cookies. If you continue browsing this website, you agree "
|
||||
"to the usage of cookies."
|
||||
msgstr "本网站将使用 cookies。如果您继续浏览本网站,即表示您同意使用 cookies。"
|
||||
|
||||
#: cookienotice.php:64 cookienotice.php:133
|
||||
msgid "OK"
|
||||
msgstr "好的"
|
||||
|
||||
#: cookienotice.php:68
|
||||
msgid "\"cookienotice\" Settings"
|
||||
msgstr "“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>配置您的 cookie 使用布告。</b> 它将会显示一条布告称此网站使用 cookies 。它将会一直显示直到用户点击确定按钮。"
|
||||
|
||||
#: cookienotice.php:70
|
||||
msgid "Cookie Usage Notice"
|
||||
msgstr "Cookie 使用布告"
|
||||
|
||||
#: cookienotice.php:70
|
||||
msgid "The cookie usage notice"
|
||||
msgstr "cookie 使用布告"
|
||||
|
||||
#: cookienotice.php:71
|
||||
msgid "OK Button Text"
|
||||
msgstr "确认按钮文本"
|
||||
|
||||
#: cookienotice.php:71
|
||||
msgid "The OK Button text"
|
||||
msgstr "确认按钮文本"
|
||||
|
||||
#: cookienotice.php:72
|
||||
msgid "Save Settings"
|
||||
msgstr "保存设置"
|
||||
|
||||
#: cookienotice.php:97
|
||||
msgid "cookienotice Settings saved."
|
||||
msgstr "cookies 布告设置已保存"
|
||||
|
||||
#: 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 "本网站使用 cookies 来识别登录和重访的用户。如果您继续浏览本网站即表示您接受使用上述 cookies。"
|
19
cookienotice/lang/zh-cn/strings.php
Normal file
19
cookienotice/lang/zh-cn/strings.php
Normal file
|
@ -0,0 +1,19 @@
|
|||
<?php
|
||||
|
||||
if(! function_exists("string_plural_select_zh_cn")) {
|
||||
function string_plural_select_zh_cn($n){
|
||||
$n = intval($n);
|
||||
return 0;;
|
||||
}}
|
||||
;
|
||||
$a->strings["This website uses cookies. If you continue browsing this website, you agree to the usage of cookies."] = "本网站将使用 cookies。如果您继续浏览本网站,即表示您同意使用 cookies。";
|
||||
$a->strings["OK"] = "好的";
|
||||
$a->strings["\"cookienotice\" Settings"] = "“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>配置您的 cookie 使用布告。</b> 它将会显示一条布告称此网站使用 cookies 。它将会一直显示直到用户点击确定按钮。";
|
||||
$a->strings["Cookie Usage Notice"] = "Cookie 使用布告";
|
||||
$a->strings["The cookie usage notice"] = "cookie 使用布告";
|
||||
$a->strings["OK Button Text"] = "确认按钮文本";
|
||||
$a->strings["The OK Button text"] = "确认按钮文本";
|
||||
$a->strings["Save Settings"] = "保存设置";
|
||||
$a->strings["cookienotice Settings saved."] = "cookies 布告设置已保存";
|
||||
$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."] = "本网站使用 cookies 来识别登录和重访的用户。如果您继续浏览本网站即表示您接受使用上述 cookies。";
|
Loading…
Reference in a new issue