summaryrefslogtreecommitdiffstats
path: root/plugins/55/addnewpage/lang/de-informal
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/55/addnewpage/lang/de-informal')
-rw-r--r--plugins/55/addnewpage/lang/de-informal/lang.php12
-rw-r--r--plugins/55/addnewpage/lang/de-informal/settings.php14
2 files changed, 26 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.';
diff --git a/plugins/55/addnewpage/lang/de-informal/settings.php b/plugins/55/addnewpage/lang/de-informal/settings.php
new file mode 100644
index 0000000..0f21dee
--- /dev/null
+++ b/plugins/55/addnewpage/lang/de-informal/settings.php
@@ -0,0 +1,14 @@
+<?php
+
+/**
+ * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author MaWi <drmaxxis@gmail.com>
+ * @author Michael <michael.kraemer@gmail.com>
+ */
+$lang['addpage_exclude'] = 'Namespaces ausschließen (getrennt mit ; )';
+$lang['addpage_showroot'] = 'Wurzel-Namespace anzeigen';
+$lang['addpage_hide'] = '{{NEWPAGE>[ns]}} Syntax: Ausgewählt, diese Namespace-Auswahl verbergen. Nicht ausgewählt, nur diese Namespace-Auswahl anzeigen.';
+$lang['addpage_hideACL'] = 'Verberge {{NEWPAGE}} wenn ein Benutzer keine Berechtigung hat Seiten hinzuzufügen
+Ausgewählt: Anzeige wird verborgen
+Nicht ausgewählt: es wird eine Fehlermeldung ausgegeben';