]> git.mxchange.org Git - friendica-addons.git/commitdiff
Merge pull request #801 from tobiasd/20190202-lng
authorHypolite Petovan <hypolite@mrpetovan.com>
Sat, 2 Feb 2019 12:35:01 +0000 (07:35 -0500)
committerGitHub <noreply@github.com>
Sat, 2 Feb 2019 12:35:01 +0000 (07:35 -0500)
cookiemessage translation

cookienotice/lang/cs/messages.po
cookienotice/lang/cs/strings.php
cookienotice/lang/de/messages.po
cookienotice/lang/de/strings.php
cookienotice/lang/nl/messages.po
cookienotice/lang/nl/strings.php
cookienotice/lang/pl/messages.po
cookienotice/lang/pl/strings.php
cookienotice/lang/zh-cn/messages.po [new file with mode: 0644]
cookienotice/lang/zh-cn/strings.php [new file with mode: 0644]

index 6acfcc9be8679c2e26cfda1de7740380480ac006..cae6e8841df3aadd7d748e1fb64b32716751fec8 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: 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
+#: 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:64 cookienotice.php:133
+msgid "OK"
+msgstr "OK"
+
+#: cookienotice.php:68
 msgid "\"cookienotice\" Settings"
-msgstr "Nastavení „cokienotice“"
+msgstr "Nastavení „cookienotice“"
 
-#: 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>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
+#: cookienotice.php:72
 msgid "Save Settings"
-msgstr ""
+msgstr "Uložit nastavení"
 
-#: cookienotice.php:72
+#: 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."
index 2c400f1720e3533f804446d5fbbb8d35ffc47e3a..3a759f02f38a0532cc33414956622e55b02ec43a 100644 (file)
@@ -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.";
index 31b98188962c5b0ebd6d2377f09d84c2278b679d..d7ddf176b0332958e85a8de3b3b6e3ff40c031ed 100644 (file)
@@ -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: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:53
+#: 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."
index a96ff5ff048351f5fee7c4e33b204613983c39eb..531809bcf5855224fee311509a4c6b80627b548d 100644 (file)
@@ -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.";
index 281eeb14b3f59018b470b7070213dd769718e9bd..a074533152fd75685065c6c13680ac5596ae1061 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: 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 ""
index ac2fb86c4e63b0ef31070c18822e4ac98a9fba21..fe824063119c7f7e92052df5f2009697f583738a 100644 (file)
@@ -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."] = "";
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.";
diff --git a/cookienotice/lang/zh-cn/messages.po b/cookienotice/lang/zh-cn/messages.po
new file mode 100644 (file)
index 0000000..5b04791
--- /dev/null
@@ -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。"
diff --git a/cookienotice/lang/zh-cn/strings.php b/cookienotice/lang/zh-cn/strings.php
new file mode 100644 (file)
index 0000000..3036b5b
--- /dev/null
@@ -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。";