DokuWiki

It's better when it's simple

User Tools

Site Tools


plugin:cookielaw

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
plugin:cookielaw [2017-08-21 11:42] Aleksandrplugin:cookielaw [2018-07-11 20:58] nikopp
Line 7: Line 7:
 type       : action type       : action
 lastupdate : 2015-08-14 lastupdate : 2015-08-14
-compatible : 2014-09-29, Detritus+compatible : 2014-09-29, Detritus, Greebo
 depends    :  depends    : 
 conflicts  conflicts 
Line 23: Line 23:
 ===== Installation ===== ===== Installation =====
  
-Install the plugin using the [[plugin:plugin|Plugin Manager]] and the download URL above, which points to latest version of the plugin. Refer to [[:Plugins]] on how to install plugins manually.+Search and install the plugin using the [[plugin:extension|Extension Manager]]. Refer to [[:Plugins]] on how to install plugins manually.
  
 ===== Examples/Usage ===== ===== Examples/Usage =====
Line 47: Line 47:
 $lang['details'    = 'En savoir plus'; $lang['details'    = 'En savoir plus';
 $lang['details_url'] = 'https://fr.wikipedia.org/wiki/Cookie_(informatique)'; $lang['details_url'] = 'https://fr.wikipedia.org/wiki/Cookie_(informatique)';
 +</file>
 +
 +Spanish translation (due to new EU rules, IP is included in the warning):
 +<file php lang.php>
 +<?php
 +// Spanish language file for cookielaw plugin
 +// put this on /plugin/cookielaw/lang/es/plugin.php
 +$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)';
 </file> </file>
plugin/cookielaw.txt · Last modified: 2022-07-06 12:35 by glreschke

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Share Alike 4.0 International
CC Attribution-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki