summaryrefslogtreecommitdiff
path: root/lib/plugins/usermanager/lang
diff options
context:
space:
mode:
Diffstat (limited to 'lib/plugins/usermanager/lang')
-rw-r--r--lib/plugins/usermanager/lang/en/lang.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/lib/plugins/usermanager/lang/en/lang.php b/lib/plugins/usermanager/lang/en/lang.php
index e76357872..d9c8a098b 100644
--- a/lib/plugins/usermanager/lang/en/lang.php
+++ b/lib/plugins/usermanager/lang/en/lang.php
@@ -12,7 +12,10 @@ $lang['direction'] = 'ltr';
$lang['menu'] = 'User Manager';
// custom language strings for the plugin
-$lang['badauth'] = 'invalid auth mechanism';
+$lang['noauth'] = '(user authentication not available)';
+$lang['nosupport'] = '(user management not supported)';
+
+$lang['badauth'] = 'invalid auth mechanism'; // should never be displayed!
$lang['user_id'] = 'User';
$lang['user_pass'] = 'Password';