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$lang['Visible to'] = "Seite sichtbar für: " ; 16$lang['Hidden to'] = "Seite ausgeblendet bis: " ; 17$lang['User is in group'] = "Sie gehören zu den folgenden Gruppen: " ; 18$lang['btn_bottom'] = "Zum Seitenende gehen" ; 19$lang['full-screen'] = "Vollbild" ; 20$lang['theme-mode'] = "Tag/Nacht-Modus" ; 21$lang['user-tools'] = "Benutzerwerkzeuge" ; 22$lang['page-tools'] = "Seitenwerkzeuge" ; 23$lang['main-menu'] = "Hauptmenü" ; 24$lang['close'] = "Schließen" ; 25 26$lang['__kiwiki_body_bg_color__'] = "Hintergrundfarbe"; 27$lang['__kiwiki_header_bg_color__'] = "Kopfzeile Hintergrundfarbe"; 28$lang['__kiwiki_text_color__'] = "Textfarbe"; 29$lang['__kiwiki_main_color__'] = "Hintergrundfarbe des Inhalts" ; 30$lang['__kiwiki_ui_color__'] = "UI Farbe" ; 31$lang['__kiwiki_ui_100_color__'] = "UI Farbe 100" ; 32$lang['__kiwiki_ui_200_color__'] = "UI Farbe 200"; 33$lang['__kiwiki_ui_300_color__'] = "UI Farbe 300"; 34$lang['__kiwiki_ui_400_color__'] = "UI Farbe 400" ; 35$lang['__kiwiki_ui_500_color__'] = "UI Farbe 500" ; 36$lang['__kiwiki_ui_600_color__'] = "UI Farbe 600" ; 37$lang['__kiwiki_ui_700_color__'] = "UI Farbe 700" ; 38$lang['__kiwiki_ui_800_color__'] = "UI Farbe 800" ; 39$lang['__kiwiki_ui_900_color__'] = "UI Farbe 900" ; 40$lang['__kiwiki_btn_bg_color__'] = "Schaltfläche Hintergrundfarbe" ; 41$lang['__kiwiki_btn_text_color__'] = "Schaltfläche Textfarbe" ; 42$lang['__kiwiki_btn_bg_hover_color__'] = "Schaltfläche Hintergrund Schwebefarbe" ; 43$lang['__kiwiki_btn_hover_text_color__'] = "Schaltfläche Text Schwebefarbe" ; 44$lang['__kiwiki_color_btn_border_color__'] = "Schaltfläche Rahmenfarbe" ; 45 46$lang['__kiwiki_dark_body_bg_color__'] = "Hintergrundfarbe dunkel" ; 47$lang['__kiwiki_dark_header_bg_color__'] = "Kopfzeile Hintergrundfarbe dunkel"; 48$lang['__kiwiki_dark_text_color__'] = "Textfarbe dunkel" ; 49$lang['__kiwiki_dark_main_color__'] = "Hintergrundfarbe des Inhalts dunkel" ; 50$lang['__kiwiki_dark_ui_color__'] = "UI Farbe dunkel" ; 51$lang['__kiwiki_dark_ui_100_color__'] = "UI Farbe 100" ; 52$lang['__kiwiki_dark_ui_200_color__'] = "UI Farbe 200" ; 53$lang['__kiwiki_dark_ui_300_color__'] = "UI Farbe 300" ; 54$lang['__kiwiki_dark_ui_400_color__'] = "UI Farbe 400" ; 55$lang['__kiwiki_dark_ui_500_color__'] = "UI Farbe 500" ; 56$lang['__kiwiki_dark_ui_600_color__'] = "UI Farbe 600" ; 57$lang['__kiwiki_dark_ui_700_color__'] = "UI Farbe 700" ; 58$lang['__kiwiki_dark_ui_800_color__'] = "UI Farbe 800" ; 59$lang['__kiwiki_dark_ui_900_color__'] = "UI Farbe 900" ; 60$lang['__kiwiki_dark_btn_bg_color__'] = "Schaltfläche Hintergrundfarbe dunkel" ; 61$lang['__kiwiki_dark_btn_text_color__'] = "Schaltfläche Textfarbe dunkel" ; 62$lang['__kiwiki_dark_btn_bg_hover_color__'] = "Schaltfläche Hintergrund Schwebefarbe dunkel" ; 63$lang['__kiwiki_dark_btn_hover_text_color__'] = "Schaltfläche Text Schwebefarbe dunkel" ; 64$lang['__kiwiki_dark_color_btn_border_color__'] = "Schaltfläche Rahmenfarbe dunkel" ; 65