Hi, added the word "damit", because its sounds a little bit better in germen, and google.de use this wording too. Klaus.
18 lines
519 B
PHP
18 lines
519 B
PHP
<?php
|
|
/**
|
|
* German language file for cookielaw plugin
|
|
*
|
|
* @author Django <django@nausch.org>
|
|
*/
|
|
|
|
// 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';
|
|
|
|
|
|
|
|
//Setup VIM: ex: et ts=4 :
|