FontChoice.js.uncompressed.js 445 B

12345678910111213141516171819202122232425
  1. define(
  2. "dijit/_editor/nls/nl/FontChoice", ({
  3. fontSize: "Grootte",
  4. fontName: "Lettertype",
  5. formatBlock: "Opmaak",
  6. serif: "serif",
  7. "sans-serif": "sans-serif",
  8. monospace: "monospace",
  9. cursive: "cursief",
  10. fantasy: "fantasy",
  11. noFormat: "Geen",
  12. p: "Alinea",
  13. h1: "Kop",
  14. h2: "Subkop",
  15. h3: "Sub-subkop",
  16. pre: "Vooraf opgemaakt",
  17. 1: "xx-klein",
  18. 2: "x-klein",
  19. 3: "klein",
  20. 4: "gemiddeld",
  21. 5: "groot",
  22. 6: "x-groot",
  23. 7: "xx-groot"
  24. })
  25. );