Zeile 3 | Zeile 3 |
---|
* MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved *
|
* MyBB 1.6 English Language Pack * Copyright 2010 MyBB Group, All Rights Reserved *
|
* $Id: datahandler_user.lang.php 5016 2010-06-12 00:24:02Z RyanGordon $
| * $Id$
|
*/
$l['userdata_missing_username'] = 'You did not enter a username. Please enter one.';
| */
$l['userdata_missing_username'] = 'You did not enter a username. Please enter one.';
|
Zeile 14 | Zeile 14 |
---|
$l['userdata_username_exists'] = 'The username you entered already exists. Please enter a different username.';
$l['userdata_invalid_password_length'] = 'The password you entered is of invalid length. Please enter a password between {1} and {2} characters.';
|
$l['userdata_username_exists'] = 'The username you entered already exists. Please enter a different username.';
$l['userdata_invalid_password_length'] = 'The password you entered is of invalid length. Please enter a password between {1} and {2} characters.';
|
$l['userdata_no_complex_characters'] = 'The password you entered is not complex enough. Please enter a password that is at least 8 characters long, and contains an upper case letter, lower case letter and a number.';
| $l['userdata_no_complex_characters'] = 'The password you entered is not complex enough. Please enter a password that is at least {1} characters long, and contains an upper case letter, lower case letter and a number.';
|
$l['userdata_passwords_dont_match'] = 'The password you entered as confirmation does not match the original one. Please confirm your password correctly.';
$l['userdata_missing_email'] = 'You did not enter an email address. Please enter one.';
| $l['userdata_passwords_dont_match'] = 'The password you entered as confirmation does not match the original one. Please confirm your password correctly.';
$l['userdata_missing_email'] = 'You did not enter an email address. Please enter one.';
|
Zeile 30 | Zeile 30 |
---|
$l['userdata_invalid_birthday'] = 'The birthday you entered is invalid. Please enter a valid birthday or leave the field empty.'; $l['userdata_invalid_birthday_coppa'] = 'To verify your age, please enter the year you were born. You may hide your Age and Date of Birth in your profile options.'; $l['userdata_invalid_birthday_coppa2'] = 'You must be at least 13 years of age to be a member of this message board. Please contact an Administrator.';
|
$l['userdata_invalid_birthday'] = 'The birthday you entered is invalid. Please enter a valid birthday or leave the field empty.'; $l['userdata_invalid_birthday_coppa'] = 'To verify your age, please enter the year you were born. You may hide your Age and Date of Birth in your profile options.'; $l['userdata_invalid_birthday_coppa2'] = 'You must be at least 13 years of age to be a member of this message board. Please contact an Administrator.';
|
| $l['userdata_invalid_birthday_privacy'] = 'Please choose a valid birthday privacy option.';
|
$l['userdata_invalid_referrer'] = 'The referrer you entered does not exist. Please enter an existing referrer or leave the field empty.'; $l['userdata_invalid_language'] = 'The language you selected does not exist. Please select an existing language.'; $l['userdata_missing_returndate'] = 'The Return Date you specified is missing one or more fields. Please make sure you have filled in the day, month, and year fields.';
| $l['userdata_invalid_referrer'] = 'The referrer you entered does not exist. Please enter an existing referrer or leave the field empty.'; $l['userdata_invalid_language'] = 'The language you selected does not exist. Please select an existing language.'; $l['userdata_missing_returndate'] = 'The Return Date you specified is missing one or more fields. Please make sure you have filled in the day, month, and year fields.';
|