xref: /template/mikio/lang/en/lang.php (revision 25dc8ed26d898c7a34533103a8658f5ca12fb87b)
1<?php
2/**
3 * DokuWiki Mikio Template English Language File
4 *
5 * @link    http://dokuwiki.org/template:mikio
6 * @author  James Collins <james.collins@outlook.com.au>
7 * @license GPLv2 (http://www.gnu.org/licenses/gpl-2.0.html)
8 */
9
10 /* Theme */
11$lang['sidebar-title']                      = 'Sidebar';
12$lang['tools-menu']                         = 'Tools';
13$lang['home']                               = 'Home';
14
15/* Config */
16$lang['config_navbar']                      = 'Menubar';
17$lang['config_search']                      = 'Search';
18$lang['config_hero']                        = 'Hero';
19$lang['config_tags']                        = 'Tags';
20$lang['config_breadcrumb']                  = 'Breadcrumb';
21$lang['config_youarehere']                  = 'You Are Here';
22$lang['config_sidebar']                     = 'Sidebars';
23$lang['config_toc']                         = 'Table of Contents';
24$lang['config_pagetools']                   = 'Page Tools';
25$lang['config_footer']                      = 'Footer';
26$lang['config_license']                     = 'License';
27$lang['config_acl']                         = 'Permissions';
28
29/* Style.ini */
30$lang['__link__']                           = 'The font color of links';
31$lang['__line_height__']                    = 'The base font line height';
32$lang['__site_width__']                     = 'Width of the body content';
33
34$lang['__font_size__']                      = 'The base font size';
35$lang['__font_family__']                    = 'The base font family (fonts containing spaces must be in quotes. Multiple fonts can be seperated with commas)';
36$lang['__admin_background_color__']         = 'Background color of admin pages';
37
38$lang['__code_font_family__']               = 'The font family for code blocks (fonts containing spaces must be in quotes. Multiple fonts can be seperated with commas)';
39$lang['__code_font_size__']                 = 'The font size for code blocks';
40$lang['__code_text_color__']                = 'The font color for code blocks';
41$lang['__code_background_color__']          = 'The background color for code blocks';
42$lang['__code_line_height__']               = 'The font line height for code blocks';
43$lang['__code_word_wrap__']                 = 'The word wrap style for code blocks';
44$lang['__code_border_color__']              = 'The border color for code blocks';
45
46$lang['__control_text_color__']             = 'The font color for controls';
47$lang['__control_border_color__']           = 'The border color for controls';
48$lang['__control_background_color__']       = 'The background color for controls';
49$lang['__input_border_color__']             = 'The border color for controls';
50
51$lang['__topheader_background_color__']     = 'The background color for the top header part';
52$lang['__header_background_color__']        = 'The background color for the header part';
53
54$lang['__navbar_background_color__']        = 'The background color for the menu';
55$lang['__navbar_border_color__']            = 'The border color for the menu';
56$lang['__navbar_brand_text_color__']        = 'The font color for the site title';
57$lang['__navbar_brand_tagline_color__']     = 'The font color for the site tagline';
58$lang['__navbar_content_justify__']         = 'The content justification of the site menu (can be flex-start, flex-end, center, space-between or space-around)';
59
60$lang['__subnavbar_text_color__']           = 'The font color for sub menu text';
61$lang['__subnavbar_link_color__']           = 'The font color for sub menu links';
62$lang['__subnavbar_link_hover_color__']     = 'The font color when the cursor hovers over sub menu links';
63$lang['__subnavbar_background_color__']     = 'The background color for the sub menu';
64$lang['__subnavbar_border_color__']         = 'The border color for the sub menu';
65$lang['__subnavbar_content_justify__']      = 'The content justification of the sub menu (can be flex-start, flex-end, center, space-between or space-around)';
66
67$lang['__tag_background_color__']           = 'The background color of tags';
68$lang['__tag_text_color__']                 = 'The font color of tags ';
69
70$lang['__breadcrumb_background_color__']    = 'The background color for the breadcrumb block';
71$lang['__breadcrumb_font_size__']           = 'The font size for the breadcrumb block';
72$lang['__breadcrumb_text_color__']          = 'The font color for breadcrumb text';
73$lang['__breadcrumb_link_color__']          = 'The font color for breadcrumb links';
74$lang['__breadcrumb_link_hover_color__']    = 'The font color when the cursor hovers over breadcrumb links';
75
76$lang['__hero_title_color__']               = 'The font color for the hero title';
77$lang['__hero_subtitle_color__']            = 'The font color for the hero sub title';
78$lang['__hero_background_color__']          = 'The background color for the hero block';
79
80$lang['__sidebar_width__']                  = 'The sidebar width';
81$lang['__sidebar_font_size__']              = 'The font size in sidebars';
82$lang['__sidebar_text_color__']             = 'The font color for sidebars';
83$lang['__sidebar_link_color__']             = 'The font color for links in sidebars';
84$lang['__sidebar_link_hover_color__']       = 'The font color when the cursor hovers over links in sidebars';
85$lang['__sidebar_background_color__']       = 'The background color for sidebars';
86$lang['__sidebar_border_color__']           = 'The border color for sidebars';
87
88$lang['__content_background__']             = 'The background color for page content';
89
90$lang['__toc_background_color__']           = 'The background color for the TOC';
91$lang['__toc_border_color__']               = 'The border color for the TOC';
92$lang['__toc_font_size__']                  = 'The font size for the TOC';
93$lang['__toc_link_color__']                 = 'The font color for TOC links';
94$lang['__toc_link_hover_color__']           = 'The font color when the cursor hovers over TOC links';
95
96$lang['__pagetools_color__']                = 'The color of page tool icons';
97$lang['__pagetools_hover_color__']          = 'The color of page tools icons when cursor hovers';
98
99$lang['__footer_font_size__']               = 'The font size for the footer';
100$lang['__footer_text_color__']              = 'The font color for the footer';
101$lang['__footer_link_color__']              = 'The font color for the footer links';
102$lang['__footer_link_hover_color__']        = 'The font color when cursor hovers over footer links';
103$lang['__footer_text_align__']              = 'The text alignment for the footer (can be left, center, right or justify)';
104$lang['__footer_background_color__']        = 'The background color for the footer';
105
106$lang['__table_font_size__']                = 'The font size for tables';
107$lang['__table_row_border_color__']         = 'The border color for tables';
108$lang['__table_odd_row_color__']            = 'The font color for table odd rows';
109$lang['__table_odd_row_background_color__'] = 'The background color for table odd rows';
110$lang['__table_even_row_color__']           = 'The font color for table even rows';
111$lang['__table_eveb_row_background_color__']    = 'The background color for table odd rows';
112
113$lang['__dropdown_color__']                 = 'The font color for dropdown menus';
114$lang['__dropdown_hover_color__']           = 'The font color when the cursor hovers over dropdown menu items';
115$lang['__dropdown_border_color__']          = 'The border color for dropdown menus';
116$lang['__dropdown_background_color__']      = 'The background color for dropdown menus';
117
118$lang['__section_edit_highlight__']         = 'The color when highlighting an edit area';
119