xref: /template/mikio/lang/en/lang.php (revision 377eb49bb336bfdf2c0e79a7cdfeac2667d18d90)
1<?php
2
3/**
4 * DokuWiki Mikio Template English Language File
5 *
6 * @link    http://dokuwiki.org/template:mikio
7 * @author  James Collins <james.collins@outlook.com.au>
8 * @license GPLv2 (http://www.gnu.org/licenses/gpl-2.0.html)
9 */
10
11 /* Theme */
12$lang['sidebar-title']  = 'Sidebar';
13$lang['tools-menu']     = 'Tools';
14$lang['home']           = 'Home';
15
16
17/* Config */
18$lang['config_navbar']      = 'Menubar';
19$lang['config_search']      = 'Search';
20$lang['config_hero']        = 'Hero';
21$lang['config_tags']        = 'Tags';
22$lang['config_breadcrumb']  = 'Breadcrumb';
23$lang['config_youarehere']  = 'You Are Here';
24$lang['config_sidebar']     = 'Sidebars';
25$lang['config_toc']         = 'Table of Contents';
26$lang['config_pagetools']   = 'Page Tools';
27$lang['config_footer']      = 'Footer';
28$lang['config_license']     = 'License';
29$lang['config_acl']         = 'Permissions';
30$lang['config_sticky']      = 'Sticky Parts';
31
32/* Style.ini */
33$lang['__link__']       = 'The font color of links';
34$lang['__link_hover__'] = 'The font color of links when cursor hovers over';
35$lang['__existing__']   = 'The font color of wiki links for existing pages';
36$lang['__missing__']    = 'The font color of wiki links for missing pages';
37
38$lang['__line_height__']    = 'The base font line height';
39$lang['__site_width__']     = 'Width of the body content';
40
41$lang['__font_size__']              = 'The base font size';
42$lang['__font_family__']            = 'The base font family (fonts containing spaces must be in quotes. Multiple fonts
43can be seperated with commas)';
44$lang['__admin_background_color__'] = 'Background color of admin pages';
45
46$lang['__code_font_family__']       = 'The font family for code blocks (fonts containing spaces must be in quotes.
47Multiple fonts can be seperated with commas)';
48$lang['__code_font_size__']         = 'The font size for code blocks';
49$lang['__code_text_color__']        = 'The font color for code blocks';
50$lang['__code_background_color__']  = 'The background color for code blocks';
51$lang['__code_line_height__']       = 'The font line height for code blocks';
52$lang['__code_word_wrap__']         = 'The word wrap style for code blocks';
53$lang['__code_border_color__']      = 'The border color for code blocks';
54
55$lang['__control_text_color__']                     = 'The font color for controls';
56$lang['__control_border_color__']                   = 'The border color for controls';
57$lang['__control_background_color__']               = 'The background color for controls';
58$lang['__button_text_color__']                      = 'The font color for buttons';
59$lang['__button_background_color__']                = 'The background color for buttons';
60$lang['__button_border_color__']                    = 'The border color for buttons';
61$lang['__button_text_hover_color__']                = 'The font color for buttons when cursor hovers over';
62$lang['__button_background_hover_color__']          = 'The background color for buttons when cursor hovers over';
63$lang['__button_border_hover_color__']              = 'The border color for buttons when cursor hovers over';
64$lang['__input_border_color__']                     = 'The border color for controls';
65$lang['__button_default_text_color__']              = 'The font color for the default button';
66$lang['__button_default_background_color__']        = 'The background color for the default button';
67$lang['__button_default_border_color__']            = 'The border color for the default button';
68$lang['__button_default_text_hover_color__']        = 'The font color for the default button when cursor hovers over';
69$lang['__button_default_background_hover_color__']  = 'The background color for the default button when cursor hovers
70over';
71$lang['__button_default_border_hover_color__']      = 'The border color for the default button when cursor hovers over';
72$lang['__button_search_text_color__']               = 'The font color for the search button';
73$lang['__button_search_background_color__']         = 'The background color for the search button';
74$lang['__button_search_border_color__']             = 'The border color for the search button';
75$lang['__button_search_text_hover_color__']         = 'The font color for the search button when cursor hovers over';
76$lang['__button_search_background_hover_color__']   = 'The background color for the search button when cursor hovers
77over';
78$lang['__button_search_border_hover_color__']       = 'The border color for the search button when cursor hovers over';
79
80$lang['__topheader_background_color__'] = 'The background color for the top header part';
81$lang['__header_background_color__']    = 'The background color for the header part';
82
83$lang['__navbar_background_color__']    = 'The background color for the menu';
84$lang['__navbar_border_color__']        = 'The border color for the menu';
85$lang['__navbar_brand_text_color__']    = 'The font color for the site title';
86$lang['__navbar_brand_tagline_color__'] = 'The font color for the site tagline';
87$lang['__navbar_content_justify__']     = 'The content justification of the site menu (can be flex-start, flex-end,
88center, space-between or space-around)';
89$lang['__navbar_link_color__']          = 'The font color for the navbar links';
90$lang['__navbar_link_hover_color__']    = 'The font color for the navbar links when cursor hovers over';
91
92$lang['__subnavbar_text_color__']       = 'The font color for sub menu text';
93$lang['__subnavbar_link_color__']       = 'The font color for sub menu links';
94$lang['__subnavbar_link_hover_color__'] = 'The font color when the cursor hovers over sub menu links';
95$lang['__subnavbar_background_color__'] = 'The background color for the sub menu';
96$lang['__subnavbar_border_color__']     = 'The border color for the sub menu';
97$lang['__subnavbar_content_justify__']  = 'The content justification of the sub menu (can be flex-start, flex-end,
98center, space-between or space-around)';
99
100$lang['__tag_background_color__']   = 'The background color of tags';
101$lang['__tag_text_color__']         = 'The font color of tags ';
102
103$lang['__breadcrumb_background_color__']    = 'The background color for the breadcrumb block';
104$lang['__breadcrumb_font_size__']           = 'The font size for the breadcrumb block';
105$lang['__breadcrumb_text_color__']          = 'The font color for breadcrumb text';
106$lang['__breadcrumb_link_color__']          = 'The font color for breadcrumb links';
107$lang['__breadcrumb_link_hover_color__']    = 'The font color when the cursor hovers over breadcrumb links';
108
109$lang['__hero_title_color__']       = 'The font color for the hero title';
110$lang['__hero_subtitle_color__']    = 'The font color for the hero sub title';
111$lang['__hero_background_color__']  = 'The background color for the hero block';
112
113$lang['__sidebar_width__']              = 'The sidebar width';
114$lang['__sidebar_font_size__']          = 'The font size in sidebars';
115$lang['__sidebar_text_color__']         = 'The font color for sidebars';
116$lang['__sidebar_link_color__']         = 'The font color for links in sidebars';
117$lang['__sidebar_link_hover_color__']   = 'The font color when the cursor hovers over links in sidebars';
118$lang['__sidebar_background_color__']   = 'The background color for sidebars';
119$lang['__sidebar_border_color__']       = 'The border color for sidebars';
120
121$lang['__content_background__'] = 'The background color for page content';
122
123$lang['__toc_background_color__']   = 'The background color for the TOC';
124$lang['__toc_border_color__']       = 'The border color for the TOC';
125$lang['__toc_font_size__']          = 'The font size for the TOC';
126$lang['__toc_link_color__']         = 'The font color for TOC links';
127$lang['__toc_link_hover_color__']   = 'The font color when the cursor hovers over TOC links';
128
129$lang['__pagetools_color__']        = 'The color of page tool icons';
130$lang['__pagetools_hover_color__']  = 'The color of page tools icons when cursor hovers';
131
132$lang['__footer_font_size__']           = 'The font size for the footer';
133$lang['__footer_text_color__']          = 'The font color for the footer';
134$lang['__footer_link_color__']          = 'The font color for the footer links';
135$lang['__footer_link_hover_color__']    = 'The font color when cursor hovers over footer links';
136$lang['__footer_text_align__']          = 'The text alignment for the footer (can be left, center, right or justify)';
137$lang['__footer_background_color__']    = 'The background color for the footer';
138
139$lang['__table_font_size__']                    = 'The font size for tables';
140$lang['__table_row_border_color__']             = 'The border color for tables';
141$lang['__table_header_row_background_color__']  = 'The background color for table heading rows';
142$lang['__table_odd_row_color__']                = 'The font color for table odd rows';
143$lang['__table_odd_row_background_color__']     = 'The background color for table odd rows';
144$lang['__table_even_row_color__']               = 'The font color for table even rows';
145$lang['__table_even_row_background_color__']    = 'The background color for table odd rows';
146
147$lang['__dropdown_color__']             = 'The font color for dropdown menus';
148$lang['__dropdown_hover_color__']       = 'The font color when the cursor hovers over dropdown menu items';
149$lang['__dropdown_border_color__']      = 'The border color for dropdown menus';
150$lang['__dropdown_background_color__']  = 'The background color for dropdown menus';
151
152$lang['__section_edit_highlight__']     = 'The color when highlighting an edit area';
153
154$lang['__tree_background_color__']  = 'The background color of the tree view';
155$lang['__tree_border_color__']      = 'The border color of the tree view';
156
157$lang['__tab_color__']                      = 'The font color of a tab';
158$lang['__tab_background_color__']           = 'The background color of a tab';
159$lang['__tab_border_color__']               = 'The border color of a tab';
160$lang['__tab_hover_color__']                = 'The font color of a tab when cursor hovers over';
161$lang['__tab_background_hover_color__']     = 'The background color of a tab when cursor hovers over';
162$lang['__tab_border_hover_color__']         = 'The border color of a tab when cursor hovers over';
163$lang['__tab_active_color__']               = 'The font color of an active tab';
164$lang['__tab_active_background_color__']    = 'The background color of an active tab';
165$lang['__tab_active_border_color__']        = 'The border color of an active tab';
166
167/* Add darkmode language */
168$lang['__darkmode_text__']          = 'Main text color';
169$lang['__darkmode_background__']    = 'Main background color';
170
171foreach ($lang as $key => $val) {
172    $lang['__darkmode_' . substr($key, 2)] = $val;
173}
174