FontChoice.js 506 B

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