FontChoice.js 522 B

12345678910111213141516171819202122232425262728293031
  1. define(
  2. "dijit/_editor/nls/ro/FontChoice", //begin v1.x content
  3. ({
  4. fontSize: "Dimensiune",
  5. fontName: "Font",
  6. formatBlock: "Format",
  7. serif: "serif",
  8. "sans-serif": "sans-serif",
  9. monospace: "monospace",
  10. cursive: "cursive",
  11. fantasy: "fantasy",
  12. noFormat: "Fără",
  13. p: "Paragraf",
  14. h1: "Titlu",
  15. h2: "Subtitlu",
  16. h3: "Sub-subtitlu",
  17. pre: "Preformatat",
  18. 1: "xxs (xx-small)",
  19. 2: "xs (x-small)",
  20. 3: "s (small)",
  21. 4: "m (medium)",
  22. 5: "l (large)",
  23. 6: "xl (x-large)",
  24. 7: "xxl (xx-large)"
  25. })
  26. //end v1.x content
  27. );