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'] = 'Change Content Width'; 13 14$lang['adjunct_linked_logo_text'] = ' - homepage link'; 15$lang['a11y_sidebartoggle'] = 'Show/Hide Navigation'; 16 17$lang['nav-area-head'] = 'menus and quick search'; 18$lang['head_magic_matcher'] = 'MagicMatcher'; 19$lang['head_quick_search'] = 'quick search'; 20$lang['head_menu_status'] = 'site status'; 21$lang['head_breadcrumb_youarehere'] = 'location indicator'; 22$lang['head_menu_trace'] = 'Last Visited Pages'; 23$lang['head_meta_box'] = 'meta data for this page'; 24$lang['head_menu_starred'] = 'Starred Pages'; 25$lang['head_menu_tool-select'] = 'Tools'; 26 27$lang['jump_to_quicksearch'] = 'Jump to quick search'; 28 29/** it will be shown from plugin lang.php: 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$lang['prefix_tasks_user'] = 'Your open tasks: '; 34*/ 35 36$lang['tab_tags'] = 'Tags'; 37$lang['tab_issues'] = 'Issues'; 38 39$lang['quality_trigger'] = 'Show/Hide page analysis'; 40 41$lang['prefix_tasks_page'] = 'open tasks for this page: '; 42 43$lang['tasks_page_none'] = 'no open tasks on this page'; 44$lang['tasks_page_intime'] = 'open tasks on this page: %1$d'; 45$lang['tasks_page_late'] = 'open tasks on this page: %1$d, to late: %2$d'; 46 47/** is not used 48$lang['discussion'] = 'Discussion'; 49$lang['back_to_article'] = 'Back to article'; 50$lang['userpage'] = 'User page'; 51*/ 52 53$lang['meta_data'] = 'Meta Data'; 54$lang['osm_zoom_link_text'] = 'view larger map'; 55$lang['osm_zoom_link_title'] = 'external link opens new window'; 56 57$lang['image_detail'] = 'image details'; 58 59$lang['mode_edit'] = 'Editing Page'; 60 61 62$lang['nav_sidebar'] = 'Navigation'; 63$lang['nav_sitemap'] = 'Site Tree'; 64 65/** 66 * preferences colors 67 */ 68 69$lang['__site_width__'] = 'content - width (in %)'; 70 71$lang['__background_site__'] = 'website - background color'; 72$lang['__text_webframe__'] = 'claim, title, footer (unlinked), navigation (unlinked) - font color'; 73 74$lang['__nav_menu_color__'] = 'navigation (link), footer (link), pagetools icons, tabbox - font color'; 75$lang['__nav_menu_hover_color__'] = 'navigation (hover) - font color, border color; wiki icons - font color; wiki icons (hover) - background color'; 76$lang['__nav_menu_hover_bg__'] = 'navigation (hover) - background color; wiki icons - background color; wiki icons (hover) - font color'; 77 78$lang['__background__'] = 'content, breadcrumb, pagetools (hover) - background color'; 79$lang['__text__'] = 'content: text - font color'; 80 81$lang['__background_neu__'] = 'Content neutral (not too different from the content background) - background color'; 82$lang['__text_neu__'] = 'content neutral: text - font color'; 83 84$lang['__background_page_header__'] = 'content: header, footer, tabinclude tab controlls deactivate - background color'; 85$lang['__background_page_footer__'] = 'content: footer, tabinclude tab controlls deactivate - font color'; 86 87$lang['__border_light__'] = 'content: header, footer - border color'; 88 89$lang['__highlight__'] = 'text emphasize (e.g. for search results) - background color'; 90$lang['__highlight_text__'] = 'text emphasize (e.g. for search results) - font color'; 91 92$lang['__existing__'] = 'links to wikipages, pencil, pagetools (hover) - font color; tabbox (hover) - font color, border color'; 93$lang['__link__'] = 'links to non wikipages (external links) - font color'; 94$lang['__missing__'] = 'links to non-existing pages - font color'; 95 96$lang['__button_color__'] = 'buttons - font color'; 97$lang['__button_background__'] = 'buttons - background color'; 98 99$lang['__background_alt__'] = 'table head, table cell (hover), struct Label (hover) - background color (alternative)'; 100$lang['__text_alt__'] = 'table head: unlinked, table cell (hover), struct Label (hover) - font color (alternative)'; 101$lang['__link_alt__'] = 'table head: linked - font color (alternative)'; 102 103$lang['__border__'] = 'tables, form fields, blockquotes - border color'; 104$lang['__default_border_radius__'] = 'wiki icons, content (top right) - border radius'; 105