
I still don't like the code directly in the template there. I think it should be moved to a helper class. The TOC CSS seems to be broken when there are no tabs right of the TOC.
48 lines
2.1 KiB
PHP
Executable file
48 lines
2.1 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['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'] = 'trace / visited last';
|
|
$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';
|