From 91bf736f9726f9611656332b4ba57b576a985666 Mon Sep 17 00:00:00 2001 From: marcus Date: Thu, 8 Jan 2009 12:20:54 +0000 Subject: Closes #546: Translation moved git-svn-id: https://code.elgg.org/elgg/trunk@2542 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 3 --- 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." ); -- cgit v1.2.3