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 :