1<?php
2/**
3 * English language file for template
4 *
5 */
6
7$lang['__existing__']      = 'The color for links to existing pages';
8$lang['__missing__']       = 'The color for links to non-existing pages';
9$lang['__site_width__']    = 'The width of the full site (can be any length unit: %, px, em, ...)';
10$lang['__sidebar_width__'] = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)';
11$lang['__theme_color__']   = 'Unused';
12$lang['__link__'] 	   = 'Links color, should be identical to alternative text color';
13$lang['__code__']   = 'code tags color';
14$lang['__preformatted__']   = 'pre tag color';
15$lang['__disabled__']   = 'Disabled elements';
16
17$lang['__dark_text__']   = 'Dark theme text color';
18$lang['__dark_background__']   = 'Dark theme background color';
19$lang['__dark_text_alt__']   = 'Dark theme colored text';
20$lang['__dark_background_alt__']   = 'Dark theme alternative background';
21$lang['__dark_text_neu__']   = 'Dark theme neutral text color';
22$lang['__dark_background_neu__']   = 'Dark theme neutral background, should be the same that normal background';
23$lang['__dark_code__']   = 'Dark theme code color';
24$lang['__dark_preformatted__']   = 'Dark theme preformatted color';
25$lang['__dark_disabled__']   = 'Dark theme disabled element';
26
27