You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?php
- /**
- * German language file
- *
- * @license GPL 2 (http://www.gnu.org/licenses/gpl.html)
- * @author Esther Brunner <wikidesign@gmail.com>
- */
-
- // for the configuration manager
- $lang['color'] = 'Farbschema';
- $lang['color_o_blue'] = 'blau';
- $lang['color_o_brown'] = 'braun';
- $lang['color_o_gray'] = 'grau';
- $lang['color_o_green'] = 'grün';
- $lang['color_o_pink'] = 'pink';
- $lang['color_o_purple'] = 'violett';
-
- $lang['width'] = 'Breite des Layouts';
- $lang['width_o_narrow'] = 'schmal (610 Pixel)';
- $lang['width_o_medium'] = 'mittel (754 Pixel)';
- $lang['width_o_wide'] = 'breit (987 Pixel)';
-
- $lang['sidebar_position'] = 'Position der Seitenleiste';
- $lang['sidebar_position_o_left'] = 'links';
- $lang['sidebar_position_o_right'] = 'rechts';
- $lang['sidebar_page'] = 'Name der Seitenleiste-Seite';
-
- $lang['tabs_page'] = 'Name der Tabs-Seite';
-
- $lang['showpageinfo'] = 'Seiteninfo anzeigen';
- $lang['showsiteactions'] = 'Website-Aktionen anzeigen';
- $lang['showuseractions'] = 'Benutzer-Aktionen anzeigen';
-
- //Setup VIM: ex: et ts=2 enc=utf-8 :
|