35 lines
1.6 KiB
PHP
Executable file
35 lines
1.6 KiB
PHP
Executable file
<?php
|
|
/**
|
|
* German language file for template
|
|
*
|
|
* @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
|
|
*/
|
|
|
|
$lang['direct_prefix'] = 'Direkt';
|
|
$lang['direct_content_main'] = 'Hauptinhalt dieser Seite';
|
|
$lang['direct_menu_main'] = 'Hauptmenü';
|
|
|
|
$lang['adjunct_start_logo_text'] = 'Logo: ';
|
|
$lang['adjunct_linked_logo_text'] = '. Link zur Startseite';
|
|
|
|
$lang['nav-area-head'] = 'Navigationsmenüs und Suche';
|
|
$lang['head_magic_matcher'] = 'MagicMatcher';
|
|
$lang['head_quick_search'] = 'wikiübergreifende Schnellsuche';
|
|
$lang['head_menu_main'] = 'Hauptmenü';
|
|
$lang['head_menu_status'] = 'Seitenstatus';
|
|
$lang['head_breadcrumb'] = 'Standortanzeiger';
|
|
|
|
$lang['prefix_tasks'] = 'offene Aufgaben: ';
|
|
$lang['prefix_tasks_user'] = 'Ihre offenen Aufgaben: ';
|
|
$lang['prefix_tasks_page'] = 'offene Aufgaben auf dieser Seite: ';
|
|
$lang['tasks_page_none'] = 'keine offenen Aufgaben für diese Seite';
|
|
|
|
$lang['discussion'] = 'Diskussion';
|
|
$lang['back_to_article'] = 'Zurück zum Artikel';
|
|
$lang['userpage'] = 'Benutzer-Seite';
|
|
$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, ...)';
|
|
|
|
//Setup VIM: ex: et ts=2 :
|