1<?php 2/** 3 * english language file for template administration 4 * 5 * @author: Martin Gabelmann <martin@gabelmann.biz> 6 */ 7 8$lang['sidebar'] = 'sidebar content'; 9$lang['cleanindex'] = 'clean index'; 10$lang['cleanindexlist'] = 'clean index of further namespaces (comma-separated list)'; 11$lang['showsearch'] = 'show search box if logged in'; 12$lang['sidebaredit'] = 'show edit button in sidebar'; 13$lang['extlinks'] = 'embed external links in sidebar. One single wiki page that contains a list of links'; 14$lang['showextlinks'] = 'enable external links box'; 15$lang['institute_de'] = 'Institute name (german)'; 16$lang['institute_en'] = 'Institute name (english)'; 17$lang['shortinstitute'] = 'Institute acronym/shortcut'; 18$lang['title_prefix'] = 'prefix for the html title tag'; 19$lang['showlogin'] = 'show login button in the meta navigation'; 20$lang['boxfiles'] = 'comma separated list of wiki pages. Their content is shown within infoboxes on the right column. Infoboxes are only shown if on joins their namespace.'; 21$lang['showboxes'] = 'turn infoboxes on/off' 22?> 23