16d5babb2Snicolasprigent<?php 26d5babb2Snicolasprigent/** 36d5babb2Snicolasprigent * English language file for config 46d5babb2Snicolasprigent * 56d5babb2Snicolasprigent */ 6*7744d923SNicolas Prigent// must be run from within DokuWiki 7*7744d923SNicolas Prigentif (!defined('DOKU_INC')) die(); 86d5babb2Snicolasprigent 97ecefb5aSnicolasprigent$lang['MainMenu'] = 'Menu identifier'; 10d6e441a6SNicolas Prigent$lang['SidebarMaxHeight'] = 'Max. sidebar height'; 11d6e441a6SNicolas Prigent$lang['SidebarRight'] = 'Sidebar on the right?'; 127ecefb5aSnicolasprigent$lang['TocMaxHeight'] = 'Max. table of contents height'; 13d6e441a6SNicolas Prigent$lang['TocRight'] = 'Table of contents on the right?'; 145df132cbSnicolasprigent$lang['GoBottomBtn'] = 'Go to bottom button'; 155df132cbSnicolasprigent$lang['ShowUserFooter'] = 'Display logged-in user in footer'; 165df132cbSnicolasprigent$lang['ShowACLFooter'] = 'Display group permissions (ACL) in footer'; 17dacd8d04Snicolasprigent$lang['FullScreenBtn'] = 'Full screen button'; 18acf45e3aSNicolas Prigent$lang['ContentMaxWidth'] = 'Content max width (unit is needed)'; 197e9cc60cSNicolas Prigent$lang['DefaultTheme'] = 'Default theme color'; 207e9cc60cSNicolas Prigent$lang['ForceTheme'] = 'Force the default theme color (will disable theme switcher button in header)'; 21