FontChoice.js 489 B

123456789101112131415161718192021222324252627282930
  1. define(
  2. "dijit/_editor/nls/pt-pt/FontChoice", //begin v1.x content
  3. ({
  4. fontSize: "Tamanho",
  5. fontName: "Tipo de letra",
  6. formatBlock: "Formato",
  7. serif: "serif",
  8. "sans-serif": "sans-serif",
  9. monospace: "monospace",
  10. cursive: "cursive",
  11. fantasy: "fantasy",
  12. noFormat: "Nenhum",
  13. p: "Parágrafo",
  14. h1: "Título",
  15. h2: "Sub-título",
  16. h3: "Sub-subtítulo",
  17. pre: "Pré-formatado",
  18. 1: "xxs",
  19. 2: "xs",
  20. 3: "small",
  21. 4: "medium",
  22. 5: "large",
  23. 6: "xl",
  24. 7: "xxl"
  25. })
  26. //end v1.x content
  27. );