From 36ced79b9dfaeb4fcd3f5bc6e4d3fd2b25c19d2f Mon Sep 17 00:00:00 2001 From: marcus Date: Tue, 12 Aug 2008 13:28:55 +0000 Subject: Refs #229 : Register now has more granular messages, dupe email checkiong, sanitisation + fill in the blanks failure mode! (yay) git-svn-id: https://code.elgg.org/elgg/trunk@1855 36083f99-b078-4883-b0ff-0f9b5a30f544 --- languages/en.php | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) (limited to 'languages/en.php') diff --git a/languages/en.php b/languages/en.php index 6fd0d30f4..35441bed9 100644 --- a/languages/en.php +++ b/languages/en.php @@ -370,8 +370,14 @@ To remove a widget drag it back to the Widget gallery.", 'register' => "Register", 'registerok' => "You have successfully registered for %s. To activate your account, please confirm your email address by clicking on the link we sent you.", - 'registerbad' => "Your registration was unsuccessful. The username may already exist, or your passwords might not match.", - 'registerdisabled' => "Registration has been disabled by the system administrator", + 'registerbad' => "Your registration was unsuccessful. The username may already exist, your passwords might not match, or your username or password may be too short.", + 'registerdisabled' => "Registration has been disabled by the system administrator", + + 'registration:notemail' => 'The email address you provided does not appear to be a valid email address.', + 'registration:userexists' => 'That username already exists', + 'registration:usernametooshort' => 'Your username must be a minimum of 4 characters long.', + 'registration:passwordtooshort' => 'The password must be a minimum of 6 characters long.', + 'registration:dupeemail' => 'This email address has already been registered.', 'adduser' => "Add User", 'adduser:ok' => "You have successfully added a new user.", -- cgit v1.2.3