1<?php 2/** 3 * English language file for config 4 * 5 */ 6// must be run from within DokuWiki 7if (!defined('DOKU_INC')) die(); 8 9$lang['MainMenu'] = 'Menu identifier'; 10$lang['SidebarMaxHeight'] = 'Max. sidebar height'; 11$lang['SidebarRight'] = 'Sidebar on the right?'; 12$lang['TocMaxHeight'] = 'Max. table of contents height'; 13$lang['TocRight'] = 'Table of contents on the right?'; 14$lang['GoBottomBtn'] = 'Go to bottom button'; 15$lang['ShowUserFooter'] = 'Display logged-in user in footer'; 16$lang['ShowACLFooter'] = 'Display group permissions (ACL) in footer'; 17$lang['FullScreenBtn'] = 'Full screen button'; 18$lang['ContentMaxWidth'] = 'Content max width (unit is needed)'; 19$lang['DefaultTheme'] = 'Default theme color'; 20$lang['ForceTheme'] = 'Force the default theme color (will disable theme switcher button in header)'; 21