diff --git a/cookienotice/lang/cs/messages.po b/cookienotice/lang/cs/messages.po index 6acfcc9b..cae6e884 100644 --- a/cookienotice/lang/cs/messages.po +++ b/cookienotice/lang/cs/messages.po @@ -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 "" "Configure your cookie usage notice. 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 "" +"Nastavte si vaše oznámení o používání cookies. 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." diff --git a/cookienotice/lang/cs/strings.php b/cookienotice/lang/cs/strings.php index 2c400f17..3a759f02 100644 --- a/cookienotice/lang/cs/strings.php +++ b/cookienotice/lang/cs/strings.php @@ -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["Configure your cookie usage notice. 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["Configure your cookie usage notice. 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."] = "Nastavte si vaše oznámení o používání cookies. 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."; diff --git a/cookienotice/lang/de/messages.po b/cookienotice/lang/de/messages.po index 31b98188..d7ddf176 100644 --- a/cookienotice/lang/de/messages.po +++ b/cookienotice/lang/de/messages.po @@ -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 , 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 \n" -"Language-Team: cookienotice german \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 , 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 "" "Configure your cookie usage notice. 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 "" -"Konfiguriere deinen Cookie Nutzungshinweis. 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." +"Konfiguriere deinen Cookie Nutzungshinweis. 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." diff --git a/cookienotice/lang/de/strings.php b/cookienotice/lang/de/strings.php index a96ff5ff..531809bc 100644 --- a/cookienotice/lang/de/strings.php +++ b/cookienotice/lang/de/strings.php @@ -1,11 +1,19 @@ 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["Configure your cookie usage notice. 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."] = "Konfiguriere deinen Cookie Nutzungshinweis. 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."; diff --git a/cookienotice/lang/nl/messages.po b/cookienotice/lang/nl/messages.po index 281eeb14..a0745331 100644 --- a/cookienotice/lang/nl/messages.po +++ b/cookienotice/lang/nl/messages.po @@ -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 , 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 "" "Configure your cookie usage notice. 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 "" diff --git a/cookienotice/lang/nl/strings.php b/cookienotice/lang/nl/strings.php index ac2fb86c..fe824063 100644 --- a/cookienotice/lang/nl/strings.php +++ b/cookienotice/lang/nl/strings.php @@ -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["Configure your cookie usage notice. 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."] = ""; diff --git a/cookienotice/lang/pl/messages.po b/cookienotice/lang/pl/messages.po index 5b28ba3e..be47f834 100644 --- a/cookienotice/lang/pl/messages.po +++ b/cookienotice/lang/pl/messages.po @@ -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 "" "Configure your cookie usage notice. 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 "" +"Skonfiguruj zawiadomienie o użyciu plików cookie. 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." diff --git a/cookienotice/lang/pl/strings.php b/cookienotice/lang/pl/strings.php index 6b828f38..3643e5ad 100644 --- a/cookienotice/lang/pl/strings.php +++ b/cookienotice/lang/pl/strings.php @@ -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["Configure your cookie usage notice. 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["Configure your cookie usage notice. 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."] = "Skonfiguruj zawiadomienie o użyciu plików cookie. 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 index 00000000..5b04791c --- /dev/null +++ b/cookienotice/lang/zh-cn/messages.po @@ -0,0 +1,73 @@ +# ADDON cookienotice +# Copyright (C) +# This file is distributed under the same license as the Friendica cookienotice addon package. +# +# +# Translators: +# 朱陈锬 , 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: 朱陈锬 , 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 "" +"Configure your cookie usage notice. 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 "配置您的 cookie 使用布告。 它将会显示一条布告称此网站使用 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 index 00000000..3036b5be --- /dev/null +++ b/cookienotice/lang/zh-cn/strings.php @@ -0,0 +1,19 @@ +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["Configure your cookie usage notice. 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."] = "配置您的 cookie 使用布告。 它将会显示一条布告称此网站使用 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。";