1<?php 2 3// style.ini values 4 5$lang['__link__'] = 'Link color'; 6$lang['__missing__'] = 'Link color (missing)'; 7$lang['__text_theme__'] = 'Text color on theme color'; 8$lang['__background_theme__'] = 'Main theme color'; 9$lang['__text_sidebar__'] = 'Sidebar text color'; 10$lang['__background_sidebar__'] = 'Sidebar background color'; 11$lang['__background_sidebar_hover__'] = 'Sidebar background highlight color (on hover)'; 12$lang['__text_sidebar_caption__'] = 'Sidebar caption color'; 13$lang['__text_sidebar_toc__'] = 'Sidebar toc text color'; 14$lang['__background_sidebar_toc__'] = 'Sidebar toc background color'; 15$lang['__background_sidebar_toc_hover__'] = 'Sidebar toc background highlight color (on hover)'; 16$lang['__background_sidebar_toc_highlight__'] = 'Sidebar toc background highlight color'; 17$lang['__text_sidebar_expand1__'] = 'Sidebar toc expand button text color'; 18$lang['__text_sidebar_expand2__'] = 'Sidebar toc expand button text color for > level2'; 19$lang['__text_pagefooter__'] = 'Page footer text color'; 20$lang['__text_monospace__'] = 'Mono space text color'; 21$lang['__background_monospace__'] = 'Mono space background color'; 22$lang['__border_monospace__'] = 'Mono space border color'; 23$lang['__background_code__'] = 'Code background color'; 24$lang['__border_code__'] = 'Code border color'; 25$lang['__text_button__'] = 'Button text color'; 26$lang['__background_button__'] = 'Button background color'; 27$lang['__text_button_hover__'] = 'Button text color (on hover)'; 28$lang['__background_button_hover__'] = 'Button background color (on hover)'; 29$lang['__border_edit_highlight__'] = 'Edit highlight border color'; 30$lang['__background_edit_highlight1__'] = 'Edit highlight background color1'; 31$lang['__background_edit_highlight2__'] = 'Edit highlight background color2'; 32$lang['__width_site__'] = 'Site width (only used when centering)'; 33$lang['__width_content__'] = 'Content width'; 34$lang['__width_sidebar__'] = 'Side bar width'; 35$lang['__background_header__'] = 'Header background color'; 36$lang['__background_footer__'] = 'Footer background color'; 37$lang['__height_header__'] = 'Header height'; 38$lang['__height_footer__'] = 'Footer height'; 39$lang['__media_query_sp__'] = 'CSS breakpoint for smart phones'; 40$lang['__media_query_tb__'] = 'CSS breakpoint for tablets'; 41 42$lang['breadcrumbs_docs'] = 'Docs'; 43$lang['breadcrumbs_admin'] = 'Admin'; 44$lang['pageheader_editthispage'] = 'Edit this page'; 45$lang['btn_next'] = 'Next'; 46$lang['btn_previous'] = 'Previous'; 47$lang['toc_title'] = 'Table of Contents'; 48$lang['js']['searchform_placeholder'] = 'Search docs'; 49 50// Admonition 51 52$lang['admonition_note'] = 'Note'; 53$lang['admonition_tip'] = 'Tip'; 54$lang['admonition_danger'] = 'Danger'; 55$lang['admonition_caution'] = 'Caution'; 56