xref: /template/sprintdoc/lang/de/lang.php (revision cf24d7da37c5973c16d672cf607a6de601bcb867)
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['nav-area-head']          = 'Navigationsmenüs und Suche';
13$lang['head_magic_matcher']     = 'MagicMatcher';
14
15
16$lang['discussion']             = 'Diskussion';
17$lang['back_to_article']        = 'Zurück zum Artikel';
18$lang['userpage']               = 'Benutzer-Seite';
19$lang['__existing__']           = 'The color for links to existing pages';
20$lang['__missing__']            = 'The color for links to non-existing pages';
21$lang['__site_width__']         = 'The width of the full site (can be any length unit: %, px, em, ...)';
22$lang['__sidebar_width__']      = 'The width of the sidebar, if any (can be any length unit: %, px, em, ...)';
23
24//Setup VIM: ex: et ts=2 :
25