diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-26 12:00:44 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-26 12:00:44 +0000 |
commit | 85aa957de8319e6c2ca6fc39190bb7fd2c5e602d (patch) | |
tree | c96028afa0d1e9b099342d580d6dc11a7a0b6b0f /languages | |
parent | 27e6aeae6cc813ef7f0dadd67f3002871bce3356 (diff) | |
download | elgg-85aa957de8319e6c2ca6fc39190bb7fd2c5e602d.tar.gz elgg-85aa957de8319e6c2ca6fc39190bb7fd2c5e602d.tar.bz2 |
Fixes #91 and #97
git-svn-id: https://code.elgg.org/elgg/trunk@1143 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-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
|