xref: /template/readthedokus/lang/en/lang.php (revision 53ce1318f367ab088444204226c1dd8f935c7e9e)
1053bf733SMasaki Yasutake<?php
2053bf733SMasaki Yasutake
3053bf733SMasaki Yasutake// style.ini values
4053bf733SMasaki Yasutake
5053bf733SMasaki Yasutake$lang['__link__'] = 'Link color';
6053bf733SMasaki Yasutake$lang['__text_theme__'] = 'Text color on theme color';
7053bf733SMasaki Yasutake$lang['__background_theme__'] = 'Main theme color';
8053bf733SMasaki Yasutake$lang['__text_sidebar__'] = 'Sidebar text color';
9053bf733SMasaki Yasutake$lang['__background_sidebar__'] = 'Sidebar background color';
10053bf733SMasaki Yasutake$lang['__background_sidebar_hover__'] = 'Sidebar background highlight color (on hover)';
11053bf733SMasaki Yasutake$lang['__text_sidebar_caption__'] = 'Sidebar caption color';
12053bf733SMasaki Yasutake$lang['__text_sidebar_toc__'] = 'Sidebar toc text color';
13053bf733SMasaki Yasutake$lang['__background_sidebar_toc__'] = 'Sidebar toc background color';
14053bf733SMasaki Yasutake$lang['__background_sidebar_toc_hover__'] = 'Sidebar toc background highlight color (on hover)';
15053bf733SMasaki Yasutake$lang['__background_sidebar_toc_highlight__'] = 'Sidebar toc background highlight color';
16b6f8b955SMasaki Yasutake$lang['__text_sidebar_expand1__'] = 'Sidebar toc expand button text color';
17b6f8b955SMasaki Yasutake$lang['__text_sidebar_expand2__'] = 'Sidebar toc expand button text color for > level2';
18053bf733SMasaki Yasutake$lang['__text_pagefooter__'] = 'Page footer text color';
19053bf733SMasaki Yasutake$lang['__text_monospace__'] = 'Mono space text color';
20053bf733SMasaki Yasutake$lang['__background_monospace__'] = 'Mono space background color';
21053bf733SMasaki Yasutake$lang['__border_monospace__'] = 'Mono space border color';
22053bf733SMasaki Yasutake$lang['__background_code__'] = 'Code background color';
23053bf733SMasaki Yasutake$lang['__border_code__'] = 'Code border color';
24053bf733SMasaki Yasutake$lang['__text_button__'] = 'Button text color';
25053bf733SMasaki Yasutake$lang['__background_button__'] = 'Button background color';
26053bf733SMasaki Yasutake$lang['__text_button_hover__'] = 'Button text color (on hover)';
27053bf733SMasaki Yasutake$lang['__background_button_hover__'] = 'Button background color (on hover)';
28053bf733SMasaki Yasutake$lang['__border_edit_highlight__'] = 'Edit highlight border color';
29053bf733SMasaki Yasutake$lang['__background_edit_highlight1__'] = 'Edit highlight background color1';
30053bf733SMasaki Yasutake$lang['__background_edit_highlight2__'] = 'Edit highlight background color2';
31053bf733SMasaki Yasutake$lang['__width_site__'] = 'Site width (only used when centering)';
32053bf733SMasaki Yasutake$lang['__width_content__'] = 'Content width';
33*53ce1318SMasaki Yasutake$lang['__width_sidebar__'] = 'Side bar width';
34053bf733SMasaki Yasutake$lang['__background_header__'] = 'Header background color';
35053bf733SMasaki Yasutake$lang['__background_footer__'] = 'Footer background color';
36053bf733SMasaki Yasutake$lang['__height_header__'] = 'Header height';
37053bf733SMasaki Yasutake$lang['__height_footer__'] = 'Footer height';
38053bf733SMasaki Yasutake$lang['__media_query_sp__'] = 'CSS breakpoint for smart phones';
39053bf733SMasaki Yasutake$lang['__media_query_tb__'] = 'CSS breakpoint for tablets';
40053bf733SMasaki Yasutake$lang['__position_sidebar__'] = 'Sidebar position';
41