forked from friendica/friendica-addons
cookienotice CS translation THX JeroenED
This commit is contained in:
parent
eba800e0fe
commit
7d5e653243
|
@ -11,7 +11,7 @@ msgid ""
|
||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: \n"
|
"Project-Id-Version: \n"
|
||||||
"Report-Msgid-Bugs-To: \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"
|
"PO-Revision-Date: 2019-01-23 16:01+0000\n"
|
||||||
"Last-Translator: Rik 4 <rikviergever@hotmail.com>, 2019\n"
|
"Last-Translator: Rik 4 <rikviergever@hotmail.com>, 2019\n"
|
||||||
"Language-Team: Dutch (https://www.transifex.com/Friendica/teams/12172/nl/)\n"
|
"Language-Team: Dutch (https://www.transifex.com/Friendica/teams/12172/nl/)\n"
|
||||||
|
@ -21,37 +21,53 @@ msgstr ""
|
||||||
"Language: nl\n"
|
"Language: nl\n"
|
||||||
"Plural-Forms: nplurals=2; plural=(n != 1);\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"
|
msgid "\"cookienotice\" Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: cookienotice.php:54
|
#: cookienotice.php:69
|
||||||
msgid ""
|
msgid ""
|
||||||
"<b>Configure your cookie usage notice.</b> It should just be a notice, "
|
"<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 "
|
"saying that the website uses cookies. It is shown as long as a user didnt "
|
||||||
"confirm clicking the OK button."
|
"confirm clicking the OK button."
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: cookienotice.php:55
|
#: cookienotice.php:70
|
||||||
msgid "Cookie Usage Notice"
|
msgid "Cookie Usage Notice"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: cookienotice.php:55
|
#: cookienotice.php:70
|
||||||
msgid "The cookie usage notice"
|
msgid "The cookie usage notice"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: cookienotice.php:56
|
#: cookienotice.php:71
|
||||||
msgid "OK Button Text"
|
msgid "OK Button Text"
|
||||||
msgstr "OK knop tekst"
|
msgstr "OK knop tekst"
|
||||||
|
|
||||||
#: cookienotice.php:56
|
#: cookienotice.php:71
|
||||||
msgid "The OK Button text"
|
msgid "The OK Button text"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: cookienotice.php:57
|
#: cookienotice.php:72
|
||||||
msgid "Save Settings"
|
msgid "Save Settings"
|
||||||
msgstr ""
|
msgstr ""
|
||||||
|
|
||||||
#: cookienotice.php:72
|
#: cookienotice.php:97
|
||||||
msgid "cookienotice Settings saved."
|
msgid "cookienotice Settings saved."
|
||||||
msgstr ""
|
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);;
|
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["\"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["<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["Cookie Usage Notice"] = "";
|
||||||
|
@ -14,3 +16,4 @@ $a->strings["OK Button Text"] = "OK knop tekst";
|
||||||
$a->strings["The OK Button text"] = "";
|
$a->strings["The OK Button text"] = "";
|
||||||
$a->strings["Save Settings"] = "";
|
$a->strings["Save Settings"] = "";
|
||||||
$a->strings["cookienotice Settings saved."] = "";
|
$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."] = "";
|
||||||
|
|
Loading…
Reference in a new issue