summaryrefslogtreecommitdiff
path: root/lib/plugins/authplain/lang/de/lang.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/authplain/lang/de/lang.php')
-rw-r--r--lib/plugins/authplain/lang/de/lang.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/plugins/authplain/lang/de/lang.php b/lib/plugins/authplain/lang/de/lang.php
index f1d484947..b0cff0068 100644
--- a/lib/plugins/authplain/lang/de/lang.php
+++ b/lib/plugins/authplain/lang/de/lang.php
@@ -1,6 +1,10 @@
<?php
+
/**
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- *
+ *
+ * @author Anika Henke <anika@selfthinker.org>
*/
-$lang['userexists'] = 'Der Benutzername existiert leider schon.';
+$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';