Skip to content
This repository has been archived by the owner on Oct 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #5 from Django-BOfH/patch-2
Browse files Browse the repository at this point in the history
Added German translation
  • Loading branch information
Werkov committed Sep 1, 2015
2 parents 50cae54 + 1612c40 commit 3667edd
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions lang/de/ lang.php
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<?php
/**
* German language file for cookielaw plugin
*
* @author Django <[email protected]>
*/

// 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 :

0 comments on commit 3667edd

Please sign in to comment.