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$lang['hideactions']                    = "Hide all wiki actions to non logged in users";
24$lang['logoname']                       = "Name of the Headerlogo";
25$lang['logowidth']                      = "Width of the Headerlogo (don't forget the unit like px)";
26$lang['logoheigth']                     = "Heigth of the Headerlogo (don't forget the unit like px)";
27$lang['show_backlink']                  = "Position of the Backlink link";
28//$lang['sidebar_width_left']             = "Width of the left sidebar in percent";
29//$lang['sidebar_width_right']            = "Width of the right sidebar in percent";
30$lang['translation_bar']                = "Position of the Translation Bar";
31// vim:ts=4:sw=4:et:enc=utf-8:
32