From 7d5e65324327cffc285f03b3e40f75606da00d58 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sat, 2 Feb 2019 08:34:09 +0100 Subject: [PATCH] cookienotice CS translation THX JeroenED --- cookienotice/lang/nl/messages.po | 34 +++++++++++++++++++++++--------- cookienotice/lang/nl/strings.php | 3 +++ 2 files changed, 28 insertions(+), 9 deletions(-) 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."] = "";