xref: /template/mikio/lang/en/lang.php (revision cc7511d0f3e6a99d09ff353ddbe42a03c36ca677)
1c165b184SJames Collins<?php
29cff245bSJames Collins
3c165b184SJames Collins/**
4a8eebd82SJames Collins * DokuWiki Mikio Template English Language File
5c165b184SJames Collins *
6a8eebd82SJames Collins * @link    http://dokuwiki.org/template:mikio
7a8eebd82SJames Collins * @author  James Collins <james.collins@outlook.com.au>
8a8eebd82SJames Collins * @license GPLv2 (http://www.gnu.org/licenses/gpl-2.0.html)
9c165b184SJames Collins */
10c165b184SJames Collins
11a8eebd82SJames Collins /* Theme */
12ab45ba71SJames Collins$lang['sidebar-title']                      = 'Sidebar';
13a8eebd82SJames Collins$lang['tools-menu']                         = 'Tools';
14a8eebd82SJames Collins$lang['home']                               = 'Home';
15c165b184SJames Collins
16a8eebd82SJames Collins/* Config */
17a8eebd82SJames Collins$lang['config_navbar']                      = 'Menubar';
18a8eebd82SJames Collins$lang['config_search']                      = 'Search';
19a8eebd82SJames Collins$lang['config_hero']                        = 'Hero';
20a8eebd82SJames Collins$lang['config_tags']                        = 'Tags';
21a8eebd82SJames Collins$lang['config_breadcrumb']                  = 'Breadcrumb';
223d11a778SJames Collins$lang['config_youarehere']                  = 'You Are Here';
23a8eebd82SJames Collins$lang['config_sidebar']                     = 'Sidebars';
24a8eebd82SJames Collins$lang['config_toc']                         = 'Table of Contents';
25a8eebd82SJames Collins$lang['config_pagetools']                   = 'Page Tools';
26a8eebd82SJames Collins$lang['config_footer']                      = 'Footer';
27a8eebd82SJames Collins$lang['config_license']                     = 'License';
28a8eebd82SJames Collins$lang['config_acl']                         = 'Permissions';
298378d392SJames Collins$lang['config_sticky']                      = 'Sticky Parts';
30ab45ba71SJames Collins
31a8eebd82SJames Collins/* Style.ini */
327192a412SJames Collins$lang['__link__']                           = 'The font color of links';
337192a412SJames Collins$lang['__line_height__']                    = 'The base font line height';
34f8039bf2SJames Collins$lang['__site_width__']                     = 'Width of the body content';
357192a412SJames Collins
367192a412SJames Collins$lang['__font_size__']                      = 'The base font size';
379cff245bSJames Collins$lang['__font_family__']                    = 'The base font family (fonts containing spaces must be in quotes.
389cff245bSJames CollinsMultiple fonts can be seperated with commas)';
397192a412SJames Collins$lang['__admin_background_color__']         = 'Background color of admin pages';
40ab45ba71SJames Collins
419cff245bSJames Collins$lang['__code_font_family__']               = 'The font family for code blocks (fonts containing spaces must be in
429cff245bSJames Collinsquotes. Multiple fonts can be seperated with commas)';
437192a412SJames Collins$lang['__code_font_size__']                 = 'The font size for code blocks';
447192a412SJames Collins$lang['__code_text_color__']                = 'The font color for code blocks';
457192a412SJames Collins$lang['__code_background_color__']          = 'The background color for code blocks';
467192a412SJames Collins$lang['__code_line_height__']               = 'The font line height for code blocks';
477192a412SJames Collins$lang['__code_word_wrap__']                 = 'The word wrap style for code blocks';
487192a412SJames Collins$lang['__code_border_color__']              = 'The border color for code blocks';
49ab45ba71SJames Collins
507192a412SJames Collins$lang['__control_text_color__']             = 'The font color for controls';
517192a412SJames Collins$lang['__control_border_color__']           = 'The border color for controls';
527192a412SJames Collins$lang['__control_background_color__']       = 'The background color for controls';
537192a412SJames Collins$lang['__input_border_color__']             = 'The border color for controls';
54a8eebd82SJames Collins
5525dc8ed2SJames Collins$lang['__topheader_background_color__']     = 'The background color for the top header part';
5625dc8ed2SJames Collins$lang['__header_background_color__']        = 'The background color for the header part';
5725dc8ed2SJames Collins
587192a412SJames Collins$lang['__navbar_background_color__']        = 'The background color for the menu';
597192a412SJames Collins$lang['__navbar_border_color__']            = 'The border color for the menu';
607192a412SJames Collins$lang['__navbar_brand_text_color__']        = 'The font color for the site title';
617192a412SJames Collins$lang['__navbar_brand_tagline_color__']     = 'The font color for the site tagline';
629cff245bSJames Collins$lang['__navbar_content_justify__']         = 'The content justification of the site menu (can be flex-start, flex-end,
639cff245bSJames Collinscenter, space-between or space-around)';
64a8eebd82SJames Collins
657192a412SJames Collins$lang['__subnavbar_text_color__']           = 'The font color for sub menu text';
667192a412SJames Collins$lang['__subnavbar_link_color__']           = 'The font color for sub menu links';
677192a412SJames Collins$lang['__subnavbar_link_hover_color__']     = 'The font color when the cursor hovers over sub menu links';
687192a412SJames Collins$lang['__subnavbar_background_color__']     = 'The background color for the sub menu';
697192a412SJames Collins$lang['__subnavbar_border_color__']         = 'The border color for the sub menu';
709cff245bSJames Collins$lang['__subnavbar_content_justify__']      = 'The content justification of the sub menu (can be flex-start, flex-end,
719cff245bSJames Collinscenter, space-between or space-around)';
72a8eebd82SJames Collins
737192a412SJames Collins$lang['__tag_background_color__']           = 'The background color of tags';
747192a412SJames Collins$lang['__tag_text_color__']                 = 'The font color of tags ';
75a8eebd82SJames Collins
767192a412SJames Collins$lang['__breadcrumb_background_color__']    = 'The background color for the breadcrumb block';
777192a412SJames Collins$lang['__breadcrumb_font_size__']           = 'The font size for the breadcrumb block';
787192a412SJames Collins$lang['__breadcrumb_text_color__']          = 'The font color for breadcrumb text';
797192a412SJames Collins$lang['__breadcrumb_link_color__']          = 'The font color for breadcrumb links';
807192a412SJames Collins$lang['__breadcrumb_link_hover_color__']    = 'The font color when the cursor hovers over breadcrumb links';
81a8eebd82SJames Collins
827192a412SJames Collins$lang['__hero_title_color__']               = 'The font color for the hero title';
837192a412SJames Collins$lang['__hero_subtitle_color__']            = 'The font color for the hero sub title';
847192a412SJames Collins$lang['__hero_background_color__']          = 'The background color for the hero block';
85a8eebd82SJames Collins
867192a412SJames Collins$lang['__sidebar_width__']                  = 'The sidebar width';
877192a412SJames Collins$lang['__sidebar_font_size__']              = 'The font size in sidebars';
887192a412SJames Collins$lang['__sidebar_text_color__']             = 'The font color for sidebars';
897192a412SJames Collins$lang['__sidebar_link_color__']             = 'The font color for links in sidebars';
907192a412SJames Collins$lang['__sidebar_link_hover_color__']       = 'The font color when the cursor hovers over links in sidebars';
917192a412SJames Collins$lang['__sidebar_background_color__']       = 'The background color for sidebars';
927192a412SJames Collins$lang['__sidebar_border_color__']           = 'The border color for sidebars';
93a8eebd82SJames Collins
947192a412SJames Collins$lang['__content_background__']             = 'The background color for page content';
95a8eebd82SJames Collins
967192a412SJames Collins$lang['__toc_background_color__']           = 'The background color for the TOC';
977192a412SJames Collins$lang['__toc_border_color__']               = 'The border color for the TOC';
987192a412SJames Collins$lang['__toc_font_size__']                  = 'The font size for the TOC';
997192a412SJames Collins$lang['__toc_link_color__']                 = 'The font color for TOC links';
1007192a412SJames Collins$lang['__toc_link_hover_color__']           = 'The font color when the cursor hovers over TOC links';
101a8eebd82SJames Collins
1027192a412SJames Collins$lang['__pagetools_color__']                = 'The color of page tool icons';
1037192a412SJames Collins$lang['__pagetools_hover_color__']          = 'The color of page tools icons when cursor hovers';
104a8eebd82SJames Collins
1057192a412SJames Collins$lang['__footer_font_size__']               = 'The font size for the footer';
1067192a412SJames Collins$lang['__footer_text_color__']              = 'The font color for the footer';
1077192a412SJames Collins$lang['__footer_link_color__']              = 'The font color for the footer links';
1087192a412SJames Collins$lang['__footer_link_hover_color__']        = 'The font color when cursor hovers over footer links';
1099cff245bSJames Collins$lang['__footer_text_align__']              = 'The text alignment for the footer (can be left, center, right or
1109cff245bSJames Collinsjustify)';
1117192a412SJames Collins$lang['__footer_background_color__']        = 'The background color for the footer';
112a8eebd82SJames Collins
1137192a412SJames Collins$lang['__table_font_size__']                = 'The font size for tables';
1147192a412SJames Collins$lang['__table_row_border_color__']         = 'The border color for tables';
115662e343cSnomadjimbob$lang['__table_odd_row_color__']            = 'The font color for table odd rows';
116662e343cSnomadjimbob$lang['__table_odd_row_background_color__'] = 'The background color for table odd rows';
117662e343cSnomadjimbob$lang['__table_even_row_color__']           = 'The font color for table even rows';
118*cc7511d0SJames Collins$lang['__table_even_row_background_color__']    = 'The background color for table odd rows';
119a8eebd82SJames Collins
1207192a412SJames Collins$lang['__dropdown_color__']                 = 'The font color for dropdown menus';
1217192a412SJames Collins$lang['__dropdown_hover_color__']           = 'The font color when the cursor hovers over dropdown menu items';
1227192a412SJames Collins$lang['__dropdown_border_color__']          = 'The border color for dropdown menus';
1237192a412SJames Collins$lang['__dropdown_background_color__']      = 'The background color for dropdown menus';
124a8eebd82SJames Collins
1257192a412SJames Collins$lang['__section_edit_highlight__']         = 'The color when highlighting an edit area';
126