50 lines
		
	
	
	
		
			2.2 KiB
		
	
	
	
		
			PHP
		
	
	
		
			Executable file
		
	
	
	
	
			
		
		
	
	
			50 lines
		
	
	
	
		
			2.2 KiB
		
	
	
	
		
			PHP
		
	
	
		
			Executable file
		
	
	
	
	
| <?php
 | |
| /**
 | |
|  * English language file for template
 | |
|  *
 | |
|  *  @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
 | |
|  */
 | |
| 
 | |
| $lang['direct_prefix']              = 'jump to';
 | |
| $lang['direct_content_main']        = 'main content';
 | |
| $lang['direct_menu_main']           = 'main menu';
 | |
| 
 | |
| $lang['adjunct_start_logo_text']    = 'Logo: ';
 | |
| $lang['adjunct_linked_logo_text']   = '. homepage link';
 | |
| $lang['a11y_search']                = 'Jump to the search';
 | |
| $lang['a11y_sidebartoggle']         = 'Open/Close Sidebar';
 | |
| 
 | |
| $lang['nav-area-head']              = 'menus and quick search';
 | |
| $lang['head_magic_matcher']         = 'MagicMatcher';
 | |
| $lang['head_quick_search']          = 'quick search';
 | |
| $lang['head_menu_main']             = 'main menu';
 | |
| $lang['head_menu_status']           = 'site status';
 | |
| $lang['head_breadcrumb']            = 'location indicator';
 | |
| $lang['head_menu_trace']            = 'Last Visited Pages';
 | |
| $lang['head_meta_box']              = 'meta data for this page';
 | |
| 
 | |
| $lang['jump_to_quicksearch']        = 'Jump to quick search';
 | |
| 
 | |
| $lang['meta_box_jira_tickets_none'] = 'jira associated tickets found: none';
 | |
| $lang['meta_box_tags_none']         = 'tags found: none';
 | |
| $lang['js']['meta_box_toc_none']    = 'no Table of Contents available';
 | |
| 
 | |
| $lang['tab_tags']                   = 'Tags';
 | |
| 
 | |
| $lang['quality_trigger']            = 'toggle page analysis';
 | |
| 
 | |
| $lang['prefix_tasks']               = 'open tasks: ';
 | |
| $lang['prefix_tasks_user']          = 'your open tasks: ';
 | |
| $lang['prefix_tasks_page']          = 'open tasks for this page: ';
 | |
| $lang['tasks_page_none']            = 'no open tasks for this page';
 | |
| 
 | |
| $lang['discussion']                 = 'Discussion';
 | |
| $lang['back_to_article']            = 'Back to article';
 | |
| $lang['userpage']                   = 'User page';
 | |
| $lang['__existing__']               = 'The color for links to existing pages';
 | |
| $lang['__missing__']                = 'The color for links to non-existing pages';
 | |
| $lang['__site_width__']             = 'The width of the full site (can be any length unit: %, px, em, ...)';
 | |
| $lang['__sidebar_width__']          = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)';
 | |
| 
 | |
| $lang['__button_color__']           = 'Color for buttons';
 | |
| $lang['__button_background__']      = 'Backgroundcolor for buttons';
 | 
