1<?php 2/** 3 * English language file for template XXX 4 * 5 */ 6$lang['__borderdark__'] = 'Dark border used in rollover effects'; 7$lang['__existing__'] = 'Link color for links to existing pages'; 8$lang['__missing__'] = 'Link color for links to non-existing pages'; 9$lang['__rollover__'] = 'Rollover link color'; 10$lang['__pagetools__'] = 'Page tools foreground color'; 11$lang['__pt_background__'] = 'Page tools background color'; 12$lang['__pt_rollover__'] = 'Page tools rollover color'; 13$lang['__site_width__'] = 'Width of the full page (can be any length unit: %, px, em, ...)'; 14$lang['__sidebar_width__'] = 'Width of the sidebar, if any (can be any length unit: %, px, em, ...)'; 15$lang['__sidebar_background__'] = 'Sidebar background color'; 16$lang['hide__footer'] = 'Hide footer (set to 1 to hide, 0 to show)'; 17$lang['show__file_name'] = 'Footer: Show file name (e.g., "start.txt")'; 18$lang['show__last_modified'] = 'Footer: Show last modified date'; 19$lang['show__user_info'] = 'Footer: Show "logged in as" info';