xref: /template/sprintdoc/lang/de/lang.php (revision d0b97fa27feef295dde5d9a9c850932aa7b3769d)
1<?php
2/**
3 * German language file
4 *
5 * @license    GPL 2 (http://www.gnu.org/licenses/gpl.html)
6 */
7
8$lang['direct_prefix']              = 'Direkt';
9$lang['direct_content_main']        = 'Hauptinhalt dieser Seite';
10$lang['direct_menu_main']           = 'Hauptmenü';
11
12$lang['adjunct_start_logo_text']    = 'Logo: ';
13$lang['adjunct_linked_logo_text']   = '. Link zur Startseite';
14
15$lang['nav-area-head']              = 'Navigationsmenüs und Suche';
16$lang['head_magic_matcher']         = 'MagicMatcher';
17$lang['head_quick_search']          = 'wikiübergreifende Schnellsuche';
18$lang['head_menu_main']             = 'Hauptmenü';
19
20$lang['discussion']                 = 'Diskussion';
21$lang['back_to_article']            = 'Zurück zum Artikel';
22$lang['userpage']                   = 'Benutzer-Seite';
23$lang['__existing__']               = 'The color for links to existing pages';
24$lang['__missing__']                = 'The color for links to non-existing pages';
25$lang['__site_width__']             = 'The width of the full site (can be any length unit: %, px, em, ...)';
26$lang['__sidebar_width__']          = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)';
27
28//Setup VIM: ex: et ts=2 :
29