Merge pull request #5 from Django-BOfH/patch-2
Added German translation
This commit is contained in:
17
lang/de/ lang.php
Normal file
17
lang/de/ lang.php
Normal 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 :
|
||||
Reference in New Issue
Block a user