diff options
Diffstat (limited to 'languages')
-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",
|