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.
 
 
 
 
 

34 lines
1.2 KiB

  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. // for the configuration manager
  9. $lang['color'] = 'Farbschema';
  10. $lang['color_o_blue'] = 'blau';
  11. $lang['color_o_brown'] = 'braun';
  12. $lang['color_o_gray'] = 'grau';
  13. $lang['color_o_green'] = 'grün';
  14. $lang['color_o_pink'] = 'pink';
  15. $lang['color_o_purple'] = 'violett';
  16. $lang['width'] = 'Breite des Layouts';
  17. $lang['width_o_narrow'] = 'schmal (610 Pixel)';
  18. $lang['width_o_medium'] = 'mittel (754 Pixel)';
  19. $lang['width_o_wide'] = 'breit (987 Pixel)';
  20. $lang['sidebar_position'] = 'Position der Seitenleiste';
  21. $lang['sidebar_position_o_left'] = 'links';
  22. $lang['sidebar_position_o_right'] = 'rechts';
  23. $lang['sidebar_page'] = 'Name der Seitenleiste-Seite';
  24. $lang['tabs_page'] = 'Name der Tabs-Seite';
  25. $lang['showpageinfo'] = 'Seiteninfo anzeigen';
  26. $lang['showsiteactions'] = 'Website-Aktionen anzeigen';
  27. $lang['showuseractions'] = 'Benutzer-Aktionen anzeigen';
  28. //Setup VIM: ex: et ts=2 enc=utf-8 :