diff options
author | Anika Henke <anika@selfthinker.org> | 2015-08-06 10:51:11 +0200 |
---|---|---|
committer | Translator of Dokuwiki <translate@dokuwiki.org> | 2015-08-06 10:51:11 +0200 |
commit | 937959a1cc835709ee811f78c86d1fc28f07b74e (patch) | |
tree | 41573f0698e65a543a7ba32d06dea2993c8c5acb /lib/plugins/authplain | |
parent | 11ff4021d82d9dd8fdcbdd91b2285360de97863a (diff) | |
download | rpg-937959a1cc835709ee811f78c86d1fc28f07b74e.tar.gz rpg-937959a1cc835709ee811f78c86d1fc28f07b74e.tar.bz2 |
translation update
Diffstat (limited to 'lib/plugins/authplain')
-rw-r--r-- | lib/plugins/authplain/lang/de/lang.php | 8 |
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'; |