Zeile 3 | Zeile 3 |
---|
* MyBB 1.2 English Language Pack * Copyright � 2006 MyBB Group, All Rights Reserved *
|
* MyBB 1.2 English Language Pack * Copyright � 2006 MyBB Group, All Rights Reserved *
|
* $Id$
| * $Id: datahandler_user.lang.php 3352 2007-09-30 08:17:16Z chris $
|
*/
$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 19 | Zeile 19 |
---|
$l['userdata_missing_email'] = 'You did not enter an email address. Please enter one.'; $l['userdata_invalid_email_format'] = 'The email address you entered is invalid. Please enter a valid email address.'; $l['userdata_emails_dont_match'] = 'The email address you entered as confirmation does not match the original one. Please confirm your email address correctly.';
|
$l['userdata_missing_email'] = 'You did not enter an email address. Please enter one.'; $l['userdata_invalid_email_format'] = 'The email address you entered is invalid. Please enter a valid email address.'; $l['userdata_emails_dont_match'] = 'The email address you entered as confirmation does not match the original one. Please confirm your email address correctly.';
|
| $l['userdata_banned_email'] = "The email address you have entered is currently disallowed from being used. Please enter a different email address.";
|
$l['userdata_invalid_website'] = 'The website address you entered is invalid. Please enter a valid website address 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_website'] = 'The website address you entered is invalid. Please enter a valid website address 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.';
|