summaryrefslogtreecommitdiff
path: root/lib/plugins/usermanager/lang/en/lang.php
diff options
context:
space:
mode:
authorchris <chris@jalakai.co.uk>2006-08-23 13:56:26 +0200
committerchris <chris@jalakai.co.uk>2006-08-23 13:56:26 +0200
commita6858c6a90527664406b82e32fcf457628700df1 (patch)
treec7cf9d903b185242941e8aaff4a0f27bec9b7866 /lib/plugins/usermanager/lang/en/lang.php
parent11120ca983fe7c13f48c2d13728f937d61d98b57 (diff)
downloadrpg-a6858c6a90527664406b82e32fcf457628700df1.tar.gz
rpg-a6858c6a90527664406b82e32fcf457628700df1.tar.bz2
user manager update
- add capability to send notification emails to users on creation and password modification (bug#640) - add success and fail messages for new user addition - fix bug when modification of username wasn't allowed, 'Edit user' fields weren't populated - fix (php5 only?) bug where default group wasn't given to a new user if no groups were specified - added explanatory notes concerning default group and password notification emails This patch adds several new strings to the plugin's lang.php darcs-hash:20060823115626-9b6ab-ea98ef630c79b28b52141957deb3efc307a9291d.gz
Diffstat (limited to 'lib/plugins/usermanager/lang/en/lang.php')
-rw-r--r--lib/plugins/usermanager/lang/en/lang.php7
1 files changed, 7 insertions, 0 deletions
diff --git a/lib/plugins/usermanager/lang/en/lang.php b/lib/plugins/usermanager/lang/en/lang.php
index 2511898e9..50c65ff1c 100644
--- a/lib/plugins/usermanager/lang/en/lang.php
+++ b/lib/plugins/usermanager/lang/en/lang.php
@@ -47,4 +47,11 @@ $lang['last'] = 'last';
// added after 2006-03-09 release
$lang['edit_usermissing'] = 'Selected user not found, the specified user name may have been deleted or changed elsewhere.';
+$lang['user_notify'] = 'Notify user';
+$lang['note_notify'] = 'Notification emails are only sent if the user is given a new password.';
+$lang['note_group'] = 'New users will be added to the default group (%s) if no group is specified.';
+$lang['add_ok'] = 'User added successfully';
+$lang['add_fail'] = 'User addition failed';
+$lang['notify_ok'] = 'Notification email sent';
+$lang['notify_fail'] = 'Notification email could not be sent';