[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/admin/ -> style_themes.lang.php (source)

   1  <?php
   2  /**
   3   * MyBB 1.8 English Language Pack
   4   * Copyright 2014 MyBB Group, All Rights Reserved
   5   *
   6   */
   7  
   8  $l['themes'] = "Themes";
   9  $l['themes_desc'] = "Here you can manage the themes set up on your forum. Themes allow you to customize the appearance of your forum. A list of the themes currently set up are shown below.";
  10  
  11  $l['create_new_theme'] = "Create New Theme";
  12  $l['create_new_theme_desc'] = "Here you can create a new theme based on the default. <strong>Template sets, stylesheets, and other settings are inherited from the parent theme.</strong>";
  13  
  14  $l['import_a_theme'] = "Import a Theme";
  15  $l['import_a_theme_desc'] = "Here you can import new themes. You may import a theme from your computer, or a remote URL.";
  16  
  17  $l['edit_stylesheets'] = "Edit Stylesheets";
  18  $l['edit_stylesheets_desc'] = "Here you can easily manage the stylesheets in use by this theme. Stylesheets are based on CSS and define the fonts, colors and other visual aspects for this theme. A list of stylesheets attached to this theme is below.";
  19  
  20  $l['add_stylesheet'] = "Add Stylesheet";
  21  $l['add_stylesheet_desc'] = "Here you can add a new stylesheet to this theme. A stylesheet contains CSS that allows you to customize the appearance of this theme. You will be taken to the stylesheet edit page following creation.";
  22  
  23  $l['browse_themes'] = "Browse Themes";
  24  $l['browse_themes_desc'] = "Here you may browse the official MyBB modifications site for themes compatible with your series of MyBB.";
  25  
  26  $l['browse_all_themes'] = "Browse All Themes";
  27  
  28  $l['export_theme'] = "Export Theme";
  29  $l['export_theme_desc'] = "Here you can export your themes and customized templates. Exporting themes is useful if you wish to share them with others or import them to another forum.";
  30  
  31  $l['duplicate_theme'] = "Duplicate Theme";
  32  $l['duplicate_theme_desc'] = "Here you can duplicate your themes. This helps you if you want to develop another version of it.";
  33  
  34  $l['colors_manage'] = "Manage Colors";
  35  $l['colors_attached_to'] = "color setting";
  36  $l['colors_setting'] = "Base Color";
  37  $l['colors_setting_desc'] = "Select the color this theme should use as its base color. Stylesheets attached to this color will be used.";
  38  $l['colors_no_color_setting'] = "There are no colors available. Please create a list of colors below to use this feature.";
  39  $l['colors_add'] = "Manage Colors";
  40  $l['colors_add_desc'] = "A list of colors available for this theme. This should be a list of key paired (key=item) colors, for example, <em>blue=Blue</em>. Separate items with a new line.";
  41  $l['colors_please_select'] = "None";
  42  $l['colors_add_edit_desc'] = "Select a color to attach this stylesheet to. You can select more than one color.";
  43  $l['colors_specific_color'] = "Specific color";
  44  
  45  $l['include_custom_only'] = "Include customized items only?";
  46  $l['include_custom_only_desc'] = "If you wish to include items (css and stylesheets) inherited from parent themes select \"no\", otherwise only customized elements will be exported.";
  47  $l['include_templates'] = "Include templates in the export as well?";
  48  $l['include_templates_desc'] = "If you want to export the customized templates used in this theme as well, select yes.";
  49  
  50  $l['edit_stylesheet_simple_mode'] = "Edit Stylesheet: Simple Mode";
  51  $l['edit_stylesheet_simple_mode_desc'] = "Here you can easily edit your theme's stylesheet. Simple mode allows you to customize the CSS in this stylesheet with little or no knowledge of CSS. Begin by selecting an item below.";
  52  $l['edit_stylesheet_advanced_mode'] = "Edit Stylesheet: Advanced Mode";
  53  $l['edit_stylesheet_advanced_mode_desc'] = "Here you can edit this stylesheet like a flat file. The contents of the CSS stylesheet is shown in the text area below.";
  54  
  55  $l['theme'] = "Theme";
  56  $l['num_users'] = "# Users";
  57  $l['edit_theme'] = "Edit Theme";
  58  $l['delete_theme'] = "Delete Theme";
  59  $l['set_as_default'] = "Set as Default";
  60  $l['default_theme'] = "Default Theme";
  61  $l['force_on_users'] = "Force on Users";
  62  $l['delete_revert'] = "Delete / Revert";
  63  
  64  $l['local_file'] = "Local File";
  65  $l['url'] = "URL";
  66  $l['import_from'] = "Import from";
  67  $l['import_from_desc'] = "Select a file to import. You can either import the theme file from your computer or from a URL. Remember to use themes from <strong>safe and trusted sources only</strong>.";
  68  $l['parent_theme'] = "Parent Theme";
  69  $l['parent_theme_desc'] = "Select the theme this theme should be a child of.";
  70  $l['new_name'] = "New Name";
  71  $l['new_name_desc'] = "A new name for the imported theme. If left blank, the name in the theme file will be used.";
  72  $l['advanced_options'] = "Advanced Options";
  73  $l['ignore_version_compatibility'] = "Ignore Version Compatibility";
  74  $l['ignore_version_compat_desc'] = "Should this theme be installed regardless of the version of MyBB it was created for?";
  75  $l['import_stylesheets'] = "Import Stylesheets";
  76  $l['import_stylesheets_desc'] = "If this theme contains custom stylesheets should they be imported?";
  77  $l['import_templates'] = "Import Templates";
  78  $l['import_templates_desc'] = "If this theme contains custom templates should they be imported?";
  79  $l['import_theme'] = "Import Theme";
  80  
  81  $l['new_name_duplicate_desc'] = "A new name for the duplicated theme.";
  82  $l['duplicate_stylesheets'] = "Duplicate Stylesheets";
  83  $l['duplicate_stylesheets_desc'] = "If this theme contains custom stylesheets should they be duplicated?";
  84  $l['duplicate_templates'] = "Duplicate Templates";
  85  $l['duplicate_templates_desc'] = "If this theme contains custom templates should they be duplicated?";
  86  
  87  $l['create_a_theme'] = "Create a Theme";
  88  $l['name'] = "Name";
  89  $l['name_desc'] = "Specify a name for the new theme.";
  90  $l['display_order'] = "Order";
  91  
  92  $l['edit_theme_properties'] = "Edit Theme Properties";
  93  $l['name_desc_edit'] = "Specify a name for the theme.";
  94  $l['allowed_user_groups'] = "Allowed User Groups";
  95  $l['allowed_user_groups_desc'] = "Specify which user groups are allowed to use this theme. Selecting 'All User Groups' will override any other selection. Hold down the CTRL key to select multiple user groups.";
  96  $l['all_user_groups'] = "All User Groups";
  97  $l['template_set'] = "Template Set";
  98  $l['template_set_desc'] = "Specify the template set the theme should use. The selected template set defines the markup (HTML) used in presenting the theme.";
  99  $l['editor_theme'] = "Editor Style";
 100  $l['editor_theme_desc'] = "Specify the style to be used for the MyCode editor in this theme. Editor styles can be found in the <strong>jscripts/sceditor/themes</strong> folder.";
 101  $l['img_directory'] = "Image Directory";
 102  $l['img_directory_desc'] = "The root directory for the location of the images used in this theme. Note that this only specifies the directory for the images used in templates, not the stylesheets.";
 103  $l['logo'] = "Board Logo";
 104  $l['logo_desc'] = "Location of the board logo used in this theme (this is the logo that appears at the top of each page).";
 105  $l['table_spacing'] = "Table Spacing";
 106  $l['table_spacing_desc'] = "The width of the inner padding of table cells, in pixels. This is HTML's <em>cellpadding</em> attribute of the <em>table</em> tag.";
 107  $l['inner_border'] = "Inner Table Border Width";
 108  $l['inner_border_desc'] = "The amount of padding between each table cell, in pixels. This is HTML's <em>cellspacing</em> attribute of the <em>table</em> tag.";
 109  $l['save_theme_properties'] = "Save Theme Properties";
 110  $l['save_stylesheet_order'] = "Save Stylesheet Orders";
 111  
 112  $l['background'] = "Background";
 113  $l['extra_css_atribs'] = "Extra CSS Attributes";
 114  $l['color'] = "Color";
 115  $l['width'] = "Width";
 116  $l['text_decoration'] = "Text Decoration";
 117  $l['font_family'] = "Font Family";
 118  $l['font_size'] = "Font Size";
 119  $l['font_style'] = "Font Style";
 120  $l['font_weight'] = "Font Weight";
 121  
 122  $l['stylesheets'] = "Stylesheets";
 123  $l['inherited_from'] = "Inherited from";
 124  $l['attached_to'] = "Attached to";
 125  $l['attached_to_nothing'] = "Attached to nothing";
 126  $l['attached_to_desc'] = "You can either attach stylesheets globally or to specific files. If you attach it to specific files you can attach it to specific actions within each file.";
 127  $l['actions'] = "actions";
 128  $l['of'] = "of";
 129  $l['attached_to_all_pages'] = "Attached to all pages";
 130  $l['properties'] = "Properties";
 131  $l['edit_style'] = "Edit Style";
 132  $l['stylesheets_in'] = "Stylesheets in";
 133  $l['stylesheet_properties'] = "Stylesheet Properties";
 134  $l['stylesheet_inherited_default'] = "This stylesheet is currently being inherited from {1}. Any changes you make will break the inheritance, and the stylesheet will be copied to this theme.";
 135  $l['stylesheet_inherited'] = "This stylesheet is currently being inherited from {1}. Any changes you make will break the inheritance, and the stylesheet will be copied to this theme. Edit this stylesheet in {1} to keep the inheritance.";
 136  $l['globally'] = "Globally";
 137  $l['specific_files'] = "Specific files";
 138  $l['specific_actions'] = "Specific actions";
 139  $l['specific_actions_desc'] = "Actions are separated by commas";
 140  $l['file'] = "File";
 141  $l['add_another'] = "Add another";
 142  $l['edit_stylesheet_properties_for'] = "Edit Stylesheet Properties for";
 143  $l['file_name'] = "File Name";
 144  $l['file_name_desc'] = "Name for the stylesheet, usually ending in <strong>[.css]</strong>";
 145  $l['save_stylesheet_properties'] = "Save Stylesheet Properties";
 146  $l['saved'] = "Saved";
 147  $l['editing'] = "Editing";
 148  $l['selector'] = "Selector";
 149  $l['save_changes'] = "Save Changes";
 150  $l['save_changes_and_close'] = "Save Changes & Close";
 151  $l['save_changes_js'] = "Do you want to save your changes first?";
 152  $l['delete_confirm_js'] = "Are you sure you want to delete this?";
 153  $l['import_stylesheet_from'] = "Import from another stylesheet in this theme";
 154  $l['write_own'] = "Write my own content";
 155  $l['save_stylesheet'] = "Save Stylesheet";
 156  $l['add_stylesheet_to'] = "Add Stylesheet to";
 157  
 158  $l['full_stylesheet_for'] = "Full Stylesheet for";
 159  
 160  $l['recommended_themes_for_mybb'] = "Recommended Themes for MyBB {1}";
 161  $l['browse_results_for_mybb'] = "Browse Results for MyBB {1}";
 162  $l['search_for_themes'] = "Search for Themes";
 163  $l['search'] = "Search";
 164  $l['download'] = "Download";
 165  $l['created_by'] = "Created by";
 166  $l['theme_thumbnail'] = "Theme Thumbnail";
 167  
 168  $l['error_invalid_stylesheet'] = "You have selected an invalid stylesheet.";
 169  $l['error_invalid_theme'] = "You have selected an invalid theme.";
 170  $l['error_missing_name'] = "Please enter a name for this theme.";
 171  $l['error_missing_url'] = "Please enter a valid url to import a theme from.";
 172  $l['error_theme_already_exists'] = "A theme with the same name already exists. Please specify a different name.";
 173  $l['error_theme_security_problem'] = "A potential security issue was found in the theme. It was not imported. Please contact the Author or MyBB Group for support.";
 174  
 175  $l['error_local_file'] = "Could not open the local file. Does it exist? Please check and try again.";
 176  $l['error_uploadfailed'] = "Upload failed. Please try again.";
 177  $l['error_uploadfailed_detail'] = "Error details: ";
 178  $l['error_uploadfailed_php1'] = "PHP returned: Uploaded file exceeded upload_max_filesize directive in php.ini.  Please contact your forum administrator with this error.";
 179  $l['error_uploadfailed_php2'] = "The uploaded file exceeded the maximum file size specified.";
 180  $l['error_uploadfailed_php3'] = "The uploaded file was only partially uploaded.";
 181  $l['error_uploadfailed_php4'] = "No file was uploaded.";
 182  $l['error_uploadfailed_php6'] = "PHP returned: Missing a temporary folder.  Please contact your forum administrator with this error.";
 183  $l['error_uploadfailed_php7'] = "PHP returned: Failed to write the file to disk.  Please contact your forum administrator with this error.";
 184  $l['error_uploadfailed_phpx'] = "PHP returned error code: {1}.  Please contact your forum administrator with this error.";
 185  $l['error_uploadfailed_lost'] = "The file could not be found on the server.";
 186  $l['error_uploadfailed_nocontents'] = "MyBB could not find the theme with the file you uploaded. Please check the file is the correct and is not corrupt.";
 187  $l['error_invalid_version'] = "This theme has been written for another version of MyBB. Please check the \"Ignore Version Compatibility\" to ignore this error.";
 188  $l['error_missing_stylesheet_name'] = "Please enter a name for this stylesheet.";
 189  $l['error_missing_stylesheet_extension'] = "This stylesheet must end with the correct file extension, for example, {1}<em>.css</em>";
 190  $l['error_invalid_parent_theme'] = "The selected parent theme does not exist. Please select a valid parent theme.";
 191  $l['error_invalid_templateset'] = "The selected template set does not exist. Please select a valid template set.";
 192  $l['error_invalid_color'] = "The defined color set \"{1}\" either has invalid character(s) or is not in the prescribed format. Only numbers, Unicode letters, and underscores are allowed in a color's name and its value, which must be separated by '='.";
 193  $l['error_invalid_editortheme'] = "The selected editor theme does not exist. Please select a valid editor theme.";
 194  $l['error_inheriting_stylesheets'] = "You cannot delete this theme because there are still other themes that are inheriting stylesheets from it.";
 195  $l['error_cannot_parse'] = "MyBB cannot parse this stylesheet for the simple editor. It can only be edited in advanced mode.";
 196  $l['error_communication_problem'] = "There was a problem communicating with the MyBB themes server. Please try again in a few minutes.";
 197  $l['error_no_results_found'] = "No results were found for the specified keyword(s).";
 198  $l['error_no_color_picked'] = "You didn't specify which colors to attach this stylesheet to.";
 199  $l['error_no_display_order'] = "There was an error finding the display orders for the stylesheets. Please refresh the page and try again.";
 200  
 201  $l['success_duplicated_theme'] = "The selected theme has been duplicated successfully.";
 202  $l['success_imported_theme'] = "The selected theme has been imported successfully.";
 203  $l['success_theme_created'] = "The theme has been created successfully.";
 204  $l['success_theme_deleted'] = "The selected theme has been deleted successfully.";
 205  $l['success_stylesheet_properties_updated'] = "The properties for the selected stylesheet have been updated successfully.";
 206  $l['success_stylesheet_updated'] = "The selected stylesheet has been updated successfully.";
 207  $l['success_stylesheet_deleted'] = "The selected stylesheet has been deleted / reverted successfully.";
 208  $l['success_theme_set_default'] = "The selected theme is now the forum default.";
 209  $l['success_theme_forced'] = "All users have been forced to use the selected theme successfully.";
 210  $l['success_theme_properties_updated'] = "The properties for the select theme have been updated successfully.";
 211  $l['success_stylesheet_added'] = "The stylesheet for this theme has been created successfully.";
 212  $l['success_stylesheet_order_updated'] = "The display orders for the stylesheets have been updated successfully.";
 213  
 214  $l['confirm_theme_deletion'] = "Are you sure you want to delete this theme?";
 215  $l['confirm_stylesheet_deletion'] = "Are you sure you want to delete / revert this stylesheet?";
 216  $l['confirm_theme_forced'] = "Are you sure you want to force this theme on all users? This may reset the theme's access level.";
 217  
 218  $l['theme_info_fetch_error'] = 'There was an error fetching the style info.';
 219  $l['theme_info_save_error'] = 'There was an error saving the style info.';
 220  
 221  $l['saving'] = 'Saving&hellip;';
 222  


2005 - 2021 © MyBB.de | Alle Rechte vorbehalten! | Sponsor: netcup Cross-referenced by PHPXref