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_menu_main'] = 'main menu'; 12 13$lang['adjunct_start_logo_text'] = 'Logo: '; 14$lang['adjunct_linked_logo_text'] = '. homepage link'; 15$lang['a11y_search'] = 'Jump to the search'; 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'] = '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 28$lang['jump_to_quicksearch'] = 'Jump to quick search'; 29 30$lang['meta_box_jira_tickets_none'] = 'jira associated tickets found: none'; 31$lang['meta_box_tags_none'] = 'tags found: none'; 32$lang['js']['meta_box_toc_none'] = 'no Table of Contents available'; 33 34$lang['tab_tags'] = 'Tags'; 35$lang['tab_issues'] = 'Issues'; 36 37$lang['quality_trigger'] = 'toggle page analysis'; 38 39$lang['prefix_tasks'] = 'open tasks: '; 40$lang['prefix_tasks_user'] = 'your open tasks: '; 41$lang['prefix_tasks_page'] = 'open tasks for this page: '; 42$lang['tasks_page_none'] = 'no open tasks for this page'; 43 44$lang['discussion'] = 'Discussion'; 45$lang['back_to_article'] = 'Back to article'; 46$lang['userpage'] = 'User page'; 47 48$lang['meta_data'] = 'Meta Data'; 49$lang['osm_zoom_link_text'] = 'view larger map'; 50$lang['osm_zoom_link_title'] = 'external link opens new window'; 51 52 53/** 54 * colors 55 */ 56 57$lang['__site_width__'] = 'content - width (in %)'; 58 59$lang['__background__'] = 'website - background color'; 60$lang['__text_webframe__'] = 'website unlinked: claim, title, footer, navigation - font color'; 61 62$lang['__nav_menu_color__'] = 'link: navigation, footer, pagetools icons, tabbox - font color'; 63$lang['__nav_menu_hover_color__'] = 'link: navigation (hover) - font color, border color; wiki icons - font color; wiki icons (hover) - background color'; 64$lang['__nav_menu_hover_bg__'] = 'link: navigation (hover) - background color; wiki icons - background color; wiki icons (hover) - font color'; 65 66$lang['__background_content__'] = 'content, breadcrumb, pagetools (hover) - background color'; 67$lang['__text__'] = 'content: text - font color'; 68 69$lang['__background_neu__'] = 'Content neutral (not too different from the content background) - background color'; 70$lang['__text_neu__'] = 'content neutral: text - font color'; 71 72$lang['__background_page_header__'] = 'content: header, footer, tabinclude tab controlls deactivate - background color'; 73$lang['__background_page_footer__'] = 'content: footer, tabinclude tab controlls deactivate - font color'; 74 75$lang['__border_light__'] = 'content: header, footer - border color'; 76 77$lang['__highlight__'] = 'text emphasize (e.g. for search results) - background color'; 78$lang['__highlight_text__'] = 'text emphasize (e.g. for search results) - font color'; 79 80$lang['__existing__'] = 'links to wikipages, pencil, pagetools (hover) - font color; tabbox (hover) - font color, border color'; 81$lang['__link__'] = 'links to non wikipages (external links) - font color'; 82$lang['__missing__'] = 'links to non-existing pages - font color'; 83 84$lang['__button_color__'] = 'buttons - font color'; 85$lang['__button_background__'] = 'buttons - background color'; 86 87$lang['__background_alt__'] = 'table head, hover: table cell, struct Label - background color (alternative)'; 88$lang['__text_alt__'] = 'table head unlinked, hover: table cell, struct Label - font color (alternative)'; 89 90$lang['__border__'] = 'tables, form fields, blockquotes - border color'; 91$lang['__default_border_radius__'] = 'wiki icons, content (top right) - border radius'; 92