Zeile 15 | Zeile 15 |
---|
$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 {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_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 {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_bad_password_security'] = 'The password you entered is the same as either your username or email address. Please enter a stronger password.';
| $l['userdata_bad_password_security'] = 'The password you entered is similar to either your username or email address. Please enter a stronger password.';
|
$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_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.';
|
Zeile 41 | Zeile 41 |
---|
$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."; $l['userdata_invalid_threadnum'] = "The thread count you entered is invalid. Please enter a valid thread count, or leave the field empty.";
|
$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."; $l['userdata_invalid_threadnum'] = "The thread count you entered is invalid. Please enter a valid thread count, or leave the field empty.";
|
| $l['userdata_too_many_sig_images'] = "We are sorry, but we cannot update your signature because it contains too many images. Please remove some images from your signature to continue."; $l['userdata_too_many_sig_images2'] = "<strong>Note:</strong> The maximum amount of images for signatures is {1}."; $l['userdata_sig_too_long'] = "You cannot update your signature because it is too long. The maximum length for signatures is {1} characters. "; $l['userdata_sig_remove_chars_plural'] = "Please remove {1} characters and try again."; $l['userdata_sig_remove_chars_singular'] = "Please remove 1 character and try again.";
|