xref: /template/sprintdoc/lang/en/lang.php (revision 211de8a54af91550eaacc8374af61da6d1356514)
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_page']          = 'open tasks for this page: ';
41$lang['tasks_page_none']            = 'There are no open tasks for this page.';
42$lang['tasks_page_intime']          = 'There are %1$d open tasks on this page.';
43$lang['tasks_page_late']            = 'There are %1$d open tasks on this page, %2$d are late.';
44
45$lang['discussion']                 = 'Discussion';
46$lang['back_to_article']            = 'Back to article';
47$lang['userpage']                   = 'User page';
48
49$lang['meta_data']                  = 'Meta Data';
50$lang['osm_zoom_link_text']         = 'view larger map';
51$lang['osm_zoom_link_title']        = 'external link opens new window';
52$lang['image_detail']               = 'image details';
53
54
55
56/**
57 * colors
58 */
59
60$lang['__site_width__']             = 'content - width (in %)';
61
62$lang['__background__']             = 'website - background color';
63$lang['__text_webframe__']          = 'website unlinked: claim, title, footer, navigation - font color';
64
65$lang['__nav_menu_color__']         = 'link: navigation, footer, pagetools icons, tabbox - font color';
66$lang['__nav_menu_hover_color__']   = 'link: navigation (hover) - font color, border color; wiki icons - font color; wiki icons (hover) - background color';
67$lang['__nav_menu_hover_bg__']      = 'link: navigation (hover) - background color; wiki icons - background color; wiki icons (hover) - font color';
68
69$lang['__background_content__']     = 'content, breadcrumb, pagetools (hover) - background color';
70$lang['__text__']                   = 'content: text - font color';
71
72$lang['__background_neu__']         = 'Content neutral (not too different from the content background) - background color';
73$lang['__text_neu__']               = 'content neutral: text - font color';
74
75$lang['__background_page_header__'] = 'content: header, footer, tabinclude tab controlls deactivate - background color';
76$lang['__background_page_footer__'] = 'content: footer, tabinclude tab controlls deactivate - font color';
77
78$lang['__border_light__']           = 'content: header, footer - border color';
79
80$lang['__highlight__']              = 'text emphasize (e.g. for search results) - background color';
81$lang['__highlight_text__']         = 'text emphasize (e.g. for search results) - font color';
82
83$lang['__existing__']               = 'links to wikipages, pencil, pagetools (hover) - font color; tabbox (hover) - font color, border color';
84$lang['__link__']                   = 'links to non wikipages (external links) - font color';
85$lang['__missing__']                = 'links to non-existing pages - font color';
86
87$lang['__button_color__']           = 'buttons - font color';
88$lang['__button_background__']      = 'buttons - background color';
89
90$lang['__background_alt__']         = 'table head, hover: table cell, struct Label - background color (alternative)';
91$lang['__text_alt__']               = 'table head unlinked, hover: table cell, struct Label - font color (alternative)';
92
93$lang['__border__']                 = 'tables, form fields, blockquotes - border color';
94$lang['__default_border_radius__']  = 'wiki icons, content (top right) - border radius';
95