Zeile 32 | Zeile 32 |
---|
$l['duplicate_theme_desc'] = "Here you can duplicate your themes. This helps you if you want to develop another version of it.";
$l['colors_manage'] = "Manage Colors";
|
$l['duplicate_theme_desc'] = "Here you can duplicate your themes. This helps you if you want to develop another version of it.";
$l['colors_manage'] = "Manage Colors";
|
$l['colors_attached_to'] = "color setting {1}";
| $l['colors_attached_to'] = "color setting";
|
$l['colors_setting'] = "Base Color"; $l['colors_setting_desc'] = "Select the color this theme should use as its base color. Stylesheets attached to this color will be used."; $l['colors_no_color_setting'] = "There are no colors available. Please create a list of colors below to use this feature.";
| $l['colors_setting'] = "Base Color"; $l['colors_setting_desc'] = "Select the color this theme should use as its base color. Stylesheets attached to this color will be used."; $l['colors_no_color_setting'] = "There are no colors available. Please create a list of colors below to use this feature.";
|
Zeile 188 | Zeile 188 |
---|
$l['error_missing_stylesheet_extension'] = "This stylesheet must end with the correct file extension, for example, {1}<em>.css</em>"; $l['error_invalid_parent_theme'] = "The selected parent theme does not exist. Please select a valid parent theme."; $l['error_invalid_templateset'] = "The selected template set does not exist. Please select a valid template set.";
|
$l['error_missing_stylesheet_extension'] = "This stylesheet must end with the correct file extension, for example, {1}<em>.css</em>"; $l['error_invalid_parent_theme'] = "The selected parent theme does not exist. Please select a valid parent theme."; $l['error_invalid_templateset'] = "The selected template set does not exist. Please select a valid template set.";
|
| $l['error_invalid_color'] = "The defined color set \"{1}\" is either having invalid character(s) or not in prescribed format. Only alpha-numeric characters are allowed for naming separated by '='.";
|
$l['error_invalid_editortheme'] = "The selected editor theme does not exist. Please select a valid editor theme."; $l['error_inheriting_stylesheets'] = "You cannot delete this theme because there are still other themes that are inheriting stylesheets from it."; $l['error_cannot_parse'] = "MyBB cannot parse this stylesheet for the simple editor. It can only be edited in advanced mode.";
| $l['error_invalid_editortheme'] = "The selected editor theme does not exist. Please select a valid editor theme."; $l['error_inheriting_stylesheets'] = "You cannot delete this theme because there are still other themes that are inheriting stylesheets from it."; $l['error_cannot_parse'] = "MyBB cannot parse this stylesheet for the simple editor. It can only be edited in advanced mode.";
|