de.js 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /* ===========================================================
  2. * de.js
  3. * German translation for Trumbowyg
  4. * http://alex-d.github.com/Trumbowyg
  5. * ===========================================================
  6. * Author : Manfred Timm
  7. * Github : https://github.com/Manfred62
  8. */
  9. jQuery.trumbowyg.langs.de = {
  10. viewHTML: 'HTML anzeigen',
  11. formatting: 'Formatierung',
  12. p: 'Absatz',
  13. blockquote: 'Zitat',
  14. code: 'Code',
  15. header: 'Überschrift',
  16. bold: 'Fett',
  17. italic: 'Kursiv',
  18. strikethrough: 'Durchgestrichen',
  19. underline: 'Unterstrichen',
  20. strong: 'Wichtig',
  21. em: 'Betont',
  22. del: 'Gelöscht',
  23. unorderedList: 'Ungeordnete Liste',
  24. orderedList: 'Geordnete Liste',
  25. image: 'Bild',
  26. insertImage: 'Bild einfügen',
  27. insertVideo: 'Video einfügen',
  28. link: 'Link',
  29. createLink: 'Link einfügen',
  30. unlink: 'Link entfernen',
  31. justifyLeft: 'Links ausrichten',
  32. justifyCenter: 'Zentrieren',
  33. justifyRight: 'Rechts ausrichten',
  34. justifyFull: 'Blocksatz',
  35. horizontalRule: 'Horizontale Linie einfügen',
  36. removeformat: 'Formatierung entfernen',
  37. fullscreen: 'Vollbild',
  38. close: 'Schließen',
  39. submit: 'Bestätigen',
  40. reset: 'Abbrechen',
  41. required: 'Erforderlich',
  42. description: 'Beschreibung',
  43. title: 'Titel',
  44. text: 'Text'
  45. };