FontChoice.js 491 B

123456789101112131415161718192021222324252627282930
  1. define(
  2. "dijit/_editor/nls/ca/FontChoice", //begin v1.x content
  3. ({
  4. fontSize: "Mida",
  5. fontName: "Tipus de lletra",
  6. formatBlock: "Format",
  7. serif: "serif",
  8. "sans-serif": "sans-serif",
  9. monospace: "monoespai",
  10. cursive: "Cursiva",
  11. fantasy: "Fantasia",
  12. noFormat: "Cap",
  13. p: "Paràgraf",
  14. h1: "Títol",
  15. h2: "Subtítol",
  16. h3: "Subsubtítol",
  17. pre: "Format previ",
  18. 1: "xx-petit",
  19. 2: "x-petit",
  20. 3: "petit",
  21. 4: "mitjà",
  22. 5: "gran",
  23. 6: "x-gran",
  24. 7: "xx-gran"
  25. })
  26. //end v1.x content
  27. );