Merge pull request #5 from Django-BOfH/patch-2

Added German translation
This commit is contained in:
Michal Koutný
2015-09-01 19:08:57 +02:00

17
lang/de/ lang.php Normal file
View File

@@ -0,0 +1,17 @@
<?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 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 :