1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-29 17:19:56 +02:00

First cut of mods to signup to share validation with other user-centric modules

This commit is contained in:
e107steved
2008-12-21 22:17:05 +00:00
parent 1c428e1d5a
commit 0c5462b757
13 changed files with 460 additions and 613 deletions

View File

@@ -9,51 +9,29 @@
* Language file - User signup
*
* $Source: /cvs_backup/e107_0.8/e107_languages/English/lan_signup.php,v $
* $Revision: 1.13 $
* $Date: 2008-12-21 11:07:58 $
* $Revision: 1.14 $
* $Date: 2008-12-21 22:17:05 $
* $Author: e107steved $
*
*/
define("PAGE_NAME", "Register");
define("LAN_7", "Display Name: ");
define("LAN_8", "the name that will be displayed on site");
define("LAN_9", "Username: ");
define("LAN_10", "the name that you use to login");
define("LAN_17", "Password: ");
define("LAN_103", "That username cannot be accepted as valid, please choose a different user name");
define("LAN_104", "That username already exists in the database, please choose a different username");
define("LAN_105", "The two passwords do not match");
define("LAN_106", "That doesn't appear to be a valid email address");
define("LAN_107", "Thank you! You are now a registered member of");
/*
//define("LAN_103", "That username cannot be accepted as valid, please choose a different user name");
//define("LAN_104", "That username already exists in the database, please choose a different username");
//define("LAN_105", "The two passwords do not match");
//define("LAN_106", "That doesn't appear to be a valid email address");
define("LAN_108", "Registration complete");
define("LAN_109", "This site complies with The Children's Online Privacy Protection Act of 1998 (COPPA) and as such cannot accept registrations from users under the age of 13 without a written permission document from their parent or guardian. For more information you can read the legislation");
define("LAN_110", "Registration");
define("LAN_111", "Re-type Password: ");
define("LAN_112", "Email Address: ");
define("LAN_113", "Hide email address?: ");
define("LAN_114", "This will prevent your email address from being displayed on site");
define("LAN_123", "Register");
define("LAN_185", "You left required field(s) blank");
define("LAN_201", "Yes");
define("LAN_200", "No");
define("LAN_202", "You have reached the site limit for account registrations. Please login using one of your other accounts.");
define("LAN_309", "Please enter your details below.");
define("LAN_310", "your real name, including first and last name");
define("LAN_399", "Continue");
define("LAN_400", "Usernames and passwords are <b>case-sensitive</b>.");
define("LAN_401", "Your account has now been activated, please");
define("LAN_402", "Registration activated");
define("LAN_403", "Welcome to");
define("LAN_404", "Registration details for");
define("LAN_405", "This stage of registration is complete. You will receive a confirmation email containing your login details. Please follow the link in the email to complete the signup process and activate your account.");
define("LAN_406", "Thank you!");
define("LAN_407", "Please keep this email for your own information. Your password has been encrypted and cannot be retrieved if you misplace or forget it. You can however request a new password if this happens.\n\nThanks for your registration.\n\nFrom");
define("LAN_408", "A user with that email address already exists. Please use the 'forgot password' screen to retrieve your password.");
define("LAN_409", "Invalid characters in username");
define("LAN_410", "Enter code visible in the image");
define("LAN_411", "That display name already exists in the database, please choose a different display name");
//define("LAN_408", "A user with that email address already exists. Please use the 'forgot password' screen to retrieve your password.");
//define("LAN_409", "Invalid characters in username");
//define("LAN_411", "That display name already exists in the database, please choose a different display name");
*/
define("LAN_EMAIL_01", "Dear");
define("LAN_EMAIL_04", "Please keep this email for your own information.");
@@ -70,7 +48,7 @@ define("LAN_SIGNUP_6", "Your ");
define("LAN_SIGNUP_7", " is required");
define("LAN_SIGNUP_8", "Thank you!");
define("LAN_SIGNUP_9", "Unable to proceed.");
define("LAN_SIGNUP_10", "Yes");
//define("LAN_SIGNUP_10", "Yes");
define("LAN_SIGNUP_11", ".");
define("LAN_SIGNUP_12", "please keep your username and password written down in a safe place as if lost they cannot be retrieved.");
define("LAN_SIGNUP_13", "You can now log in from the Login box, or from <a href='".e_BASE."login.php'>here</a>.");
@@ -114,9 +92,9 @@ define("LAN_SIGNUP_51", "Old Password");
define("LAN_SIGNUP_52", "Incorrect Password");
define("LAN_SIGNUP_53", "field failed validation test");
define("LAN_SIGNUP_54", "Click here to fill in your details to register");
define("LAN_SIGNUP_55", "That display name is too long. Please choose another");
define("LAN_SIGNUP_56", "That display name is too short. Please choose another");
define("LAN_SIGNUP_57", "That login name is too long. Please choose another");
//define("LAN_SIGNUP_55", "That display name is too long. Please choose another");
//define("LAN_SIGNUP_56", "That display name is too short. Please choose another");
//define("LAN_SIGNUP_57", "That login name is too long. Please choose another");
define("LAN_SIGNUP_58", "Signup Preview");
define("LAN_SIGNUP_59","**** If the link doesn't work, please check that part of it has not overflowed onto the next line. ****");
define('LAN_SIGNUP_60','Signup email resend requested');
@@ -127,9 +105,38 @@ define('LAN_SIGNUP_64','That doesn\'t appear to be valid user information');
define('LAN_SIGNUP_65','You have been assigned the following login name');
define('LAN_SIGNUP_66','Please make a note of it.');
define('LAN_SIGNUP_67','This will be assigned by the system after signup');
define('LAN_SIGNUP_68','');
define('LAN_SIGNUP_68','Error: Unable to open remote XUP file');
define('LAN_SIGNUP_69','');
define('LAN_SIGNUP_70','');
define('LAN_SIGNUP_71', 'You have reached the site limit for account registrations. Please login using one of your other accounts.'); // LAN_202
define('LAN_SIGNUP_72', "This stage of registration is complete. You will receive a confirmation email containing your login details. Please follow the link in the email to complete the signup process and activate your account."); // LAN_405
define('LAN_SIGNUP_73', 'Thank you!'); // LAN_406
define('LAN_SIGNUP_74', 'Your account has now been activated, please'); // LAN_401
define('LAN_SIGNUP_75', 'Registration activated'); // LAN_402
define('LAN_SIGNUP_76', 'Thank you! You are now a registered member of'); // LAN_107
define('LAN_SIGNUP_77', "This site complies with The Children's Online Privacy Protection Act of 1998 (COPPA) and as such cannot accept registrations from users under the age of 13 without a written permission document from their parent or guardian. For more information you can read the legislation"); // LAN_109
define('LAN_SIGNUP_78', 'Registration'); // LAN_110
define('LAN_SIGNUP_79', 'Register'); // LAN_123
define('LAN_SIGNUP_80', 'Please enter your details below.'); // LAN_309
define('LAN_SIGNUP_81', 'Username: '); // LAN_9
define('LAN_SIGNUP_82', 'the name that you use to login'); // LAN_10
define('LAN_SIGNUP_83', 'Password: '); // LAN_17
define('LAN_SIGNUP_84', 'Re-type Password: '); // LAN_111
define('LAN_SIGNUP_85', 'Usernames and passwords are <b>case-sensitive</b>.'); // LAN_400
define('LAN_SIGNUP_86', 'Email Address: '); // LAN_112
define('LAN_SIGNUP_87', 'Hide email address?: '); // LAN_113
//define('LAN_SIGNUP_88', 'This will prevent your email address from being displayed on site'); // LAN_114
define('LAN_SIGNUP_89', 'Display Name: '); // LAN_7
define('LAN_SIGNUP_90', 'the name that will be displayed on site'); // LAN_8
define('LAN_SIGNUP_91', 'Real Name: '); // LAN_308
define('LAN_SIGNUP_92', 'your real name, including first and last name'); // LAN_310
define('LAN_SIGNUP_93', 'Signature: '); // LAN_120
define('LAN_SIGNUP_94', 'Avatar: '); // LAN_121
define('LAN_SIGNUP_95', 'Enter code visible in the image'); // LAN_410
define('LAN_SIGNUP_96', 'Registration details for'); // LAN_404 (used in email)
define('LAN_SIGNUP_97', 'Welcome to'); // LAN_403 (used in email)
define("LAN_LOGINNAME", "Username");
define("LAN_PASSWORD", "Password");