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