From 5ebb7bb4698ea34d9be1297c73e06645741634f1 Mon Sep 17 00:00:00 2001 From: nikopp Date: Wed, 11 Jul 2018 21:39:38 +0200 Subject: [PATCH 01/62] Create lang.php for de-informal --- lang/de-informal/lang.php | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 lang/de-informal/lang.php diff --git a/lang/de-informal/lang.php b/lang/de-informal/lang.php new file mode 100644 index 0000000..955678f --- /dev/null +++ b/lang/de-informal/lang.php @@ -0,0 +1,12 @@ + + */ + +$lang['information'] = 'Cookies helfen bei der Bereitstellung von Inhalten. ' . + 'Durch die Nutzung dieser Seiten erklärst du dich damit einverstanden, dass Cookies auf deinem Rechner gespeichert werden. '; +$lang['consent'] = 'OK'; +$lang['details'] = ' Weitere Information'; +$lang['details_url'] = 'https://de.wikipedia.org/wiki/Cookie'; From 7107e1e54eab76b0caa355070cde7c7daf6b72ad Mon Sep 17 00:00:00 2001 From: nikopp Date: Wed, 11 Jul 2018 21:44:09 +0200 Subject: [PATCH 02/62] Create lang.php for french translation --- lang/fr/lang.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/fr/lang.php diff --git a/lang/fr/lang.php b/lang/fr/lang.php new file mode 100644 index 0000000..e25de4f --- /dev/null +++ b/lang/fr/lang.php @@ -0,0 +1,11 @@ + Date: Wed, 11 Jul 2018 21:45:43 +0200 Subject: [PATCH 03/62] Create lang.php for Spanish translation --- es/lang.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 es/lang.php diff --git a/es/lang.php b/es/lang.php new file mode 100644 index 0000000..3721c23 --- /dev/null +++ b/es/lang.php @@ -0,0 +1,11 @@ + Date: Fri, 22 Mar 2019 00:41:47 +0100 Subject: [PATCH 04/62] Update lang.php Hopefully a usable change for EU Cookie Law. --- lang/en/lang.php | 21 ++++++++++++++++----- 1 file changed, 16 insertions(+), 5 deletions(-) diff --git a/lang/en/lang.php b/lang/en/lang.php index 0e45b15..e1c3ea6 100644 --- a/lang/en/lang.php +++ b/lang/en/lang.php @@ -6,12 +6,23 @@ */ // custom language strings for the plugin -$lang['information'] = 'This website uses cookies for visitor traffic analysis. ' . - 'By using the website, you agree with storing the cookies on your computer.'; -$lang['consent'] = 'OK'; -$lang['details'] = 'More information'; -$lang['details_url'] = 'https://www.google.com/intl/en/policies/technologies/cookies/'; +// Google Analytics +#$lang['information'] = 'This website uses cookies for visitor traffic analysis. ' . +# 'By using the website, you agree with storing the cookies on your computer.'; +#$lang['consent'] = 'OK'; +#$lang['details'] = 'More information'; +#$lang['details_url'] = 'https://www.google.com/intl/en/policies/technologies/cookies/'; + +// By using our site, you acknowledge that you have read and understand our Cookie Policy, Privacy Policy, + +// Dokuwiki +$lang['information'] = 'This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.'; +$lang['consent'] = 'OK'; +$lang['details'] = 'More information about cookies'; +$lang['details_url'] = 'https://en.wikipedia.org/wiki/HTTP_cookie'; +$lang['details2'] = 'More information about cookies used by Dokuwiki'; +$lang['details_url2'] = 'https://www.dokuwiki.org/faq:cookies'; //Setup VIM: ex: et ts=4 : From 4bdb87731a2afdb4c707adc939624d8880695c9d Mon Sep 17 00:00:00 2001 From: Christian W Date: Fri, 22 Mar 2019 01:03:20 +0100 Subject: [PATCH 05/62] Update lang.php Hopefully a usable change for EU Cookie Law. --- lang/de/lang.php | 19 +++++++++++-------- 1 file changed, 11 insertions(+), 8 deletions(-) diff --git a/lang/de/lang.php b/lang/de/lang.php index d79023e..cfea2f3 100644 --- a/lang/de/lang.php +++ b/lang/de/lang.php @@ -2,16 +2,19 @@ /** * German language file for cookielaw plugin * - * @author Django + * @author Django / Doc */ // custom language strings for the plugin -$lang['information'] = 'Cookies helfen bei der Bereitstellung von Inhalten. ' . - 'Durch die Nutzung dieser Seiten erklären Sie sich damit einverstanden, dass Cookies auf Ihrem Rechner gespeichert werden. '; -$lang['consent'] = 'OK'; -$lang['details'] = ' Weitere Information'; -$lang['details_url'] = 'https://de.wikipedia.org/wiki/Cookie'; - - +$lang['information'] = 'Cookies helfen bei der Bereitstellung von Inhalten. ' . + 'Diese Website verwendet Cookies. Mit der Nutzung der Website erklären Sie sich damit einverstanden, '. + 'dass Cookies auf Ihrem Computer gespeichert werden. Außerdem bestätigen Sie, '. + 'dass Sie unsere Datenschutzerklärung gelesen und verstanden haben. Wenn Sie nicht einverstanden sind, '. + 'verlassen Sie die Website.'; +$lang['consent'] = 'OK'; +$lang['details'] = ' Weitere Information'; +$lang['details_url'] = 'https://de.wikipedia.org/wiki/Cookie'; +$lang['details2'] = 'Weitere Informationen ueber die Verwendung von Cookies in Dokuwiki'; +$lang['details_url2'] = 'https://www.dokuwiki.org/faq:cookies'; //Setup VIM: ex: et ts=4 : From fb9355f8a9229e1bb02417f962f007be0e85d14f Mon Sep 17 00:00:00 2001 From: Christian W Date: Fri, 22 Mar 2019 01:04:28 +0100 Subject: [PATCH 06/62] Update lang.php Hopefully a usable change for EU Cookie Law. --- lang/de-informal/lang.php | 20 ++++++++++++++------ 1 file changed, 14 insertions(+), 6 deletions(-) diff --git a/lang/de-informal/lang.php b/lang/de-informal/lang.php index 955678f..7bf89af 100644 --- a/lang/de-informal/lang.php +++ b/lang/de-informal/lang.php @@ -2,11 +2,19 @@ /** * German language file (de-informal) for cookielaw plugin * - * @author Niko P. + * @author Niko P. / Doc */ -$lang['information'] = 'Cookies helfen bei der Bereitstellung von Inhalten. ' . - 'Durch die Nutzung dieser Seiten erklärst du dich damit einverstanden, dass Cookies auf deinem Rechner gespeichert werden. '; -$lang['consent'] = 'OK'; -$lang['details'] = ' Weitere Information'; -$lang['details_url'] = 'https://de.wikipedia.org/wiki/Cookie'; +// Dokuwiki +$lang['information'] = 'Cookies helfen bei der Bereitstellung von Inhalten. ' . + 'Diese Website verwendet Cookies. Mit der Nutzung der Website erklären Sie sich damit einverstanden, '. + 'dass Cookies auf Ihrem Computer gespeichert werden. Außerdem bestätigen Sie, '. + 'dass Sie unsere Datenschutzerklärung gelesen und verstanden haben. Wenn Sie nicht einverstanden sind, '. + 'verlassen Sie die Website.'; +$lang['consent'] = 'OK'; +$lang['details'] = ' Weitere Information'; +$lang['details_url'] = 'https://de.wikipedia.org/wiki/Cookie'; +$lang['details2'] = 'Weitere Informationen ueber die Verwendung von Cookies in Dokuwiki'; +$lang['details_url2'] = 'https://www.dokuwiki.org/faq:cookies'; + +//Setup VIM: ex: et ts=4 : From 5e4f0a542b3076201fe419d5e248080f2b9f7281 Mon Sep 17 00:00:00 2001 From: Christian W Date: Fri, 22 Mar 2019 01:05:28 +0100 Subject: [PATCH 07/62] Update lang.php added contact information --- lang/en/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/lang.php b/lang/en/lang.php index e1c3ea6..489f9c6 100644 --- a/lang/en/lang.php +++ b/lang/en/lang.php @@ -2,7 +2,7 @@ /** * English language file for cookielaw plugin * - * @author Michal Koutny + * @author Michal Koutny / Doc */ // custom language strings for the plugin From 46e1f4bc38a01222421da8aa681c9cd05ed6b59f Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 04:28:25 +1000 Subject: [PATCH 08/62] Create lang.php --- lang/es/lang.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/es/lang.php diff --git a/lang/es/lang.php b/lang/es/lang.php new file mode 100644 index 0000000..f087c21 --- /dev/null +++ b/lang/es/lang.php @@ -0,0 +1,10 @@ + Date: Fri, 31 May 2019 04:29:24 +1000 Subject: [PATCH 09/62] Delete lang.php --- es/lang.php | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 es/lang.php diff --git a/es/lang.php b/es/lang.php deleted file mode 100644 index 3721c23..0000000 --- a/es/lang.php +++ /dev/null @@ -1,11 +0,0 @@ - Date: Fri, 31 May 2019 04:38:40 +1000 Subject: [PATCH 10/62] Create lang.php --- lang/ru/lang.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/ru/lang.php diff --git a/lang/ru/lang.php b/lang/ru/lang.php new file mode 100644 index 0000000..6e8a4ad --- /dev/null +++ b/lang/ru/lang.php @@ -0,0 +1,11 @@ + + */ + +$lang['information'] = 'Этот сайт использует куки. Находясь здесь, вы соглашаетесь с их хранением на вашем компьютере. Также вы подтверждаете, что прочитали и поняли нашу Политику конфиденциальности. Если вы не согласны - покиньте сайт.'; +$lang['consent'] = 'OK'; +$lang['details'] = 'Больше информации о куки'; +$lang['details_url'] = 'https://ru.wikipedia.org/wiki/Cookie'; From 7250133ee71ab9fc4088018a8d885a98f6cbea85 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 04:39:42 +1000 Subject: [PATCH 11/62] Update plugin.info.txt --- plugin.info.txt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/plugin.info.txt b/plugin.info.txt index 93a223a..9dc1fdb 100644 --- a/plugin.info.txt +++ b/plugin.info.txt @@ -1,7 +1,7 @@ base cookielaw author Michal Koutny email michal@fykos.cz -date 2015-08-14 -name cookielaw plugin -desc Inserts banner for user's consent with cookie storing. -url https://github.com/fykosak/dokuwiki-plugin-cookielaw +date 2019-05-30 +name Cookielaw Plugin +desc Inserts banner for user's consent with cookie storing +url https://www.dokuwiki.org/plugin:cookielaw From 45ab4ebcc8b271235f4f40878fbff43f77933da4 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 04:41:06 +1000 Subject: [PATCH 12/62] Update style.css Capitan Obvious f*cked off --- style.css | 1 - 1 file changed, 1 deletion(-) diff --git a/style.css b/style.css index 8e331ef..c1ae75b 100644 --- a/style.css +++ b/style.css @@ -1,4 +1,3 @@ -/* CSS Document */ div.cookielaw-banner { position: fixed; left: 0; From 42a4838407a76a299f7d33fbfb8230d8dbee89c8 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 04:54:23 +1000 Subject: [PATCH 13/62] Update metadata.php --- conf/metadata.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/conf/metadata.php b/conf/metadata.php index 9a1dc00..9ed05ed 100644 --- a/conf/metadata.php +++ b/conf/metadata.php @@ -5,6 +5,4 @@ * @author Michal Koutny */ - $meta['position'] = array('multichoice', '_choices' => array('top', 'bottom')); - From 735fdd22ecb7af9b7c92df897d60de70df1766b9 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 05:38:30 +1000 Subject: [PATCH 14/62] Update style.css --- style.css | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/style.css b/style.css index c1ae75b..fe9b59e 100644 --- a/style.css +++ b/style.css @@ -1,18 +1,18 @@ div.cookielaw-banner { - position: fixed; - left: 0; - width: 100%; - color: @ini_text_alt; - background-color: @ini_background_alt; - z-index: 1000; - padding: 10px; - box-shadow: 0px 0px 10px @ini_text_alt; + position: fixed; + left: 0; + width: 100%; + color: @ini_text_alt; + background-color: @ini_background_alt; + z-index: 1000; + padding: 10px; + box-shadow: 0px 0px 10px @ini_text_alt; } div.cookielaw-top { - top: 0; + top: 0; } div.cookielaw-bottom { - bottom: 0; + bottom: 0; } From c1c6373e7d0ebb099c4da8476e5f83cbf4d8e190 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 05:40:20 +1000 Subject: [PATCH 15/62] Update metadata.php --- conf/metadata.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/metadata.php b/conf/metadata.php index 9ed05ed..75fb35f 100644 --- a/conf/metadata.php +++ b/conf/metadata.php @@ -5,4 +5,6 @@ * @author Michal Koutny */ -$meta['position'] = array('multichoice', '_choices' => array('top', 'bottom')); +$meta['position'] = array( + 'multichoice', + '_choices' => array ('top', 'bottom')); From fff4ebcc6400fcb120f440476c2146e8926eac11 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 05:41:34 +1000 Subject: [PATCH 16/62] Create settings.php --- lang/cs/settings.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/cs/settings.php diff --git a/lang/cs/settings.php b/lang/cs/settings.php new file mode 100644 index 0000000..45e2cfb --- /dev/null +++ b/lang/cs/settings.php @@ -0,0 +1,10 @@ + + */ + +$lang['position'] = 'Umístění informačního banneru o cookies na stránce'; +$lang['position_o_top'] = 'výše'; +$lang['position_o_bottom'] = 'níže'; From 642588cf3e664623e5164191f7a2857f69291506 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 08:49:34 +1000 Subject: [PATCH 17/62] Update lang.php --- lang/cs/lang.php | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/lang/cs/lang.php b/lang/cs/lang.php index 1caeec4..068cd54 100644 --- a/lang/cs/lang.php +++ b/lang/cs/lang.php @@ -1,17 +1,11 @@ */ -// custom language strings for the plugin -$lang['information'] = 'Tato stránka využívá cookies pro analýzu provozu. ' . - 'Používáním stránky souhlasíte s ukládáním těchto cookies na vašem počítači.'; -$lang['consent'] = 'OK'; -$lang['details'] = 'Více informací'; -$lang['details_url'] = 'https://www.google.com/intl/cs/policies/technologies/cookies/'; - - - -//Setup VIM: ex: et ts=4 : +$lang['information'] = 'Tento web používá cookies. Používáním těchto stránek souhlasíte s ukládáním cookies do vašeho počítače. Také berete na vědomí, že jste si přečetli a porozuměli našim Zásadám ochrany osobních údajů. Pokud nesouhlasíte s odchodem z webu.'; +$lang['consent'] = 'OK'; +$lang['details'] = 'Více informací'; +$lang['details_url'] = 'https://cs.wikipedia.org/wiki/HTTP_cookie'; From 8970ff284a67613d8561995a6e2bd7575569c5a4 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 08:50:47 +1000 Subject: [PATCH 18/62] Update lang.php --- lang/de-informal/lang.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/lang/de-informal/lang.php b/lang/de-informal/lang.php index 7bf89af..8593353 100644 --- a/lang/de-informal/lang.php +++ b/lang/de-informal/lang.php @@ -5,16 +5,7 @@ * @author Niko P. / Doc */ -// Dokuwiki -$lang['information'] = 'Cookies helfen bei der Bereitstellung von Inhalten. ' . - 'Diese Website verwendet Cookies. Mit der Nutzung der Website erklären Sie sich damit einverstanden, '. - 'dass Cookies auf Ihrem Computer gespeichert werden. Außerdem bestätigen Sie, '. - 'dass Sie unsere Datenschutzerklärung gelesen und verstanden haben. Wenn Sie nicht einverstanden sind, '. - 'verlassen Sie die Website.'; +$lang['information'] = 'Cookies helfen bei der Bereitstellung von Inhalten. Diese Website verwendet Cookies. Mit der Nutzung der Website erklären Sie sich damit einverstanden, dass Cookies auf Ihrem Computer gespeichert werden. Außerdem bestätigen Sie, dass Sie unsere Datenschutzerklärung gelesen und verstanden haben. Wenn Sie nicht einverstanden sind, verlassen Sie die Website.'; $lang['consent'] = 'OK'; $lang['details'] = ' Weitere Information'; $lang['details_url'] = 'https://de.wikipedia.org/wiki/Cookie'; -$lang['details2'] = 'Weitere Informationen ueber die Verwendung von Cookies in Dokuwiki'; -$lang['details_url2'] = 'https://www.dokuwiki.org/faq:cookies'; - -//Setup VIM: ex: et ts=4 : From 1c9ebb0517073622ac7db917f6c18c57e2bdc33d Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 08:51:10 +1000 Subject: [PATCH 19/62] Create settings.php --- lang/de/settings.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/de/settings.php diff --git a/lang/de/settings.php b/lang/de/settings.php new file mode 100644 index 0000000..d115dba --- /dev/null +++ b/lang/de/settings.php @@ -0,0 +1,10 @@ + + */ + +$lang['position'] = 'Die Position des Informationsbanners zu Cookies auf der Seite'; +$lang['position_o_top'] = 'über'; +$lang['position_o_bottom'] = 'unten'; From f5223ffeff95aafb759a75eb0db65a39cbc9268f Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 08:51:39 +1000 Subject: [PATCH 20/62] Update lang.php --- lang/de/lang.php | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/lang/de/lang.php b/lang/de/lang.php index cfea2f3..1944529 100644 --- a/lang/de/lang.php +++ b/lang/de/lang.php @@ -5,16 +5,7 @@ * @author Django / Doc */ -// custom language strings for the plugin -$lang['information'] = 'Cookies helfen bei der Bereitstellung von Inhalten. ' . - 'Diese Website verwendet Cookies. Mit der Nutzung der Website erklären Sie sich damit einverstanden, '. - 'dass Cookies auf Ihrem Computer gespeichert werden. Außerdem bestätigen Sie, '. - 'dass Sie unsere Datenschutzerklärung gelesen und verstanden haben. Wenn Sie nicht einverstanden sind, '. - 'verlassen Sie die Website.'; +$lang['information'] = 'Diese Website verwendet Cookies. Durch die Nutzung der Website stimmen Sie dem Speichern von Cookies auf Ihrem Computer zu. Außerdem bestätigen Sie, dass Sie unsere Datenschutzbestimmungen gelesen und verstanden haben. Wenn Sie nicht einverstanden sind, verlassen Sie die Website.'; $lang['consent'] = 'OK'; $lang['details'] = ' Weitere Information'; $lang['details_url'] = 'https://de.wikipedia.org/wiki/Cookie'; -$lang['details2'] = 'Weitere Informationen ueber die Verwendung von Cookies in Dokuwiki'; -$lang['details_url2'] = 'https://www.dokuwiki.org/faq:cookies'; - -//Setup VIM: ex: et ts=4 : From c2eb28f0c877b420839c7647c448e5ee7e206a40 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 08:52:11 +1000 Subject: [PATCH 21/62] Update lang.php --- lang/en/lang.php | 17 ----------------- 1 file changed, 17 deletions(-) diff --git a/lang/en/lang.php b/lang/en/lang.php index 489f9c6..e569ea0 100644 --- a/lang/en/lang.php +++ b/lang/en/lang.php @@ -5,24 +5,7 @@ * @author Michal Koutny / Doc */ -// custom language strings for the plugin - -// Google Analytics -#$lang['information'] = 'This website uses cookies for visitor traffic analysis. ' . -# 'By using the website, you agree with storing the cookies on your computer.'; -#$lang['consent'] = 'OK'; -#$lang['details'] = 'More information'; -#$lang['details_url'] = 'https://www.google.com/intl/en/policies/technologies/cookies/'; - -// By using our site, you acknowledge that you have read and understand our Cookie Policy, Privacy Policy, - -// Dokuwiki $lang['information'] = 'This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.'; $lang['consent'] = 'OK'; $lang['details'] = 'More information about cookies'; $lang['details_url'] = 'https://en.wikipedia.org/wiki/HTTP_cookie'; -$lang['details2'] = 'More information about cookies used by Dokuwiki'; -$lang['details_url2'] = 'https://www.dokuwiki.org/faq:cookies'; - - -//Setup VIM: ex: et ts=4 : From 4ef45b34167784c89b2859234f7d8ed50733504e Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 08:52:20 +1000 Subject: [PATCH 22/62] Create settings.php --- lang/en/settings.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lang/en/settings.php diff --git a/lang/en/settings.php b/lang/en/settings.php new file mode 100644 index 0000000..e2ef147 --- /dev/null +++ b/lang/en/settings.php @@ -0,0 +1,8 @@ + + */ + +$lang['position'] = 'The location of the information banner about cookies on the page'; From 17072c6e66f882755c873b9c1b81a7c04dbd4280 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 08:52:45 +1000 Subject: [PATCH 23/62] Create settings.php --- lang/es/settings.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/es/settings.php diff --git a/lang/es/settings.php b/lang/es/settings.php new file mode 100644 index 0000000..771aae3 --- /dev/null +++ b/lang/es/settings.php @@ -0,0 +1,10 @@ + + */ + +$lang['position'] = 'La ubicación del banner de información sobre cookies en la página'; +$lang['position_o_top'] = 'superior'; +$lang['position_o_bottom'] = 'inferior'; From 76d9bcf83e34b629e54406f58bc6d99f2b07b98e Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 08:53:02 +1000 Subject: [PATCH 24/62] Update lang.php --- lang/es/lang.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/lang/es/lang.php b/lang/es/lang.php index f087c21..9810b2b 100644 --- a/lang/es/lang.php +++ b/lang/es/lang.php @@ -2,9 +2,10 @@ /** * Spanish language file for cookielaw plugin * - * from https://www.dokuwiki.org/plugin:cookielaw#configuration_and_settings + * @author josemoya */ -$lang['information'] = 'Esta página web emplea cookies y registra la dirección IP para analizar su tráfico y por motivos de seguridad. Al permanecer en este sitio, acepta que se almacenen cookies en su ordenador. '; + +$lang['information'] = 'Este sitio web utiliza cookies. Al utilizar el sitio web, usted acepta almacenar cookies en su computadora. También reconoce que ha leído y entendido nuestra Política de privacidad. Si no está de acuerdo abandone el sitio web.'; $lang['consent'] = 'De acuerdo'; $lang['details'] = 'Más información'; $lang['details_url'] = 'https://es.wikipedia.org/wiki/Cookie_(inform%C3%A1tica)' From 40b99b06e9688458d545ccd7aee33315a44fbc0c Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 08:53:27 +1000 Subject: [PATCH 25/62] Create settings.php --- lang/fr/settings.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/fr/settings.php diff --git a/lang/fr/settings.php b/lang/fr/settings.php new file mode 100644 index 0000000..21ac593 --- /dev/null +++ b/lang/fr/settings.php @@ -0,0 +1,10 @@ + + */ + +$lang['position'] = 'L\'emplacement de la bannière d\'information sur les cookies sur la page'; +$lang['position_o_top'] = 'au sommet'; +$lang['position_o_bottom'] = 'en bas'; From ceec9943e42aaa03058431b7805db9e2b3d1bfd9 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 08:53:43 +1000 Subject: [PATCH 26/62] Update lang.php --- lang/fr/lang.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/lang/fr/lang.php b/lang/fr/lang.php index e25de4f..1a4bbbd 100644 --- a/lang/fr/lang.php +++ b/lang/fr/lang.php @@ -1,11 +1,11 @@ - Date: Fri, 31 May 2019 08:54:27 +1000 Subject: [PATCH 27/62] Create settings.php --- lang/ru/settings.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/ru/settings.php diff --git a/lang/ru/settings.php b/lang/ru/settings.php new file mode 100644 index 0000000..c4ad8bc --- /dev/null +++ b/lang/ru/settings.php @@ -0,0 +1,10 @@ + + */ + +$lang['position'] = 'Расположение информационного баннера о файлах cookie на странице'; +$lang['position_o_top'] = 'вверху'; +$lang['position_o_bottom'] = 'внизу'; From f1e23e6c496be2c13b9cfffbcfb1043f34d20bf7 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 08:54:53 +1000 Subject: [PATCH 28/62] Create lang.php --- lang/be/lang.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/be/lang.php diff --git a/lang/be/lang.php b/lang/be/lang.php new file mode 100644 index 0000000..a1ecc01 --- /dev/null +++ b/lang/be/lang.php @@ -0,0 +1,11 @@ + + */ + +$lang['information'] = 'Гэты сайт выкарыстоўвае печыва. Знаходзячыся тут, вы згаджаецеся з іх захоўваннем на вашым кампутары. Таксама вы нам абяцаеце, што прачыталі і зразумелі нашу Палітыку прыватнасці. Калі вы не згодныя - пакіньце сайт.'; +$lang['consent'] = 'OK'; +$lang['details'] = 'Больш інфармацыі пра печыва'; +$lang['details_url'] = 'https://ru.wikipedia.org/wiki/Cookie'; From a7f6faa1df714272b10d64c2fd2bf08000e9fb16 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 08:55:22 +1000 Subject: [PATCH 29/62] Create settings.php --- lang/be/settings.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/be/settings.php diff --git a/lang/be/settings.php b/lang/be/settings.php new file mode 100644 index 0000000..e23788c --- /dev/null +++ b/lang/be/settings.php @@ -0,0 +1,10 @@ + + */ + +$lang['position'] = 'Размяшчэнне інфармацыйнага банэра пра файлы cookie на старонцы'; +$lang['position_o_top'] = 'уверсе'; +$lang['position_o_bottom'] = 'унізе'; From 0a2b4dfa92921105676f9847db5f408aef13fe2c Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 08:55:34 +1000 Subject: [PATCH 30/62] Create lang.php --- lang/pl/lang.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/pl/lang.php diff --git a/lang/pl/lang.php b/lang/pl/lang.php new file mode 100644 index 0000000..9bef750 --- /dev/null +++ b/lang/pl/lang.php @@ -0,0 +1,11 @@ + + */ + +$lang['information'] = 'Ta strona używa plików cookie. Będąc tutaj, zgadzasz się na ich przechowywanie na swoim komputerze. Użytkownik potwierdza również, że przeczytał i zrozumiał naszą Politykę prywatności. Jeśli się nie zgadzasz - opuść stronę.'; +$lang['consent'] = 'OK'; +$lang['details'] = 'Więcej informacji na temat plików cookie'; +$lang['details_url'] = 'https://pl.wikipedia.org/wiki/HTTP_cookie'; From 0ed17691294d5ddf40d6e1ce8249b69c93391569 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 08:55:51 +1000 Subject: [PATCH 31/62] Create lang.php --- lang/bg/lang.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/bg/lang.php diff --git a/lang/bg/lang.php b/lang/bg/lang.php new file mode 100644 index 0000000..2629395 --- /dev/null +++ b/lang/bg/lang.php @@ -0,0 +1,11 @@ + + */ + +$lang['information'] = 'Този сайт използва бисквитки. Тъй като сте тук, вие се съгласявате с тяхното съхранение на вашия компютър. Също така приемате, че сте прочели и разбрали нашата Политика за поверителност. Ако не сте съгласни - напуснете сайта.'; +$lang['consent'] = 'OK'; +$lang['details'] = 'Повече информация за бисквитките'; +$lang['details_url'] = 'https://bg.wikipedia.org/wiki/HTTP-бисквитка'; From 1d731a074ecc165540a7d2e20006bb1a9771587a Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 08:56:06 +1000 Subject: [PATCH 32/62] Create settings.php --- lang/bg/settings.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/bg/settings.php diff --git a/lang/bg/settings.php b/lang/bg/settings.php new file mode 100644 index 0000000..231934f --- /dev/null +++ b/lang/bg/settings.php @@ -0,0 +1,10 @@ + + */ + +$lang['position'] = 'Местоположението на информационния банер за бисквитките на страницата'; +$lang['position_o_top'] = 'отгоре'; +$lang['position_o_bottom'] = 'долу'; From 3b2014a9dc3fcca18b0a5b02bef3c86b3c2bb0b5 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 08:56:18 +1000 Subject: [PATCH 33/62] Create settings.php --- lang/pl/settings.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/pl/settings.php diff --git a/lang/pl/settings.php b/lang/pl/settings.php new file mode 100644 index 0000000..f7c9669 --- /dev/null +++ b/lang/pl/settings.php @@ -0,0 +1,10 @@ + + */ + +$lang['position'] = 'Lokalizacja banera informacyjnego o plikach cookie na stronie'; +$lang['position_o_top'] = 'na górze'; +$lang['position_o_bottom'] = 'poniżej'; From 49c1e37ad8260d6969641c387c91cec7fbeb3c9d Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 08:57:17 +1000 Subject: [PATCH 34/62] Create lang.php --- lang/uk/lang.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/uk/lang.php diff --git a/lang/uk/lang.php b/lang/uk/lang.php new file mode 100644 index 0000000..b5834df --- /dev/null +++ b/lang/uk/lang.php @@ -0,0 +1,11 @@ + + */ + +$lang['information'] = 'Цей сайт використовує кукі. Перебуваючи тут, ви погоджуєтеся з їх зберіганням на вашому комп\'ютері. Також ви підтверджуєте, що прочитали і зрозуміли нашу Політику конфіденційності. Якщо ви не згодні - покиньте сайт.'; +$lang['consent'] = 'OK'; +$lang['details'] = 'Більше інформації про куки'; +$lang['details_url'] = 'https://uk.wikipedia.org/wiki/Куки'; From c02d799df8fc9b5523350b41b2327992e6888d06 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 08:57:33 +1000 Subject: [PATCH 35/62] Create settings.php --- lang/uk/settings.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/uk/settings.php diff --git a/lang/uk/settings.php b/lang/uk/settings.php new file mode 100644 index 0000000..a3ee310 --- /dev/null +++ b/lang/uk/settings.php @@ -0,0 +1,10 @@ + + */ + +$lang['position'] = 'Розташування інформаційного банера про файлах cookie на сторінці'; +$lang['position_o_top'] = 'вгорі'; +$lang['position_o_bottom'] = 'внизу'; From e4723f0bbe3771305ecdcdfb299be5955d0eb43e Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 23:58:50 +1000 Subject: [PATCH 36/62] Update lang.php --- lang/be/lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/be/lang.php b/lang/be/lang.php index a1ecc01..4fc131f 100644 --- a/lang/be/lang.php +++ b/lang/be/lang.php @@ -6,6 +6,6 @@ */ $lang['information'] = 'Гэты сайт выкарыстоўвае печыва. Знаходзячыся тут, вы згаджаецеся з іх захоўваннем на вашым кампутары. Таксама вы нам абяцаеце, што прачыталі і зразумелі нашу Палітыку прыватнасці. Калі вы не згодныя - пакіньце сайт.'; -$lang['consent'] = 'OK'; -$lang['details'] = 'Больш інфармацыі пра печыва'; +$lang['consent'] = 'OK'; +$lang['details'] = 'Больш інфармацыі пра печыва'; $lang['details_url'] = 'https://ru.wikipedia.org/wiki/Cookie'; From 358cbe69d0ea881c19ad6721862d381abea6a02f Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Fri, 31 May 2019 23:59:49 +1000 Subject: [PATCH 37/62] Update lang.php --- lang/bg/lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/bg/lang.php b/lang/bg/lang.php index 2629395..f2d0228 100644 --- a/lang/bg/lang.php +++ b/lang/bg/lang.php @@ -6,6 +6,6 @@ */ $lang['information'] = 'Този сайт използва бисквитки. Тъй като сте тук, вие се съгласявате с тяхното съхранение на вашия компютър. Също така приемате, че сте прочели и разбрали нашата Политика за поверителност. Ако не сте съгласни - напуснете сайта.'; -$lang['consent'] = 'OK'; -$lang['details'] = 'Повече информация за бисквитките'; +$lang['consent'] = 'OK'; +$lang['details'] = 'Повече информация за бисквитките'; $lang['details_url'] = 'https://bg.wikipedia.org/wiki/HTTP-бисквитка'; From 39800581c63acb7af151e34336fc30f87bf0c520 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:00:38 +1000 Subject: [PATCH 38/62] Update lang.php --- lang/de-informal/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/de-informal/lang.php b/lang/de-informal/lang.php index 8593353..b4b9214 100644 --- a/lang/de-informal/lang.php +++ b/lang/de-informal/lang.php @@ -7,5 +7,5 @@ $lang['information'] = 'Cookies helfen bei der Bereitstellung von Inhalten. Diese Website verwendet Cookies. Mit der Nutzung der Website erklären Sie sich damit einverstanden, dass Cookies auf Ihrem Computer gespeichert werden. Außerdem bestätigen Sie, dass Sie unsere Datenschutzerklärung gelesen und verstanden haben. Wenn Sie nicht einverstanden sind, verlassen Sie die Website.'; $lang['consent'] = 'OK'; -$lang['details'] = ' Weitere Information'; +$lang['details'] = 'Weitere Information'; $lang['details_url'] = 'https://de.wikipedia.org/wiki/Cookie'; From 49436e4f113b69bbb1e2a03778bc3fd30980e1bd Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:00:52 +1000 Subject: [PATCH 39/62] Update lang.php --- lang/de/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/de/lang.php b/lang/de/lang.php index 1944529..54c3e09 100644 --- a/lang/de/lang.php +++ b/lang/de/lang.php @@ -7,5 +7,5 @@ $lang['information'] = 'Diese Website verwendet Cookies. Durch die Nutzung der Website stimmen Sie dem Speichern von Cookies auf Ihrem Computer zu. Außerdem bestätigen Sie, dass Sie unsere Datenschutzbestimmungen gelesen und verstanden haben. Wenn Sie nicht einverstanden sind, verlassen Sie die Website.'; $lang['consent'] = 'OK'; -$lang['details'] = ' Weitere Information'; +$lang['details'] = 'Weitere Information'; $lang['details_url'] = 'https://de.wikipedia.org/wiki/Cookie'; From 43ea851d151d135988c9d2efed70be6b805fe0d6 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:31:03 +1000 Subject: [PATCH 40/62] Update lang.php --- lang/en/lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/en/lang.php b/lang/en/lang.php index e569ea0..425fa86 100644 --- a/lang/en/lang.php +++ b/lang/en/lang.php @@ -6,6 +6,6 @@ */ $lang['information'] = 'This website uses cookies. By using the website, you agree with storing cookies on your computer. Also you acknowledge that you have read and understand our Privacy Policy. If you do not agree leave the website.'; -$lang['consent'] = 'OK'; -$lang['details'] = 'More information about cookies'; +$lang['consent'] = 'OK'; +$lang['details'] = 'More information about cookies'; $lang['details_url'] = 'https://en.wikipedia.org/wiki/HTTP_cookie'; From 75b1f5b720efd0276e2cb13659cc93f8f38a7d5e Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:31:14 +1000 Subject: [PATCH 41/62] Update settings.php --- lang/en/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/en/settings.php b/lang/en/settings.php index e2ef147..d4f4d6e 100644 --- a/lang/en/settings.php +++ b/lang/en/settings.php @@ -5,4 +5,4 @@ * @author Rainbow-Spike */ -$lang['position'] = 'The location of the information banner about cookies on the page'; +$lang['position'] = 'The location of the information banner about cookies on the page'; From 34a88622a94d08e67a66748ca35e41b7c805eb9e Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:31:36 +1000 Subject: [PATCH 42/62] Update settings.php --- lang/es/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/es/settings.php b/lang/es/settings.php index 771aae3..fd33877 100644 --- a/lang/es/settings.php +++ b/lang/es/settings.php @@ -5,6 +5,6 @@ * @author Rainbow-Spike */ -$lang['position'] = 'La ubicación del banner de información sobre cookies en la página'; +$lang['position'] = 'La ubicación del banner de información sobre cookies en la página'; $lang['position_o_top'] = 'superior'; $lang['position_o_bottom'] = 'inferior'; From 46bf875f6e8b0e6a1d76602742d0567ce53ae5db Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:32:04 +1000 Subject: [PATCH 43/62] Update settings.php --- lang/fr/settings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/fr/settings.php b/lang/fr/settings.php index 21ac593..7f81cdf 100644 --- a/lang/fr/settings.php +++ b/lang/fr/settings.php @@ -5,6 +5,6 @@ * @author Rainbow-Spike */ -$lang['position'] = 'L\'emplacement de la bannière d\'information sur les cookies sur la page'; +$lang['position'] = 'L\'emplacement de la bannière d\'information sur les cookies sur la page'; $lang['position_o_top'] = 'au sommet'; $lang['position_o_bottom'] = 'en bas'; From 9d74b9b74c11c5e42519ce583c814966e94b802b Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:32:19 +1000 Subject: [PATCH 44/62] Update lang.php --- lang/pl/lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/pl/lang.php b/lang/pl/lang.php index 9bef750..f1b9581 100644 --- a/lang/pl/lang.php +++ b/lang/pl/lang.php @@ -6,6 +6,6 @@ */ $lang['information'] = 'Ta strona używa plików cookie. Będąc tutaj, zgadzasz się na ich przechowywanie na swoim komputerze. Użytkownik potwierdza również, że przeczytał i zrozumiał naszą Politykę prywatności. Jeśli się nie zgadzasz - opuść stronę.'; -$lang['consent'] = 'OK'; -$lang['details'] = 'Więcej informacji na temat plików cookie'; +$lang['consent'] = 'OK'; +$lang['details'] = 'Więcej informacji na temat plików cookie'; $lang['details_url'] = 'https://pl.wikipedia.org/wiki/HTTP_cookie'; From 23eb8415aaa94ad879b2b257ffb66ae4845fb6fc Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:44:58 +1000 Subject: [PATCH 45/62] Update lang.php --- lang/ru/lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/ru/lang.php b/lang/ru/lang.php index 6e8a4ad..1058157 100644 --- a/lang/ru/lang.php +++ b/lang/ru/lang.php @@ -6,6 +6,6 @@ */ $lang['information'] = 'Этот сайт использует куки. Находясь здесь, вы соглашаетесь с их хранением на вашем компьютере. Также вы подтверждаете, что прочитали и поняли нашу Политику конфиденциальности. Если вы не согласны - покиньте сайт.'; -$lang['consent'] = 'OK'; -$lang['details'] = 'Больше информации о куки'; +$lang['consent'] = 'OK'; +$lang['details'] = 'Больше информации о куки'; $lang['details_url'] = 'https://ru.wikipedia.org/wiki/Cookie'; From 52d8fd24cc5b7b639ade1b7f1056e2ba157c2492 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:45:18 +1000 Subject: [PATCH 46/62] Update lang.php --- lang/uk/lang.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lang/uk/lang.php b/lang/uk/lang.php index b5834df..ff6cc6c 100644 --- a/lang/uk/lang.php +++ b/lang/uk/lang.php @@ -6,6 +6,6 @@ */ $lang['information'] = 'Цей сайт використовує кукі. Перебуваючи тут, ви погоджуєтеся з їх зберіганням на вашому комп\'ютері. Також ви підтверджуєте, що прочитали і зрозуміли нашу Політику конфіденційності. Якщо ви не згодні - покиньте сайт.'; -$lang['consent'] = 'OK'; -$lang['details'] = 'Більше інформації про куки'; +$lang['consent'] = 'OK'; +$lang['details'] = 'Більше інформації про куки'; $lang['details_url'] = 'https://uk.wikipedia.org/wiki/Куки'; From ddae4f4a3d3868dd5d09717ba9da93c74f37aece Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:46:59 +1000 Subject: [PATCH 47/62] Create lang.php --- lang/da/lang.php | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 lang/da/lang.php diff --git a/lang/da/lang.php b/lang/da/lang.php new file mode 100644 index 0000000..a1e8ad2 --- /dev/null +++ b/lang/da/lang.php @@ -0,0 +1,11 @@ + / Doc + */ + +$lang['information'] = 'Denne hjemmeside bruger cookies. Ved at bruge hjemmesiden accepterer du at gemme cookies på din computer. Du anerkender også, at du har læst og forstået vores privatlivspolitik. Hvis du ikke er enig, forlad hjemmesiden.'; +$lang['consent'] = 'OK'; +$lang['details'] = 'Flere oplysninger om cookies'; +$lang['details_url'] = 'https://da.wikipedia.org/wiki/Cookie'; From 8624ad37e62846b38209a77c8d1c03321bc3fea3 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:47:11 +1000 Subject: [PATCH 48/62] Create settings.php --- lang/da/settings.php | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 lang/da/settings.php diff --git a/lang/da/settings.php b/lang/da/settings.php new file mode 100644 index 0000000..9074093 --- /dev/null +++ b/lang/da/settings.php @@ -0,0 +1,10 @@ + + */ + +$lang['position'] = 'Placeringen af informationsbanneret om cookies på siden'; +$lang['position_o_top'] = 'top'; +$lang['position_o_bottom'] = 'bund'; From da5ed5bf29144948012b1321583e87a730498e9c Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:48:35 +1000 Subject: [PATCH 49/62] Add files via upload --- lang/el/lang.php | 11 +++++++++++ lang/el/settings.php | 10 ++++++++++ lang/eo/lang.php | 11 +++++++++++ lang/eo/settings.php | 10 ++++++++++ lang/fi/lang.php | 11 +++++++++++ lang/fi/settings.php | 10 ++++++++++ lang/he/lang.php | 11 +++++++++++ lang/he/settings.php | 10 ++++++++++ lang/hi/lang.php | 11 +++++++++++ lang/hi/settings.php | 10 ++++++++++ lang/id/lang.php | 11 +++++++++++ lang/id/settings.php | 10 ++++++++++ lang/it/lang.php | 11 +++++++++++ lang/it/settings.php | 10 ++++++++++ lang/ja/lang.php | 11 +++++++++++ lang/ja/settings.php | 10 ++++++++++ lang/ko/lang.php | 11 +++++++++++ lang/ko/settings.php | 10 ++++++++++ lang/pt/lang.php | 11 +++++++++++ lang/pt/settings.php | 10 ++++++++++ lang/zh/lang.php | 11 +++++++++++ lang/zh/settings.php | 10 ++++++++++ 22 files changed, 231 insertions(+) create mode 100644 lang/el/lang.php create mode 100644 lang/el/settings.php create mode 100644 lang/eo/lang.php create mode 100644 lang/eo/settings.php create mode 100644 lang/fi/lang.php create mode 100644 lang/fi/settings.php create mode 100644 lang/he/lang.php create mode 100644 lang/he/settings.php create mode 100644 lang/hi/lang.php create mode 100644 lang/hi/settings.php create mode 100644 lang/id/lang.php create mode 100644 lang/id/settings.php create mode 100644 lang/it/lang.php create mode 100644 lang/it/settings.php create mode 100644 lang/ja/lang.php create mode 100644 lang/ja/settings.php create mode 100644 lang/ko/lang.php create mode 100644 lang/ko/settings.php create mode 100644 lang/pt/lang.php create mode 100644 lang/pt/settings.php create mode 100644 lang/zh/lang.php create mode 100644 lang/zh/settings.php diff --git a/lang/el/lang.php b/lang/el/lang.php new file mode 100644 index 0000000..db0a615 --- /dev/null +++ b/lang/el/lang.php @@ -0,0 +1,11 @@ + / Doc + */ + +$lang['information'] = 'Αυτός ο ιστότοπος χρησιμοποιεί cookies. Χρησιμοποιώντας τον ιστότοπο, συμφωνείτε με την αποθήκευση cookies στον υπολογιστή σας. Επίσης, αναγνωρίζετε ότι έχετε διαβάσει και κατανοήσει την πολιτική απορρήτου μας. Εάν δεν συμφωνείτε να αφήσετε τον ιστότοπο.'; +$lang['consent'] = 'OK'; +$lang['details'] = 'Περισσότερες πληροφορίες σχετικά με τα cookies'; +$lang['details_url'] = 'https://el.wikipedia.org/wiki/HTTP_cookies'; diff --git a/lang/el/settings.php b/lang/el/settings.php new file mode 100644 index 0000000..1ec42bf --- /dev/null +++ b/lang/el/settings.php @@ -0,0 +1,10 @@ + + */ + +$lang['position'] = 'Η τοποθεσία του banner πληροφοριών σχετικά με τα cookies στη σελίδα'; +$lang['position_o_top'] = 'μπλουζα'; +$lang['position_o_bottom'] = 'κάτω μέρος'; diff --git a/lang/eo/lang.php b/lang/eo/lang.php new file mode 100644 index 0000000..bc8495f --- /dev/null +++ b/lang/eo/lang.php @@ -0,0 +1,11 @@ + / Doc + */ + +$lang['information'] = 'Ĉi tiu retejo uzas kuketojn. Uzante la retejon, vi konsentas kun konservado de kuketoj sur via komputilo. Vi ankaŭ agnoskas, ke vi legis kaj komprenas nian Privatecan Politikon. Se vi ne konsentas, lasu la retejon.'; +$lang['consent'] = 'OK'; +$lang['details'] = 'Pli da informoj pri kuketoj'; +$lang['details_url'] = 'https://eo.wikipedia.org/wiki/Kuketo'; diff --git a/lang/eo/settings.php b/lang/eo/settings.php new file mode 100644 index 0000000..22bdf09 --- /dev/null +++ b/lang/eo/settings.php @@ -0,0 +1,10 @@ + + */ + +$lang['position'] = 'La loko de la informa rubando pri kuketoj en la paĝo'; +$lang['position_o_top'] = 'supro'; +$lang['position_o_bottom'] = 'fundo'; diff --git a/lang/fi/lang.php b/lang/fi/lang.php new file mode 100644 index 0000000..dc7da50 --- /dev/null +++ b/lang/fi/lang.php @@ -0,0 +1,11 @@ + / Doc + */ + +$lang['information'] = 'Tämä sivusto käyttää evästeitä. Käyttämällä sivustoa hyväksyt evästeiden tallentamisen tietokoneellesi. Lisäksi hyväksyt, että olet lukenut ja ymmärtänyt tietosuojakäytäntömme. Jos et ole samaa mieltä, jätä sivusto.'; +$lang['consent'] = 'OK'; +$lang['details'] = 'Lisätietoja evästeistä'; +$lang['details_url'] = 'https://fi.wikipedia.org/wiki/Ev%C3%A4ste'; diff --git a/lang/fi/settings.php b/lang/fi/settings.php new file mode 100644 index 0000000..d9e77a5 --- /dev/null +++ b/lang/fi/settings.php @@ -0,0 +1,10 @@ + + */ + +$lang['position'] = 'Sivulla olevien evästeiden tiedotiedotteen sijainti'; +$lang['position_o_top'] = 'ylin'; +$lang['position_o_bottom'] = 'pohja'; diff --git a/lang/he/lang.php b/lang/he/lang.php new file mode 100644 index 0000000..d86675b --- /dev/null +++ b/lang/he/lang.php @@ -0,0 +1,11 @@ + / Doc + */ + +$lang['information'] = 'אתר זה משתמש בקובצי cookie. באמצעות האתר, אתה מסכים עם אחסון קבצי Cookie במחשב שלך. כמו כן, אתה מאשר שקראת והבנת את מדיניות הפרטיות שלנו. אם אתה לא מסכים לעזוב את האתר.'; +$lang['consent'] = 'OK'; +$lang['details'] = 'מידע נוסף על קובצי cookie'; +$lang['details_url'] = 'https://yi.wikipedia.org/wiki/%D7%A7%D7%95%D7%A7%D7%99'; diff --git a/lang/he/settings.php b/lang/he/settings.php new file mode 100644 index 0000000..2c7db06 --- /dev/null +++ b/lang/he/settings.php @@ -0,0 +1,10 @@ + + */ + +$lang['position'] = 'המיקום של מודעת הבאנר לגבי קובצי cookie בדף'; +$lang['position_o_top'] = 'חלק עליון'; +$lang['position_o_bottom'] = 'בתחתית'; diff --git a/lang/hi/lang.php b/lang/hi/lang.php new file mode 100644 index 0000000..4ce69ef --- /dev/null +++ b/lang/hi/lang.php @@ -0,0 +1,11 @@ + / Doc + */ + +$lang['information'] = 'यह वेबसाइट कुकीज़ का उपयोग करती है। वेबसाइट का उपयोग करके, आप अपने कंप्यूटर पर कुकीज़ रखने से सहमत हैं। साथ ही आप स्वीकार करते हैं कि आपने हमारी गोपनीयता नीति को पढ़ा और समझा है। यदि आप सहमत नहीं हैं तो वेबसाइट को छोड़ दें।'; +$lang['consent'] = 'OK'; +$lang['details'] = 'कुकीज़ के बारे में अधिक जानकारी'; +$lang['details_url'] = 'https://hi.wikipedia.org/wiki/%E0%A4%8F%E0%A4%9A%E0%A4%9F%E0%A5%80%E0%A4%9F%E0%A5%80%E0%A4%AA%E0%A5%80_%E0%A4%95%E0%A5%81%E0%A4%95%E0%A5%80'; diff --git a/lang/hi/settings.php b/lang/hi/settings.php new file mode 100644 index 0000000..24dfde1 --- /dev/null +++ b/lang/hi/settings.php @@ -0,0 +1,10 @@ + + */ + +$lang['position'] = 'पृष्ठ पर कुकीज़ के बारे में सूचना बैनर का स्थान'; +$lang['position_o_top'] = 'चोटी'; +$lang['position_o_bottom'] = 'तल'; diff --git a/lang/id/lang.php b/lang/id/lang.php new file mode 100644 index 0000000..2266e69 --- /dev/null +++ b/lang/id/lang.php @@ -0,0 +1,11 @@ + / Doc + */ + +$lang['information'] = 'Situs web ini menggunakan cookie. Dengan menggunakan situs web, Anda setuju dengan menyimpan cookie di komputer Anda. Anda juga mengakui bahwa Anda telah membaca dan memahami Kebijakan Privasi kami. Jika Anda tidak setuju meninggalkan situs web.'; +$lang['consent'] = 'OK'; +$lang['details'] = 'Informasi lebih lanjut tentang cookie'; +$lang['details_url'] = 'https://id.wikipedia.org/wiki/Kuki_HTTP'; diff --git a/lang/id/settings.php b/lang/id/settings.php new file mode 100644 index 0000000..7da105b --- /dev/null +++ b/lang/id/settings.php @@ -0,0 +1,10 @@ + + */ + +$lang['position'] = 'Lokasi spanduk informasi tentang cookie pada halaman'; +$lang['position_o_top'] = 'teratas'; +$lang['position_o_bottom'] = 'bawah'; diff --git a/lang/it/lang.php b/lang/it/lang.php new file mode 100644 index 0000000..c6631e2 --- /dev/null +++ b/lang/it/lang.php @@ -0,0 +1,11 @@ + / Doc + */ + +$lang['information'] = 'Questo sito Web utilizza i cookie. Utilizzando il sito Web, l\'utente accetta la memorizzazione dei cookie sul proprio computer. Inoltre riconosci di aver letto e compreso la nostra Informativa sulla privacy. Se non sei d\'accordo, lascia il sito.'; +$lang['consent'] = 'OK'; +$lang['details'] = 'Maggiori informazioni sui cookie'; +$lang['details_url'] = 'https://it.wikipedia.org/wiki/Cookie'; diff --git a/lang/it/settings.php b/lang/it/settings.php new file mode 100644 index 0000000..6af55be --- /dev/null +++ b/lang/it/settings.php @@ -0,0 +1,10 @@ + + */ + +$lang['position'] = 'La posizione del banner informativo sui cookie nella pagina'; +$lang['position_o_top'] = 'superiore'; +$lang['position_o_bottom'] = 'inferiore'; diff --git a/lang/ja/lang.php b/lang/ja/lang.php new file mode 100644 index 0000000..bfc5bf3 --- /dev/null +++ b/lang/ja/lang.php @@ -0,0 +1,11 @@ + / Doc + */ + +$lang['information'] = 'このウェブサイトはクッキーを使用しています。 Webサイトを使用することで、あなたはあなたのコンピュータにクッキーを保存することに同意します。 また、あなたはあなたが私たちのプライバシーポリシーを読んで理解したことを認めます。 同意しない場合はウェブサイトを離れてください。'; +$lang['consent'] = 'OK'; +$lang['details'] = 'クッキーに関する詳細情報'; +$lang['details_url'] = 'https://ja.wikipedia.org/wiki/HTTP_cookie'; diff --git a/lang/ja/settings.php b/lang/ja/settings.php new file mode 100644 index 0000000..7001b60 --- /dev/null +++ b/lang/ja/settings.php @@ -0,0 +1,10 @@ + + */ + +$lang['position'] = 'ページ上のクッキーに関する情報バナーの場所'; +$lang['position_o_top'] = '上'; +$lang['position_o_bottom'] = '底'; diff --git a/lang/ko/lang.php b/lang/ko/lang.php new file mode 100644 index 0000000..f3e45e0 --- /dev/null +++ b/lang/ko/lang.php @@ -0,0 +1,11 @@ + / Doc + */ + +$lang['information'] = '이 웹 사이트는 쿠키를 사용합니다. 웹 사이트를 사용하면 컴퓨터에 쿠키를 저장하는 것에 동의하게됩니다. 또한 귀하는 당사의 개인 정보 보호 정책을 읽고 이해했음을 인정합니다. 동의하지 않으면 웹 사이트를 떠나십시오.'; +$lang['consent'] = 'OK'; +$lang['details'] = '쿠키에 대한 추가 정보'; +$lang['details_url'] = 'https://ko.wikipedia.org/wiki/HTTP_%EC%BF%A0%ED%82%A4'; diff --git a/lang/ko/settings.php b/lang/ko/settings.php new file mode 100644 index 0000000..04f0fd3 --- /dev/null +++ b/lang/ko/settings.php @@ -0,0 +1,10 @@ + + */ + +$lang['position'] = '페이지의 쿠키에 대한 정보 배너의 위치'; +$lang['position_o_top'] = '상단'; +$lang['position_o_bottom'] = '바닥'; diff --git a/lang/pt/lang.php b/lang/pt/lang.php new file mode 100644 index 0000000..f316911 --- /dev/null +++ b/lang/pt/lang.php @@ -0,0 +1,11 @@ + / Doc + */ + +$lang['information'] = 'Este site usa cookies. Ao usar o site, você concorda em armazenar cookies no seu computador. Você também reconhece que leu e entendeu nossa Política de Privacidade. Se você não concordar, saia do site.'; +$lang['consent'] = 'OK'; +$lang['details'] = 'Mais informações sobre cookies'; +$lang['details_url'] = 'https://pt.wikipedia.org/wiki/Cookie_(inform%C3%A1tica)'; diff --git a/lang/pt/settings.php b/lang/pt/settings.php new file mode 100644 index 0000000..690dbe2 --- /dev/null +++ b/lang/pt/settings.php @@ -0,0 +1,10 @@ + + */ + +$lang['position'] = 'A localização do banner de informações sobre cookies na página'; +$lang['position_o_top'] = 'superior'; +$lang['position_o_bottom'] = 'inferior'; diff --git a/lang/zh/lang.php b/lang/zh/lang.php new file mode 100644 index 0000000..5cc64cc --- /dev/null +++ b/lang/zh/lang.php @@ -0,0 +1,11 @@ + / Doc + */ + +$lang['information'] = '本网站使用cookies。 使用本网站即表示您同意在您的计算机上存储cookie。 您也承认您已阅读并理解我们的隐私政策。 如果您不同意请离开本网站。'; +$lang['consent'] = 'OK'; +$lang['details'] = '有关cookie的更多信息'; +$lang['details_url'] = 'https://zh.wikipedia.org/wiki/Cookie'; diff --git a/lang/zh/settings.php b/lang/zh/settings.php new file mode 100644 index 0000000..906825c --- /dev/null +++ b/lang/zh/settings.php @@ -0,0 +1,10 @@ + + */ + +$lang['position'] = '关于页面上的cookie的信息横幅的位置'; +$lang['position_o_top'] = '最佳'; +$lang['position_o_bottom'] = '底部'; From fc750c79c43ef4f3c9a75e88c8cd5fc8167f197b Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:53:30 +1000 Subject: [PATCH 50/62] Update lang.php --- lang/el/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/el/lang.php b/lang/el/lang.php index db0a615..21bb69c 100644 --- a/lang/el/lang.php +++ b/lang/el/lang.php @@ -2,7 +2,7 @@ /** * Greek language file for cookielaw plugin * - * @author Michal Koutny / Doc + * @author Rainbow-Spike */ $lang['information'] = 'Αυτός ο ιστότοπος χρησιμοποιεί cookies. Χρησιμοποιώντας τον ιστότοπο, συμφωνείτε με την αποθήκευση cookies στον υπολογιστή σας. Επίσης, αναγνωρίζετε ότι έχετε διαβάσει και κατανοήσει την πολιτική απορρήτου μας. Εάν δεν συμφωνείτε να αφήσετε τον ιστότοπο.'; From 7e983d49b2c091dc6a99a41f6da69a3e41a74d84 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:53:31 +1000 Subject: [PATCH 51/62] Update lang.php --- lang/eo/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/eo/lang.php b/lang/eo/lang.php index bc8495f..9c20b69 100644 --- a/lang/eo/lang.php +++ b/lang/eo/lang.php @@ -2,7 +2,7 @@ /** * Esperanto language file for cookielaw plugin * - * @author Michal Koutny / Doc + * @author Rainbow-Spike */ $lang['information'] = 'Ĉi tiu retejo uzas kuketojn. Uzante la retejon, vi konsentas kun konservado de kuketoj sur via komputilo. Vi ankaŭ agnoskas, ke vi legis kaj komprenas nian Privatecan Politikon. Se vi ne konsentas, lasu la retejon.'; From 30e39bfeeb0f6d664fed8b47069c84ae7a1408a9 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:53:32 +1000 Subject: [PATCH 52/62] Update lang.php --- lang/fi/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/fi/lang.php b/lang/fi/lang.php index dc7da50..65cb1ec 100644 --- a/lang/fi/lang.php +++ b/lang/fi/lang.php @@ -2,7 +2,7 @@ /** * Finnish language file for cookielaw plugin * - * @author Michal Koutny / Doc + * @author Rainbow-Spike */ $lang['information'] = 'Tämä sivusto käyttää evästeitä. Käyttämällä sivustoa hyväksyt evästeiden tallentamisen tietokoneellesi. Lisäksi hyväksyt, että olet lukenut ja ymmärtänyt tietosuojakäytäntömme. Jos et ole samaa mieltä, jätä sivusto.'; From ef2e19fd2825a55b9424358af0637c6274014372 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:53:33 +1000 Subject: [PATCH 53/62] Update lang.php --- lang/he/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/he/lang.php b/lang/he/lang.php index d86675b..3cdf22a 100644 --- a/lang/he/lang.php +++ b/lang/he/lang.php @@ -2,7 +2,7 @@ /** * Hebrew language file for cookielaw plugin * - * @author Michal Koutny / Doc + * @author Rainbow-Spike */ $lang['information'] = 'אתר זה משתמש בקובצי cookie. באמצעות האתר, אתה מסכים עם אחסון קבצי Cookie במחשב שלך. כמו כן, אתה מאשר שקראת והבנת את מדיניות הפרטיות שלנו. אם אתה לא מסכים לעזוב את האתר.'; From c8dae3ba19ede8dee7b8bbe8ebf8cf66a5c6ec6f Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:53:34 +1000 Subject: [PATCH 54/62] Update lang.php --- lang/hi/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/hi/lang.php b/lang/hi/lang.php index 4ce69ef..f00ac7e 100644 --- a/lang/hi/lang.php +++ b/lang/hi/lang.php @@ -2,7 +2,7 @@ /** * Hindi language file for cookielaw plugin * - * @author Michal Koutny / Doc + * @author Rainbow-Spike */ $lang['information'] = 'यह वेबसाइट कुकीज़ का उपयोग करती है। वेबसाइट का उपयोग करके, आप अपने कंप्यूटर पर कुकीज़ रखने से सहमत हैं। साथ ही आप स्वीकार करते हैं कि आपने हमारी गोपनीयता नीति को पढ़ा और समझा है। यदि आप सहमत नहीं हैं तो वेबसाइट को छोड़ दें।'; From 29b7c519828cf0c4f994c36114fc6fa27c7031f4 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:53:36 +1000 Subject: [PATCH 55/62] Update lang.php --- lang/id/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/id/lang.php b/lang/id/lang.php index 2266e69..912b52f 100644 --- a/lang/id/lang.php +++ b/lang/id/lang.php @@ -2,7 +2,7 @@ /** * Indonesian language file for cookielaw plugin * - * @author Michal Koutny / Doc + * @author Rainbow-Spike */ $lang['information'] = 'Situs web ini menggunakan cookie. Dengan menggunakan situs web, Anda setuju dengan menyimpan cookie di komputer Anda. Anda juga mengakui bahwa Anda telah membaca dan memahami Kebijakan Privasi kami. Jika Anda tidak setuju meninggalkan situs web.'; From ea95210d938a3e2081f6b7d3343d8fd76e44e514 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:53:38 +1000 Subject: [PATCH 56/62] Update lang.php --- lang/it/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/it/lang.php b/lang/it/lang.php index c6631e2..48d7f47 100644 --- a/lang/it/lang.php +++ b/lang/it/lang.php @@ -2,7 +2,7 @@ /** * Italian language file for cookielaw plugin * - * @author Michal Koutny / Doc + * @author Rainbow-Spike */ $lang['information'] = 'Questo sito Web utilizza i cookie. Utilizzando il sito Web, l\'utente accetta la memorizzazione dei cookie sul proprio computer. Inoltre riconosci di aver letto e compreso la nostra Informativa sulla privacy. Se non sei d\'accordo, lascia il sito.'; From 059bb0d12e20ee2b7e7292332f9739e9231875fc Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:53:39 +1000 Subject: [PATCH 57/62] Update lang.php --- lang/ko/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/ko/lang.php b/lang/ko/lang.php index f3e45e0..d0668ea 100644 --- a/lang/ko/lang.php +++ b/lang/ko/lang.php @@ -2,7 +2,7 @@ /** * Korean language file for cookielaw plugin * - * @author Michal Koutny / Doc + * @author Rainbow-Spike */ $lang['information'] = '이 웹 사이트는 쿠키를 사용합니다. 웹 사이트를 사용하면 컴퓨터에 쿠키를 저장하는 것에 동의하게됩니다. 또한 귀하는 당사의 개인 정보 보호 정책을 읽고 이해했음을 인정합니다. 동의하지 않으면 웹 사이트를 떠나십시오.'; From 36a0bdcc79a03ce3ea3d77814265cf2d4de712a1 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:53:41 +1000 Subject: [PATCH 58/62] Update lang.php --- lang/pt/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/pt/lang.php b/lang/pt/lang.php index f316911..d8abcf1 100644 --- a/lang/pt/lang.php +++ b/lang/pt/lang.php @@ -2,7 +2,7 @@ /** * Portuguese language file for cookielaw plugin * - * @author Michal Koutny / Doc + * @author Rainbow-Spike */ $lang['information'] = 'Este site usa cookies. Ao usar o site, você concorda em armazenar cookies no seu computador. Você também reconhece que leu e entendeu nossa Política de Privacidade. Se você não concordar, saia do site.'; From 1e56943867c0cec9b7d3aa71a10b608119ad5f95 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:53:43 +1000 Subject: [PATCH 59/62] Update lang.php --- lang/zh/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/zh/lang.php b/lang/zh/lang.php index 5cc64cc..22423a7 100644 --- a/lang/zh/lang.php +++ b/lang/zh/lang.php @@ -2,7 +2,7 @@ /** * Chinese language file for cookielaw plugin * - * @author Michal Koutny / Doc + * @author Rainbow-Spike */ $lang['information'] = '本网站使用cookies。 使用本网站即表示您同意在您的计算机上存储cookie。 您也承认您已阅读并理解我们的隐私政策。 如果您不同意请离开本网站。'; From c214ff5a2df7be3f64acbbbd0edfb3734d6e9d95 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:53:50 +1000 Subject: [PATCH 60/62] Update lang.php --- lang/da/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/da/lang.php b/lang/da/lang.php index a1e8ad2..121186e 100644 --- a/lang/da/lang.php +++ b/lang/da/lang.php @@ -2,7 +2,7 @@ /** * Danish language file for cookielaw plugin * - * @author Django / Doc + * @author Rainbow-Spike */ $lang['information'] = 'Denne hjemmeside bruger cookies. Ved at bruge hjemmesiden accepterer du at gemme cookies på din computer. Du anerkender også, at du har læst og forstået vores privatlivspolitik. Hvis du ikke er enig, forlad hjemmesiden.'; From 599162d5df89f84d9422c738154141101437b1c5 Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Sat, 1 Jun 2019 00:54:20 +1000 Subject: [PATCH 61/62] Update lang.php --- lang/ja/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/ja/lang.php b/lang/ja/lang.php index bfc5bf3..55644f1 100644 --- a/lang/ja/lang.php +++ b/lang/ja/lang.php @@ -2,7 +2,7 @@ /** * Japanese language file for cookielaw plugin * - * @author Michal Koutny / Doc + * @author Rainbow-Spike */ $lang['information'] = 'このウェブサイトはクッキーを使用しています。 Webサイトを使用することで、あなたはあなたのコンピュータにクッキーを保存することに同意します。 また、あなたはあなたが私たちのプライバシーポリシーを読んで理解したことを認めます。 同意しない場合はウェブサイトを離れてください。'; From defa5775fd8f41276aa201978d69cbb287db65cf Mon Sep 17 00:00:00 2001 From: Rainbow Spike Date: Mon, 3 Jun 2019 09:21:21 +1000 Subject: [PATCH 62/62] Update lang.php --- lang/es/lang.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/es/lang.php b/lang/es/lang.php index 9810b2b..8d63887 100644 --- a/lang/es/lang.php +++ b/lang/es/lang.php @@ -8,4 +8,4 @@ $lang['information'] = 'Este sitio web utiliza cookies. Al utilizar el sitio web, usted acepta almacenar cookies en su computadora. También reconoce que ha leído y entendido nuestra Política de privacidad. Si no está de acuerdo abandone el sitio web.'; $lang['consent'] = 'De acuerdo'; $lang['details'] = 'Más información'; -$lang['details_url'] = 'https://es.wikipedia.org/wiki/Cookie_(inform%C3%A1tica)' +$lang['details_url'] = 'https://es.wikipedia.org/wiki/Cookie_(inform%C3%A1tica)';