xref: /template/mikio/lang/en/lang.php (revision 62918bcd84877b25c36a78a1b80ec5053300f080)
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
33/* Style Headers */
34$lang['style_header_base'] = 'Base';
35$lang['style_header_code'] = 'Code';
36$lang['style_header_controls'] = 'Controls';
37$lang['style_header_header'] = 'Header';
38$lang['style_header_navbar'] = 'Navbar';
39$lang['style_header_sub_navbar'] = 'Sub Navbar';
40$lang['style_header_tags'] = 'Tags';
41$lang['style_header_breadcrumbs'] = 'Breadcrumbs';
42$lang['style_header_hero'] = 'Hero';
43$lang['style_header_sidebar'] = 'Sidebar';
44$lang['style_header_content'] = 'Content';
45$lang['style_header_toc'] = 'TOC';
46$lang['style_header_page_tools'] = 'Page Tools';
47$lang['style_header_footer'] = 'Footer';
48$lang['style_header_table'] = 'Table';
49$lang['style_header_dropdown'] = 'Dropdown';
50$lang['style_header_section_edit'] = 'Section Edit';
51$lang['style_header_tree'] = 'Tree';
52$lang['style_header_tabs'] = 'Tabs';
53$lang['style_header_mikio_plugin'] = 'Mikio Plugin';
54$lang['style_header_primary_colours'] = 'Primary Colours';
55$lang['style_header_secondary_colours'] = 'Secondary Colours';
56$lang['style_header_success_colours'] = 'Success Colours';
57$lang['style_header_danger_colours'] = 'Danger Colours';
58$lang['style_header_warning_colours'] = 'Warning Colours';
59$lang['style_header_info_colours'] = 'Info Colours';
60$lang['style_header_light_colours'] = 'Light Colours';
61$lang['style_header_dark_colours'] = 'Dark Colours';
62$lang['style_header_link_colours'] = 'Link Colours';
63$lang['style_header_carousel'] = 'Carousel';
64$lang['style_header_steps'] = 'Steps';
65$lang['style_header_tabgroup'] = 'Tabgroup';
66$lang['style_header_tooltip'] = 'Tooltip';
67$lang['style_header_dark_mode'] = 'Dark Mode';
68$lang['style_header_dark_mode_base'] = 'Base';
69$lang['style_header_dark_mode_code'] = 'Code';
70$lang['style_header_dark_mode_controls'] = 'Controls';
71$lang['style_header_dark_mode_header'] = 'Header';
72$lang['style_header_dark_mode_navbar'] = 'Navbar';
73$lang['style_header_dark_mode_sub_navbar'] = 'Sub Navbar';
74$lang['style_header_dark_mode_tags'] = 'Tags';
75$lang['style_header_dark_mode_breadcrumbs'] = 'Breadcrumbs';
76$lang['style_header_dark_mode_hero'] = 'Hero';
77$lang['style_header_dark_mode_sidebar'] = 'Sidebar';
78$lang['style_header_dark_mode_content'] = 'Content';
79$lang['style_header_dark_mode_toc'] = 'TOC';
80$lang['style_header_dark_mode_page_tools'] = 'Page Tools';
81$lang['style_header_dark_mode_footer'] = 'Footer';
82$lang['style_header_dark_mode_table'] = 'Table';
83$lang['style_header_dark_mode_dropdown'] = 'Dropdown';
84$lang['style_header_dark_mode_section_edit'] = 'Section Edit';
85$lang['style_header_dark_mode_tree'] = 'Tree';
86$lang['style_header_dark_mode_tabs'] = 'Tabs';
87$lang['style_header_mikio_plugin_dark_mode'] = 'Mikio Plugin (Dark mode)';
88$lang['style_header_dark_mode_primary_colours'] = 'Primary Colours';
89$lang['style_header_dark_mode_secondary_colours'] = 'Secondary Colours';
90$lang['style_header_dark_mode_success_colours'] = 'Success Colours';
91$lang['style_header_dark_mode_danger_colours'] = 'Danger Colours';
92$lang['style_header_dark_mode_warning_colours'] = 'Warning Colours';
93$lang['style_header_dark_mode_info_colours'] = 'Info Colours';
94$lang['style_header_dark_mode_light_colours'] = 'Light Colours';
95$lang['style_header_dark_mode_dark_colours'] = 'Dark Colours';
96$lang['style_header_dark_mode_link_colours'] = 'Link Colours';
97$lang['style_header_dark_mode_carousel'] = 'Carousel';
98$lang['style_header_dark_mode_steps'] = 'Steps';
99$lang['style_header_dark_mode_tabgroup'] = 'Tabgroup';
100$lang['style_header_dark_mode_tooltip'] = 'Tooltip';
101
102
103/* Style.ini */
104$lang['__link__']       = 'The font color of links';
105$lang['__link_hover__'] = 'The font color of links when cursor hovers over';
106$lang['__link_visited__'] = 'The font color of links when previously visited';
107$lang['__link_active__'] = 'The font color of links the moment it is clicked';
108$lang['__existing__']   = 'The font color of wiki links for existing pages';
109$lang['__existing_hover__']   = 'The font color of wiki links for existing pages when cursor hovers over';
110$lang['__existing_visited__']   = 'The font color of wiki links for existing pages when previously visited';
111$lang['__existing_active__']   = 'The font color of wiki links for existing pages the moment it is clicked';
112$lang['__missing__']    = 'The font color of wiki links for missing pages';
113$lang['__missing_hover__']    = 'The font color of wiki links for missing pages when cursor hovers over';
114$lang['__missing_visited__']    = 'The font color of wiki links for missing pages when previously visited';
115$lang['__missing_active__']    = 'The font color of wiki links for missing pages the moment it is clicked';
116$lang['__line_height__']    = 'The base font line height';
117$lang['__site_width__']     = 'Width of the body content';
118
119$lang['__font_size__']              = 'The base font size';
120$lang['__font_family__']            = 'The base font family (fonts containing spaces must be in quotes. Multiple fonts
121can be seperated with commas)';
122$lang['__admin_background_color__'] = 'Background color of admin pages';
123
124$lang['__code_font_family__']       = 'The font family for code blocks (fonts containing spaces must be in quotes.
125Multiple fonts can be seperated with commas)';
126$lang['__code_font_size__']         = 'The font size for code blocks';
127$lang['__code_text_color__']        = 'The font color for code blocks';
128$lang['__code_background_color__']  = 'The background color for code blocks';
129$lang['__code_line_height__']       = 'The font line height for code blocks';
130$lang['__code_word_wrap__']         = 'The word wrap style for code blocks';
131$lang['__code_border_color__']      = 'The border color for code blocks';
132
133$lang['__control_text_color__']                     = 'The font color for controls';
134$lang['__control_border_color__']                   = 'The border color for controls';
135$lang['__control_background_color__']               = 'The background color for controls';
136$lang['__button_text_color__']                      = 'The font color for buttons';
137$lang['__button_background_color__']                = 'The background color for buttons';
138$lang['__button_border_color__']                    = 'The border color for buttons';
139$lang['__button_text_hover_color__']                = 'The font color for buttons when cursor hovers over';
140$lang['__button_background_hover_color__']          = 'The background color for buttons when cursor hovers over';
141$lang['__button_border_hover_color__']              = 'The border color for buttons when cursor hovers over';
142$lang['__input_text_color__']                       = 'The text color for input fields';
143$lang['__input_border_color__']                     = 'The border color for input fields';
144$lang['__input_background_color__']                 = 'The background color for input fields';
145$lang['__button_default_text_color__']              = 'The font color for the default button';
146$lang['__button_default_background_color__']        = 'The background color for the default button';
147$lang['__button_default_border_color__']            = 'The border color for the default button';
148$lang['__button_default_text_hover_color__']        = 'The font color for the default button when cursor hovers over';
149$lang['__button_default_background_hover_color__']  = 'The background color for the default button when cursor hovers
150over';
151$lang['__button_default_border_hover_color__']      = 'The border color for the default button when cursor hovers over';
152$lang['__button_search_text_color__']               = 'The font color for the search button';
153$lang['__button_search_background_color__']         = 'The background color for the search button';
154$lang['__button_search_border_color__']             = 'The border color for the search button';
155$lang['__button_search_text_hover_color__']         = 'The font color for the search button when cursor hovers over';
156$lang['__button_search_background_hover_color__']   = 'The background color for the search button when cursor hovers
157over';
158$lang['__button_search_border_hover_color__']       = 'The border color for the search button when cursor hovers over';
159
160$lang['__topheader_background_color__'] = 'The background color for the top header part';
161$lang['__header_background_color__']    = 'The background color for the header part';
162
163$lang['__navbar_background_color__']    = 'The background color for the menu';
164$lang['__navbar_border_color__']        = 'The border color for the menu';
165$lang['__navbar_brand_text_color__']    = 'The font color for the site title';
166$lang['__navbar_brand_tagline_color__'] = 'The font color for the site tagline';
167$lang['__navbar_content_justify__']     = 'The content justification of the site menu (can be flex-start, flex-end,
168center, space-between or space-around)';
169$lang['__navbar_link_color__']          = 'The font color for the navbar links';
170$lang['__navbar_link_hover_color__']    = 'The font color for the navbar links when cursor hovers over';
171$lang['__navbar_search_max_width__']    = 'The maximum width of the search bar';
172
173$lang['__subnavbar_text_color__']       = 'The font color for sub menu text';
174$lang['__subnavbar_link_color__']       = 'The font color for sub menu links';
175$lang['__subnavbar_link_hover_color__'] = 'The font color when the cursor hovers over sub menu links';
176$lang['__subnavbar_background_color__'] = 'The background color for the sub menu';
177$lang['__subnavbar_border_color__']     = 'The border color for the sub menu';
178$lang['__subnavbar_content_justify__']  = 'The content justification of the sub menu (can be flex-start, flex-end,
179center, space-between or space-around)';
180
181$lang['__tag_background_color__']   = 'The background color of tags';
182$lang['__tag_text_color__']         = 'The font color of tags ';
183
184$lang['__breadcrumb_background_color__']    = 'The background color for the breadcrumb block';
185$lang['__breadcrumb_font_size__']           = 'The font size for the breadcrumb block';
186$lang['__breadcrumb_text_color__']          = 'The font color for breadcrumb text';
187$lang['__breadcrumb_link_color__']          = 'The font color for breadcrumb links';
188$lang['__breadcrumb_link_hover_color__']    = 'The font color when the cursor hovers over breadcrumb links';
189
190$lang['__hero_title_color__']       = 'The font color for the hero title';
191$lang['__hero_subtitle_color__']    = 'The font color for the hero sub title';
192$lang['__hero_background_color__']  = 'The background color for the hero block';
193
194$lang['__sidebar_width__']              = 'The sidebar width';
195$lang['__sidebar_font_size__']          = 'The font size in sidebars';
196$lang['__sidebar_text_color__']         = 'The font color for sidebars';
197$lang['__sidebar_link_color__']         = 'The font color for links in sidebars';
198$lang['__sidebar_link_hover_color__']   = 'The font color when the cursor hovers over links in sidebars';
199$lang['__sidebar_background_color__']   = 'The background color for sidebars';
200$lang['__sidebar_border_color__']       = 'The border color for sidebars';
201
202$lang['__content_background__'] = 'The background color for page content';
203
204$lang['__toc_background_color__']   = 'The background color for the TOC';
205$lang['__toc_border_color__']       = 'The border color for the TOC';
206$lang['__toc_font_size__']          = 'The font size for the TOC';
207$lang['__toc_link_color__']         = 'The font color for TOC links';
208$lang['__toc_link_hover_color__']   = 'The font color when the cursor hovers over TOC links';
209
210$lang['__pagetools_color__']        = 'The color of page tool icons';
211$lang['__pagetools_hover_color__']  = 'The color of page tools icons when cursor hovers';
212
213$lang['__footer_font_size__']           = 'The font size for the footer';
214$lang['__footer_text_color__']          = 'The font color for the footer';
215$lang['__footer_link_color__']          = 'The font color for the footer links';
216$lang['__footer_link_hover_color__']    = 'The font color when cursor hovers over footer links';
217$lang['__footer_text_align__']          = 'The text alignment for the footer (can be left, center, right or justify)';
218$lang['__footer_background_color__']    = 'The background color for the footer';
219
220$lang['__table_font_size__']                    = 'The font size for tables';
221$lang['__table_row_border_color__']             = 'The row border color for tables';
222$lang['__table_col_border_color__']             = 'The column border color for tables';
223$lang['__table_header_row_background_color__']  = 'The background color for table heading rows';
224$lang['__table_header_row_text_color__']        = 'The font color for table heading rows';
225$lang['__table_odd_row_text_color__']           = 'The font color for table odd rows';
226$lang['__table_odd_row_background_color__']     = 'The background color for table odd rows';
227$lang['__table_even_row_text_color__']          = 'The font color for table even rows';
228$lang['__table_even_row_background_color__']    = 'The background color for table even rows';
229$lang['__table_horizontal_padding__']           = 'The horizontal padding for table cells';
230$lang['__table_vertical_padding__']             = 'The vertical padding for table cells';
231
232$lang['__dropdown_color__']             = 'The font color for dropdown menus';
233$lang['__dropdown_hover_color__']       = 'The font color when the cursor hovers over dropdown menu items';
234$lang['__dropdown_border_color__']      = 'The border color for dropdown menus';
235$lang['__dropdown_background_color__']  = 'The background color for dropdown menus';
236
237$lang['__section_edit_highlight__']     = 'The color when highlighting an edit area';
238
239$lang['__tree_background_color__']  = 'The background color of the tree view';
240$lang['__tree_border_color__']      = 'The border color of the tree view';
241
242$lang['__tab_color__']                      = 'The font color of a tab';
243$lang['__tab_background_color__']           = 'The background color of a tab';
244$lang['__tab_border_color__']               = 'The border color of a tab';
245$lang['__tab_hover_color__']                = 'The font color of a tab when cursor hovers over';
246$lang['__tab_background_hover_color__']     = 'The background color of a tab when cursor hovers over';
247$lang['__tab_border_hover_color__']         = 'The border color of a tab when cursor hovers over';
248$lang['__tab_active_color__']               = 'The font color of an active tab';
249$lang['__tab_active_background_color__']    = 'The background color of an active tab';
250$lang['__tab_active_border_color__']        = 'The border color of an active tab';
251
252$lang['__footnote_popup_font_size__']           = 'The font size of the footnote popup';
253$lang['__footnote_popup_text_color__']          = 'The font color of the footnote popup';
254$lang['__footnote_popup_border_color__']        = 'The border color of the footnote popup';
255$lang['__footnote_popup_background_color__']    = 'The background color of the footnote popup';
256$lang['__footnote_popup_horizontal_padding__']  = 'The horizontal padding of the footnote popup';
257$lang['__footnote_popup_vertical_padding__']    = 'The vertical padding of the footnote popup';
258$lang['__description_list_term_background_color__']    = 'list table header color'; // added by Little-Data
259$lang['__description_list_details_background_color__']    = 'list table content color'; // added by Little-Data
260
261/* Plugin */
262$lang['__plugin_background_color__']        = 'The background color used on Mikio Plugin elements';
263$lang['__plugin_border_color__']            = 'The border color used on Mikio Plugin elements';
264$lang['__plugin_header_background_color__'] = 'The background color used on header items within Mikio Plugin elements';
265$lang['__plugin_footer_background_color__'] = 'The background color used on footer items within Mikio Plugin elements';
266
267$lang['__plugin_primary_text_color__']              = 'Primary style font color';
268$lang['__plugin_primary_text_hover_color__']        = 'Primary style font color when cursor hovers over';
269$lang['__plugin_primary_background_color__']        = 'Primary style background color';
270$lang['__plugin_primary_background_hover_color__']  = 'Primary style background color when cursor hovers over';
271$lang['__plugin_primary_border_color__']            = 'Primary style border color';
272$lang['__plugin_primary_border_hover_color__']      = 'Primary style border color when cursor hovers over';
273$lang['__plugin_primary_light_text_color__']        = 'Primary style font color for light box items';
274$lang['__plugin_primary_light_background_color__']  = 'Primary style background color for light box items';
275$lang['__plugin_primary_light_border_color__']      = 'Primary style border color for light box items';
276
277$lang['__plugin_secondary_text_color__']                = 'Secondary style font color';
278$lang['__plugin_secondary_text_hover_color__']          = 'Secondary style font color when cursor hovers over';
279$lang['__plugin_secondary_background_color__']          = 'Secondary style background color';
280$lang['__plugin_secondary_background_hover_color__']  = 'Secondary style background color when cursor hovers over';
281$lang['__plugin_secondary_border_color__']              = 'Secondary style border color';
282$lang['__plugin_secondary_border_hover_color__']        = 'Secondary style border color when cursor hovers over';
283$lang['__plugin_secondary_light_text_color__']          = 'Secondary style font color for light box items';
284$lang['__plugin_secondary_light_background_color__']  = 'Secondary style background color for light box items';
285$lang['__plugin_secondary_light_border_color__']        = 'Secondary style border color for light box items';
286
287$lang['__plugin_success_text_color__']              = 'Success style font color';
288$lang['__plugin_success_text_hover_color__']        = 'Success style font color when cursor hovers over';
289$lang['__plugin_success_background_color__']        = 'Success style background color';
290$lang['__plugin_success_background_hover_color__']  = 'Success style background color when cursor hovers over';
291$lang['__plugin_success_border_color__']            = 'Success style border color';
292$lang['__plugin_success_border_hover_color__']      = 'Success style border color when cursor hovers over';
293$lang['__plugin_success_light_text_color__']        = 'Success style font color for light box items';
294$lang['__plugin_success_light_background_color__']  = 'Success style background color for light box items';
295$lang['__plugin_success_light_border_color__']      = 'Success style border color for light box items';
296
297$lang['__plugin_danger_text_color__']               = 'Danger style font color';
298$lang['__plugin_danger_text_hover_color__']         = 'Danger style font color when cursor hovers over';
299$lang['__plugin_danger_background_color__']         = 'Danger style background color';
300$lang['__plugin_danger_background_hover_color__']   = 'Danger style background color when cursor hovers over';
301$lang['__plugin_danger_border_color__']             = 'Danger style border color';
302$lang['__plugin_danger_border_hover_color__']       = 'Danger style border color when cursor hovers over';
303$lang['__plugin_danger_light_text_color__']         = 'Danger style font color for light box items';
304$lang['__plugin_danger_light_background_color__']   = 'Danger style background color for light box items';
305$lang['__plugin_danger_light_border_color__']       = 'Danger style border color for light box items';
306
307$lang['__plugin_warning_text_color__']              = 'Warning style font color';
308$lang['__plugin_warning_text_hover_color__']        = 'Warning style font color when cursor hovers over';
309$lang['__plugin_warning_background_color__']        = 'Warning style background color';
310$lang['__plugin_warning_background_hover_color__']  = 'Warning style background color when cursor hovers over';
311$lang['__plugin_warning_border_color__']  =           'Warning style border color';
312$lang['__plugin_warning_border_hover_color__']      = 'Warning style border color when cursor hovers over';
313$lang['__plugin_warning_light_text_color__']        = 'Warning style font color for light box items';
314$lang['__plugin_warning_light_background_color__']  = 'Warning style background color for light box items';
315$lang['__plugin_warning_light_border_color__']      = 'Warning style border color for light box items';
316
317$lang['__plugin_info_text_color__']                 = 'Info style font color';
318$lang['__plugin_info_text_hover_color__']           = 'Info style font color when cursor hovers over';
319$lang['__plugin_info_background_color__']           = 'Info style background color';
320$lang['__plugin_info_background_hover_color__']     = 'Info style background color when cursor hovers over';
321$lang['__plugin_info_border_color__']               = 'Info style border color';
322$lang['__plugin_info_border_hover_color__']         = 'Info style border color when cursor hovers over';
323$lang['__plugin_info_light_text_color__']           = 'Info style font color for light box items';
324$lang['__plugin_info_light_background_color__']     = 'Info style background color for light box items';
325$lang['__plugin_info_light_border_color__']         = 'Info style border color for light box items';
326
327$lang['__plugin_light_text_color__']                = 'Light style font color';
328$lang['__plugin_light_text_hover_color__']          = 'Light style font color when cursor hovers over';
329$lang['__plugin_light_background_color__']          = 'Light style background color';
330$lang['__plugin_light_background_hover_color__']    = 'Light style background color when cursor hovers over';
331$lang['__plugin_light_border_color__']              = 'Light style border color';
332$lang['__plugin_light_border_hover_color__']        = 'Light style border color when cursor hovers over';
333$lang['__plugin_light_light_text_color__']          = 'Light style font color for light box items';
334$lang['__plugin_light_light_background_color__']    = 'Light style background color for light box items';
335$lang['__plugin_light_light_border_color__']        = 'Light style border color for light box items';
336
337$lang['__plugin_dark_text_color__']                 = 'Dark style font color';
338$lang['__plugin_dark_text_hover_color__']           = 'Dark style font color when cursor hovers over';
339$lang['__plugin_dark_background_color__']           = 'Dark style background color';
340$lang['__plugin_dark_background_hover_color__']     = 'Dark style background color when cursor hovers over';
341$lang['__plugin_dark_border_color__']               = 'Dark style border color';
342$lang['__plugin_dark_border_hover_color__']         = 'Dark style border color when cursor hovers over';
343$lang['__plugin_dark_light_text_color__']           = 'Dark style font color for light box items';
344$lang['__plugin_dark_light_background_color__']     = 'Dark style background color for light box items';
345$lang['__plugin_dark_light_border_color__']         = 'Dark style border color for light box items';
346
347$lang['__plugin_link_text_color__']                 = 'Link style font color';
348$lang['__plugin_link_text_hover_color__']           = 'Link style font color when cursor hovers over';
349$lang['__plugin_link_background_color__']           = 'Link style background color';
350$lang['__plugin_link_background_hover_color__']     = 'Link style background color when cursor hovers over';
351$lang['__plugin_link_border_color__']               = 'Link style border color';
352$lang['__plugin_link_border_hover_color__']         = 'Link style border color when cursor hovers over';
353
354$lang['__plugin_carousel_title_text_color__']           = 'Carousel title font color';
355$lang['__plugin_carousel_caption_text_color__']         = 'Carousel caption font color';
356$lang['__plugin_carousel_caption_background_color__']   = 'Carousel caption background color';
357$lang['__plugin_carousel_control_fill_color__']         = 'Carousel control fill color';
358$lang['__plugin_carousel_control_stroke_color__']       = 'Carousel control stroke color';
359$lang['__plugin_carousel_indicator_color__']            = 'Carousel indicator color';
360
361$lang['__plugin_steps_step_text_color__']                   = 'Steps font color';
362$lang['__plugin_steps_border_color__']                      = 'Steps border color';
363$lang['__plugin_steps_step_background_color__']             = 'Steps background color';
364$lang['__plugin_steps_step_background_complete_color__']    = 'Steps background color for completed steps';
365
366$lang['__plugin_tabgroup_tab_text_active_color__']          = 'Tabgroup active tab font color';
367$lang['__plugin_tabgroup_tab_background_active_color__']    = 'Tabgroup active tab background color';
368$lang['__plugin_tabgroup_tab_border_hover_color__']         = 'Tabgroup inactive tab border color when cursor hovers
369over';
370
371$lang['__plugin_tooltip_text_color__']          = 'Tooltip font color';
372$lang['__plugin_tooltip_background_color__']    = 'Tooltip background color';
373$lang['__plugin_tooltip_border_color__']        = 'Tooltip border color';
374
375/* Add darkmode language */
376$lang['__darkmode_text__']          = 'Main text color';
377$lang['__darkmode_background__']    = 'Main background color';
378$lang['__darkmode_description_list_term_background_color__']    = 'Dark mode list table header color'; // added by Little-Data
379$lang['__darkmode_description_list_details_background_color__']    = 'Dark mode list table content color'; // added by Little-Data
380
381foreach ($lang as $key => $val) {
382    if (strpos($key, '_darkmode_') === false) {
383        if (substr($key, 0, 9) === '__plugin_') {
384            $lang['__plugin_darkmode_' . substr($key, 9)] = $val;
385        } else {
386            $lang['__darkmode_' . substr($key, 2)] = $val;
387        }
388    }
389}
390