<?php
/**
 * English language file for the configuration manager
 * 
 * @author Johannes Winkler <johannes@rocking-minds.org>
 */

$lang['sidebar']                     = "Sidebar setup";
$lang['pagename']                    = "Pagename to use for the sidebar";
$lang['main_sidebar_always']			 = "Show main sidebar in every namespace";
$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['closedwiki1']                 = "Show no sidebar to non logged in users"; 
$lang['closedwiki2']                 = "Sidebar shows only the login link to non logged in users"; 
$lang['hideactions']                 = "Hide all wiki actions to non logged in users";
$lang['userbar']              	    = 'Show userbar on top';
$lang['sitemap']              	    = 'Show sitemap-button in navigation';
$lang['logo']                        = 'The logo consists of text or an image';
$lang['logo_image']                  = 'Path to the logo-image (only if you select image)';  
$lang['logo_yourdefinition']         = 'Your definitin in the logo (only if you select text)';	
$lang['logo_yourname']             	 = 'Your name in the logo (only if you select text)'; 
$lang['navibutton1']          		 = 'Navibutton1 in the navigation: <br /> [[start|Internal Link]] or [[http://example.com|External Link]]';
$lang['navibutton2']          		 = 'Navibutton2 in the navigation: -"-';			
$lang['navibutton3']                 = 'Navibutton3 in the navigation: -"-';		
$lang['navibutton4']                 = 'Navibutton4 in the navigation: -"-';
$lang['navibutton5']                 = 'Navibutton5 in the navigation: -"-';	
$lang['navibutton6']                 = 'Navibutton6 in the navigation: -"-';	
$lang['top_link']                	 = 'Show rocket with top-link';
$lang["scanlines_loaduserjs"]        = "Load 'scanlines/user/user.js'?";
