1<?php 2 3/** 4 * DokuWiki Mikio Template English Language File 5 * 6 * @link http://dokuwiki.org/template:mikio 7 * @author James Collins <james.collins@outlook.com.au> 8 * @license GPLv2 (http://www.gnu.org/licenses/gpl-2.0.html) 9 */ 10 11 /* Theme */ 12$lang['sidebar-title'] = 'Sidebar'; 13$lang['tools-menu'] = 'Tools'; 14$lang['home'] = 'Home'; 15 16 17/* Config */ 18$lang['config_navbar'] = 'Menubar'; 19$lang['config_search'] = 'Search'; 20$lang['config_hero'] = 'Hero'; 21$lang['config_tags'] = 'Tags'; 22$lang['config_breadcrumb'] = 'Breadcrumb'; 23$lang['config_youarehere'] = 'You Are Here'; 24$lang['config_sidebar'] = 'Sidebars'; 25$lang['config_toc'] = 'Table of Contents'; 26$lang['config_pagetools'] = 'Page Tools'; 27$lang['config_footer'] = 'Footer'; 28$lang['config_license'] = 'License'; 29$lang['config_acl'] = 'Permissions'; 30$lang['config_sticky'] = 'Sticky Parts'; 31 32 33/* Setting Values */ 34$lang['value_never'] = 'never'; 35$lang['value_admin'] = 'admin'; 36$lang['value_always'] = 'always'; 37$lang['value_icons'] = 'icons'; 38$lang['value_text'] = 'text'; 39$lang['value_both'] = 'both'; 40$lang['value_separate'] = 'separate'; 41$lang['value_dropdown'] = 'dropdown'; 42$lang['value_combine'] = 'combine'; 43$lang['value_none'] = 'none'; 44$lang['value_custom'] = 'custom'; 45$lang['value_search'] = 'search'; 46$lang['value_dokuwiki'] = 'dokuwiki'; 47$lang['value_logged_in'] = 'logged in'; 48$lang['value_logged_out'] = 'logged out'; 49$lang['value_icon'] = 'icon'; 50$lang['value_top'] = 'top'; 51$lang['value_hero'] = 'hero'; 52$lang['value_page'] = 'page'; 53$lang['value_page_title'] = 'page title'; 54$lang['value_home'] = 'home'; 55$lang['value_logged_in_user'] = 'logged in user'; 56$lang['value_content'] = 'content'; 57$lang['value_tags'] = 'tags'; 58$lang['value_page_editors'] = 'page editors'; 59$lang['value_badge'] = 'badge'; 60$lang['value_button'] = 'button'; 61 62 63 64 65 66/* Style.ini */ 67$lang['__link__'] = 'The font color of links'; 68$lang['__link_hover__'] = 'The font color of links when cursor hovers over'; 69$lang['__link_visited__'] = 'The font color of links when previously visited'; 70$lang['__link_active__'] = 'The font color of links the moment it is clicked'; 71$lang['__existing__'] = 'The font color of wiki links for existing pages'; 72$lang['__existing_hover__'] = 'The font color of wiki links for existing pages when cursor hovers over'; 73$lang['__existing_visited__'] = 'The font color of wiki links for existing pages when previously visited'; 74$lang['__existing_active__'] = 'The font color of wiki links for existing pages the moment it is clicked'; 75$lang['__missing__'] = 'The font color of wiki links for missing pages'; 76$lang['__missing_hover__'] = 'The font color of wiki links for missing pages when cursor hovers over'; 77$lang['__missing_visited__'] = 'The font color of wiki links for missing pages when previously visited'; 78$lang['__missing_active__'] = 'The font color of wiki links for missing pages the moment it is clicked'; 79$lang['__line_height__'] = 'The base font line height'; 80$lang['__site_width__'] = 'Width of the body content'; 81 82$lang['__font_size__'] = 'The base font size'; 83$lang['__font_family__'] = 'The base font family (fonts containing spaces must be in quotes. Multiple fonts 84can be seperated with commas)'; 85$lang['__admin_background_color__'] = 'Background color of admin pages'; 86 87$lang['__code_font_family__'] = 'The font family for code blocks (fonts containing spaces must be in quotes. 88Multiple fonts can be seperated with commas)'; 89$lang['__code_font_size__'] = 'The font size for code blocks'; 90$lang['__code_text_color__'] = 'The font color for code blocks'; 91$lang['__code_background_color__'] = 'The background color for code blocks'; 92$lang['__code_line_height__'] = 'The font line height for code blocks'; 93$lang['__code_word_wrap__'] = 'The word wrap style for code blocks'; 94$lang['__code_border_color__'] = 'The border color for code blocks'; 95 96$lang['__control_text_color__'] = 'The font color for controls'; 97$lang['__control_border_color__'] = 'The border color for controls'; 98$lang['__control_background_color__'] = 'The background color for controls'; 99$lang['__button_text_color__'] = 'The font color for buttons'; 100$lang['__button_background_color__'] = 'The background color for buttons'; 101$lang['__button_border_color__'] = 'The border color for buttons'; 102$lang['__button_text_hover_color__'] = 'The font color for buttons when cursor hovers over'; 103$lang['__button_background_hover_color__'] = 'The background color for buttons when cursor hovers over'; 104$lang['__button_border_hover_color__'] = 'The border color for buttons when cursor hovers over'; 105$lang['__input_text_color__'] = 'The text color for input fields'; 106$lang['__input_border_color__'] = 'The border color for input fields'; 107$lang['__input_background_color__'] = 'The background color for input fields'; 108$lang['__button_default_text_color__'] = 'The font color for the default button'; 109$lang['__button_default_background_color__'] = 'The background color for the default button'; 110$lang['__button_default_border_color__'] = 'The border color for the default button'; 111$lang['__button_default_text_hover_color__'] = 'The font color for the default button when cursor hovers over'; 112$lang['__button_default_background_hover_color__'] = 'The background color for the default button when cursor hovers 113over'; 114$lang['__button_default_border_hover_color__'] = 'The border color for the default button when cursor hovers over'; 115$lang['__button_search_text_color__'] = 'The font color for the search button'; 116$lang['__button_search_background_color__'] = 'The background color for the search button'; 117$lang['__button_search_border_color__'] = 'The border color for the search button'; 118$lang['__button_search_text_hover_color__'] = 'The font color for the search button when cursor hovers over'; 119$lang['__button_search_background_hover_color__'] = 'The background color for the search button when cursor hovers 120over'; 121$lang['__button_search_border_hover_color__'] = 'The border color for the search button when cursor hovers over'; 122 123$lang['__topheader_background_color__'] = 'The background color for the top header part'; 124$lang['__header_background_color__'] = 'The background color for the header part'; 125 126$lang['__navbar_background_color__'] = 'The background color for the menu'; 127$lang['__navbar_border_color__'] = 'The border color for the menu'; 128$lang['__navbar_brand_text_color__'] = 'The font color for the site title'; 129$lang['__navbar_brand_tagline_color__'] = 'The font color for the site tagline'; 130$lang['__navbar_content_justify__'] = 'The content justification of the site menu (can be flex-start, flex-end, 131center, space-between or space-around)'; 132$lang['__navbar_link_color__'] = 'The font color for the navbar links'; 133$lang['__navbar_link_hover_color__'] = 'The font color for the navbar links when cursor hovers over'; 134 135$lang['__subnavbar_text_color__'] = 'The font color for sub menu text'; 136$lang['__subnavbar_link_color__'] = 'The font color for sub menu links'; 137$lang['__subnavbar_link_hover_color__'] = 'The font color when the cursor hovers over sub menu links'; 138$lang['__subnavbar_background_color__'] = 'The background color for the sub menu'; 139$lang['__subnavbar_border_color__'] = 'The border color for the sub menu'; 140$lang['__subnavbar_content_justify__'] = 'The content justification of the sub menu (can be flex-start, flex-end, 141center, space-between or space-around)'; 142 143$lang['__tag_background_color__'] = 'The background color of tags'; 144$lang['__tag_text_color__'] = 'The font color of tags '; 145 146$lang['__breadcrumb_background_color__'] = 'The background color for the breadcrumb block'; 147$lang['__breadcrumb_font_size__'] = 'The font size for the breadcrumb block'; 148$lang['__breadcrumb_text_color__'] = 'The font color for breadcrumb text'; 149$lang['__breadcrumb_link_color__'] = 'The font color for breadcrumb links'; 150$lang['__breadcrumb_link_hover_color__'] = 'The font color when the cursor hovers over breadcrumb links'; 151 152$lang['__hero_title_color__'] = 'The font color for the hero title'; 153$lang['__hero_subtitle_color__'] = 'The font color for the hero sub title'; 154$lang['__hero_background_color__'] = 'The background color for the hero block'; 155 156$lang['__sidebar_width__'] = 'The sidebar width'; 157$lang['__sidebar_font_size__'] = 'The font size in sidebars'; 158$lang['__sidebar_text_color__'] = 'The font color for sidebars'; 159$lang['__sidebar_link_color__'] = 'The font color for links in sidebars'; 160$lang['__sidebar_link_hover_color__'] = 'The font color when the cursor hovers over links in sidebars'; 161$lang['__sidebar_background_color__'] = 'The background color for sidebars'; 162$lang['__sidebar_border_color__'] = 'The border color for sidebars'; 163 164$lang['__content_background__'] = 'The background color for page content'; 165 166$lang['__toc_background_color__'] = 'The background color for the TOC'; 167$lang['__toc_border_color__'] = 'The border color for the TOC'; 168$lang['__toc_font_size__'] = 'The font size for the TOC'; 169$lang['__toc_link_color__'] = 'The font color for TOC links'; 170$lang['__toc_link_hover_color__'] = 'The font color when the cursor hovers over TOC links'; 171 172$lang['__pagetools_color__'] = 'The color of page tool icons'; 173$lang['__pagetools_hover_color__'] = 'The color of page tools icons when cursor hovers'; 174 175$lang['__footer_font_size__'] = 'The font size for the footer'; 176$lang['__footer_text_color__'] = 'The font color for the footer'; 177$lang['__footer_link_color__'] = 'The font color for the footer links'; 178$lang['__footer_link_hover_color__'] = 'The font color when cursor hovers over footer links'; 179$lang['__footer_text_align__'] = 'The text alignment for the footer (can be left, center, right or justify)'; 180$lang['__footer_background_color__'] = 'The background color for the footer'; 181 182$lang['__table_font_size__'] = 'The font size for tables'; 183$lang['__table_row_border_color__'] = 'The row border color for tables'; 184$lang['__table_col_border_color__'] = 'The column border color for tables'; 185$lang['__table_header_row_background_color__'] = 'The background color for table heading rows'; 186$lang['__table_header_row_text_color__'] = 'The font color for table heading rows'; 187$lang['__table_odd_row_text_color__'] = 'The font color for table odd rows'; 188$lang['__table_odd_row_background_color__'] = 'The background color for table odd rows'; 189$lang['__table_even_row_text_color__'] = 'The font color for table even rows'; 190$lang['__table_even_row_background_color__'] = 'The background color for table even rows'; 191$lang['__table_horizontal_padding__'] = 'The horizontal padding for table cells'; 192$lang['__table_vertical_padding__'] = 'The vertical padding for table cells'; 193 194$lang['__dropdown_color__'] = 'The font color for dropdown menus'; 195$lang['__dropdown_hover_color__'] = 'The font color when the cursor hovers over dropdown menu items'; 196$lang['__dropdown_border_color__'] = 'The border color for dropdown menus'; 197$lang['__dropdown_background_color__'] = 'The background color for dropdown menus'; 198 199$lang['__section_edit_highlight__'] = 'The color when highlighting an edit area'; 200 201$lang['__tree_background_color__'] = 'The background color of the tree view'; 202$lang['__tree_border_color__'] = 'The border color of the tree view'; 203 204$lang['__tab_color__'] = 'The font color of a tab'; 205$lang['__tab_background_color__'] = 'The background color of a tab'; 206$lang['__tab_border_color__'] = 'The border color of a tab'; 207$lang['__tab_hover_color__'] = 'The font color of a tab when cursor hovers over'; 208$lang['__tab_background_hover_color__'] = 'The background color of a tab when cursor hovers over'; 209$lang['__tab_border_hover_color__'] = 'The border color of a tab when cursor hovers over'; 210$lang['__tab_active_color__'] = 'The font color of an active tab'; 211$lang['__tab_active_background_color__'] = 'The background color of an active tab'; 212$lang['__tab_active_border_color__'] = 'The border color of an active tab'; 213 214/* Plugin */ 215$lang['__plugin_background_color__'] = 'The background color used on Mikio Plugin elements'; 216$lang['__plugin_border_color__'] = 'The border color used on Mikio Plugin elements'; 217$lang['__plugin_header_background_color__'] = 'The background color used on header items within Mikio Plugin elements'; 218$lang['__plugin_footer_background_color__'] = 'The background color used on footer items within Mikio Plugin elements'; 219 220$lang['__plugin_primary_text_color__'] = 'Primary style font color'; 221$lang['__plugin_primary_text_hover_color__'] = 'Primary style font color when cursor hovers over'; 222$lang['__plugin_primary_background_color__'] = 'Primary style background color'; 223$lang['__plugin_primary_background_hover_color__'] = 'Primary style background color when cursor hovers over'; 224$lang['__plugin_primary_border_color__'] = 'Primary style border color'; 225$lang['__plugin_primary_border_hover_color__'] = 'Primary style border color when cursor hovers over'; 226$lang['__plugin_primary_light_text_color__'] = 'Primary style font color for light box items'; 227$lang['__plugin_primary_light_background_color__'] = 'Primary style background color for light box items'; 228$lang['__plugin_primary_light_border_color__'] = 'Primary style border color for light box items'; 229 230$lang['__plugin_secondary_text_color__'] = 'Secondary style font color'; 231$lang['__plugin_secondary_text_hover_color__'] = 'Secondary style font color when cursor hovers over'; 232$lang['__plugin_secondary_background_color__'] = 'Secondary style background color'; 233$lang['__plugin_secondary_background_hover_color__'] = 'Secondary style background color when cursor hovers over'; 234$lang['__plugin_secondary_border_color__'] = 'Secondary style border color'; 235$lang['__plugin_secondary_border_hover_color__'] = 'Secondary style border color when cursor hovers over'; 236$lang['__plugin_secondary_light_text_color__'] = 'Secondary style font color for light box items'; 237$lang['__plugin_secondary_light_background_color__'] = 'Secondary style background color for light box items'; 238$lang['__plugin_secondary_light_border_color__'] = 'Secondary style border color for light box items'; 239 240$lang['__plugin_success_text_color__'] = 'Success style font color'; 241$lang['__plugin_success_text_hover_color__'] = 'Success style font color when cursor hovers over'; 242$lang['__plugin_success_background_color__'] = 'Success style background color'; 243$lang['__plugin_success_background_hover_color__'] = 'Success style background color when cursor hovers over'; 244$lang['__plugin_success_border_color__'] = 'Success style border color'; 245$lang['__plugin_success_border_hover_color__'] = 'Success style border color when cursor hovers over'; 246$lang['__plugin_success_light_text_color__'] = 'Success style font color for light box items'; 247$lang['__plugin_success_light_background_color__'] = 'Success style background color for light box items'; 248$lang['__plugin_success_light_border_color__'] = 'Success style border color for light box items'; 249 250$lang['__plugin_danger_text_color__'] = 'Danger style font color'; 251$lang['__plugin_danger_text_hover_color__'] = 'Danger style font color when cursor hovers over'; 252$lang['__plugin_danger_background_color__'] = 'Danger style background color'; 253$lang['__plugin_danger_background_hover_color__'] = 'Danger style background color when cursor hovers over'; 254$lang['__plugin_danger_border_color__'] = 'Danger style border color'; 255$lang['__plugin_danger_border_hover_color__'] = 'Danger style border color when cursor hovers over'; 256$lang['__plugin_danger_light_text_color__'] = 'Danger style font color for light box items'; 257$lang['__plugin_danger_light_background_color__'] = 'Danger style background color for light box items'; 258$lang['__plugin_danger_light_border_color__'] = 'Danger style border color for light box items'; 259 260$lang['__plugin_warning_text_color__'] = 'Warning style font color'; 261$lang['__plugin_warning_text_hover_color__'] = 'Warning style font color when cursor hovers over'; 262$lang['__plugin_warning_background_color__'] = 'Warning style background color'; 263$lang['__plugin_warning_background_hover_color__'] = 'Warning style background color when cursor hovers over'; 264$lang['__plugin_warning_border_color__'] = 'Warning style border color'; 265$lang['__plugin_warning_border_hover_color__'] = 'Warning style border color when cursor hovers over'; 266$lang['__plugin_warning_light_text_color__'] = 'Warning style font color for light box items'; 267$lang['__plugin_warning_light_background_color__'] = 'Warning style background color for light box items'; 268$lang['__plugin_warning_light_border_color__'] = 'Warning style border color for light box items'; 269 270$lang['__plugin_info_text_color__'] = 'Info style font color'; 271$lang['__plugin_info_text_hover_color__'] = 'Info style font color when cursor hovers over'; 272$lang['__plugin_info_background_color__'] = 'Info style background color'; 273$lang['__plugin_info_background_hover_color__'] = 'Info style background color when cursor hovers over'; 274$lang['__plugin_info_border_color__'] = 'Info style border color'; 275$lang['__plugin_info_border_hover_color__'] = 'Info style border color when cursor hovers over'; 276$lang['__plugin_info_light_text_color__'] = 'Info style font color for light box items'; 277$lang['__plugin_info_light_background_color__'] = 'Info style background color for light box items'; 278$lang['__plugin_info_light_border_color__'] = 'Info style border color for light box items'; 279 280$lang['__plugin_light_text_color__'] = 'Light style font color'; 281$lang['__plugin_light_text_hover_color__'] = 'Light style font color when cursor hovers over'; 282$lang['__plugin_light_background_color__'] = 'Light style background color'; 283$lang['__plugin_light_background_hover_color__'] = 'Light style background color when cursor hovers over'; 284$lang['__plugin_light_border_color__'] = 'Light style border color'; 285$lang['__plugin_light_border_hover_color__'] = 'Light style border color when cursor hovers over'; 286$lang['__plugin_light_light_text_color__'] = 'Light style font color for light box items'; 287$lang['__plugin_light_light_background_color__'] = 'Light style background color for light box items'; 288$lang['__plugin_light_light_border_color__'] = 'Light style border color for light box items'; 289 290$lang['__plugin_dark_text_color__'] = 'Dark style font color'; 291$lang['__plugin_dark_text_hover_color__'] = 'Dark style font color when cursor hovers over'; 292$lang['__plugin_dark_background_color__'] = 'Dark style background color'; 293$lang['__plugin_dark_background_hover_color__'] = 'Dark style background color when cursor hovers over'; 294$lang['__plugin_dark_border_color__'] = 'Dark style border color'; 295$lang['__plugin_dark_border_hover_color__'] = 'Dark style border color when cursor hovers over'; 296$lang['__plugin_dark_light_text_color__'] = 'Dark style font color for light box items'; 297$lang['__plugin_dark_light_background_color__'] = 'Dark style background color for light box items'; 298$lang['__plugin_dark_light_border_color__'] = 'Dark style border color for light box items'; 299 300$lang['__plugin_link_text_color__'] = 'Link style font color'; 301$lang['__plugin_link_text_hover_color__'] = 'Link style font color when cursor hovers over'; 302$lang['__plugin_link_background_color__'] = 'Link style background color'; 303$lang['__plugin_link_background_hover_color__'] = 'Link style background color when cursor hovers over'; 304$lang['__plugin_link_border_color__'] = 'Link style border color'; 305$lang['__plugin_link_border_hover_color__'] = 'Link style border color when cursor hovers over'; 306 307$lang['__plugin_carousel_title_text_color__'] = 'Carousel title font color'; 308$lang['__plugin_carousel_caption_text_color__'] = 'Carousel caption font color'; 309$lang['__plugin_carousel_caption_background_color__'] = 'Carousel caption background color'; 310$lang['__plugin_carousel_control_fill_color__'] = 'Carousel control fill color'; 311$lang['__plugin_carousel_control_stroke_color__'] = 'Carousel control stroke color'; 312$lang['__plugin_carousel_indicator_color__'] = 'Carousel indicator color'; 313 314$lang['__plugin_steps_step_text_color__'] = 'Steps font color'; 315$lang['__plugin_steps_border_color__'] = 'Steps border color'; 316$lang['__plugin_steps_step_background_color__'] = 'Steps background color'; 317$lang['__plugin_steps_step_background_complete_color__'] = 'Steps background color for completed steps'; 318 319$lang['__plugin_tabgroup_tab_text_active_color__'] = 'Tabgroup active tab font color'; 320$lang['__plugin_tabgroup_tab_background_active_color__'] = 'Tabgroup active tab background color'; 321$lang['__plugin_tabgroup_tab_border_hover_color__'] = 'Tabgroup inactive tab border color when cursor hovers 322over'; 323 324$lang['__plugin_tooltip_text_color__'] = 'Tooltip font color'; 325$lang['__plugin_tooltip_background_color__'] = 'Tooltip background color'; 326$lang['__plugin_tooltip_border_color__'] = 'Tooltip border color'; 327 328/* Add darkmode language */ 329$lang['__darkmode_text__'] = 'Main text color'; 330$lang['__darkmode_background__'] = 'Main background color'; 331 332foreach ($lang as $key => $val) { 333 if (strpos($key, '_darkmode_') === false) { 334 if (substr($key, 0, 9) === '__plugin_') { 335 $lang['__plugin_darkmode_' . substr($key, 9)] = $val; 336 } else { 337 $lang['__darkmode_' . substr($key, 2)] = $val; 338 } 339 } 340} 341