FontChoice.js 506 B

12345678910111213141516171819202122232425262728293031
  1. define(
  2. "dijit/_editor/nls/sk/FontChoice", //begin v1.x content
  3. ({
  4. fontSize: "Veľkosť",
  5. fontName: "Písmo",
  6. formatBlock: "Formát",
  7. serif: "serif",
  8. "sans-serif": "sans-serif",
  9. monospace: "monospace",
  10. cursive: "cursive",
  11. fantasy: "fantasy",
  12. noFormat: "Žiadny",
  13. p: "Odsek",
  14. h1: "Hlavička",
  15. h2: "Podhlavička",
  16. h3: "Pod-podhlavička",
  17. pre: "Predformátované",
  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. );