diff options
author | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-25 18:04:12 +0000 |
---|---|---|
committer | marcus <marcus@36083f99-b078-4883-b0ff-0f9b5a30f544> | 2008-06-25 18:04:12 +0000 |
commit | 9cdb242250336005002e7cc7ffa4d8c3316db30b (patch) | |
tree | c58702523ee6171b716f8d9c9de3b9485cabaf05 /languages | |
parent | 1feb73166aae32c77db23812802f995cdcb34358 (diff) | |
download | elgg-9cdb242250336005002e7cc7ffa4d8c3316db30b.tar.gz elgg-9cdb242250336005002e7cc7ffa4d8c3316db30b.tar.bz2 |
Refs #79
git-svn-id: https://code.elgg.org/elgg/trunk@1133 36083f99-b078-4883-b0ff-0f9b5a30f544
Diffstat (limited to 'languages')
-rw-r--r-- | languages/en.php | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/languages/en.php b/languages/en.php index 13b661209..cf94ecd1a 100644 --- a/languages/en.php +++ b/languages/en.php @@ -442,6 +442,9 @@ Alternatively, you can enter your database settings below and we will try and do /** * Emails */ + '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! @@ -449,6 +452,15 @@ Check them out: %s You cannot reply to this email.", + + 'email:validate:subject' => "Please confirm your email address!", + 'email:validate:body' => "Hi %s, + +Please confirm your email address by clicking on the link below: + +%s +", + /** * XML-RPC */ |