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