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