xref: /template/mikio/lang/en/lang.php (revision b38d4ead9d403e3ccfe846fdb1f0fbf21d0649ed)
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['__link_visited__'] = 'The font color of links when previously visited';
36$lang['__link_active__'] = 'The font color of links the moment it is clicked';
37$lang['__existing__']   = 'The font color of wiki links for existing pages';
38$lang['__existing_hover__']   = 'The font color of wiki links for existing pages when cursor hovers over';
39$lang['__existing_visited__']   = 'The font color of wiki links for existing pages when previously visited';
40$lang['__existing_active__']   = 'The font color of wiki links for existing pages the moment it is clicked';
41$lang['__missing__']    = 'The font color of wiki links for missing pages';
42$lang['__missing_hover__']    = 'The font color of wiki links for missing pages when cursor hovers over';
43$lang['__missing_visited__']    = 'The font color of wiki links for missing pages when previously visited';
44$lang['__missing_active__']    = 'The font color of wiki links for missing pages the moment it is clicked';
45$lang['__line_height__']    = 'The base font line height';
46$lang['__site_width__']     = 'Width of the body content';
47
48$lang['__font_size__']              = 'The base font size';
49$lang['__font_family__']            = 'The base font family (fonts containing spaces must be in quotes. Multiple fonts
50can be seperated with commas)';
51$lang['__admin_background_color__'] = 'Background color of admin pages';
52
53$lang['__code_font_family__']       = 'The font family for code blocks (fonts containing spaces must be in quotes.
54Multiple fonts can be seperated with commas)';
55$lang['__code_font_size__']         = 'The font size for code blocks';
56$lang['__code_text_color__']        = 'The font color for code blocks';
57$lang['__code_background_color__']  = 'The background color for code blocks';
58$lang['__code_line_height__']       = 'The font line height for code blocks';
59$lang['__code_word_wrap__']         = 'The word wrap style for code blocks';
60$lang['__code_border_color__']      = 'The border color for code blocks';
61
62$lang['__control_text_color__']                     = 'The font color for controls';
63$lang['__control_border_color__']                   = 'The border color for controls';
64$lang['__control_background_color__']               = 'The background color for controls';
65$lang['__button_text_color__']                      = 'The font color for buttons';
66$lang['__button_background_color__']                = 'The background color for buttons';
67$lang['__button_border_color__']                    = 'The border color for buttons';
68$lang['__button_text_hover_color__']                = 'The font color for buttons when cursor hovers over';
69$lang['__button_background_hover_color__']          = 'The background color for buttons when cursor hovers over';
70$lang['__button_border_hover_color__']              = 'The border color for buttons when cursor hovers over';
71$lang['__input_text_color__']                       = 'The text color for input fields';
72$lang['__input_border_color__']                     = 'The border color for input fields';
73$lang['__input_background_color__']                 = 'The background color for input fields';
74$lang['__button_default_text_color__']              = 'The font color for the default button';
75$lang['__button_default_background_color__']        = 'The background color for the default button';
76$lang['__button_default_border_color__']            = 'The border color for the default button';
77$lang['__button_default_text_hover_color__']        = 'The font color for the default button when cursor hovers over';
78$lang['__button_default_background_hover_color__']  = 'The background color for the default button when cursor hovers
79over';
80$lang['__button_default_border_hover_color__']      = 'The border color for the default button when cursor hovers over';
81$lang['__button_search_text_color__']               = 'The font color for the search button';
82$lang['__button_search_background_color__']         = 'The background color for the search button';
83$lang['__button_search_border_color__']             = 'The border color for the search button';
84$lang['__button_search_text_hover_color__']         = 'The font color for the search button when cursor hovers over';
85$lang['__button_search_background_hover_color__']   = 'The background color for the search button when cursor hovers
86over';
87$lang['__button_search_border_hover_color__']       = 'The border color for the search button when cursor hovers over';
88
89$lang['__topheader_background_color__'] = 'The background color for the top header part';
90$lang['__header_background_color__']    = 'The background color for the header part';
91
92$lang['__navbar_background_color__']    = 'The background color for the menu';
93$lang['__navbar_border_color__']        = 'The border color for the menu';
94$lang['__navbar_brand_text_color__']    = 'The font color for the site title';
95$lang['__navbar_brand_tagline_color__'] = 'The font color for the site tagline';
96$lang['__navbar_content_justify__']     = 'The content justification of the site menu (can be flex-start, flex-end,
97center, space-between or space-around)';
98$lang['__navbar_link_color__']          = 'The font color for the navbar links';
99$lang['__navbar_link_hover_color__']    = 'The font color for the navbar links when cursor hovers over';
100
101$lang['__subnavbar_text_color__']       = 'The font color for sub menu text';
102$lang['__subnavbar_link_color__']       = 'The font color for sub menu links';
103$lang['__subnavbar_link_hover_color__'] = 'The font color when the cursor hovers over sub menu links';
104$lang['__subnavbar_background_color__'] = 'The background color for the sub menu';
105$lang['__subnavbar_border_color__']     = 'The border color for the sub menu';
106$lang['__subnavbar_content_justify__']  = 'The content justification of the sub menu (can be flex-start, flex-end,
107center, space-between or space-around)';
108
109$lang['__tag_background_color__']   = 'The background color of tags';
110$lang['__tag_text_color__']         = 'The font color of tags ';
111
112$lang['__breadcrumb_background_color__']    = 'The background color for the breadcrumb block';
113$lang['__breadcrumb_font_size__']           = 'The font size for the breadcrumb block';
114$lang['__breadcrumb_text_color__']          = 'The font color for breadcrumb text';
115$lang['__breadcrumb_link_color__']          = 'The font color for breadcrumb links';
116$lang['__breadcrumb_link_hover_color__']    = 'The font color when the cursor hovers over breadcrumb links';
117
118$lang['__hero_title_color__']       = 'The font color for the hero title';
119$lang['__hero_subtitle_color__']    = 'The font color for the hero sub title';
120$lang['__hero_background_color__']  = 'The background color for the hero block';
121
122$lang['__sidebar_width__']              = 'The sidebar width';
123$lang['__sidebar_font_size__']          = 'The font size in sidebars';
124$lang['__sidebar_text_color__']         = 'The font color for sidebars';
125$lang['__sidebar_link_color__']         = 'The font color for links in sidebars';
126$lang['__sidebar_link_hover_color__']   = 'The font color when the cursor hovers over links in sidebars';
127$lang['__sidebar_background_color__']   = 'The background color for sidebars';
128$lang['__sidebar_border_color__']       = 'The border color for sidebars';
129
130$lang['__content_background__'] = 'The background color for page content';
131
132$lang['__toc_background_color__']   = 'The background color for the TOC';
133$lang['__toc_border_color__']       = 'The border color for the TOC';
134$lang['__toc_font_size__']          = 'The font size for the TOC';
135$lang['__toc_link_color__']         = 'The font color for TOC links';
136$lang['__toc_link_hover_color__']   = 'The font color when the cursor hovers over TOC links';
137
138$lang['__pagetools_color__']        = 'The color of page tool icons';
139$lang['__pagetools_hover_color__']  = 'The color of page tools icons when cursor hovers';
140
141$lang['__footer_font_size__']           = 'The font size for the footer';
142$lang['__footer_text_color__']          = 'The font color for the footer';
143$lang['__footer_link_color__']          = 'The font color for the footer links';
144$lang['__footer_link_hover_color__']    = 'The font color when cursor hovers over footer links';
145$lang['__footer_text_align__']          = 'The text alignment for the footer (can be left, center, right or justify)';
146$lang['__footer_background_color__']    = 'The background color for the footer';
147
148$lang['__table_font_size__']                    = 'The font size for tables';
149$lang['__table_row_border_color__']             = 'The row border color for tables';
150$lang['__table_col_border_color__']             = 'The column border color for tables';
151$lang['__table_header_row_background_color__']  = 'The background color for table heading rows';
152$lang['__table_header_row_text_color__']        = 'The font color for table heading rows';
153$lang['__table_odd_row_text_color__']           = 'The font color for table odd rows';
154$lang['__table_odd_row_background_color__']     = 'The background color for table odd rows';
155$lang['__table_even_row_text_color__']          = 'The font color for table even rows';
156$lang['__table_even_row_background_color__']    = 'The background color for table even rows';
157$lang['__table_horizontal_padding__']           = 'The horizontal padding for table cells';
158$lang['__table_vertical_padding__']             = 'The vertical padding for table cells';
159
160$lang['__dropdown_color__']             = 'The font color for dropdown menus';
161$lang['__dropdown_hover_color__']       = 'The font color when the cursor hovers over dropdown menu items';
162$lang['__dropdown_border_color__']      = 'The border color for dropdown menus';
163$lang['__dropdown_background_color__']  = 'The background color for dropdown menus';
164
165$lang['__section_edit_highlight__']     = 'The color when highlighting an edit area';
166
167$lang['__tree_background_color__']  = 'The background color of the tree view';
168$lang['__tree_border_color__']      = 'The border color of the tree view';
169
170$lang['__tab_color__']                      = 'The font color of a tab';
171$lang['__tab_background_color__']           = 'The background color of a tab';
172$lang['__tab_border_color__']               = 'The border color of a tab';
173$lang['__tab_hover_color__']                = 'The font color of a tab when cursor hovers over';
174$lang['__tab_background_hover_color__']     = 'The background color of a tab when cursor hovers over';
175$lang['__tab_border_hover_color__']         = 'The border color of a tab when cursor hovers over';
176$lang['__tab_active_color__']               = 'The font color of an active tab';
177$lang['__tab_active_background_color__']    = 'The background color of an active tab';
178$lang['__tab_active_border_color__']        = 'The border color of an active tab';
179
180/* Plugin */
181$lang['__plugin_background_color__']        = 'The background color used on Mikio Plugin elements';
182$lang['__plugin_border_color__']            = 'The border color used on Mikio Plugin elements';
183$lang['__plugin_header_background_color__'] = 'The background color used on header items within Mikio Plugin elements';
184$lang['__plugin_footer_background_color__'] = 'The background color used on footer items within Mikio Plugin elements';
185
186$lang['__plugin_primary_text_color__']              = 'Primary style font color';
187$lang['__plugin_primary_text_hover_color__']        = 'Primary style font color when cursor hovers over';
188$lang['__plugin_primary_background_color__']        = 'Primary style background color';
189$lang['__plugin_primary_background_hover_color__']  = 'Primary style background color when cursor hovers over';
190$lang['__plugin_primary_border_color__']            = 'Primary style border color';
191$lang['__plugin_primary_border_hover_color__']      = 'Primary style border color when cursor hovers over';
192$lang['__plugin_primary_light_text_color__']        = 'Primary style font color for light box items';
193$lang['__plugin_primary_light_background_color__']  = 'Primary style background color for light box items';
194$lang['__plugin_primary_light_border_color__']      = 'Primary style border color for light box items';
195
196$lang['__plugin_secondary_text_color__']                = 'Secondary style font color';
197$lang['__plugin_secondary_text_hover_color__']          = 'Secondary style font color when cursor hovers over';
198$lang['__plugin_secondary_background_color__']          = 'Secondary style background color';
199$lang['__plugin_secondary_background_hover_color__']  = 'Secondary style background color when cursor hovers over';
200$lang['__plugin_secondary_border_color__']              = 'Secondary style border color';
201$lang['__plugin_secondary_border_hover_color__']        = 'Secondary style border color when cursor hovers over';
202$lang['__plugin_secondary_light_text_color__']          = 'Secondary style font color for light box items';
203$lang['__plugin_secondary_light_background_color__']  = 'Secondary style background color for light box items';
204$lang['__plugin_secondary_light_border_color__']        = 'Secondary style border color for light box items';
205
206$lang['__plugin_success_text_color__']              = 'Success style font color';
207$lang['__plugin_success_text_hover_color__']        = 'Success style font color when cursor hovers over';
208$lang['__plugin_success_background_color__']        = 'Success style background color';
209$lang['__plugin_success_background_hover_color__']  = 'Success style background color when cursor hovers over';
210$lang['__plugin_success_border_color__']            = 'Success style border color';
211$lang['__plugin_success_border_hover_color__']      = 'Success style border color when cursor hovers over';
212$lang['__plugin_success_light_text_color__']        = 'Success style font color for light box items';
213$lang['__plugin_success_light_background_color__']  = 'Success style background color for light box items';
214$lang['__plugin_success_light_border_color__']      = 'Success style border color for light box items';
215
216$lang['__plugin_danger_text_color__']               = 'Danger style font color';
217$lang['__plugin_danger_text_hover_color__']         = 'Danger style font color when cursor hovers over';
218$lang['__plugin_danger_background_color__']         = 'Danger style background color';
219$lang['__plugin_danger_background_hover_color__']   = 'Danger style background color when cursor hovers over';
220$lang['__plugin_danger_border_color__']             = 'Danger style border color';
221$lang['__plugin_danger_border_hover_color__']       = 'Danger style border color when cursor hovers over';
222$lang['__plugin_danger_light_text_color__']         = 'Danger style font color for light box items';
223$lang['__plugin_danger_light_background_color__']   = 'Danger style background color for light box items';
224$lang['__plugin_danger_light_border_color__']       = 'Danger style border color for light box items';
225
226$lang['__plugin_warning_text_color__']              = 'Warning style font color';
227$lang['__plugin_warning_text_hover_color__']        = 'Warning style font color when cursor hovers over';
228$lang['__plugin_warning_background_color__']        = 'Warning style background color';
229$lang['__plugin_warning_background_hover_color__']  = 'Warning style background color when cursor hovers over';
230$lang['__plugin_warning_border_color__']  =           'Warning style border color';
231$lang['__plugin_warning_border_hover_color__']      = 'Warning style border color when cursor hovers over';
232$lang['__plugin_warning_light_text_color__']        = 'Warning style font color for light box items';
233$lang['__plugin_warning_light_background_color__']  = 'Warning style background color for light box items';
234$lang['__plugin_warning_light_border_color__']      = 'Warning style border color for light box items';
235
236$lang['__plugin_info_text_color__']                 = 'Info style font color';
237$lang['__plugin_info_text_hover_color__']           = 'Info style font color when cursor hovers over';
238$lang['__plugin_info_background_color__']           = 'Info style background color';
239$lang['__plugin_info_background_hover_color__']     = 'Info style background color when cursor hovers over';
240$lang['__plugin_info_border_color__']               = 'Info style border color';
241$lang['__plugin_info_border_hover_color__']         = 'Info style border color when cursor hovers over';
242$lang['__plugin_info_light_text_color__']           = 'Info style font color for light box items';
243$lang['__plugin_info_light_background_color__']     = 'Info style background color for light box items';
244$lang['__plugin_info_light_border_color__']         = 'Info style border color for light box items';
245
246$lang['__plugin_light_text_color__']                = 'Light style font color';
247$lang['__plugin_light_text_hover_color__']          = 'Light style font color when cursor hovers over';
248$lang['__plugin_light_background_color__']          = 'Light style background color';
249$lang['__plugin_light_background_hover_color__']    = 'Light style background color when cursor hovers over';
250$lang['__plugin_light_border_color__']              = 'Light style border color';
251$lang['__plugin_light_border_hover_color__']        = 'Light style border color when cursor hovers over';
252$lang['__plugin_light_light_text_color__']          = 'Light style font color for light box items';
253$lang['__plugin_light_light_background_color__']    = 'Light style background color for light box items';
254$lang['__plugin_light_light_border_color__']        = 'Light style border color for light box items';
255
256$lang['__plugin_dark_text_color__']                 = 'Dark style font color';
257$lang['__plugin_dark_text_hover_color__']           = 'Dark style font color when cursor hovers over';
258$lang['__plugin_dark_background_color__']           = 'Dark style background color';
259$lang['__plugin_dark_background_hover_color__']     = 'Dark style background color when cursor hovers over';
260$lang['__plugin_dark_border_color__']               = 'Dark style border color';
261$lang['__plugin_dark_border_hover_color__']         = 'Dark style border color when cursor hovers over';
262$lang['__plugin_dark_light_text_color__']           = 'Dark style font color for light box items';
263$lang['__plugin_dark_light_background_color__']     = 'Dark style background color for light box items';
264$lang['__plugin_dark_light_border_color__']         = 'Dark style border color for light box items';
265
266$lang['__plugin_link_text_color__']                 = 'Link style font color';
267$lang['__plugin_link_text_hover_color__']           = 'Link style font color when cursor hovers over';
268$lang['__plugin_link_background_color__']           = 'Link style background color';
269$lang['__plugin_link_background_hover_color__']     = 'Link style background color when cursor hovers over';
270$lang['__plugin_link_border_color__']               = 'Link style border color';
271$lang['__plugin_link_border_hover_color__']         = 'Link style border color when cursor hovers over';
272
273$lang['__plugin_carousel_title_text_color__']           = 'Carousel title font color';
274$lang['__plugin_carousel_caption_text_color__']         = 'Carousel caption font color';
275$lang['__plugin_carousel_caption_background_color__']   = 'Carousel caption background color';
276$lang['__plugin_carousel_control_fill_color__']         = 'Carousel control fill color';
277$lang['__plugin_carousel_control_stroke_color__']       = 'Carousel control stroke color';
278$lang['__plugin_carousel_indicator_color__']            = 'Carousel indicator color';
279
280$lang['__plugin_steps_step_text_color__']                   = 'Steps font color';
281$lang['__plugin_steps_border_color__']                      = 'Steps border color';
282$lang['__plugin_steps_step_background_color__']             = 'Steps background color';
283$lang['__plugin_steps_step_background_complete_color__']    = 'Steps background color for completed steps';
284
285$lang['__plugin_tabgroup_tab_text_active_color__']          = 'Tabgroup active tab font color';
286$lang['__plugin_tabgroup_tab_background_active_color__']    = 'Tabgroup active tab background color';
287$lang['__plugin_tabgroup_tab_border_hover_color__']         = 'Tabgroup inactive tab border color when cursor hovers
288over';
289
290$lang['__plugin_tooltip_text_color__']          = 'Tooltip font color';
291$lang['__plugin_tooltip_background_color__']    = 'Tooltip background color';
292$lang['__plugin_tooltip_border_color__']        = 'Tooltip border color';
293
294/* Add darkmode language */
295$lang['__darkmode_text__']          = 'Main text color';
296$lang['__darkmode_background__']    = 'Main background color';
297
298foreach ($lang as $key => $val) {
299    if (strpos($key, '_darkmode_') === false) {
300        if (substr($key, 0, 9) === '__plugin_') {
301            $lang['__plugin_darkmode_' . substr($key, 9)] = $val;
302        } else {
303            $lang['__darkmode_' . substr($key, 2)] = $val;
304        }
305    }
306}
307