1<?php 2/** 3 * English language file for template 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 */ 7 8 9$lang['direct_prefix'] = 'jump to'; 10$lang['direct_content_main'] = 'Main Content'; 11$lang['direct_quick_search'] = 'Search'; 12$lang['direct_content_toggle'] = 'Toggle Content Width'; 13 14$lang['adjunct_start_logo_text'] = 'Logo: '; 15$lang['adjunct_linked_logo_text'] = '. homepage link'; 16$lang['a11y_sidebartoggle'] = 'Open/Close Sidebar'; 17 18$lang['nav-area-head'] = 'menus and quick search'; 19$lang['head_magic_matcher'] = 'MagicMatcher'; 20$lang['head_quick_search'] = 'quick search'; 21$lang['head_menu_main'] = 'main menu'; 22$lang['head_menu_status'] = 'site status'; 23$lang['head_breadcrumb_youarehere'] = 'location indicator'; 24$lang['head_menu_trace'] = 'Last Visited Pages'; 25$lang['head_meta_box'] = 'meta data for this page'; 26$lang['head_menu_starred'] = 'Starred Pages'; 27$lang['head_menu_tool-select'] = 'Tools'; 28 29$lang['jump_to_quicksearch'] = 'Jump to quick search'; 30 31$lang['meta_box_jira_tickets_none'] = 'jira associated tickets found: none'; 32$lang['meta_box_tags_none'] = 'tags found: none'; 33$lang['js']['meta_box_toc_none'] = 'no Table of Contents available'; 34 35$lang['tab_tags'] = 'Tags'; 36$lang['tab_issues'] = 'Issues'; 37 38$lang['quality_trigger'] = 'toggle page analysis'; 39 40$lang['prefix_tasks'] = 'open tasks: '; 41$lang['prefix_tasks_page'] = 'open tasks for this page: '; 42$lang['prefix_tasks_user'] = 'Your open tasks: '; 43 44$lang['tasks_page_none'] = 'There are no open tasks for this page.'; 45$lang['tasks_page_intime'] = 'There are %1$d open tasks on this page.'; 46$lang['tasks_page_late'] = 'There are %1$d open tasks on this page, %2$d are late.'; 47 48$lang['discussion'] = 'Discussion'; 49$lang['back_to_article'] = 'Back to article'; 50$lang['userpage'] = 'User page'; 51 52$lang['meta_data'] = 'Meta Data'; 53$lang['osm_zoom_link_text'] = 'view larger map'; 54$lang['osm_zoom_link_title'] = 'external link opens new window'; 55$lang['image_detail'] = 'image details'; 56 57$lang['mode_edit'] = 'Editing Page'; 58$lang['mode_detail'] = 'Image Details'; 59 60/** 61 * colors 62 */ 63 64$lang['__site_width__'] = 'content - width (in %)'; 65 66$lang['__background_site__'] = 'website - background color'; 67$lang['__text_webframe__'] = 'claim, title, footer (unlinked), navigation (unlinked) - font color'; 68 69$lang['__nav_menu_color__'] = 'navigation (link), footer (link), pagetools icons, tabbox - font color'; 70$lang['__nav_menu_hover_color__'] = 'navigation (hover) - font color, border color; wiki icons - font color; wiki icons (hover) - background color'; 71$lang['__nav_menu_hover_bg__'] = 'navigation (hover) - background color; wiki icons - background color; wiki icons (hover) - font color'; 72 73$lang['__background__'] = 'content, breadcrumb, pagetools (hover) - background color'; 74$lang['__text__'] = 'content: text - font color'; 75 76$lang['__background_neu__'] = 'Content neutral (not too different from the content background) - background color'; 77$lang['__text_neu__'] = 'content neutral: text - font color'; 78 79$lang['__background_page_header__'] = 'content: header, footer, tabinclude tab controlls deactivate - background color'; 80$lang['__background_page_footer__'] = 'content: footer, tabinclude tab controlls deactivate - font color'; 81 82$lang['__border_light__'] = 'content: header, footer - border color'; 83 84$lang['__highlight__'] = 'text emphasize (e.g. for search results) - background color'; 85$lang['__highlight_text__'] = 'text emphasize (e.g. for search results) - font color'; 86 87$lang['__existing__'] = 'links to wikipages, pencil, pagetools (hover) - font color; tabbox (hover) - font color, border color'; 88$lang['__link__'] = 'links to non wikipages (external links) - font color'; 89$lang['__missing__'] = 'links to non-existing pages - font color'; 90 91$lang['__button_color__'] = 'buttons - font color'; 92$lang['__button_background__'] = 'buttons - background color'; 93 94$lang['__background_alt__'] = 'table head, table cell (hover), struct Label (hover) - background color (alternative)'; 95$lang['__text_alt__'] = 'table head (unlinked), table cell (hover), struct Label (hover) - font color (alternative)'; 96 97$lang['__border__'] = 'tables, form fields, blockquotes - border color'; 98$lang['__default_border_radius__'] = 'wiki icons, content (top right) - border radius'; 99