FontChoice.js.uncompressed.js 466 B

12345678910111213141516171819202122232425
  1. define(
  2. "dijit/_editor/nls/fi/FontChoice", ({
  3. fontSize: "Koko",
  4. fontName: "Fontti",
  5. formatBlock: "Muotoile",
  6. serif: "serif",
  7. "sans-serif": "sans-serif",
  8. monospace: "monospace",
  9. cursive: "cursive",
  10. fantasy: "fantasy",
  11. noFormat: "Ei mitään",
  12. p: "Kappale",
  13. h1: "Otsikko",
  14. h2: "Alatason otsikko",
  15. h3: "Alimman tason otsikko",
  16. pre: "Esimuotoiltu",
  17. 1: "xx-small",
  18. 2: "x-small",
  19. 3: "small",
  20. 4: "medium",
  21. 5: "large",
  22. 6: "x-large",
  23. 7: "xx-large"
  24. })
  25. );