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

$lang['sidebar']                        = "Sidebar setup";
$lang['pagename']                       = "Pagename to use for sidebars";
$lang['trace']                          = "Show trace at the top of the page";
$lang['main_sidebar_always']			= "Show main sidebar in every namespace";
$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['right_sidebar_order']            = "Right sidebar order (comma separated)";
$lang['right_sidebar_content']          = "Content of the right sidebar";
$lang['right_sidebar_content_other']    = "Other sidebars (comma separated)";
$lang['search']                         = "Position of the search field (applies only if 2 sidebars are used)";
$lang['closedwiki']                     = "Closed Wiki (Navigation shows only the login link if not logged in)"; 
$lang['hideactions']                    = "Hide all wiki actions to non logged in users";
$lang['logoname']                       = "Name of the Headerlogo";
$lang['logowidth']                      = "Width of the Headerlogo (don't forget the unit like px)";
$lang['logoheigth']                     = "Heigth of the Headerlogo (don't forget the unit like px)";
$lang['show_backlink']                  = "Position of the Backlink link";
//$lang['sidebar_width_left']             = "Width of the left sidebar in percent";
//$lang['sidebar_width_right']            = "Width of the right sidebar in percent";
$lang['translation_bar']                = "Position of the Translation Bar";
// vim:ts=4:sw=4:et:enc=utf-8:
