diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-04 10:23:56 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-08-04 10:23:56 +0000 |
commit | 899ecdb1c092e79b091fcafa6e313ad291055bac (patch) | |
tree | ced47b65cedf3143bd775cf66d9184e978ba4b55 /languages/en.php | |
parent | 2e2f7ed68c055f7e19364db440fd31bd187ca500 (diff) | |
download | elgg-899ecdb1c092e79b091fcafa6e313ad291055bac.tar.gz elgg-899ecdb1c092e79b091fcafa6e313ad291055bac.tar.bz2 |
Closes #195 & #191
git-svn-id: https://code.elgg.org/elgg/trunk@1674 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/languages/en.php b/languages/en.php index 1811cdb8c..8ead8eb40 100644 --- a/languages/en.php +++ b/languages/en.php @@ -309,8 +309,11 @@ 'user:username:notfound' => 'Username %s not found.', + 'user:password:lost' => 'Lost password', 'user:password:resetreq:success' => 'Successfully requested a new password, email sent', - 'user:password:resetreq:fail' => 'Could not request a new password.',
+ 'user:password:resetreq:fail' => 'Could not request a new password.', + + 'user:password:text' => 'To generate a new password, enter your username below. We will send the address of a unique verification page to you via email click on the link in the body of the message and a new password will be sent to you.',
/**
* Administration
@@ -416,7 +419,8 @@ 'upload' => "Upload",
'ban' => "Ban",
'enable' => "Enable",
- 'disable' => "Disable",
+ 'disable' => "Disable", + 'request' => "Request",
'invite' => "Invite",
|