diff options
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 */ |