@@ -5,6 +5,6 @@
|
||||
* @author Michal Koutny <michal@fykos.cz>
|
||||
*/
|
||||
|
||||
|
||||
$meta['position'] = array('multichoice', '_choices' => array('top', 'bottom'));
|
||||
|
||||
$meta['position'] = array(
|
||||
'multichoice',
|
||||
'_choices' => array ('top', 'bottom'));
|
||||
|
||||
11
es/lang.php
11
es/lang.php
@@ -1,11 +0,0 @@
|
||||
<?php
|
||||
/**
|
||||
* Spanish language file for cookielaw plugin
|
||||
*
|
||||
* from https://www.dokuwiki.org/plugin:cookielaw#configuration_and_settings
|
||||
*/
|
||||
$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['consent'] = 'De acuerdo';
|
||||
$lang['details'] = 'Más información';
|
||||
$lang['details_url'] = 'https://es.wikipedia.org/wiki/Cookie_(inform%C3%A1tica)'
|
||||
11
lang/be/lang.php
Normal file
11
lang/be/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Belarussian language file for cookielaw plugin
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['information'] = 'Гэты сайт выкарыстоўвае печыва. Знаходзячыся тут, вы згаджаецеся з іх захоўваннем на вашым кампутары. Таксама вы нам абяцаеце, што прачыталі і зразумелі нашу Палітыку прыватнасці. Калі вы не згодныя - пакіньце сайт.';
|
||||
$lang['consent'] = 'OK';
|
||||
$lang['details'] = 'Больш інфармацыі пра печыва';
|
||||
$lang['details_url'] = 'https://ru.wikipedia.org/wiki/Cookie';
|
||||
10
lang/be/settings.php
Normal file
10
lang/be/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Belarussian language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['position'] = 'Размяшчэнне інфармацыйнага банэра пра файлы cookie на старонцы';
|
||||
$lang['position_o_top'] = 'уверсе';
|
||||
$lang['position_o_bottom'] = 'унізе';
|
||||
11
lang/bg/lang.php
Normal file
11
lang/bg/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Bulgarian language file for cookielaw plugin
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['information'] = 'Този сайт използва бисквитки. Тъй като сте тук, вие се съгласявате с тяхното съхранение на вашия компютър. Също така приемате, че сте прочели и разбрали нашата Политика за поверителност. Ако не сте съгласни - напуснете сайта.';
|
||||
$lang['consent'] = 'OK';
|
||||
$lang['details'] = 'Повече информация за бисквитките';
|
||||
$lang['details_url'] = 'https://bg.wikipedia.org/wiki/HTTP-бисквитка';
|
||||
10
lang/bg/settings.php
Normal file
10
lang/bg/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Bulgarian language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['position'] = 'Местоположението на информационния банер за бисквитките на страницата';
|
||||
$lang['position_o_top'] = 'отгоре';
|
||||
$lang['position_o_bottom'] = 'долу';
|
||||
@@ -1,17 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* English language file for cookielaw plugin
|
||||
* Czech language file for cookielaw plugin
|
||||
*
|
||||
* @author Michal Koutny <michal@fykos.cz>
|
||||
*/
|
||||
|
||||
// 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';
|
||||
|
||||
10
lang/cs/settings.php
Normal file
10
lang/cs/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Czech language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$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';
|
||||
11
lang/da/lang.php
Normal file
11
lang/da/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Danish language file for cookielaw plugin
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$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';
|
||||
10
lang/da/settings.php
Normal file
10
lang/da/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Danish language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['position'] = 'Placeringen af informationsbanneret om cookies på siden';
|
||||
$lang['position_o_top'] = 'top';
|
||||
$lang['position_o_bottom'] = 'bund';
|
||||
@@ -5,16 +5,7 @@
|
||||
* @author Niko P. <nikop@web.de> / Doc <doc@snowheaven.de>
|
||||
*/
|
||||
|
||||
// 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'] = '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 :
|
||||
|
||||
@@ -5,16 +5,7 @@
|
||||
* @author Django <django@nausch.org> / Doc <doc@snowheaven.de>
|
||||
*/
|
||||
|
||||
// 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'] = '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 :
|
||||
|
||||
10
lang/de/settings.php
Normal file
10
lang/de/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Deutsch language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['position'] = 'Die Position des Informationsbanners zu Cookies auf der Seite';
|
||||
$lang['position_o_top'] = 'über';
|
||||
$lang['position_o_bottom'] = 'unten';
|
||||
11
lang/el/lang.php
Normal file
11
lang/el/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Greek language file for cookielaw plugin
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['information'] = 'Αυτός ο ιστότοπος χρησιμοποιεί cookies. Χρησιμοποιώντας τον ιστότοπο, συμφωνείτε με την αποθήκευση cookies στον υπολογιστή σας. Επίσης, αναγνωρίζετε ότι έχετε διαβάσει και κατανοήσει την πολιτική απορρήτου μας. Εάν δεν συμφωνείτε να αφήσετε τον ιστότοπο.';
|
||||
$lang['consent'] = 'OK';
|
||||
$lang['details'] = 'Περισσότερες πληροφορίες σχετικά με τα cookies';
|
||||
$lang['details_url'] = 'https://el.wikipedia.org/wiki/HTTP_cookies';
|
||||
10
lang/el/settings.php
Normal file
10
lang/el/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Greek language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['position'] = 'Η τοποθεσία του banner πληροφοριών σχετικά με τα cookies στη σελίδα';
|
||||
$lang['position_o_top'] = 'μπλουζα';
|
||||
$lang['position_o_bottom'] = 'κάτω μέρος';
|
||||
@@ -5,24 +5,7 @@
|
||||
* @author Michal Koutny <michal@fykos.cz> / Doc <doc@snowheaven.de>
|
||||
*/
|
||||
|
||||
// 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['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 :
|
||||
|
||||
8
lang/en/settings.php
Normal file
8
lang/en/settings.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
/**
|
||||
* English language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['position'] = 'The location of the information banner about cookies on the page';
|
||||
11
lang/eo/lang.php
Normal file
11
lang/eo/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Esperanto language file for cookielaw plugin
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$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';
|
||||
10
lang/eo/settings.php
Normal file
10
lang/eo/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Esperanto language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['position'] = 'La loko de la informa rubando pri kuketoj en la paĝo';
|
||||
$lang['position_o_top'] = 'supro';
|
||||
$lang['position_o_bottom'] = 'fundo';
|
||||
11
lang/es/lang.php
Normal file
11
lang/es/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Spanish language file for cookielaw plugin
|
||||
*
|
||||
* @author josemoya
|
||||
*/
|
||||
|
||||
$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)';
|
||||
10
lang/es/settings.php
Normal file
10
lang/es/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Spanish language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$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';
|
||||
11
lang/fi/lang.php
Normal file
11
lang/fi/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Finnish language file for cookielaw plugin
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$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';
|
||||
10
lang/fi/settings.php
Normal file
10
lang/fi/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Finnish language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['position'] = 'Sivulla olevien evästeiden tiedotiedotteen sijainti';
|
||||
$lang['position_o_top'] = 'ylin';
|
||||
$lang['position_o_bottom'] = 'pohja';
|
||||
@@ -1,11 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* French language file for cookielaw plugin
|
||||
*
|
||||
* from https://www.dokuwiki.org/plugin:cookielaw#configuration_and_settings
|
||||
*/
|
||||
$lang['information'] = 'Ce site web utilise des cookies pour analyser le trafic de visites. ' .
|
||||
'En restant sur ce site, vous acceptez le stockage de cookies sur votre ordinateur. ';
|
||||
$lang['consent'] = 'OK';
|
||||
$lang['details'] = 'En savoir plus';
|
||||
$lang['details_url'] = 'https://fr.wikipedia.org/wiki/Cookie_(informatique)';
|
||||
<?php
|
||||
/**
|
||||
* French language file for cookielaw plugin
|
||||
*
|
||||
* @author IP 176.135.33.238
|
||||
*/
|
||||
|
||||
$lang['information'] = 'Ce site web utilise des cookies. En utilisant le site Web, vous acceptez le stockage de cookies sur votre ordinateur. Vous reconnaissez également que vous avez lu et compris notre politique de confidentialité. Si vous n\'êtes pas d\'accord, quittez le site.';
|
||||
$lang['consent'] = 'OK';
|
||||
$lang['details'] = 'En savoir plus';
|
||||
$lang['details_url'] = 'https://fr.wikipedia.org/wiki/Cookie_(informatique)';
|
||||
|
||||
10
lang/fr/settings.php
Normal file
10
lang/fr/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* French language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$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';
|
||||
11
lang/he/lang.php
Normal file
11
lang/he/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Hebrew language file for cookielaw plugin
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$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';
|
||||
10
lang/he/settings.php
Normal file
10
lang/he/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Hebrew language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['position'] = 'המיקום של מודעת הבאנר לגבי קובצי cookie בדף';
|
||||
$lang['position_o_top'] = 'חלק עליון';
|
||||
$lang['position_o_bottom'] = 'בתחתית';
|
||||
11
lang/hi/lang.php
Normal file
11
lang/hi/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Hindi language file for cookielaw plugin
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$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';
|
||||
10
lang/hi/settings.php
Normal file
10
lang/hi/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Hindi language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['position'] = 'पृष्ठ पर कुकीज़ के बारे में सूचना बैनर का स्थान';
|
||||
$lang['position_o_top'] = 'चोटी';
|
||||
$lang['position_o_bottom'] = 'तल';
|
||||
11
lang/id/lang.php
Normal file
11
lang/id/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Indonesian language file for cookielaw plugin
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$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';
|
||||
10
lang/id/settings.php
Normal file
10
lang/id/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Indonesian language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['position'] = 'Lokasi spanduk informasi tentang cookie pada halaman';
|
||||
$lang['position_o_top'] = 'teratas';
|
||||
$lang['position_o_bottom'] = 'bawah';
|
||||
11
lang/it/lang.php
Normal file
11
lang/it/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Italian language file for cookielaw plugin
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$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';
|
||||
10
lang/it/settings.php
Normal file
10
lang/it/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Italian language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['position'] = 'La posizione del banner informativo sui cookie nella pagina';
|
||||
$lang['position_o_top'] = 'superiore';
|
||||
$lang['position_o_bottom'] = 'inferiore';
|
||||
11
lang/ja/lang.php
Normal file
11
lang/ja/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Japanese language file for cookielaw plugin
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['information'] = 'このウェブサイトはクッキーを使用しています。 Webサイトを使用することで、あなたはあなたのコンピュータにクッキーを保存することに同意します。 また、あなたはあなたが私たちのプライバシーポリシーを読んで理解したことを認めます。 同意しない場合はウェブサイトを離れてください。';
|
||||
$lang['consent'] = 'OK';
|
||||
$lang['details'] = 'クッキーに関する詳細情報';
|
||||
$lang['details_url'] = 'https://ja.wikipedia.org/wiki/HTTP_cookie';
|
||||
10
lang/ja/settings.php
Normal file
10
lang/ja/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Japanese language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['position'] = 'ページ上のクッキーに関する情報バナーの場所';
|
||||
$lang['position_o_top'] = '上';
|
||||
$lang['position_o_bottom'] = '底';
|
||||
11
lang/ko/lang.php
Normal file
11
lang/ko/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Korean language file for cookielaw plugin
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['information'] = '이 웹 사이트는 쿠키를 사용합니다. 웹 사이트를 사용하면 컴퓨터에 쿠키를 저장하는 것에 동의하게됩니다. 또한 귀하는 당사의 개인 정보 보호 정책을 읽고 이해했음을 인정합니다. 동의하지 않으면 웹 사이트를 떠나십시오.';
|
||||
$lang['consent'] = 'OK';
|
||||
$lang['details'] = '쿠키에 대한 추가 정보';
|
||||
$lang['details_url'] = 'https://ko.wikipedia.org/wiki/HTTP_%EC%BF%A0%ED%82%A4';
|
||||
10
lang/ko/settings.php
Normal file
10
lang/ko/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Korean language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['position'] = '페이지의 쿠키에 대한 정보 배너의 위치';
|
||||
$lang['position_o_top'] = '상단';
|
||||
$lang['position_o_bottom'] = '바닥';
|
||||
11
lang/pl/lang.php
Normal file
11
lang/pl/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Polish language file for cookielaw plugin
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$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';
|
||||
10
lang/pl/settings.php
Normal file
10
lang/pl/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Polish language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['position'] = 'Lokalizacja banera informacyjnego o plikach cookie na stronie';
|
||||
$lang['position_o_top'] = 'na górze';
|
||||
$lang['position_o_bottom'] = 'poniżej';
|
||||
11
lang/pt/lang.php
Normal file
11
lang/pt/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Portuguese language file for cookielaw plugin
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$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)';
|
||||
10
lang/pt/settings.php
Normal file
10
lang/pt/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Portuguese language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$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';
|
||||
11
lang/ru/lang.php
Normal file
11
lang/ru/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Russian language file for cookielaw plugin
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['information'] = 'Этот сайт использует куки. Находясь здесь, вы соглашаетесь с их хранением на вашем компьютере. Также вы подтверждаете, что прочитали и поняли нашу Политику конфиденциальности. Если вы не согласны - покиньте сайт.';
|
||||
$lang['consent'] = 'OK';
|
||||
$lang['details'] = 'Больше информации о куки';
|
||||
$lang['details_url'] = 'https://ru.wikipedia.org/wiki/Cookie';
|
||||
10
lang/ru/settings.php
Normal file
10
lang/ru/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Russian language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['position'] = 'Расположение информационного баннера о файлах cookie на странице';
|
||||
$lang['position_o_top'] = 'вверху';
|
||||
$lang['position_o_bottom'] = 'внизу';
|
||||
11
lang/uk/lang.php
Normal file
11
lang/uk/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Ukrainian language file for cookielaw plugin
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['information'] = 'Цей сайт використовує кукі. Перебуваючи тут, ви погоджуєтеся з їх зберіганням на вашому комп\'ютері. Також ви підтверджуєте, що прочитали і зрозуміли нашу Політику конфіденційності. Якщо ви не згодні - покиньте сайт.';
|
||||
$lang['consent'] = 'OK';
|
||||
$lang['details'] = 'Більше інформації про куки';
|
||||
$lang['details_url'] = 'https://uk.wikipedia.org/wiki/Куки';
|
||||
10
lang/uk/settings.php
Normal file
10
lang/uk/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Ukrainian language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['position'] = 'Розташування інформаційного банера про файлах cookie на сторінці';
|
||||
$lang['position_o_top'] = 'вгорі';
|
||||
$lang['position_o_bottom'] = 'внизу';
|
||||
11
lang/zh/lang.php
Normal file
11
lang/zh/lang.php
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php
|
||||
/**
|
||||
* Chinese language file for cookielaw plugin
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['information'] = '本网站使用cookies。 使用本网站即表示您同意在您的计算机上存储cookie。 您也承认您已阅读并理解我们的隐私政策。 如果您不同意请离开本网站。';
|
||||
$lang['consent'] = 'OK';
|
||||
$lang['details'] = '有关cookie的更多信息';
|
||||
$lang['details_url'] = 'https://zh.wikipedia.org/wiki/Cookie';
|
||||
10
lang/zh/settings.php
Normal file
10
lang/zh/settings.php
Normal file
@@ -0,0 +1,10 @@
|
||||
<?php
|
||||
/**
|
||||
* Chinese language file for the configuration manager
|
||||
*
|
||||
* @author Rainbow-Spike <rainbow_spike@derpy.ru>
|
||||
*/
|
||||
|
||||
$lang['position'] = '关于页面上的cookie的信息横幅的位置';
|
||||
$lang['position_o_top'] = '最佳';
|
||||
$lang['position_o_bottom'] = '底部';
|
||||
@@ -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
|
||||
|
||||
21
style.css
21
style.css
@@ -1,19 +1,18 @@
|
||||
/* CSS Document */
|
||||
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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user