Zeile 70 | Zeile 70 |
---|
$l['confirm_setting_deletion'] = "Are you sure you wish to delete this setting?";
$l['error_format_dimension'] = "Defined {1} format is invalid.";
|
$l['confirm_setting_deletion'] = "Are you sure you wish to delete this setting?";
$l['error_format_dimension'] = "Defined {1} format is invalid.";
|
| $l['error_field_minnamelength'] = "Minimum name length can not be larger than maximum name length"; $l['error_field_minpasswordlength'] = "Minimum password length can not be larger than maximum password length"; $l['error_field_minpasswordlength_complex'] = "Minimum password length can not be less than 3 when using complex passwords";
|
$l['error_field_postmaxavatarsize'] = "Maximum Avatar Dimensions"; $l['error_field_useravatardims'] = "Default Avatar Dimensions"; $l['error_field_maxavatardims'] = "Maximum Avatar Dimensions";
| $l['error_field_postmaxavatarsize'] = "Maximum Avatar Dimensions"; $l['error_field_useravatardims'] = "Default Avatar Dimensions"; $l['error_field_maxavatardims'] = "Maximum Avatar Dimensions";
|
Zeile 97 | Zeile 100 |
---|
$l['success_setting_deleted'] = "The selected setting has been deleted successfully."; $l['success_settings_updated'] = "The settings have been updated successfully."; $l['success_settings_updated_hiddencaptchaimage'] = '<div class="smalltext" style="font-weight: normal;">Please note that the <strong>Hidden CAPTCHA field</strong> setting was reverted to <strong>{1}</strong> due to a conflict with the <strong>{2}</strong> field in the registration form.</div>';
|
$l['success_setting_deleted'] = "The selected setting has been deleted successfully."; $l['success_settings_updated'] = "The settings have been updated successfully."; $l['success_settings_updated_hiddencaptchaimage'] = '<div class="smalltext" style="font-weight: normal;">Please note that the <strong>Hidden CAPTCHA field</strong> setting was reverted to <strong>{1}</strong> due to a conflict with the <strong>{2}</strong> field in the registration form.</div>';
|
| $l['success_settings_updated_username_method_conflict'] = '<div class="smalltext" style="font-weight: normal;">Please note that the <b>Allowed Login Methods</b> setting was not updated due to emails to be registered multiple times is allowed currently.</div>';
|
$l['success_settings_updated_username_method'] = '<div class="smalltext" style="font-weight: normal;">Please note that the <b>Allowed Login Methods</b> setting was not updated due to multiple users using the same e-mail address at this time.</div>'; $l['success_settings_updated_allowmultipleemails'] = '<div class="smalltext" style="font-weight: normal;">Please note that the <b>Allow emails to be registered multiple times?</b> setting can\'t be enabled because the <b>Allowed Login Methods</b> setting allows users to login by e-mail address.</div>'; $l['success_settings_updated_captchaimage'] = '<div class="smalltext" style="font-weight: normal;">Please note that the <strong>CAPTCHA Images for Registration & Posting</strong> setting was reverted to <strong>MyBB Default Captcha</strong> due to the lack of public/private key(s).</div>';
| $l['success_settings_updated_username_method'] = '<div class="smalltext" style="font-weight: normal;">Please note that the <b>Allowed Login Methods</b> setting was not updated due to multiple users using the same e-mail address at this time.</div>'; $l['success_settings_updated_allowmultipleemails'] = '<div class="smalltext" style="font-weight: normal;">Please note that the <b>Allow emails to be registered multiple times?</b> setting can\'t be enabled because the <b>Allowed Login Methods</b> setting allows users to login by e-mail address.</div>'; $l['success_settings_updated_captchaimage'] = '<div class="smalltext" style="font-weight: normal;">Please note that the <strong>CAPTCHA Images for Registration & Posting</strong> setting was reverted to <strong>MyBB Default Captcha</strong> due to the lack of public/private key(s).</div>';
|