diff options
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index 7b780eb27..e361eeb4b 100644 --- a/languages/en.php +++ b/languages/en.php @@ -310,7 +310,10 @@ 'admin:user:ban:no' => "Can not ban user", 'admin:user:ban:yes' => "User banned.", 'admin:user:delete:no' => "Can not delete user", - 'admin:user:delete:yes' => "User deleted",
+ 'admin:user:delete:yes' => "User deleted", + + 'admin:user:resetpassword:yes' => "Password reset, user notified.", + 'admin:user:resetpassword:no' => "Password could not be reset.",
/** * User settings @@ -356,6 +359,8 @@ 'enable' => "Enable", 'disable' => "Disable", + 'resetpassword' => "Reset password", + 'yes' => "Yes", 'no' => "No",
@@ -490,6 +495,12 @@ Please confirm your email address by clicking on the link below: Congratulations, you have successfully validated your email address.", + + 'email:resetpassword:subject' => "Password reset!", + 'email:resetpassword:body' => "Hi %s, + +Your password has been reset to: %s", + /** * XML-RPC */ |