[ Index ]

PHP Cross Reference of MyBB

title

Body

[close]

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

   1  <?php
   2  /**
   3   * MyBB 1.6 English Language Pack
   4   * Copyright 2010 MyBB Group, All Rights Reserved
   5   * 
   6   * $Id: style_themes.lang.php 5828 2012-05-08 16:06:16Z Tomm $
   7   */
   8  
   9  $l['themes'] = "Themes";
  10  $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.";
  11  
  12  $l['create_new_theme'] = "Create New Theme";
  13  $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>";
  14  
  15  $l['import_a_theme'] = "Import a Theme";
  16  $l['import_a_theme_desc'] = "Here you can import new themes. You may import a theme from your computer, or a remote URL.";
  17  
  18  $l['edit_stylesheets'] = "Edit Stylesheets";
  19  $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.";
  20  
  21  $l['add_stylesheet'] = "Add Stylesheet";
  22  $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.";
  23  
  24  $l['browse_themes'] = "Browse Themes";
  25  $l['browse_themes_desc'] = "Here you may browse the official MyBB modifications site for themes compatible with your series of MyBB.";
  26  
  27  $l['browse_all_themes'] = "Browse All Themes";
  28  
  29  $l['export_theme'] = "Export Theme";
  30  $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.";
  31  
  32  $l['include_custom_only'] = "Include customized items only?";
  33  $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.";
  34  $l['include_templates'] = "Include templates in the export as well?";
  35  $l['include_templates_desc'] = "If you want to export the customized templates used in this theme as well, select yes.";
  36  
  37  $l['edit_stylesheet_simple_mode'] = "Edit Stylesheet: Simple Mode";
  38  $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.";
  39  $l['edit_stylesheet_advanced_mode'] = "Edit Stylesheet: Advanced Mode";
  40  $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.";
  41  
  42  $l['theme'] = "Theme";
  43  $l['num_users'] = "# Users";
  44  $l['edit_theme'] = "Edit Theme";
  45  $l['delete_theme'] = "Delete Theme";
  46  $l['set_as_default'] = "Set as Default";
  47  $l['default_theme'] = "Default Theme";
  48  $l['force_on_users'] = "Force on Users";
  49  $l['delete_revert'] = "Delete / Revert";
  50  
  51  $l['local_file'] = "Local File";
  52  $l['url'] = "URL";
  53  $l['import_from'] = "Import from";
  54  $l['import_from_desc'] = "Select a file to import. You can either import the theme file from your computer or from a URL.";
  55  $l['parent_theme'] = "Parent Theme";
  56  $l['parent_theme_desc'] = "Select the theme this theme should be a child of.";
  57  $l['new_name'] = "New Name";
  58  $l['new_name_desc'] = "A new name for the imported theme. If left blank, the name in the theme file will be used.";
  59  $l['advanced_options'] = "Advanced Options";
  60  $l['ignore_version_compatibility'] = "Ignore Version Compatibility";
  61  $l['ignore_version_compat_desc'] = "Should this theme be installed regardless of the version of MyBB it was created for?";
  62  $l['import_stylesheets'] = "Import Stylesheets";
  63  $l['import_stylesheets_desc'] = "If this theme contains custom stylesheets should they be imported?";
  64  $l['import_templates'] = "Import Templates";
  65  $l['import_templates_desc'] = "If this theme contains custom templates should they be imported?";
  66  $l['import_theme'] = "Import Theme";
  67  
  68  $l['create_a_theme'] = "Create a Theme";
  69  $l['name'] = "Name";
  70  $l['name_desc'] = "Specify a name for the new theme.";
  71  
  72  $l['edit_theme_properties'] = "Edit Theme Properties";
  73  $l['name_desc_edit'] = "Specify a name for the theme.";
  74  $l['allowed_user_groups'] = "Allowed User Groups";
  75  $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.";
  76  $l['all_user_groups'] = "All User Groups";
  77  $l['template_set'] = "Template Set";
  78  $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.";
  79  $l['editor_theme'] = "Editor Style";
  80  $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/editor_themes</strong> folder.";
  81  $l['img_directory'] = "Image Directory";
  82  $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.";
  83  $l['logo'] = "Board Logo";
  84  $l['logo_desc'] = "Location of the board logo used in this theme (this is the logo that appears at the top of each page).";
  85  $l['table_spacing'] = "Table Spacing";
  86  $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.";
  87  $l['inner_border'] = "Inner Table Border Width";
  88  $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.";
  89  $l['save_theme_properties'] = "Save Theme Properties";
  90  
  91  $l['background'] = "Background";
  92  $l['extra_css_atribs'] = "Extra CSS Attributes";
  93  $l['color'] = "Color";
  94  $l['width'] = "Width";
  95  $l['text_decoration'] = "Text Decoration";
  96  $l['font_family'] = "Font Family";
  97  $l['font_size'] = "Font Size";
  98  $l['font_style'] = "Font Style";
  99  $l['font_weight'] = "Font Weight";
 100  
 101  $l['stylesheets'] = "Stylesheets";
 102  $l['inherited_from'] = "Inherited from";
 103  $l['attached_to'] = "Attached to";
 104  $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.";
 105  $l['actions'] = "actions";
 106  $l['of'] = "of";
 107  $l['attached_to_all_pages'] = "Attached to all pages";
 108  $l['properties'] = "Properties";
 109  $l['edit_style'] = "Edit Style";
 110  $l['stylesheets_in'] = "Stylesheets in";
 111  $l['stylesheet_properties'] = "Stylesheet Properties";
 112  $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.";
 113  $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.";
 114  $l['globally'] = "Globally";
 115  $l['specific_files'] = "Specific files";
 116  $l['specific_actions'] = "Specific actions";
 117  $l['specific_actions_desc'] = "Actions are seperated by commas";
 118  $l['file'] = "File";
 119  $l['add_another'] = "Add another";
 120  $l['edit_stylesheet_properties_for'] = "Edit Stylesheet Properties for";
 121  $l['file_name'] = "File Name";
 122  $l['file_name_desc'] = "Name for the stylesheet, usually ending in <strong>[.css]</strong>";
 123  $l['save_stylesheet_properties'] = "Save Stylesheet Properties";
 124  $l['saved'] = "Saved";
 125  $l['editing'] = "Editing";
 126  $l['selector'] = "Selector";
 127  $l['save_changes'] = "Save Changes";
 128  $l['save_changes_and_close'] = "Save Changes & Close";
 129  $l['save_changes_js'] = "Do you want to save your changes first?";
 130  $l['delete_confirm_js'] = "Are you sure you want to delete this?";
 131  $l['import_stylesheet_from'] = "Import from another stylesheet in this theme";
 132  $l['write_own'] = "Write my own content";
 133  $l['save_stylesheet'] = "Save Stylesheet";
 134  $l['add_stylesheet_to'] = "Add Stylesheet to";
 135  
 136  $l['full_stylesheet_for'] = "Full Stylesheet for";
 137  
 138  $l['recommended_themes_for_mybb'] = "Recommended Themes for MyBB {1}";
 139  $l['browse_results_for_mybb'] = "Browse Results for MyBB {1}";
 140  $l['search_for_themes'] = "Search for Themes";
 141  $l['search'] = "Search";
 142  $l['download'] = "Download";
 143  $l['created_by'] = "Created by";
 144  
 145  $l['error_invalid_stylesheet'] = "You have selected an invalid stylesheet.";
 146  $l['error_invalid_theme'] = "You have selected an invalid theme.";
 147  $l['error_missing_name'] = "Please enter a name for this theme.";
 148  $l['error_missing_url'] = "Please enter a theme a import.";
 149  $l['error_theme_already_exists'] = "The theme specified already exists. Please enter a new name for this theme.";
 150  $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.";
 151  
 152  $l['error_local_file'] = "Could not open the local file. Does it exist? Please check and try again.";
 153  $l['error_uploadfailed'] = "Upload failed. Please try again.";
 154  $l['error_uploadfailed_detail'] = "Error details: ";
 155  $l['error_uploadfailed_php1'] = "PHP returned: Uploaded file exceeded upload_max_filesize directive in php.ini.  Please contact your forum administrator with this error.";
 156  $l['error_uploadfailed_php2'] = "The uploaded file exceeded the maximum file size specified.";
 157  $l['error_uploadfailed_php3'] = "The uploaded file was only partially uploaded.";
 158  $l['error_uploadfailed_php4'] = "No file was uploaded.";
 159  $l['error_uploadfailed_php6'] = "PHP returned: Missing a temporary folder.  Please contact your forum administrator with this error.";
 160  $l['error_uploadfailed_php7'] = "PHP returned: Failed to write the file to disk.  Please contact your forum administrator with this error.";
 161  $l['error_uploadfailed_phpx'] = "PHP returned error code: {1}.  Please contact your forum administrator with this error.";
 162  $l['error_uploadfailed_lost'] = "The file could not be found on the server.";
 163  $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.";
 164  $l['error_invalid_version'] = "This theme has been written for another version of MyBB. Please check the \"Ignore Version Compatibility\" to ignore this error.";
 165  $l['error_missing_stylesheet_name'] = "Please enter a name for this stylesheet.";
 166  $l['error_missing_stylesheet_extension'] = "This stylesheet must end with the correct file extension, for example, {1}<em>.css</em>";
 167  $l['error_invalid_parent_theme'] = "The selected parent theme does not exist. Please select a valid parent theme.";
 168  $l['error_invalid_templateset'] = "The selected template set does not exist. Please select a valid template set.";
 169  $l['error_invalid_editortheme'] = "The selected editor theme does not exist. Please select a valid editor theme.";
 170  $l['error_inheriting_stylesheets'] = "You cannot delete this theme because there are still other themes that are inheriting stylesheets from it.";
 171  $l['error_cannot_parse'] = "MyBB cannot parse this stylesheet for the simple editor. It can only be edited in advanced mode.";
 172  $l['error_communication_problem'] = "There was a problem communicating with the MyBB themes server. Please try again in a few minutes.";
 173  $l['error_no_results_found'] = "No results were found for the specified keyword(s).";
 174  
 175  $l['success_imported_theme'] = "The selected theme has been imported successfully.";
 176  $l['success_theme_created'] = "The theme has been created successfully.";
 177  $l['success_theme_deleted'] = "The selected theme has been deleted successfully.";
 178  $l['success_stylesheet_properties_updated'] = "The properties for the selected stylesheet have been updated successfully.";
 179  $l['success_stylesheet_updated'] = "The selected stylesheet has been updated successfully.";
 180  $l['success_stylesheet_deleted'] = "The selected stylesheet has been deleted / reverted successfully.";
 181  $l['success_theme_set_default'] = "The selected theme is now the forum default.";
 182  $l['success_theme_forced'] = "All users have been forced to use the selected theme successfully.";
 183  $l['success_theme_properties_updated'] = "The properties for the select theme have been updated successfully.";
 184  $l['success_stylesheet_added'] = "The stylesheet for this theme has been created successfully.";
 185  
 186  $l['confirm_theme_deletion'] = "Are you sure you want to delete this theme?";
 187  $l['confirm_stylesheet_deletion'] = "Are you sure you want to delete / revert this stylesheet?";
 188  $l['confirm_theme_forced'] = "Are you sure you want to force this theme on all users?";
 189  ?>


Generated: Tue Oct 8 19:19:50 2013 Cross-referenced by PHPXref 0.7.1