<?php
/**
 * English language file for template
 *
 */

$lang['__existing__']      = 'The color for links to existing pages';
$lang['__missing__']       = 'The color for links to non-existing pages';
$lang['__site_width__']    = 'The width of the full site (can be any length unit: %, px, em, ...)';
$lang['__sidebar_width__'] = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)';
$lang['__theme_color__']   = 'Unused';
$lang['__link__'] 	   = 'Links color, should be identical to alternative text color';
$lang['__code__']   = 'code tags color';
$lang['__preformatted__']   = 'pre tag color';
$lang['__disabled__']   = 'Disabled elements';

$lang['__dark_text__']   = 'Dark theme text color';
$lang['__dark_background__']   = 'Dark theme background color';
$lang['__dark_text_alt__']   = 'Dark theme colored text';
$lang['__dark_background_alt__']   = 'Dark theme alternative background';
$lang['__dark_text_neu__']   = 'Dark theme neutral text color';
$lang['__dark_background_neu__']   = 'Dark theme neutral background, should be the same that normal background';
$lang['__dark_code__']   = 'Dark theme code color';
$lang['__dark_preformatted__']   = 'Dark theme preformatted color';
$lang['__dark_disabled__']   = 'Dark theme disabled element';

