about summary refs log tree commit diff stats
path: root/wiki/lib/plugins/authplain/lang/de
diff options
context:
space:
mode:
Diffstat (limited to 'wiki/lib/plugins/authplain/lang/de')
-rw-r--r--wiki/lib/plugins/authplain/lang/de/lang.php12
1 files changed, 12 insertions, 0 deletions
diff --git a/wiki/lib/plugins/authplain/lang/de/lang.php b/wiki/lib/plugins/authplain/lang/de/lang.php
new file mode 100644
index 0000000..e524372
--- /dev/null
+++ b/wiki/lib/plugins/authplain/lang/de/lang.php
@@ -0,0 +1,12 @@
+<?php
+
+/**
+ * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
+ *
+ * @author Anika Henke <anika@selfthinker.org>
+ * @author Carsten Perthel <carsten@cpesoft.com>
+ */
+$lang['userexists']            = 'Der Benutzername existiert leider schon.';
+$lang['usernotexists']         = 'Dieser Benutzer existiert nicht.';
+$lang['writefail']             = 'Kann Benutzerdaten nicht ändern. Bitte informieren Sie den Wiki-Administratoren';
+$lang['protected']             = 'Die Daten des Benutzers %s sind geschützt und können nicht verändert oder gelöscht werden.';