From db9faf025cf129d15a086a803e8056e977975d76 Mon Sep 17 00:00:00 2001 From: Patrick Brown Date: Wed, 6 May 2015 01:30:59 -0400 Subject: Report more meaningful errors when an auth backend fails. closes #1093 --- lib/plugins/authplain/lang/de/lang.php | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 lib/plugins/authplain/lang/de/lang.php (limited to 'lib/plugins/authplain/lang/de/lang.php') diff --git a/lib/plugins/authplain/lang/de/lang.php b/lib/plugins/authplain/lang/de/lang.php new file mode 100644 index 000000000..f1d484947 --- /dev/null +++ b/lib/plugins/authplain/lang/de/lang.php @@ -0,0 +1,6 @@ + Date: Thu, 6 Aug 2015 10:51:11 +0200 Subject: translation update --- lib/plugins/authplain/lang/de/lang.php | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'lib/plugins/authplain/lang/de/lang.php') 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 @@ */ -$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'; -- cgit v1.2.3