1<?php 2/** 3 * German language file 4 * 5 * @license GPL 2 (http://www.gnu.org/licenses/gpl.html) 6 * @author Esther Brunner <wikidesign@gmail.com> 7 */ 8 9// for the configuration manager 10$lang['color'] = 'Farbschema'; 11$lang['color_o_blue'] = 'blau'; 12$lang['color_o_brown'] = 'braun'; 13$lang['color_o_gray'] = 'grau'; 14$lang['color_o_green'] = 'grün'; 15$lang['color_o_pink'] = 'pink'; 16$lang['color_o_purple'] = 'violett'; 17 18$lang['width'] = 'Breite des Layouts'; 19$lang['width_o_narrow'] = 'schmal (610 Pixel)'; 20$lang['width_o_medium'] = 'mittel (754 Pixel)'; 21$lang['width_o_wide'] = 'breit (987 Pixel)'; 22 23$lang['sidebar_position'] = 'Position der Seitenleiste'; 24$lang['sidebar_position_o_left'] = 'links'; 25$lang['sidebar_position_o_right'] = 'rechts'; 26$lang['sidebar_page'] = 'Name der Seitenleiste-Seite'; 27 28$lang['tabs_page'] = 'Name der Tabs-Seite'; 29 30$lang['showpageinfo'] = 'Seiteninfo anzeigen'; 31$lang['showsiteactions'] = 'Website-Aktionen anzeigen'; 32$lang['showuseractions'] = 'Benutzer-Aktionen anzeigen'; 33 34//Setup VIM: ex: et ts=2 enc=utf-8 :