FontChoice.js 497 B

123456789101112131415161718192021222324252627282930
  1. define(
  2. "dijit/_editor/nls/de/FontChoice", //begin v1.x content
  3. ({
  4. fontSize: "Größe",
  5. fontName: "Schriftart",
  6. formatBlock: "Format",
  7. serif: "Serife",
  8. "sans-serif": "Serifenlos",
  9. monospace: "Monospaceschrift",
  10. cursive: "Kursiv",
  11. fantasy: "Fantasie",
  12. noFormat: "Keine Angabe",
  13. p: "Absatz",
  14. h1: "Überschrift",
  15. h2: "Unterüberschrift",
  16. h3: "Unterunterüberschrift",
  17. pre: "Vorformatiert",
  18. 1: "XXS",
  19. 2: "XS",
  20. 3: "S",
  21. 4: "M",
  22. 5: "L",
  23. 6: "XL",
  24. 7: "XXL"
  25. })
  26. //end v1.x content
  27. );