summaryrefslogtreecommitdiff
path: root/lib/plugins/authplain/lang/de/lang.php
diff options
context:
space:
mode:
authorAnika Henke <anika@selfthinker.org>2015-08-06 09:56:05 +0100
committerAnika Henke <anika@selfthinker.org>2015-08-06 09:56:05 +0100
commit887fadc3444feac4d1f660cd4880fef9de586ecd (patch)
tree41573f0698e65a543a7ba32d06dea2993c8c5acb /lib/plugins/authplain/lang/de/lang.php
parent11ff4021d82d9dd8fdcbdd91b2285360de97863a (diff)
parent937959a1cc835709ee811f78c86d1fc28f07b74e (diff)
downloadrpg-887fadc3444feac4d1f660cd4880fef9de586ecd.tar.gz
rpg-887fadc3444feac4d1f660cd4880fef9de586ecd.tar.bz2
Merge pull request #1292 from dokuwiki-translate/lang_update_813
Translation update (de)
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';