Zeile 68 | Zeile 68 |
---|
$l['confirm_setting_group_deletion'] = "Are you sure you wish to delete this setting group?"; $l['confirm_setting_deletion'] = "Are you sure you wish to delete this setting?";
|
$l['confirm_setting_group_deletion'] = "Are you sure you wish to delete this setting group?"; $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_postmaxavatarsize'] = "Maximum Avatar Dimensions"; $l['error_field_useravatardims'] = "Default Avatar Dimensions"; $l['error_field_maxavatardims'] = "Maximum Avatar Dimensions"; $l['error_field_memberlistmaxavatarsize'] = "Maximum Display Avatar Dimensions";
|
$l['error_missing_title'] = "You did not enter a title for this setting"; $l['error_missing_group_title'] = "You did not enter a title for this setting group"; $l['error_invalid_gid'] = "You did not select a valid group to place this setting in";
| $l['error_missing_title'] = "You did not enter a title for this setting"; $l['error_missing_group_title'] = "You did not enter a title for this setting group"; $l['error_invalid_gid'] = "You did not select a valid group to place this setting in";
|
Zeile 83 | Zeile 88 |
---|
$l['error_cannot_edit_php'] = "This is a special type of setting which cannot be edited."; $l['error_ajax_search'] = "There was a problem searching for settings:"; $l['error_ajax_unknown'] = "An unknown error occurred while searching for settings.";
|
$l['error_cannot_edit_php'] = "This is a special type of setting which cannot be edited."; $l['error_ajax_search'] = "There was a problem searching for settings:"; $l['error_ajax_unknown'] = "An unknown error occurred while searching for settings.";
|
$l['error_chmod_settings_file'] = "The settings file \"./inc/settings.php\" isn't writable. Please CHMOD to 777.<br />For more information on CHMODing, see the <a href=\"https://docs.mybb.com/1.8/administration/security/file-permissions\" target=\"_blank\">MyBB Docs</a>.";
| $l['error_chmod_settings_file'] = "The settings file \"./inc/settings.php\" isn't writable. Please CHMOD to 777.<br />For more information on CHMODing, see the <a href=\"https://docs.mybb.com/1.8/administration/security/file-permissions\" target=\"_blank\" rel=\"noopener\">MyBB Docs</a>.";
|
$l['success_setting_added'] = "The setting has been created successfully."; $l['success_setting_updated'] = "The setting has been updated successfully.";
| $l['success_setting_added'] = "The setting has been created successfully."; $l['success_setting_updated'] = "The setting has been updated successfully.";
|