[ Index ] |
PHP Cross Reference of MyBB |
[Summary view] [Print] [Text view]
1 <?php 2 /** 3 * MyBB 1.6 English Language Pack 4 * Copyright 2010 MyBB Group, All Rights Reserved 5 * 6 * $Id: style_templates.lang.php 5383 2011-02-23 16:57:30Z Tomm $ 7 */ 8 9 $l['template_sets'] = "Template Sets"; 10 $l['template_set'] = "Template Set"; 11 $l['templates'] = "Templates"; 12 13 $l['manage_template_sets'] = "Manage Template Sets"; 14 $l['manage_template_sets_desc'] = "Here you can manage template sets, view the templates using these sets, and begin customizing your board's layout."; 15 $l['add_set'] = "Add Set"; 16 $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"; 17 $l['add_template'] = "Add Template"; 18 $l['add_template_desc'] = "Here you can create a new template."; 19 $l['search_replace'] = "Search/Replace"; 20 $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."; 21 $l['find_updated'] = "Find Updated Templates"; 22 $l['find_updated_desc'] = "Allows you to find changed templates in new versions of MyBB so you can properly apply the changes."; 23 $l['edit_template'] = "Edit Template"; 24 $l['edit_template_desc'] = "Here you can edit the template's code, title or set."; 25 $l['edit_set'] = "Edit Set"; 26 $l['edit_set_desc'] = "Here you can edit the properties for this template set."; 27 $l['manage_templates'] = "Manage Templates"; 28 $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."; 29 $l['diff_report'] = "Diff Report"; 30 $l['diff_report_desc'] = "Performs a difference analysis between the templates and shows you exactly what changes have been made between your customised copy and the latest master copy."; 31 32 $l['title'] = "Title"; 33 $l['save'] = "Save"; 34 $l['search_for'] = "Search For"; 35 $l['replace_with'] = "Replace With (Optional)"; 36 $l['reset'] = "Reset"; 37 $l['find_templates'] = "Find Templates"; 38 $l['find_and_replace'] = "Find and Replace"; 39 $l['search_template_names'] = "Search Template Titles"; 40 $l['ungrouped_templates'] = "Ungrouped Templates"; 41 42 $l['search_noneset'] = "You did not enter a search string."; 43 $l['search_results'] = "Template Search Results"; 44 $l['search_header'] = "Searching For \"{1}\" in {2}"; 45 $l['search_updated'] = "Updated {1}"; 46 $l['search_found'] = "Found in {1}"; 47 $l['search_created_custom'] = "Created custom template for {1}"; 48 $l['search_edit'] = "edit"; 49 $l['search_change_original'] = "change original"; 50 $l['search_noresults'] = "No templates were found containing the string '<strong>{1}</strong>'"; 51 $l['search_noresults_title'] = "No templates were found with the title '<strong>{1}</strong>'"; 52 $l['default_templates'] = "Default Templates"; 53 54 $l['edit_template_breadcrumb'] = "Edit Template: "; 55 56 $l['global_templates'] = "Global Templates"; 57 $l['master_templates'] = "Master Templates"; 58 59 $l['not_used_by_any_themes'] = "Not used by any themes"; 60 $l['used_by'] = "Used by: "; 61 $l['used_by_all_themes'] = "Used by all themes"; 62 63 $l['expand_templates'] = "Expand Templates"; 64 $l['edit_template_set'] = "Edit Template Set"; 65 $l['delete_template_set'] = "Delete Template Set"; 66 67 $l['inline_edit'] = "Inline Edit"; 68 $l['full_edit'] = "Full Edit"; 69 $l['revert_to_orig'] = "Revert to Original"; 70 $l['delete_template'] = "Delete Template"; 71 $l['edit_in'] = "Edit in"; 72 73 $l['group_calendar'] = "Calendar"; 74 $l['group_forumdisplay'] = "Forum Display"; 75 $l['group_index'] = "Index Page"; 76 $l['group_error'] = "Error Message"; 77 $l['group_memberlist'] = "Member List"; 78 $l['group_multipage'] = "Multipage Pagination"; 79 $l['group_private'] = "Private Messaging"; 80 $l['group_portal'] = "Portal"; 81 $l['group_postbit'] = "Post Bit"; 82 $l['group_redirect'] = "Redirect"; 83 $l['group_showthread'] = "Show Thread"; 84 $l['group_usercp'] = "User Control Panel"; 85 $l['group_online'] = "Who's Online"; 86 $l['group_forumbit'] = "Forum Bit"; 87 $l['group_editpost'] = "Edit Post"; 88 $l['group_forumjump'] = "Forum Jump"; 89 $l['group_moderation'] = "Moderation"; 90 $l['group_nav'] = "Navigation"; 91 $l['group_search'] = "Search"; 92 $l['group_showteam'] = "Show Forum Team"; 93 $l['group_reputation'] = "Reputation"; 94 $l['group_newthread'] = "New Thread"; 95 $l['group_newreply'] = "New Reply"; 96 $l['group_member'] = "Member"; 97 $l['group_warning'] = "Warning System"; 98 $l['group_global'] = "Global"; 99 $l['group_header'] = "Header"; 100 $l['group_managegroup'] = "Manage Group"; 101 $l['group_misc'] = "Miscellaneous"; 102 $l['group_modcp'] = "Moderator Control Panel"; 103 $l['group_php'] = "PHP"; 104 $l['group_polls'] = "Poll"; 105 $l['group_post'] = "Post"; 106 $l['group_printthread'] = "Print Thread"; 107 $l['group_report'] = "Report"; 108 $l['group_smilieinsert'] = "Smilie Inserter"; 109 $l['group_stats'] = "Statistics"; 110 $l['group_xmlhttp'] = "XMLHTTP"; 111 $l['group_footer'] = "Footer"; 112 113 $l['expand'] = "Expand"; 114 $l['collapse'] = "Collapse"; 115 116 $l['save_continue'] = "Save and Continue Editing"; 117 $l['save_close'] = "Save and Return to Listing"; 118 119 $l['template_name'] = "Template Name"; 120 $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."; 121 $l['template_set_desc'] = "Which template set should this template be in?"; 122 123 $l['templates_the_same'] = "The two templates you've selected are both the same and cannot be compared."; 124 $l['master_updated_ins'] = "Changes that have been made between your previous version and this one are highlighted like this."; 125 $l['master_updated_del'] = "Any customizations you've made to your templates (the old ones) are highlighted like this."; 126 $l['template_diff_analysis'] = "Template Difference Analysis"; 127 $l['search_names_header'] = "Searching template names containing \"{1}\""; 128 129 $l['updated_template_welcome1'] = "Edit - Allows you to edit the current template for this template set to incorporate updates made between the versions."; 130 $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."; 131 $l['updated_template_welcome3'] = "Diff - Performs a difference analysis between the templates and shows you exactly what changes have been made between your customised copy and the latest master copy."; 132 133 $l['no_global_templates'] = "There are currently no global templates."; 134 $l['no_updated_templates'] = "There are currently no templates which have been updated since you last upgraded."; 135 136 $l['confirm_template_set_deletion'] = "Are you sure you want to delete this template set?"; 137 $l['confirm_template_deletion'] = "Are you sure you want to delete this template?"; 138 $l['confirm_template_revertion'] = "Are you sure you want to revert this template?"; 139 140 $l['error_security_problem'] = "A potential security issue was found in the template. Please review your changes or contact the MyBB Group for support."; 141 $l['error_missing_input'] = "Please make sure you have all the input required to edit this template (tid and sid)"; 142 $l['error_already_exists'] = "The template title is already in use. Please use a different title."; 143 $l['error_invalid_template'] = "Please select a valid template."; 144 $l['error_missing_set_title'] = "Please select a template set title."; 145 $l['error_invalid_input'] = "Please make sure you have the correct template set ID."; 146 $l['error_invalid_set'] = "Please select a valid template set."; 147 $l['error_invalid_template_set'] = "Invalid template set selected."; 148 $l['error_themes_attached_template_set'] = "This template set cannot be deleted as there are themes attached to this template set."; 149 150 $l['success_template_saved'] = "The selected template has successfully been saved."; 151 $l['success_template_deleted'] = "The selected template has successfully been deleted."; 152 $l['success_template_reverted'] = "The selected template has successfully been reverted."; 153 $l['success_template_set_saved'] = "The selected template set has successfully been saved."; 154 $l['success_template_set_deleted'] = "The selected template set has successfully been deleted."; 155 ?>
title
Description
Body
title
Description
Body
title
Description
Body
title
Body
Generated: Tue Oct 8 19:19:50 2013 | Cross-referenced by PHPXref 0.7.1 |