1<?php 2/** 3 * english language file for the configuration manager 4 * 5 * @author: Michael Klier <chi@chimeric.de> 6 */ 7 8$lang['sidebar'] = "Sidebar setup"; 9$lang['pagename'] = "Pagename to use for sidebars"; 10$lang['trace'] = "Show trace at the top of the page"; 11$lang['main_sidebar_always'] = "Show main sidebar in every namespace"; 12$lang['wiki_actionlinks'] = "Actionlink style"; 13$lang['user_sidebar_namespace'] = "Namespace for user sidebars"; 14$lang['group_sidebar_namespace'] = "Namespace for group sidebars"; 15$lang['left_sidebar_order'] = "Left sidebar order (comma separated)"; 16$lang['left_sidebar_content'] = "Content of the left sidebar"; 17$lang['left_sidebar_content_other'] = "Other sidebars (comma separated)"; 18$lang['right_sidebar_order'] = "Right sidebar order (comma separated)"; 19$lang['right_sidebar_content'] = "Content of the right sidebar"; 20$lang['right_sidebar_content_other'] = "Other sidebars (comma separated)"; 21$lang['search'] = "Position of the search field (applies only if 2 sidebars are used)"; 22$lang['closedwiki'] = "Closed Wiki (Navigation shows only the login link if not logged in)"; 23?> 24