xref: /template/sprintdoc/lang/en/lang.php (revision cf24d7da37c5973c16d672cf607a6de601bcb867)
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['nav-area-head']          = 'menus and quick search';
12$lang['head_magic_matcher']     = 'MagicMatcher';
13
14$lang['discussion']             = 'Discussion';
15$lang['back_to_article']        = 'Back to article';
16$lang['userpage']               = 'User page';
17$lang['__existing__']           = 'The color for links to existing pages';
18$lang['__missing__']            = 'The color for links to non-existing pages';
19$lang['__site_width__']         = 'The width of the full site (can be any length unit: %, px, em, ...)';
20$lang['__sidebar_width__']      = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)';
21