diff options
Diffstat (limited to 'plugins/55/addnewpage/lang/de/lang.php')
-rw-r--r-- | plugins/55/addnewpage/lang/de/lang.php | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/plugins/55/addnewpage/lang/de/lang.php b/plugins/55/addnewpage/lang/de/lang.php new file mode 100644 index 0000000..988744a --- /dev/null +++ b/plugins/55/addnewpage/lang/de/lang.php @@ -0,0 +1,11 @@ +<?php + +/** + * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) + * + * @author Joerg <scooter22@gmx.de> + * @author Michael <michael@krmr.org> + */ +$lang['namespaceRoot'] = 'Wurzel'; +$lang['okbutton'] = 'Seite hinzufügen'; +$lang['nooption'] = 'Du besitzt nicht die Benutzerrechte um Seiten hinzuzufügen.'; |