[ Index ]

PHP Cross Reference of MyBB 1.8.37

title

Body

[close]

/inc/languages/english/admin/ -> style_templates.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['template_sets'] = "Template Sets";
   9  $l['template_set'] = "Template Set";
  10  $l['templates'] = "{1} Templates";
  11  
  12  $l['manage_template_sets'] = "Manage Template Sets";
  13  $l['manage_template_sets_desc'] = "Here you can manage template sets, view the templates using these sets, and begin customizing your board's layout.";
  14  $l['add_set'] = "Add Set";
  15  $l['add_set_desc'] = "Here you can create a new template set. A new template set creates a copy of the master MyBB templates and allows you to edit them without interfering with changes in any other template sets you may already have";
  16  $l['add_template'] = "Add Template";
  17  $l['add_template_desc'] = "Here you can create a new template.";
  18  $l['add_template_group'] = "Add Template Group";
  19  $l['add_template_group_desc'] = "Add a template group to collate templates together.";
  20  $l['search_replace'] = "Search/Replace";
  21  $l['search_replace_desc'] = "This tool will allow you to search for template titles or templates that contain certain text, and optionally replace it with another text automatically.";
  22  $l['find_updated'] = "Find Updated Templates";
  23  $l['find_updated_desc'] = "Allows you to find changed templates in new versions of MyBB so you can properly apply the changes.";
  24  $l['edit_template'] = "Edit Template";
  25  $l['editing_template'] = "Editing Template: {1}";
  26  $l['edit_template_desc'] = "Here you can edit the template's code, title or set.";
  27  $l['edit_set'] = "Edit Set";
  28  $l['edit_set_desc'] = "Here you can edit the properties for this template set.";
  29  $l['manage_templates'] = "Manage Templates";
  30  $l['manage_templates_desc'] = "Here you can manage the templates for this template set. To edit a template click on it's link or select \"Full Edit\" to edit all properties on a separate page.";
  31  $l['diff_report'] = "Diff Report";
  32  $l['diff_report_desc'] = "Performs a difference analysis between the templates and shows you exactly what changes have been made between your customized copy and the latest master copy.";
  33  
  34  $l['title'] = "Title";
  35  $l['save'] = "Save";
  36  $l['search_for'] = "Search For";
  37  $l['replace_with'] = "Replace With (Optional)";
  38  $l['reset'] = "Reset";
  39  $l['find_templates'] = "Find Templates";
  40  $l['find_and_replace'] = "Find and Replace";
  41  $l['search_template_names'] = "Search Template Titles";
  42  $l['ungrouped_templates'] = "Ungrouped Templates";
  43  
  44  $l['search_noneset'] = "You did not enter a search string.";
  45  $l['search_results'] = "Template Search Results";
  46  $l['search_header'] = "Searching For \"{1}\" in {2}";
  47  $l['search_updated'] = "Updated {1}";
  48  $l['search_found'] = "Found in {1}";
  49  $l['search_created_custom'] = "Created custom template for {1}";
  50  $l['search_edit'] = "edit";
  51  $l['search_change_original'] = "change original";
  52  $l['search_noresults'] = "No templates were found containing the string '<strong>{1}</strong>'";
  53  $l['search_noresults_title'] = "No templates were found with the title '<strong>{1}</strong>'";
  54  $l['default_templates'] = "Default Templates";
  55  
  56  $l['edit_template_breadcrumb'] = "Edit Template: ";
  57  
  58  $l['global_templates'] = "Global Templates";
  59  $l['master_templates'] = "Master Templates";
  60  
  61  $l['not_used_by_any_themes'] = "Not used by any themes";
  62  $l['used_by'] = "Used by: ";
  63  $l['used_by_all_themes'] = "Used by all themes";
  64  
  65  $l['expand_templates'] = "Expand Templates";
  66  $l['edit_template_set'] = "Edit Template Set";
  67  $l['delete_template_set'] = "Delete Template Set";
  68  $l['empty_template_set'] = "<em>There are no templates in this set.</em>";
  69  
  70  $l['inline_edit'] = "Inline Edit";
  71  $l['full_edit'] = "Full Edit";
  72  $l['revert_to_orig'] = "Revert to Original";
  73  $l['delete_template'] = "Delete Template";
  74  $l['edit_in'] = "Edit in";
  75  
  76  $l['group_calendar'] = "Calendar";
  77  $l['group_forumdisplay'] = "Forum Display";
  78  $l['group_index'] = "Index Page";
  79  $l['group_error'] = "Error Message";
  80  $l['group_memberlist'] = "Member List";
  81  $l['group_multipage'] = "Multipage Pagination";
  82  $l['group_private'] = "Private Messaging";
  83  $l['group_portal'] = "Portal";
  84  $l['group_postbit'] = "Post Bit";
  85  $l['group_posticons'] = "Post Icon";
  86  $l['group_showthread'] = "Show Thread";
  87  $l['group_usercp'] = "User Control Panel";
  88  $l['group_online'] = "Who's Online";
  89  $l['group_forumbit'] = "Forum Bit";
  90  $l['group_editpost'] = "Edit Post";
  91  $l['group_forumjump'] = "Forum Jump";
  92  $l['group_moderation'] = "Moderation";
  93  $l['group_nav'] = "Navigation";
  94  $l['group_search'] = "Search";
  95  $l['group_showteam'] = "Show Forum Team";
  96  $l['group_reputation'] = "Reputation";
  97  $l['group_newthread'] = "New Thread";
  98  $l['group_newreply'] = "New Reply";
  99  $l['group_member'] = "Member";
 100  $l['group_warning'] = "Warning System";
 101  $l['group_global'] = "Global";
 102  $l['group_header'] = "Header";
 103  $l['group_managegroup'] = "Manage Group";
 104  $l['group_misc'] = "Miscellaneous";
 105  $l['group_modcp'] = "Moderator Control Panel";
 106  $l['group_announcement'] = "Announcement";
 107  $l['group_polls'] = "Poll";
 108  $l['group_post'] = "Post";
 109  $l['group_printthread'] = "Print Thread";
 110  $l['group_report'] = "Report";
 111  $l['group_smilieinsert'] = "Smilie Inserter";
 112  $l['group_stats'] = "Statistics";
 113  $l['group_xmlhttp'] = "XMLHTTP";
 114  $l['group_footer'] = "Footer";
 115  $l['group_video'] = "Video MyCode";
 116  $l['group_sendthread'] = "Send Thread";
 117  $l['group_mycode'] = "MyCode";
 118  
 119  $l['expand'] = "Expand";
 120  $l['collapse'] = "Collapse";
 121  
 122  $l['save_continue'] = "Save and Continue Editing";
 123  $l['save_close'] = "Save and Return to Listing";
 124  
 125  $l['template_name'] = "Template Name";
 126  $l['template_name_desc'] = "Name of the template. If you change this on the default template, it will save the template as a custom template under the new name.";
 127  $l['template_set_desc'] = "Which template set should this template be in?";
 128  
 129  $l['template_group_prefix'] = "Template Group Prefix";
 130  $l['template_group_prefix_desc'] = "The prefix name to group templates. This must not already exist. For example, to group templates <em>hello_world</em>, <em>hello_foobar</em> and <em>hello_foo</em>, enter <strong>hello</strong> here.";
 131  $l['template_group_title'] = "Template Group Title";
 132  $l['template_group_title_desc'] = "The title of the prefix group. This will be shown in the templates list. For example, for our <em>hello</em> templates, enter <strong>Hello</strong> here.";
 133  
 134  $l['edit_template_group'] = "Edit Template Group";
 135  $l['editing_template_group'] = "Editing Template Group {1}";
 136  $l['delete_template_group'] = "Delete Template Group";
 137  $l['save_template_group'] = "Save Template Group";
 138  
 139  $l['templates_the_same'] = "The two templates you've selected are both the same and cannot be compared.";
 140  $l['master_updated_ins'] = "Changes that have been made between your previous version and this one are highlighted like this.";
 141  $l['master_updated_del'] = "Any customizations you've made to your templates (the old ones) are highlighted like this.";
 142  $l['template_diff_analysis'] = "Template Difference Analysis";
 143  $l['search_names_header'] = "Searching template names containing \"{1}\"";
 144  
 145  $l['updated_template_welcome1'] = "Edit - Allows you to edit the current template for this template set to incorporate updates made between the versions.";
 146  $l['updated_template_welcome2'] = "Revert - Will revert the customized template back to the master revision, however you'll lose any custom changes you have made.";
 147  $l['updated_template_welcome3'] = "Diff - Performs a difference analysis between the templates and shows you exactly what changes have been made between your customized copy and the latest master copy.";
 148  
 149  $l['no_global_templates'] = "There are currently no global templates.";
 150  $l['no_updated_templates'] = "There are currently no templates which have been updated since you last upgraded.";
 151  
 152  $l['confirm_template_set_deletion'] = "Are you sure you want to delete this template set?";
 153  $l['confirm_template_group_delete'] = "Are you sure you want to delete this template group? This action does not remove the templates in the group.";
 154  $l['confirm_template_deletion'] = "Are you sure you want to delete this template?";
 155  $l['confirm_template_revertion'] = "Are you sure you want to revert this template?";
 156  
 157  $l['error_security_problem'] = "A potential security issue was found in the template. Please review your changes or contact the MyBB Group for support.";
 158  $l['error_missing_input'] = "Please make sure you have all the input required to edit this template (tid and sid)";
 159  $l['error_already_exists'] = "The template title is already in use. Please use a different title.";
 160  $l['error_invalid_template'] = "Please select a valid template.";
 161  $l['error_missing_set_title'] = "Please select a template set title.";
 162  $l['error_invalid_input'] = "Please make sure you have the correct template set ID.";
 163  $l['error_invalid_set'] = "Please select a valid template set.";
 164  $l['error_invalid_template_set'] = "Invalid template set selected.";
 165  $l['error_themes_attached_template_set'] = "This template set cannot be deleted as there are themes attached to this template set.";
 166  $l['error_missing_group_prefix'] = "Please enter a prefix for the template group.";
 167  $l['error_invalid_group_title'] = "As underscores (_) are used as delimiter those are forbidden in template group prefixes. Please select another prefix.";
 168  $l['error_missing_group_title'] = "Please enter a title for the template group.";
 169  $l['error_duplicate_group_prefix'] = "A template group already exists with this prefix. Please enter another prefix.";
 170  $l['error_missing_template_group'] = "The template group could not be found.";
 171  $l['error_default_template_group'] = "You cannot edit or remove a default template group.";
 172  
 173  $l['success_template_saved'] = "The selected template has successfully been saved.";
 174  $l['success_template_deleted'] = "The selected template has successfully been deleted.";
 175  $l['success_template_reverted'] = "The selected template has successfully been reverted.";
 176  $l['success_template_set_saved'] = "The selected template set has successfully been saved.";
 177  $l['success_template_set_deleted'] = "The selected template set has successfully been deleted.";
 178  $l['success_template_group_saved'] = "The selected template group has successfully been saved.";
 179  $l['success_template_group_deleted'] = "The selected template group has successfully been deleted.";


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