xref: /template/kiwiki/lang/de/lang.php (revision 71f52135b9898b7843d912d1161e9a84a30912eb)
1<?php
2/**
3 * German language file for template
4 *
5 */
6
7$lang['__existing__']      = 'Farbe des Links zu einer bestehenden Seite';
8$lang['__missing__']       = 'Farbe des Links zu einer fehlenden Seite';
9$lang['__site_width__']    = 'Seitenbreite';
10$lang['__sidebar_width__'] = 'Breite der Seitenleiste';
11$lang['search'] = 'Suche';
12$lang['Menu']        = 'Menü';
13$lang['edit-menu']   = 'Menü bearbeiten';
14$lang['Back to homepage']   = 'Zurück zur Homepage';
15
16$lang['__kiwiki_body_bg_color__'] = "Hintergrundfarbe";
17$lang['__kiwiki_header_bg_color__'] = "Kopfzeile Hintergrundfarbe";
18$lang['__kiwiki_text_color__'] = "Textfarbe";
19$lang['__kiwiki_main_color__'] = "Hintergrundfarbe des Inhalts" ;
20$lang['__kiwiki_ui_color__'] = "UI Farbe" ;
21$lang['__kiwiki_ui_100_color__'] = "UI Farbe 100" ;
22$lang['__kiwiki_ui_200_color__'] = "UI Farbe 200";
23$lang['__kiwiki_ui_300_color__'] = "UI Farbe 300";
24$lang['__kiwiki_ui_400_color__'] = "UI Farbe 400" ;
25$lang['__kiwiki_ui_500_color__'] = "UI Farbe 500" ;
26$lang['__kiwiki_ui_600_color__'] = "UI Farbe 600" ;
27$lang['__kiwiki_ui_700_color__'] = "UI Farbe 700" ;
28$lang['__kiwiki_ui_800_color__'] = "UI Farbe 800" ;
29$lang['__kiwiki_ui_900_color__'] = "UI Farbe 900" ;
30$lang['__kiwiki_btn_bg_color__'] = "Schaltfläche Hintergrundfarbe" ;
31$lang['__kiwiki_btn_text_color__'] = "Schaltfläche Textfarbe" ;
32$lang['__kiwiki_btn_bg_hover_color__'] = "Schaltfläche Hintergrund Schwebefarbe" ;
33$lang['__kiwiki_btn_hover_text_color__'] = "Schaltfläche Text Schwebefarbe" ;
34$lang['__kiwiki_color_btn_border_color__'] = "Schaltfläche Rahmenfarbe" ;
35
36$lang['__kiwiki_dark_body_bg_color__'] = "Hintergrundfarbe dunkel" ;
37$lang['__kiwiki_dark_header_bg_color__'] = "Kopfzeile Hintergrundfarbe dunkel";
38$lang['__kiwiki_dark_text_color__'] = "Textfarbe dunkel" ;
39$lang['__kiwiki_dark_main_color__'] = "Hintergrundfarbe des Inhalts dunkel" ;
40$lang['__kiwiki_dark_ui_color__'] = "UI Farbe dunkel" ;
41$lang['__kiwiki_dark_ui_100_color__'] = "UI Farbe 100" ;
42$lang['__kiwiki_dark_ui_200_color__'] = "UI Farbe 200" ;
43$lang['__kiwiki_dark_ui_300_color__'] = "UI Farbe 300" ;
44$lang['__kiwiki_dark_ui_400_color__'] = "UI Farbe 400" ;
45$lang['__kiwiki_dark_ui_500_color__'] = "UI Farbe 500" ;
46$lang['__kiwiki_dark_ui_600_color__'] = "UI Farbe 600" ;
47$lang['__kiwiki_dark_ui_700_color__'] = "UI Farbe 700" ;
48$lang['__kiwiki_dark_ui_800_color__'] = "UI Farbe 800" ;
49$lang['__kiwiki_dark_ui_900_color__'] = "UI Farbe 900" ;
50$lang['__kiwiki_dark_btn_bg_color__'] = "Schaltfläche Hintergrundfarbe dunkel" ;
51$lang['__kiwiki_dark_btn_text_color__'] = "Schaltfläche Textfarbe dunkel" ;
52$lang['__kiwiki_dark_btn_bg_hover_color__'] = "Schaltfläche Hintergrund Schwebefarbe dunkel" ;
53$lang['__kiwiki_dark_btn_hover_text_color__'] = "Schaltfläche Text Schwebefarbe dunkel" ;
54$lang['__kiwiki_dark_color_btn_border_color__'] = "Schaltfläche Rahmenfarbe dunkel" ;
55