<?php
/**
 * english language file for the configuration manager
 * 
 * @author:     Michael Klier <chi@chimeric.de>
 */

$lang['sidebar']                        = "Show sidebar";
$lang['pagename']                       = "Pagename to use for sidebars";
$lang['trace']                          = "Show trace at the top of the page";
$lang['wiki_actionlinks']               = "Actionlink style";
$lang['user_sidebar_namespace']         = "Namespace for user sidebars";
$lang['group_sidebar_namespace']        = "Namespace for group sidebars";
$lang['left_sidebar_order']             = "Left sidebar order (comma separated)";
$lang['left_sidebar_content']           = "Content of the left sidebar";
$lang['left_sidebar_content_other']     = "Other sidebars (comma separated)";
$lang['actionmenu_content'] 						= "Content of the action menu";
$lang['actionmenu_content_other'] 			= "Other actions (comma separated)";
?>
