Zeile 3 | Zeile 3 |
---|
* MyBB 1.4 English Language Pack * Copyright � 2008 MyBB Group, All Rights Reserved *
|
* MyBB 1.4 English Language Pack * Copyright � 2008 MyBB Group, All Rights Reserved *
|
* $Id: datahandler_user.lang.php 3946 2008-06-23 10:54:06Z ZiNgaBuRgA $
| * $Id: datahandler_user.lang.php 5379 2011-02-21 11:06:42Z Tomm $
|
*/
$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 28 | Zeile 28 |
---|
$l['userdata_invalid_icq_number'] = 'The ICQ number you entered is invalid. Please enter a valid ICQ number or leave the field empty.'; $l['userdata_invalid_msn_address'] = 'The MSN address you entered is invalid. Please enter a valid MSN address or leave the field empty.'; $l['userdata_invalid_birthday'] = 'The birthday you entered is invalid. Please enter a valid birthday or leave the field empty.';
|
$l['userdata_invalid_icq_number'] = 'The ICQ number you entered is invalid. Please enter a valid ICQ number or leave the field empty.'; $l['userdata_invalid_msn_address'] = 'The MSN address you entered is invalid. Please enter a valid MSN address or leave the field empty.'; $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_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_missing_required_profile_field'] = 'You did not enter an option for the "{1}" field. Please fill in or select a value for this field.'; $l['userdata_bad_profile_field_values'] = 'You did not select a valid option for the "{1}" field. Please select a value from the presented choices.';
|
$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_missing_required_profile_field'] = 'You did not enter an option for the "{1}" field. Please fill in or select a value for this field.'; $l['userdata_bad_profile_field_values'] = 'You did not select a valid option for the "{1}" field. Please select a value from the presented choices.';
|
| $l['userdata_max_limit_reached'] = 'You entered an invalid number of characters for the "{1}" field. Please fill in this field with no more than {2} characters.';
|
$l['userdata_invalid_checkfield'] = "It has been detected that this form has been submitted by a spam bot. If this is in error, please contact the administrator.";
|
$l['userdata_invalid_checkfield'] = "It has been detected that this form has been submitted by a spam bot. If this is in error, please contact the administrator.";
|
| $l['userdata_invalid_postnum'] = "The post count you entered is invalid. Please enter a valid post count, or leave the field empty.";
|
?>
| ?>
|