diff options
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/languages/en.php b/languages/en.php index 22c2c280f..d073ace1a 100644 --- a/languages/en.php +++ b/languages/en.php @@ -242,7 +242,15 @@ 'user:set:name' => "Account name settings", 'user:name:label' => "Your name", 'user:name:success' => "Successfully changed your name on the system.", - 'user:name:fail' => "Could not change your name on the system.",
+ 'user:name:fail' => "Could not change your name on the system.", + + 'user:set:password' => "Account password", + 'user:password:label' => "Your new password", + 'user:password2:label' => "Your new password again", + 'user:password:success' => "Password changed", + 'user:password:fail' => "Could not change your password on the system.", + 'user:password:fail:notsame' => "The two passwords are not the same!", + 'user:password:fail:tooshort' => "Password is too short!",
/**
* Administration
|