xref: /template/sprintdoc/lang/en/lang.php (revision d0b97fa27feef295dde5d9a9c850932aa7b3769d)
1<?php
2/**
3 * English language file for template
4 *
5 */
6
7$lang['direct_prefix']              = 'jump to';
8$lang['direct_content_main']        = 'main content';
9$lang['direct_menu_main']           = 'main menu';
10
11$lang['adjunct_start_logo_text']    = 'Logo: ';
12$lang['adjunct_linked_logo_text']   = '. homepage link';
13
14$lang['nav-area-head']              = 'menus and quick search';
15$lang['head_magic_matcher']         = 'MagicMatcher';
16$lang['head_quick_search']          = 'quick search';
17$lang['head_menu_main']             = 'main menu';
18
19$lang['discussion']                 = 'Discussion';
20$lang['back_to_article']            = 'Back to article';
21$lang['userpage']                   = 'User page';
22$lang['__existing__']               = 'The color for links to existing pages';
23$lang['__missing__']                = 'The color for links to non-existing pages';
24$lang['__site_width__']             = 'The width of the full site (can be any length unit: %, px, em, ...)';
25$lang['__sidebar_width__']          = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)';
26