diff options
author | chris <chris@jalakai.co.uk> | 2006-01-26 02:17:18 +0100 |
---|---|---|
committer | chris <chris@jalakai.co.uk> | 2006-01-26 02:17:18 +0100 |
commit | 51d94d49a96d3c3d2a1c98e75b7a02030b5915e4 (patch) | |
tree | f61edda55f7e3f89c5563859f6d5fd0ef48c64a2 /lib/plugins/usermanager/lang/en | |
parent | 20e7ccb0f10f57918093f76e85ca7afe71efb3bf (diff) | |
download | rpg-51d94d49a96d3c3d2a1c98e75b7a02030b5915e4.tar.gz rpg-51d94d49a96d3c3d2a1c98e75b7a02030b5915e4.tar.bz2 |
user manager update
darcs-hash:20060126011718-9b6ab-d3d0f485472891ac899b2a3904182382182ebbd8.gz
Diffstat (limited to 'lib/plugins/usermanager/lang/en')
-rw-r--r-- | lib/plugins/usermanager/lang/en/lang.php | 5 |
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'; |