Changeset 3 for branches/rsr.v5.1.dev/web/punbb/lang/English/register.php
- Timestamp:
- Nov 14, 2011, 11:17:15 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/rsr.v5.1.dev/web/punbb/lang/English/register.php
r1 r3 6 6 // Miscellaneous 7 7 'No new regs' => 'This forum is not accepting new registrations.', 8 'Reg cancel redirect' => 'Registration cancelled. Redirecti on ...',8 'Reg cancel redirect' => 'Registration cancelled. Redirecting âŠ', 9 9 'Forum rules' => 'Forum rules', 10 10 'Rules legend' => 'You must agree to the following in order to register', 11 'Registration flood' => 'A new user was registered with the same IP address as you within the last hour. To prevent registration flooding, at least an hour has to pass between registrations from the same IP. Sorry for the inconvenience.', 11 12 'Agree' => 'Agree', 12 13 'Cancel' => 'Cancel', … … 14 15 15 16 // Form validation stuff (some of these are also used in post.php) 17 'Registration errors' => 'Registration errors', 18 'Registration errors info' => 'The following errors need to be corrected before you can register:', 16 19 'Username censor' => 'The username you entered contains one or more censored words. Please choose a different username.', 17 20 'Username dupe 1' => 'Someone is already registered with the username', 18 21 'Username dupe 2' => 'The username you entered is too similar. The username must differ from that by at least one alphanumerical character (a-z or 0-9). Please choose a different username.', 19 'E -mail not match' => 'E-mail addresses do not match. Please go back and correct.',22 'Email not match' => 'Email addresses do not match.', 20 23 21 // Registration e -mail stuff22 'Reg e -mail'=> 'Thank you for registering. Your password has been sent to the specified address. If it doesn\'t arrive you can contact the forum administrator at',23 'Reg complete' => 'Registration complete. Logging in and Redirection ...',24 // Registration email stuff 25 'Reg email' => 'Thank you for registering. Your password has been sent to the specified address. If it doesn\'t arrive you can contact the forum administrator at', 26 'Reg complete' => 'Registration complete. Logging in and redirecting âŠ', 24 27 25 28 // Register info … … 27 30 'Desc 2' => 'Below is a form you must fill out in order to register. Once you are registered you should visit your profile and review the different settings you can change. The fields below only make up a small part of all the settings you can alter in your profile.', 28 31 'Username legend' => 'Please enter a username between 2 and 25 characters long', 29 'Pass legend 1' => 'Please enter and confirm your chosen password', 30 'Pass legend 2' => 'Please read the instructions below', 31 'Pass info' => 'Passwords can be between 4 and 16 characters long. Passwords are case sensitive.', 32 'E-mail info' => 'You must enter a valid e-mail address as your randomly generated password will be sent to that address.', 33 'Confirm e-mail' => 'Confirm e-mail address', 32 'Pass legend' => 'Please enter and confirm your chosen password', 33 'Pass info' => 'Passwords must be at least 4 characters long. Passwords are case sensitive.', 34 'Email info' => 'You must enter a valid email address as your randomly generated password will be sent to that address.', 35 'Confirm email' => 'Confirm email address', 34 36 35 37 );
Note: See TracChangeset
for help on using the changeset viewer.