xref: /template/sprintdoc/lang/en/lang.php (revision 52983d23829eef2c7bb2171bcaff4373cd4a004f)
1<?php
2/**
3 * English language file for template
4 *
5 *  @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 */
7
8$lang['direct_prefix']              = 'jump to';
9$lang['direct_content_main']        = 'main content';
10$lang['direct_menu_main']           = 'main menu';
11
12$lang['adjunct_start_logo_text']    = 'Logo: ';
13$lang['adjunct_linked_logo_text']   = '. homepage link';
14$lang['a11y_search']                = 'Jump to the search';
15$lang['a11y_sidebartoggle']         = 'Open/Close Sidebar';
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_main']             = 'main menu';
21$lang['head_menu_status']           = 'site status';
22$lang['head_breadcrumb']            = 'location indicator';
23$lang['head_menu_trace']            = 'Last Visited Pages';
24$lang['head_meta_box']              = 'meta data for this page';
25
26$lang['jump_to_quicksearch']        = 'Jump to quick search';
27
28$lang['meta_box_jira_tickets_none'] = 'jira associated tickets found: none';
29$lang['meta_box_tags_none']         = 'tags found: none';
30$lang['js']['meta_box_toc_none']    = 'no Table of Contents available';
31
32$lang['tab_tags']                   = 'Tags';
33
34$lang['quality_trigger']            = 'toggle page analysis';
35
36$lang['prefix_tasks']               = 'open tasks: ';
37$lang['prefix_tasks_user']          = 'your open tasks: ';
38$lang['prefix_tasks_page']          = 'open tasks for this page: ';
39$lang['tasks_page_none']            = 'no open tasks for this page';
40
41$lang['discussion']                 = 'Discussion';
42$lang['back_to_article']            = 'Back to article';
43$lang['userpage']                   = 'User page';
44$lang['__existing__']               = 'The color for links to existing pages';
45$lang['__missing__']                = 'The color for links to non-existing pages';
46$lang['__site_width__']             = 'The width of the full site (can be any length unit: %, px, em, ...)';
47$lang['__sidebar_width__']          = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)';
48
49$lang['__button_color__']           = 'Color for buttons';
50$lang['__button_background__']      = 'Backgroundcolor for buttons';
51