diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-26 09:20:24 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-26 09:20:24 +0000 |
commit | bc50cfe5538d8e558164f9a5df0bd418ccde4378 (patch) | |
tree | c282d6dcd88f0a85cdb0308c529001ef9ede0863 /languages/en.php | |
parent | 401fd957b30219a610014d4236de35b6220fd310 (diff) | |
download | elgg-bc50cfe5538d8e558164f9a5df0bd418ccde4378.tar.gz elgg-bc50cfe5538d8e558164f9a5df0bd418ccde4378.tar.bz2 |
Closes #89: Provide functionality for a user to set their email address in user settings
http://trac.elgg.org/elgg/ticket/89
git-svn-id: https://code.elgg.org/elgg/trunk@1138 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages/en.php')
-rw-r--r-- | languages/en.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 7b17489dc..d8814f682 100644 --- a/languages/en.php +++ b/languages/en.php @@ -442,6 +442,12 @@ Alternatively, you can enter your database settings below and we will try and do /** * Emails */ + 'email:settings' => "Email settings", + 'email:address:label' => "Your email address", + + 'email:save:success' => "New email address saved, verification requested.", + 'email:save:fail' => "Your new email address could not be saved.", + 'email:confirm:success' => "You have confirmed your email address!", 'email:confirm:fail' => "Your email address could not be verified...", |