Files
dokuwiki-plugin-cookielaw/lang/de/lang.php
Klaus Tachtler 28c449b232 Update lang.php
Hi, 

added the word "damit", because its sounds a little bit better in germen, and google.de use this wording too.

Klaus.
2015-09-12 08:46:08 +02:00

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 :