1<?php
2/**
3 * English language file for the configuration manager
4 *
5 * @author Johannes Winkler <johannes@rocking-minds.org>
6 */
7
8$lang['sidebar']                     = "Sidebar setup";
9$lang['pagename']                    = "Pagename to use for the sidebar";
10$lang['main_sidebar_always']			 = "Show main sidebar in every namespace";
11$lang['user_sidebar_namespace']      = "Namespace for user sidebars";
12$lang['group_sidebar_namespace']     = "Namespace for group sidebars";
13$lang['left_sidebar_order']          = "Left sidebar order (comma separated)";
14$lang['left_sidebar_content']        = "Content of the left sidebar";
15$lang['left_sidebar_content_other']  = "Other sidebars (comma separated)";
16$lang['right_sidebar_order']         = "Right sidebar order (comma separated)";
17$lang['right_sidebar_content']       = "Content of the right sidebar";
18$lang['right_sidebar_content_other'] = "Other sidebars (comma separated)";
19$lang['closedwiki1']                 = "Show no sidebar to non logged in users";
20$lang['closedwiki2']                 = "Sidebar shows only the login link to non logged in users";
21$lang['hideactions']                 = "Hide all wiki actions to non logged in users";
22$lang['userbar']              	    = 'Show userbar on top';
23$lang['sitemap']              	    = 'Show sitemap-button in navigation';
24$lang['logo']                        = 'The logo consists of text or an image';
25$lang['logo_image']                  = 'Path to the logo-image (only if you select image)';
26$lang['logo_yourdefinition']         = 'Your definitin in the logo (only if you select text)';
27$lang['logo_yourname']             	 = 'Your name in the logo (only if you select text)';
28$lang['navibutton1']          		 = 'Navibutton1 in the navigation: <br /> [[start|Internal Link]] or [[http://example.com|External Link]]';
29$lang['navibutton2']          		 = 'Navibutton2 in the navigation: -"-';
30$lang['navibutton3']                 = 'Navibutton3 in the navigation: -"-';
31$lang['navibutton4']                 = 'Navibutton4 in the navigation: -"-';
32$lang['navibutton5']                 = 'Navibutton5 in the navigation: -"-';
33$lang['navibutton6']                 = 'Navibutton6 in the navigation: -"-';
34$lang['top_link']                	 = 'Show rocket with top-link';
35$lang["scanlines_loaduserjs"]        = "Load 'scanlines/user/user.js'?";
36