From 1612c407858a382a1902c8741f6b1da5c9cdc733 Mon Sep 17 00:00:00 2001 From: Django Date: Tue, 1 Sep 2015 13:13:51 +0200 Subject: [PATCH] Added German translation --- lang/de/ lang.php | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lang/de/ lang.php diff --git a/lang/de/ lang.php b/lang/de/ lang.php new file mode 100644 index 0000000..ca098a4 --- /dev/null +++ b/lang/de/ lang.php @@ -0,0 +1,17 @@ + + */ + +// 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 :