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'; 717192a412SJames Collins$lang['__input_border_color__'] = 'The border color for controls'; 721dbcd10aSJames Collins$lang['__button_default_text_color__'] = 'The font color for the default button'; 731dbcd10aSJames Collins$lang['__button_default_background_color__'] = 'The background color for the default button'; 741dbcd10aSJames Collins$lang['__button_default_border_color__'] = 'The border color for the default button'; 751dbcd10aSJames Collins$lang['__button_default_text_hover_color__'] = 'The font color for the default button when cursor hovers over'; 761dbcd10aSJames Collins$lang['__button_default_background_hover_color__'] = 'The background color for the default button when cursor hovers 771dbcd10aSJames Collinsover'; 781dbcd10aSJames Collins$lang['__button_default_border_hover_color__'] = 'The border color for the default button when cursor hovers over'; 79377eb49bSJames Collins$lang['__button_search_text_color__'] = 'The font color for the search button'; 80377eb49bSJames Collins$lang['__button_search_background_color__'] = 'The background color for the search button'; 81377eb49bSJames Collins$lang['__button_search_border_color__'] = 'The border color for the search button'; 82377eb49bSJames Collins$lang['__button_search_text_hover_color__'] = 'The font color for the search button when cursor hovers over'; 83377eb49bSJames Collins$lang['__button_search_background_hover_color__'] = 'The background color for the search button when cursor hovers 84377eb49bSJames Collinsover'; 85377eb49bSJames Collins$lang['__button_search_border_hover_color__'] = 'The border color for the search button when cursor hovers over'; 86a8eebd82SJames Collins 8725dc8ed2SJames Collins$lang['__topheader_background_color__'] = 'The background color for the top header part'; 8825dc8ed2SJames Collins$lang['__header_background_color__'] = 'The background color for the header part'; 8925dc8ed2SJames Collins 907192a412SJames Collins$lang['__navbar_background_color__'] = 'The background color for the menu'; 917192a412SJames Collins$lang['__navbar_border_color__'] = 'The border color for the menu'; 927192a412SJames Collins$lang['__navbar_brand_text_color__'] = 'The font color for the site title'; 937192a412SJames Collins$lang['__navbar_brand_tagline_color__'] = 'The font color for the site tagline'; 949cff245bSJames Collins$lang['__navbar_content_justify__'] = 'The content justification of the site menu (can be flex-start, flex-end, 959cff245bSJames Collinscenter, space-between or space-around)'; 96377eb49bSJames Collins$lang['__navbar_link_color__'] = 'The font color for the navbar links'; 97377eb49bSJames Collins$lang['__navbar_link_hover_color__'] = 'The font color for the navbar links when cursor hovers over'; 98a8eebd82SJames Collins 997192a412SJames Collins$lang['__subnavbar_text_color__'] = 'The font color for sub menu text'; 1007192a412SJames Collins$lang['__subnavbar_link_color__'] = 'The font color for sub menu links'; 1017192a412SJames Collins$lang['__subnavbar_link_hover_color__'] = 'The font color when the cursor hovers over sub menu links'; 1027192a412SJames Collins$lang['__subnavbar_background_color__'] = 'The background color for the sub menu'; 1037192a412SJames Collins$lang['__subnavbar_border_color__'] = 'The border color for the sub menu'; 1049cff245bSJames Collins$lang['__subnavbar_content_justify__'] = 'The content justification of the sub menu (can be flex-start, flex-end, 1059cff245bSJames Collinscenter, space-between or space-around)'; 106a8eebd82SJames Collins 1077192a412SJames Collins$lang['__tag_background_color__'] = 'The background color of tags'; 1087192a412SJames Collins$lang['__tag_text_color__'] = 'The font color of tags '; 109a8eebd82SJames Collins 1107192a412SJames Collins$lang['__breadcrumb_background_color__'] = 'The background color for the breadcrumb block'; 1117192a412SJames Collins$lang['__breadcrumb_font_size__'] = 'The font size for the breadcrumb block'; 1127192a412SJames Collins$lang['__breadcrumb_text_color__'] = 'The font color for breadcrumb text'; 1137192a412SJames Collins$lang['__breadcrumb_link_color__'] = 'The font color for breadcrumb links'; 1147192a412SJames Collins$lang['__breadcrumb_link_hover_color__'] = 'The font color when the cursor hovers over breadcrumb links'; 115a8eebd82SJames Collins 1167192a412SJames Collins$lang['__hero_title_color__'] = 'The font color for the hero title'; 1177192a412SJames Collins$lang['__hero_subtitle_color__'] = 'The font color for the hero sub title'; 1187192a412SJames Collins$lang['__hero_background_color__'] = 'The background color for the hero block'; 119a8eebd82SJames Collins 1207192a412SJames Collins$lang['__sidebar_width__'] = 'The sidebar width'; 1217192a412SJames Collins$lang['__sidebar_font_size__'] = 'The font size in sidebars'; 1227192a412SJames Collins$lang['__sidebar_text_color__'] = 'The font color for sidebars'; 1237192a412SJames Collins$lang['__sidebar_link_color__'] = 'The font color for links in sidebars'; 1247192a412SJames Collins$lang['__sidebar_link_hover_color__'] = 'The font color when the cursor hovers over links in sidebars'; 1257192a412SJames Collins$lang['__sidebar_background_color__'] = 'The background color for sidebars'; 1267192a412SJames Collins$lang['__sidebar_border_color__'] = 'The border color for sidebars'; 127a8eebd82SJames Collins 1287192a412SJames Collins$lang['__content_background__'] = 'The background color for page content'; 129a8eebd82SJames Collins 1307192a412SJames Collins$lang['__toc_background_color__'] = 'The background color for the TOC'; 1317192a412SJames Collins$lang['__toc_border_color__'] = 'The border color for the TOC'; 1327192a412SJames Collins$lang['__toc_font_size__'] = 'The font size for the TOC'; 1337192a412SJames Collins$lang['__toc_link_color__'] = 'The font color for TOC links'; 1347192a412SJames Collins$lang['__toc_link_hover_color__'] = 'The font color when the cursor hovers over TOC links'; 135a8eebd82SJames Collins 1367192a412SJames Collins$lang['__pagetools_color__'] = 'The color of page tool icons'; 1377192a412SJames Collins$lang['__pagetools_hover_color__'] = 'The color of page tools icons when cursor hovers'; 138a8eebd82SJames Collins 1397192a412SJames Collins$lang['__footer_font_size__'] = 'The font size for the footer'; 1407192a412SJames Collins$lang['__footer_text_color__'] = 'The font color for the footer'; 1417192a412SJames Collins$lang['__footer_link_color__'] = 'The font color for the footer links'; 1427192a412SJames Collins$lang['__footer_link_hover_color__'] = 'The font color when cursor hovers over footer links'; 1431dbcd10aSJames Collins$lang['__footer_text_align__'] = 'The text alignment for the footer (can be left, center, right or justify)'; 1447192a412SJames Collins$lang['__footer_background_color__'] = 'The background color for the footer'; 145a8eebd82SJames Collins 1467192a412SJames Collins$lang['__table_font_size__'] = 'The font size for tables'; 147123b7c9fSJames Collins$lang['__table_row_border_color__'] = 'The row border color for tables'; 148123b7c9fSJames Collins$lang['__table_col_border_color__'] = 'The column border color for tables'; 149377eb49bSJames Collins$lang['__table_header_row_background_color__'] = 'The background color for table heading rows'; 150a755188dSJames Collins$lang['__table_header_row_text_color__'] = 'The font color for table heading rows'; 151a755188dSJames Collins$lang['__table_odd_row_text_color__'] = 'The font color for table odd rows'; 152662e343cSnomadjimbob$lang['__table_odd_row_background_color__'] = 'The background color for table odd rows'; 153a755188dSJames Collins$lang['__table_even_row_text_color__'] = 'The font color for table even rows'; 154a755188dSJames Collins$lang['__table_even_row_background_color__'] = 'The background color for table even rows'; 155bbe2d224SJames Collins$lang['__table_horizontal_padding__'] = 'The horizontal padding for table cells'; 156bbe2d224SJames Collins$lang['__table_vertical_padding__'] = 'The vertical padding for table cells'; 157a8eebd82SJames Collins 1587192a412SJames Collins$lang['__dropdown_color__'] = 'The font color for dropdown menus'; 1597192a412SJames Collins$lang['__dropdown_hover_color__'] = 'The font color when the cursor hovers over dropdown menu items'; 1607192a412SJames Collins$lang['__dropdown_border_color__'] = 'The border color for dropdown menus'; 1617192a412SJames Collins$lang['__dropdown_background_color__'] = 'The background color for dropdown menus'; 162a8eebd82SJames Collins 1637192a412SJames Collins$lang['__section_edit_highlight__'] = 'The color when highlighting an edit area'; 1641dbcd10aSJames Collins 165377eb49bSJames Collins$lang['__tree_background_color__'] = 'The background color of the tree view'; 166377eb49bSJames Collins$lang['__tree_border_color__'] = 'The border color of the tree view'; 167377eb49bSJames Collins 168377eb49bSJames Collins$lang['__tab_color__'] = 'The font color of a tab'; 169377eb49bSJames Collins$lang['__tab_background_color__'] = 'The background color of a tab'; 170377eb49bSJames Collins$lang['__tab_border_color__'] = 'The border color of a tab'; 171377eb49bSJames Collins$lang['__tab_hover_color__'] = 'The font color of a tab when cursor hovers over'; 172377eb49bSJames Collins$lang['__tab_background_hover_color__'] = 'The background color of a tab when cursor hovers over'; 173377eb49bSJames Collins$lang['__tab_border_hover_color__'] = 'The border color of a tab when cursor hovers over'; 174377eb49bSJames Collins$lang['__tab_active_color__'] = 'The font color of an active tab'; 175377eb49bSJames Collins$lang['__tab_active_background_color__'] = 'The background color of an active tab'; 176377eb49bSJames Collins$lang['__tab_active_border_color__'] = 'The border color of an active tab'; 177377eb49bSJames Collins 178ad182e6dSnomadjimbob/* Plugin */ 179ad182e6dSnomadjimbob$lang['__plugin_background_color__'] = 'The background color used on Mikio Plugin elements'; 180ad182e6dSnomadjimbob$lang['__plugin_border_color__'] = 'The border color used on Mikio Plugin elements'; 181ad182e6dSnomadjimbob$lang['__plugin_header_background_color__'] = 'The background color used on header items within Mikio Plugin elements'; 182ad182e6dSnomadjimbob$lang['__plugin_footer_background_color__'] = 'The background color used on footer items within Mikio Plugin elements'; 183ad182e6dSnomadjimbob 184ad182e6dSnomadjimbob$lang['__plugin_primary_text_color__'] = 'Primary style font color'; 185ad182e6dSnomadjimbob$lang['__plugin_primary_text_hover_color__'] = 'Primary style font color when cursor hovers over'; 186ad182e6dSnomadjimbob$lang['__plugin_primary_background_color__'] = 'Primary style background color'; 187ad182e6dSnomadjimbob$lang['__plugin_primary_background_hover_color__'] = 'Primary style background color when cursor hovers over'; 188ad182e6dSnomadjimbob$lang['__plugin_primary_border_color__'] = 'Primary style border color'; 189ad182e6dSnomadjimbob$lang['__plugin_primary_border_hover_color__'] = 'Primary style border color when cursor hovers over'; 190ad182e6dSnomadjimbob$lang['__plugin_primary_light_text_color__'] = 'Primary style font color for light box items'; 191ad182e6dSnomadjimbob$lang['__plugin_primary_light_background_color__'] = 'Primary style background color for light box items'; 192ad182e6dSnomadjimbob$lang['__plugin_primary_light_border_color__'] = 'Primary style border color for light box items'; 193ad182e6dSnomadjimbob 194ad182e6dSnomadjimbob$lang['__plugin_secondary_text_color__'] = 'Secondary style font color'; 195ad182e6dSnomadjimbob$lang['__plugin_secondary_text_hover_color__'] = 'Secondary style font color when cursor hovers over'; 196ad182e6dSnomadjimbob$lang['__plugin_secondary_background_color__'] = 'Secondary style background color'; 197ad182e6dSnomadjimbob$lang['__plugin_secondary_background_hover_color__'] = 'Secondary style background color when cursor hovers over'; 198ad182e6dSnomadjimbob$lang['__plugin_secondary_border_color__'] = 'Secondary style border color'; 199ad182e6dSnomadjimbob$lang['__plugin_secondary_border_hover_color__'] = 'Secondary style border color when cursor hovers over'; 200ad182e6dSnomadjimbob$lang['__plugin_secondary_light_text_color__'] = 'Secondary style font color for light box items'; 201ad182e6dSnomadjimbob$lang['__plugin_secondary_light_background_color__'] = 'Secondary style background color for light box items'; 202ad182e6dSnomadjimbob$lang['__plugin_secondary_light_border_color__'] = 'Secondary style border color for light box items'; 203ad182e6dSnomadjimbob 204ad182e6dSnomadjimbob$lang['__plugin_success_text_color__'] = 'Success style font color'; 205ad182e6dSnomadjimbob$lang['__plugin_success_text_hover_color__'] = 'Success style font color when cursor hovers over'; 206ad182e6dSnomadjimbob$lang['__plugin_success_background_color__'] = 'Success style background color'; 207ad182e6dSnomadjimbob$lang['__plugin_success_background_hover_color__'] = 'Success style background color when cursor hovers over'; 208ad182e6dSnomadjimbob$lang['__plugin_success_border_color__'] = 'Success style border color'; 209ad182e6dSnomadjimbob$lang['__plugin_success_border_hover_color__'] = 'Success style border color when cursor hovers over'; 210ad182e6dSnomadjimbob$lang['__plugin_success_light_text_color__'] = 'Success style font color for light box items'; 211ad182e6dSnomadjimbob$lang['__plugin_success_light_background_color__'] = 'Success style background color for light box items'; 212ad182e6dSnomadjimbob$lang['__plugin_success_light_border_color__'] = 'Success style border color for light box items'; 213ad182e6dSnomadjimbob 214ad182e6dSnomadjimbob$lang['__plugin_danger_text_color__'] = 'Danger style font color'; 215*dcc65373SJames Collins$lang['__plugin_danger_text_hover_color__'] = 'Danger style font color when cursor hovers over'; 216*dcc65373SJames Collins$lang['__plugin_danger_background_color__'] = 'Danger style background color'; 217*dcc65373SJames Collins$lang['__plugin_danger_background_hover_color__'] = 'Danger style background color when cursor hovers over'; 218*dcc65373SJames Collins$lang['__plugin_danger_border_color__'] = 'Danger style border color'; 219ad182e6dSnomadjimbob$lang['__plugin_danger_border_hover_color__'] = 'Danger style border color when cursor hovers over'; 220ad182e6dSnomadjimbob$lang['__plugin_danger_light_text_color__'] = 'Danger style font color for light box items'; 221ad182e6dSnomadjimbob$lang['__plugin_danger_light_background_color__'] = 'Danger style background color for light box items'; 222ad182e6dSnomadjimbob$lang['__plugin_danger_light_border_color__'] = 'Danger style border color for light box items'; 223ad182e6dSnomadjimbob 224ad182e6dSnomadjimbob$lang['__plugin_warning_text_color__'] = 'Warning style font color'; 225*dcc65373SJames Collins$lang['__plugin_warning_text_hover_color__'] = 'Warning style font color when cursor hovers over'; 226*dcc65373SJames Collins$lang['__plugin_warning_background_color__'] = 'Warning style background color'; 227*dcc65373SJames Collins$lang['__plugin_warning_background_hover_color__'] = 'Warning style background color when cursor hovers over'; 228*dcc65373SJames Collins$lang['__plugin_warning_border_color__'] = 'Warning style border color'; 229ad182e6dSnomadjimbob$lang['__plugin_warning_border_hover_color__'] = 'Warning style border color when cursor hovers over'; 230ad182e6dSnomadjimbob$lang['__plugin_warning_light_text_color__'] = 'Warning style font color for light box items'; 231ad182e6dSnomadjimbob$lang['__plugin_warning_light_background_color__'] = 'Warning style background color for light box items'; 232ad182e6dSnomadjimbob$lang['__plugin_warning_light_border_color__'] = 'Warning style border color for light box items'; 233ad182e6dSnomadjimbob 234ad182e6dSnomadjimbob$lang['__plugin_info_text_color__'] = 'Info style font color'; 235*dcc65373SJames Collins$lang['__plugin_info_text_hover_color__'] = 'Info style font color when cursor hovers over'; 236*dcc65373SJames Collins$lang['__plugin_info_background_color__'] = 'Info style background color'; 237*dcc65373SJames Collins$lang['__plugin_info_background_hover_color__'] = 'Info style background color when cursor hovers over'; 238*dcc65373SJames Collins$lang['__plugin_info_border_color__'] = 'Info style border color'; 239ad182e6dSnomadjimbob$lang['__plugin_info_border_hover_color__'] = 'Info style border color when cursor hovers over'; 240ad182e6dSnomadjimbob$lang['__plugin_info_light_text_color__'] = 'Info style font color for light box items'; 241ad182e6dSnomadjimbob$lang['__plugin_info_light_background_color__'] = 'Info style background color for light box items'; 242ad182e6dSnomadjimbob$lang['__plugin_info_light_border_color__'] = 'Info style border color for light box items'; 243ad182e6dSnomadjimbob 244ad182e6dSnomadjimbob$lang['__plugin_light_text_color__'] = 'Light style font color'; 245*dcc65373SJames Collins$lang['__plugin_light_text_hover_color__'] = 'Light style font color when cursor hovers over'; 246*dcc65373SJames Collins$lang['__plugin_light_background_color__'] = 'Light style background color'; 247*dcc65373SJames Collins$lang['__plugin_light_background_hover_color__'] = 'Light style background color when cursor hovers over'; 248*dcc65373SJames Collins$lang['__plugin_light_border_color__'] = 'Light style border color'; 249ad182e6dSnomadjimbob$lang['__plugin_light_border_hover_color__'] = 'Light style border color when cursor hovers over'; 250ad182e6dSnomadjimbob$lang['__plugin_light_light_text_color__'] = 'Light style font color for light box items'; 251ad182e6dSnomadjimbob$lang['__plugin_light_light_background_color__'] = 'Light style background color for light box items'; 252ad182e6dSnomadjimbob$lang['__plugin_light_light_border_color__'] = 'Light style border color for light box items'; 253ad182e6dSnomadjimbob 254ad182e6dSnomadjimbob$lang['__plugin_dark_text_color__'] = 'Dark style font color'; 255*dcc65373SJames Collins$lang['__plugin_dark_text_hover_color__'] = 'Dark style font color when cursor hovers over'; 256*dcc65373SJames Collins$lang['__plugin_dark_background_color__'] = 'Dark style background color'; 257*dcc65373SJames Collins$lang['__plugin_dark_background_hover_color__'] = 'Dark style background color when cursor hovers over'; 258*dcc65373SJames Collins$lang['__plugin_dark_border_color__'] = 'Dark style border color'; 259ad182e6dSnomadjimbob$lang['__plugin_dark_border_hover_color__'] = 'Dark style border color when cursor hovers over'; 260ad182e6dSnomadjimbob$lang['__plugin_dark_light_text_color__'] = 'Dark style font color for light box items'; 261ad182e6dSnomadjimbob$lang['__plugin_dark_light_background_color__'] = 'Dark style background color for light box items'; 262ad182e6dSnomadjimbob$lang['__plugin_dark_light_border_color__'] = 'Dark style border color for light box items'; 263ad182e6dSnomadjimbob 264ad182e6dSnomadjimbob$lang['__plugin_link_text_color__'] = 'Link style font color'; 265*dcc65373SJames Collins$lang['__plugin_link_text_hover_color__'] = 'Link style font color when cursor hovers over'; 266*dcc65373SJames Collins$lang['__plugin_link_background_color__'] = 'Link style background color'; 267*dcc65373SJames Collins$lang['__plugin_link_background_hover_color__'] = 'Link style background color when cursor hovers over'; 268*dcc65373SJames Collins$lang['__plugin_link_border_color__'] = 'Link style border color'; 269ad182e6dSnomadjimbob$lang['__plugin_link_border_hover_color__'] = 'Link style border color when cursor hovers over'; 270ad182e6dSnomadjimbob 271ad182e6dSnomadjimbob$lang['__plugin_carousel_title_text_color__'] = 'Carousel title font color'; 272ad182e6dSnomadjimbob$lang['__plugin_carousel_caption_text_color__'] = 'Carousel caption font color'; 273ad182e6dSnomadjimbob$lang['__plugin_carousel_caption_background_color__'] = 'Carousel caption background color'; 274ad182e6dSnomadjimbob$lang['__plugin_carousel_control_fill_color__'] = 'Carousel control fill color'; 275ad182e6dSnomadjimbob$lang['__plugin_carousel_control_stroke_color__'] = 'Carousel control stroke color'; 276ad182e6dSnomadjimbob$lang['__plugin_carousel_indicator_color__'] = 'Carousel indicator color'; 277ad182e6dSnomadjimbob 278ad182e6dSnomadjimbob$lang['__plugin_steps_step_text_color__'] = 'Steps font color'; 279ad182e6dSnomadjimbob$lang['__plugin_steps_border_color__'] = 'Steps border color'; 280ad182e6dSnomadjimbob$lang['__plugin_steps_step_background_color__'] = 'Steps background color'; 281ad182e6dSnomadjimbob$lang['__plugin_steps_step_background_complete_color__'] = 'Steps background color for completed steps'; 282ad182e6dSnomadjimbob 283ad182e6dSnomadjimbob$lang['__plugin_tabgroup_tab_text_active_color__'] = 'Tabgroup active tab font color'; 284ad182e6dSnomadjimbob$lang['__plugin_tabgroup_tab_background_active_color__'] = 'Tabgroup active tab background color'; 285ad182e6dSnomadjimbob$lang['__plugin_tabgroup_tab_border_hover_color__'] = 'Tabgroup inactive tab border color when cursor hovers 286ad182e6dSnomadjimbobover'; 287ad182e6dSnomadjimbob 288ad182e6dSnomadjimbob$lang['__plugin_tooltip_text_color__'] = 'Tooltip font color'; 289ad182e6dSnomadjimbob$lang['__plugin_tooltip_background_color__'] = 'Tooltip background color'; 290ad182e6dSnomadjimbob$lang['__plugin_tooltip_border_color__'] = 'Tooltip border color'; 291ad182e6dSnomadjimbob 2921dbcd10aSJames Collins/* Add darkmode language */ 2931dbcd10aSJames Collins$lang['__darkmode_text__'] = 'Main text color'; 2941dbcd10aSJames Collins$lang['__darkmode_background__'] = 'Main background color'; 2951dbcd10aSJames Collins 2961dbcd10aSJames Collinsforeach ($lang as $key => $val) { 297ad182e6dSnomadjimbob if (strpos($key, '_darkmode_') === false) { 298ad182e6dSnomadjimbob if (substr($key, 0, 9) === '__plugin_') { 299ad182e6dSnomadjimbob $lang['__plugin_darkmode_' . substr($key, 9)] = $val; 300ad182e6dSnomadjimbob } else { 3011dbcd10aSJames Collins $lang['__darkmode_' . substr($key, 2)] = $val; 3021dbcd10aSJames Collins } 303ad182e6dSnomadjimbob } 304ad182e6dSnomadjimbob} 305