1<?php 2/** 3 * english language file for the configuration manager 4 * 5 * @author: Michael Klier <chi@chimeric.de> 6 */ 7 8$lang['sidebar'] = "Show sidebar"; 9$lang['pagename'] = "Pagename to use for sidebars"; 10$lang['trace'] = "Show trace at the top of the page"; 11$lang['wiki_actionlinks'] = "Actionlink style"; 12$lang['user_sidebar_namespace'] = "Namespace for user sidebars"; 13$lang['group_sidebar_namespace'] = "Namespace for group sidebars"; 14$lang['left_sidebar_order'] = "Left sidebar order (comma separated)"; 15$lang['left_sidebar_content'] = "Content of the left sidebar"; 16$lang['left_sidebar_content_other'] = "Other sidebars (comma separated)"; 17$lang['actionmenu_content'] = "Content of the action menu"; 18$lang['actionmenu_content_other'] = "Other actions (comma separated)"; 19?> 20