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 161dbcd10aSJames Collins 17a8eebd82SJames Collins/* Config */ 18a8eebd82SJames Collins$lang['config_navbar'] = 'Menubar'; 19a8eebd82SJames Collins$lang['config_search'] = 'Search'; 20a8eebd82SJames Collins$lang['config_hero'] = 'Hero'; 21a8eebd82SJames Collins$lang['config_tags'] = 'Tags'; 22a8eebd82SJames Collins$lang['config_breadcrumb'] = 'Breadcrumb'; 233d11a778SJames Collins$lang['config_youarehere'] = 'You Are Here'; 24a8eebd82SJames Collins$lang['config_sidebar'] = 'Sidebars'; 25a8eebd82SJames Collins$lang['config_toc'] = 'Table of Contents'; 26a8eebd82SJames Collins$lang['config_pagetools'] = 'Page Tools'; 27a8eebd82SJames Collins$lang['config_footer'] = 'Footer'; 28a8eebd82SJames Collins$lang['config_license'] = 'License'; 29a8eebd82SJames Collins$lang['config_acl'] = 'Permissions'; 308378d392SJames Collins$lang['config_sticky'] = 'Sticky Parts'; 31ab45ba71SJames Collins 32a8eebd82SJames Collins/* Style.ini */ 337192a412SJames Collins$lang['__link__'] = 'The font color of links'; 34377eb49bSJames Collins$lang['__link_hover__'] = 'The font color of links when cursor hovers over'; 3501b5b80bSJames Collins$lang['__link_visited__'] = 'The font color of links when previously visited'; 3601b5b80bSJames Collins$lang['__link_active__'] = 'The font color of links the moment it is clicked'; 371dbcd10aSJames Collins$lang['__existing__'] = 'The font color of wiki links for existing pages'; 3801b5b80bSJames Collins$lang['__existing_hover__'] = 'The font color of wiki links for existing pages when cursor hovers over'; 3901b5b80bSJames Collins$lang['__existing_visited__'] = 'The font color of wiki links for existing pages when previously visited'; 4001b5b80bSJames Collins$lang['__existing_active__'] = 'The font color of wiki links for existing pages the moment it is clicked'; 411dbcd10aSJames Collins$lang['__missing__'] = 'The font color of wiki links for missing pages'; 4201b5b80bSJames Collins$lang['__missing_hover__'] = 'The font color of wiki links for missing pages when cursor hovers over'; 4301b5b80bSJames Collins$lang['__missing_visited__'] = 'The font color of wiki links for missing pages when previously visited'; 4401b5b80bSJames Collins$lang['__missing_active__'] = 'The font color of wiki links for missing pages the moment it is clicked'; 457192a412SJames Collins$lang['__line_height__'] = 'The base font line height'; 46f8039bf2SJames Collins$lang['__site_width__'] = 'Width of the body content'; 477192a412SJames Collins 487192a412SJames Collins$lang['__font_size__'] = 'The base font size'; 491dbcd10aSJames Collins$lang['__font_family__'] = 'The base font family (fonts containing spaces must be in quotes. Multiple fonts 501dbcd10aSJames Collinscan be seperated with commas)'; 517192a412SJames Collins$lang['__admin_background_color__'] = 'Background color of admin pages'; 52ab45ba71SJames Collins 531dbcd10aSJames Collins$lang['__code_font_family__'] = 'The font family for code blocks (fonts containing spaces must be in quotes. 541dbcd10aSJames CollinsMultiple fonts can be seperated with commas)'; 557192a412SJames Collins$lang['__code_font_size__'] = 'The font size for code blocks'; 567192a412SJames Collins$lang['__code_text_color__'] = 'The font color for code blocks'; 577192a412SJames Collins$lang['__code_background_color__'] = 'The background color for code blocks'; 587192a412SJames Collins$lang['__code_line_height__'] = 'The font line height for code blocks'; 597192a412SJames Collins$lang['__code_word_wrap__'] = 'The word wrap style for code blocks'; 607192a412SJames Collins$lang['__code_border_color__'] = 'The border color for code blocks'; 61ab45ba71SJames Collins 627192a412SJames Collins$lang['__control_text_color__'] = 'The font color for controls'; 637192a412SJames Collins$lang['__control_border_color__'] = 'The border color for controls'; 647192a412SJames Collins$lang['__control_background_color__'] = 'The background color for controls'; 65377eb49bSJames Collins$lang['__button_text_color__'] = 'The font color for buttons'; 66377eb49bSJames Collins$lang['__button_background_color__'] = 'The background color for buttons'; 67377eb49bSJames Collins$lang['__button_border_color__'] = 'The border color for buttons'; 68377eb49bSJames Collins$lang['__button_text_hover_color__'] = 'The font color for buttons when cursor hovers over'; 69377eb49bSJames Collins$lang['__button_background_hover_color__'] = 'The background color for buttons when cursor hovers over'; 70377eb49bSJames Collins$lang['__button_border_hover_color__'] = 'The border color for buttons when cursor hovers over'; 71*b38d4eadSJames Collins$lang['__input_text_color__'] = 'The text color for input fields'; 72*b38d4eadSJames Collins$lang['__input_border_color__'] = 'The border color for input fields'; 73*b38d4eadSJames Collins$lang['__input_background_color__'] = 'The background color for input fields'; 741dbcd10aSJames Collins$lang['__button_default_text_color__'] = 'The font color for the default button'; 751dbcd10aSJames Collins$lang['__button_default_background_color__'] = 'The background color for the default button'; 761dbcd10aSJames Collins$lang['__button_default_border_color__'] = 'The border color for the default button'; 771dbcd10aSJames Collins$lang['__button_default_text_hover_color__'] = 'The font color for the default button when cursor hovers over'; 781dbcd10aSJames Collins$lang['__button_default_background_hover_color__'] = 'The background color for the default button when cursor hovers 791dbcd10aSJames Collinsover'; 801dbcd10aSJames Collins$lang['__button_default_border_hover_color__'] = 'The border color for the default button when cursor hovers over'; 81377eb49bSJames Collins$lang['__button_search_text_color__'] = 'The font color for the search button'; 82377eb49bSJames Collins$lang['__button_search_background_color__'] = 'The background color for the search button'; 83377eb49bSJames Collins$lang['__button_search_border_color__'] = 'The border color for the search button'; 84377eb49bSJames Collins$lang['__button_search_text_hover_color__'] = 'The font color for the search button when cursor hovers over'; 85377eb49bSJames Collins$lang['__button_search_background_hover_color__'] = 'The background color for the search button when cursor hovers 86377eb49bSJames Collinsover'; 87377eb49bSJames Collins$lang['__button_search_border_hover_color__'] = 'The border color for the search button when cursor hovers over'; 88a8eebd82SJames Collins 8925dc8ed2SJames Collins$lang['__topheader_background_color__'] = 'The background color for the top header part'; 9025dc8ed2SJames Collins$lang['__header_background_color__'] = 'The background color for the header part'; 9125dc8ed2SJames Collins 927192a412SJames Collins$lang['__navbar_background_color__'] = 'The background color for the menu'; 937192a412SJames Collins$lang['__navbar_border_color__'] = 'The border color for the menu'; 947192a412SJames Collins$lang['__navbar_brand_text_color__'] = 'The font color for the site title'; 957192a412SJames Collins$lang['__navbar_brand_tagline_color__'] = 'The font color for the site tagline'; 969cff245bSJames Collins$lang['__navbar_content_justify__'] = 'The content justification of the site menu (can be flex-start, flex-end, 979cff245bSJames Collinscenter, space-between or space-around)'; 98377eb49bSJames Collins$lang['__navbar_link_color__'] = 'The font color for the navbar links'; 99377eb49bSJames Collins$lang['__navbar_link_hover_color__'] = 'The font color for the navbar links when cursor hovers over'; 100a8eebd82SJames Collins 1017192a412SJames Collins$lang['__subnavbar_text_color__'] = 'The font color for sub menu text'; 1027192a412SJames Collins$lang['__subnavbar_link_color__'] = 'The font color for sub menu links'; 1037192a412SJames Collins$lang['__subnavbar_link_hover_color__'] = 'The font color when the cursor hovers over sub menu links'; 1047192a412SJames Collins$lang['__subnavbar_background_color__'] = 'The background color for the sub menu'; 1057192a412SJames Collins$lang['__subnavbar_border_color__'] = 'The border color for the sub menu'; 1069cff245bSJames Collins$lang['__subnavbar_content_justify__'] = 'The content justification of the sub menu (can be flex-start, flex-end, 1079cff245bSJames Collinscenter, space-between or space-around)'; 108a8eebd82SJames Collins 1097192a412SJames Collins$lang['__tag_background_color__'] = 'The background color of tags'; 1107192a412SJames Collins$lang['__tag_text_color__'] = 'The font color of tags '; 111a8eebd82SJames Collins 1127192a412SJames Collins$lang['__breadcrumb_background_color__'] = 'The background color for the breadcrumb block'; 1137192a412SJames Collins$lang['__breadcrumb_font_size__'] = 'The font size for the breadcrumb block'; 1147192a412SJames Collins$lang['__breadcrumb_text_color__'] = 'The font color for breadcrumb text'; 1157192a412SJames Collins$lang['__breadcrumb_link_color__'] = 'The font color for breadcrumb links'; 1167192a412SJames Collins$lang['__breadcrumb_link_hover_color__'] = 'The font color when the cursor hovers over breadcrumb links'; 117a8eebd82SJames Collins 1187192a412SJames Collins$lang['__hero_title_color__'] = 'The font color for the hero title'; 1197192a412SJames Collins$lang['__hero_subtitle_color__'] = 'The font color for the hero sub title'; 1207192a412SJames Collins$lang['__hero_background_color__'] = 'The background color for the hero block'; 121a8eebd82SJames Collins 1227192a412SJames Collins$lang['__sidebar_width__'] = 'The sidebar width'; 1237192a412SJames Collins$lang['__sidebar_font_size__'] = 'The font size in sidebars'; 1247192a412SJames Collins$lang['__sidebar_text_color__'] = 'The font color for sidebars'; 1257192a412SJames Collins$lang['__sidebar_link_color__'] = 'The font color for links in sidebars'; 1267192a412SJames Collins$lang['__sidebar_link_hover_color__'] = 'The font color when the cursor hovers over links in sidebars'; 1277192a412SJames Collins$lang['__sidebar_background_color__'] = 'The background color for sidebars'; 1287192a412SJames Collins$lang['__sidebar_border_color__'] = 'The border color for sidebars'; 129a8eebd82SJames Collins 1307192a412SJames Collins$lang['__content_background__'] = 'The background color for page content'; 131a8eebd82SJames Collins 1327192a412SJames Collins$lang['__toc_background_color__'] = 'The background color for the TOC'; 1337192a412SJames Collins$lang['__toc_border_color__'] = 'The border color for the TOC'; 1347192a412SJames Collins$lang['__toc_font_size__'] = 'The font size for the TOC'; 1357192a412SJames Collins$lang['__toc_link_color__'] = 'The font color for TOC links'; 1367192a412SJames Collins$lang['__toc_link_hover_color__'] = 'The font color when the cursor hovers over TOC links'; 137a8eebd82SJames Collins 1387192a412SJames Collins$lang['__pagetools_color__'] = 'The color of page tool icons'; 1397192a412SJames Collins$lang['__pagetools_hover_color__'] = 'The color of page tools icons when cursor hovers'; 140a8eebd82SJames Collins 1417192a412SJames Collins$lang['__footer_font_size__'] = 'The font size for the footer'; 1427192a412SJames Collins$lang['__footer_text_color__'] = 'The font color for the footer'; 1437192a412SJames Collins$lang['__footer_link_color__'] = 'The font color for the footer links'; 1447192a412SJames Collins$lang['__footer_link_hover_color__'] = 'The font color when cursor hovers over footer links'; 1451dbcd10aSJames Collins$lang['__footer_text_align__'] = 'The text alignment for the footer (can be left, center, right or justify)'; 1467192a412SJames Collins$lang['__footer_background_color__'] = 'The background color for the footer'; 147a8eebd82SJames Collins 1487192a412SJames Collins$lang['__table_font_size__'] = 'The font size for tables'; 149123b7c9fSJames Collins$lang['__table_row_border_color__'] = 'The row border color for tables'; 150123b7c9fSJames Collins$lang['__table_col_border_color__'] = 'The column border color for tables'; 151377eb49bSJames Collins$lang['__table_header_row_background_color__'] = 'The background color for table heading rows'; 152a755188dSJames Collins$lang['__table_header_row_text_color__'] = 'The font color for table heading rows'; 153a755188dSJames Collins$lang['__table_odd_row_text_color__'] = 'The font color for table odd rows'; 154662e343cSnomadjimbob$lang['__table_odd_row_background_color__'] = 'The background color for table odd rows'; 155a755188dSJames Collins$lang['__table_even_row_text_color__'] = 'The font color for table even rows'; 156a755188dSJames Collins$lang['__table_even_row_background_color__'] = 'The background color for table even rows'; 157bbe2d224SJames Collins$lang['__table_horizontal_padding__'] = 'The horizontal padding for table cells'; 158bbe2d224SJames Collins$lang['__table_vertical_padding__'] = 'The vertical padding for table cells'; 159a8eebd82SJames Collins 1607192a412SJames Collins$lang['__dropdown_color__'] = 'The font color for dropdown menus'; 1617192a412SJames Collins$lang['__dropdown_hover_color__'] = 'The font color when the cursor hovers over dropdown menu items'; 1627192a412SJames Collins$lang['__dropdown_border_color__'] = 'The border color for dropdown menus'; 1637192a412SJames Collins$lang['__dropdown_background_color__'] = 'The background color for dropdown menus'; 164a8eebd82SJames Collins 1657192a412SJames Collins$lang['__section_edit_highlight__'] = 'The color when highlighting an edit area'; 1661dbcd10aSJames Collins 167377eb49bSJames Collins$lang['__tree_background_color__'] = 'The background color of the tree view'; 168377eb49bSJames Collins$lang['__tree_border_color__'] = 'The border color of the tree view'; 169377eb49bSJames Collins 170377eb49bSJames Collins$lang['__tab_color__'] = 'The font color of a tab'; 171377eb49bSJames Collins$lang['__tab_background_color__'] = 'The background color of a tab'; 172377eb49bSJames Collins$lang['__tab_border_color__'] = 'The border color of a tab'; 173377eb49bSJames Collins$lang['__tab_hover_color__'] = 'The font color of a tab when cursor hovers over'; 174377eb49bSJames Collins$lang['__tab_background_hover_color__'] = 'The background color of a tab when cursor hovers over'; 175377eb49bSJames Collins$lang['__tab_border_hover_color__'] = 'The border color of a tab when cursor hovers over'; 176377eb49bSJames Collins$lang['__tab_active_color__'] = 'The font color of an active tab'; 177377eb49bSJames Collins$lang['__tab_active_background_color__'] = 'The background color of an active tab'; 178377eb49bSJames Collins$lang['__tab_active_border_color__'] = 'The border color of an active tab'; 179377eb49bSJames Collins 180ad182e6dSnomadjimbob/* Plugin */ 181ad182e6dSnomadjimbob$lang['__plugin_background_color__'] = 'The background color used on Mikio Plugin elements'; 182ad182e6dSnomadjimbob$lang['__plugin_border_color__'] = 'The border color used on Mikio Plugin elements'; 183ad182e6dSnomadjimbob$lang['__plugin_header_background_color__'] = 'The background color used on header items within Mikio Plugin elements'; 184ad182e6dSnomadjimbob$lang['__plugin_footer_background_color__'] = 'The background color used on footer items within Mikio Plugin elements'; 185ad182e6dSnomadjimbob 186ad182e6dSnomadjimbob$lang['__plugin_primary_text_color__'] = 'Primary style font color'; 187ad182e6dSnomadjimbob$lang['__plugin_primary_text_hover_color__'] = 'Primary style font color when cursor hovers over'; 188ad182e6dSnomadjimbob$lang['__plugin_primary_background_color__'] = 'Primary style background color'; 189ad182e6dSnomadjimbob$lang['__plugin_primary_background_hover_color__'] = 'Primary style background color when cursor hovers over'; 190ad182e6dSnomadjimbob$lang['__plugin_primary_border_color__'] = 'Primary style border color'; 191ad182e6dSnomadjimbob$lang['__plugin_primary_border_hover_color__'] = 'Primary style border color when cursor hovers over'; 192ad182e6dSnomadjimbob$lang['__plugin_primary_light_text_color__'] = 'Primary style font color for light box items'; 193ad182e6dSnomadjimbob$lang['__plugin_primary_light_background_color__'] = 'Primary style background color for light box items'; 194ad182e6dSnomadjimbob$lang['__plugin_primary_light_border_color__'] = 'Primary style border color for light box items'; 195ad182e6dSnomadjimbob 196ad182e6dSnomadjimbob$lang['__plugin_secondary_text_color__'] = 'Secondary style font color'; 197ad182e6dSnomadjimbob$lang['__plugin_secondary_text_hover_color__'] = 'Secondary style font color when cursor hovers over'; 198ad182e6dSnomadjimbob$lang['__plugin_secondary_background_color__'] = 'Secondary style background color'; 199ad182e6dSnomadjimbob$lang['__plugin_secondary_background_hover_color__'] = 'Secondary style background color when cursor hovers over'; 200ad182e6dSnomadjimbob$lang['__plugin_secondary_border_color__'] = 'Secondary style border color'; 201ad182e6dSnomadjimbob$lang['__plugin_secondary_border_hover_color__'] = 'Secondary style border color when cursor hovers over'; 202ad182e6dSnomadjimbob$lang['__plugin_secondary_light_text_color__'] = 'Secondary style font color for light box items'; 203ad182e6dSnomadjimbob$lang['__plugin_secondary_light_background_color__'] = 'Secondary style background color for light box items'; 204ad182e6dSnomadjimbob$lang['__plugin_secondary_light_border_color__'] = 'Secondary style border color for light box items'; 205ad182e6dSnomadjimbob 206ad182e6dSnomadjimbob$lang['__plugin_success_text_color__'] = 'Success style font color'; 207ad182e6dSnomadjimbob$lang['__plugin_success_text_hover_color__'] = 'Success style font color when cursor hovers over'; 208ad182e6dSnomadjimbob$lang['__plugin_success_background_color__'] = 'Success style background color'; 209ad182e6dSnomadjimbob$lang['__plugin_success_background_hover_color__'] = 'Success style background color when cursor hovers over'; 210ad182e6dSnomadjimbob$lang['__plugin_success_border_color__'] = 'Success style border color'; 211ad182e6dSnomadjimbob$lang['__plugin_success_border_hover_color__'] = 'Success style border color when cursor hovers over'; 212ad182e6dSnomadjimbob$lang['__plugin_success_light_text_color__'] = 'Success style font color for light box items'; 213ad182e6dSnomadjimbob$lang['__plugin_success_light_background_color__'] = 'Success style background color for light box items'; 214ad182e6dSnomadjimbob$lang['__plugin_success_light_border_color__'] = 'Success style border color for light box items'; 215ad182e6dSnomadjimbob 216ad182e6dSnomadjimbob$lang['__plugin_danger_text_color__'] = 'Danger style font color'; 217dcc65373SJames Collins$lang['__plugin_danger_text_hover_color__'] = 'Danger style font color when cursor hovers over'; 218dcc65373SJames Collins$lang['__plugin_danger_background_color__'] = 'Danger style background color'; 219dcc65373SJames Collins$lang['__plugin_danger_background_hover_color__'] = 'Danger style background color when cursor hovers over'; 220dcc65373SJames Collins$lang['__plugin_danger_border_color__'] = 'Danger style border color'; 221ad182e6dSnomadjimbob$lang['__plugin_danger_border_hover_color__'] = 'Danger style border color when cursor hovers over'; 222ad182e6dSnomadjimbob$lang['__plugin_danger_light_text_color__'] = 'Danger style font color for light box items'; 223ad182e6dSnomadjimbob$lang['__plugin_danger_light_background_color__'] = 'Danger style background color for light box items'; 224ad182e6dSnomadjimbob$lang['__plugin_danger_light_border_color__'] = 'Danger style border color for light box items'; 225ad182e6dSnomadjimbob 226ad182e6dSnomadjimbob$lang['__plugin_warning_text_color__'] = 'Warning style font color'; 227dcc65373SJames Collins$lang['__plugin_warning_text_hover_color__'] = 'Warning style font color when cursor hovers over'; 228dcc65373SJames Collins$lang['__plugin_warning_background_color__'] = 'Warning style background color'; 229dcc65373SJames Collins$lang['__plugin_warning_background_hover_color__'] = 'Warning style background color when cursor hovers over'; 230dcc65373SJames Collins$lang['__plugin_warning_border_color__'] = 'Warning style border color'; 231ad182e6dSnomadjimbob$lang['__plugin_warning_border_hover_color__'] = 'Warning style border color when cursor hovers over'; 232ad182e6dSnomadjimbob$lang['__plugin_warning_light_text_color__'] = 'Warning style font color for light box items'; 233ad182e6dSnomadjimbob$lang['__plugin_warning_light_background_color__'] = 'Warning style background color for light box items'; 234ad182e6dSnomadjimbob$lang['__plugin_warning_light_border_color__'] = 'Warning style border color for light box items'; 235ad182e6dSnomadjimbob 236ad182e6dSnomadjimbob$lang['__plugin_info_text_color__'] = 'Info style font color'; 237dcc65373SJames Collins$lang['__plugin_info_text_hover_color__'] = 'Info style font color when cursor hovers over'; 238dcc65373SJames Collins$lang['__plugin_info_background_color__'] = 'Info style background color'; 239dcc65373SJames Collins$lang['__plugin_info_background_hover_color__'] = 'Info style background color when cursor hovers over'; 240dcc65373SJames Collins$lang['__plugin_info_border_color__'] = 'Info style border color'; 241ad182e6dSnomadjimbob$lang['__plugin_info_border_hover_color__'] = 'Info style border color when cursor hovers over'; 242ad182e6dSnomadjimbob$lang['__plugin_info_light_text_color__'] = 'Info style font color for light box items'; 243ad182e6dSnomadjimbob$lang['__plugin_info_light_background_color__'] = 'Info style background color for light box items'; 244ad182e6dSnomadjimbob$lang['__plugin_info_light_border_color__'] = 'Info style border color for light box items'; 245ad182e6dSnomadjimbob 246ad182e6dSnomadjimbob$lang['__plugin_light_text_color__'] = 'Light style font color'; 247dcc65373SJames Collins$lang['__plugin_light_text_hover_color__'] = 'Light style font color when cursor hovers over'; 248dcc65373SJames Collins$lang['__plugin_light_background_color__'] = 'Light style background color'; 249dcc65373SJames Collins$lang['__plugin_light_background_hover_color__'] = 'Light style background color when cursor hovers over'; 250dcc65373SJames Collins$lang['__plugin_light_border_color__'] = 'Light style border color'; 251ad182e6dSnomadjimbob$lang['__plugin_light_border_hover_color__'] = 'Light style border color when cursor hovers over'; 252ad182e6dSnomadjimbob$lang['__plugin_light_light_text_color__'] = 'Light style font color for light box items'; 253ad182e6dSnomadjimbob$lang['__plugin_light_light_background_color__'] = 'Light style background color for light box items'; 254ad182e6dSnomadjimbob$lang['__plugin_light_light_border_color__'] = 'Light style border color for light box items'; 255ad182e6dSnomadjimbob 256ad182e6dSnomadjimbob$lang['__plugin_dark_text_color__'] = 'Dark style font color'; 257dcc65373SJames Collins$lang['__plugin_dark_text_hover_color__'] = 'Dark style font color when cursor hovers over'; 258dcc65373SJames Collins$lang['__plugin_dark_background_color__'] = 'Dark style background color'; 259dcc65373SJames Collins$lang['__plugin_dark_background_hover_color__'] = 'Dark style background color when cursor hovers over'; 260dcc65373SJames Collins$lang['__plugin_dark_border_color__'] = 'Dark style border color'; 261ad182e6dSnomadjimbob$lang['__plugin_dark_border_hover_color__'] = 'Dark style border color when cursor hovers over'; 262ad182e6dSnomadjimbob$lang['__plugin_dark_light_text_color__'] = 'Dark style font color for light box items'; 263ad182e6dSnomadjimbob$lang['__plugin_dark_light_background_color__'] = 'Dark style background color for light box items'; 264ad182e6dSnomadjimbob$lang['__plugin_dark_light_border_color__'] = 'Dark style border color for light box items'; 265ad182e6dSnomadjimbob 266ad182e6dSnomadjimbob$lang['__plugin_link_text_color__'] = 'Link style font color'; 267dcc65373SJames Collins$lang['__plugin_link_text_hover_color__'] = 'Link style font color when cursor hovers over'; 268dcc65373SJames Collins$lang['__plugin_link_background_color__'] = 'Link style background color'; 269dcc65373SJames Collins$lang['__plugin_link_background_hover_color__'] = 'Link style background color when cursor hovers over'; 270dcc65373SJames Collins$lang['__plugin_link_border_color__'] = 'Link style border color'; 271ad182e6dSnomadjimbob$lang['__plugin_link_border_hover_color__'] = 'Link style border color when cursor hovers over'; 272ad182e6dSnomadjimbob 273ad182e6dSnomadjimbob$lang['__plugin_carousel_title_text_color__'] = 'Carousel title font color'; 274ad182e6dSnomadjimbob$lang['__plugin_carousel_caption_text_color__'] = 'Carousel caption font color'; 275ad182e6dSnomadjimbob$lang['__plugin_carousel_caption_background_color__'] = 'Carousel caption background color'; 276ad182e6dSnomadjimbob$lang['__plugin_carousel_control_fill_color__'] = 'Carousel control fill color'; 277ad182e6dSnomadjimbob$lang['__plugin_carousel_control_stroke_color__'] = 'Carousel control stroke color'; 278ad182e6dSnomadjimbob$lang['__plugin_carousel_indicator_color__'] = 'Carousel indicator color'; 279ad182e6dSnomadjimbob 280ad182e6dSnomadjimbob$lang['__plugin_steps_step_text_color__'] = 'Steps font color'; 281ad182e6dSnomadjimbob$lang['__plugin_steps_border_color__'] = 'Steps border color'; 282ad182e6dSnomadjimbob$lang['__plugin_steps_step_background_color__'] = 'Steps background color'; 283ad182e6dSnomadjimbob$lang['__plugin_steps_step_background_complete_color__'] = 'Steps background color for completed steps'; 284ad182e6dSnomadjimbob 285ad182e6dSnomadjimbob$lang['__plugin_tabgroup_tab_text_active_color__'] = 'Tabgroup active tab font color'; 286ad182e6dSnomadjimbob$lang['__plugin_tabgroup_tab_background_active_color__'] = 'Tabgroup active tab background color'; 287ad182e6dSnomadjimbob$lang['__plugin_tabgroup_tab_border_hover_color__'] = 'Tabgroup inactive tab border color when cursor hovers 288ad182e6dSnomadjimbobover'; 289ad182e6dSnomadjimbob 290ad182e6dSnomadjimbob$lang['__plugin_tooltip_text_color__'] = 'Tooltip font color'; 291ad182e6dSnomadjimbob$lang['__plugin_tooltip_background_color__'] = 'Tooltip background color'; 292ad182e6dSnomadjimbob$lang['__plugin_tooltip_border_color__'] = 'Tooltip border color'; 293ad182e6dSnomadjimbob 2941dbcd10aSJames Collins/* Add darkmode language */ 2951dbcd10aSJames Collins$lang['__darkmode_text__'] = 'Main text color'; 2961dbcd10aSJames Collins$lang['__darkmode_background__'] = 'Main background color'; 2971dbcd10aSJames Collins 2981dbcd10aSJames Collinsforeach ($lang as $key => $val) { 299ad182e6dSnomadjimbob if (strpos($key, '_darkmode_') === false) { 300ad182e6dSnomadjimbob if (substr($key, 0, 9) === '__plugin_') { 301ad182e6dSnomadjimbob $lang['__plugin_darkmode_' . substr($key, 9)] = $val; 302ad182e6dSnomadjimbob } else { 3031dbcd10aSJames Collins $lang['__darkmode_' . substr($key, 2)] = $val; 3041dbcd10aSJames Collins } 305ad182e6dSnomadjimbob } 306ad182e6dSnomadjimbob} 307