diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-01-08 12:20:54 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2009-01-08 12:20:54 +0000 |
commit | 91bf736f9726f9611656332b4ba57b576a985666 (patch) | |
tree | f3833a167fbb65ba5dc225c1fb2f083a83f9292e | |
parent | 101e32443886ddbcd788e1afc5423c23655a56f6 (diff) | |
download | elgg-91bf736f9726f9611656332b4ba57b576a985666.tar.gz elgg-91bf736f9726f9611656332b4ba57b576a985666.tar.bz2 |
Closes #546: Translation moved
git-svn-id: https://code.elgg.org/elgg/trunk@2542 36083f99-b078-4883-b0ff-0f9b5a30f544
-rw-r--r-- | languages/en.php | 3 | ||||
-rw-r--r-- | mod/uservalidationbyemail/languages/en.php | 4 |
2 files changed, 4 insertions, 3 deletions
diff --git a/languages/en.php b/languages/en.php index 62e48f38c..4f07528d3 100644 --- a/languages/en.php +++ b/languages/en.php @@ -742,9 +742,6 @@ Alternatively, you can enter your database settings below and we will try and do '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...", - 'friend:newfriend:subject' => "%s has made you a friend!", 'friend:newfriend:body' => "%s has made you a friend! diff --git a/mod/uservalidationbyemail/languages/en.php b/mod/uservalidationbyemail/languages/en.php index b2ebf2596..4449bdf37 100644 --- a/mod/uservalidationbyemail/languages/en.php +++ b/mod/uservalidationbyemail/languages/en.php @@ -23,6 +23,10 @@ Please confirm your email address by clicking on the link below: Congratulations, you have successfully validated your email address.", + + 'email:confirm:success' => "You have confirmed your email address!", + 'email:confirm:fail' => "Your email address could not be verified...", + 'uservalidationbyemail:registerok' => "To activate your account, please confirm your email address by clicking on the link we sent you." ); |