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