FontChoice.js 540 B

123456789101112131415161718192021222324252627282930
  1. define(
  2. "dijit/_editor/nls/pt/FontChoice", //begin v1.x content
  3. ({
  4. fontSize: "Tamanho",
  5. fontName: "Fonte",
  6. formatBlock: "Formatar",
  7. serif: "serif",
  8. "sans-serif": "sans-serif",
  9. monospace: "espaço simples",
  10. cursive: "cursiva",
  11. fantasy: "fantasy",
  12. noFormat: "Nenhuma",
  13. p: "Parágrafo",
  14. h1: "Título",
  15. h2: "Subtítulo",
  16. h3: "Sub-subtítulo",
  17. pre: "Pré-formatado",
  18. 1: "extra-extra-pequeno",
  19. 2: "extra-pequeno",
  20. 3: "pequena",
  21. 4: "médio",
  22. 5: "grande",
  23. 6: "extra-grande",
  24. 7: "extra-extra-grande"
  25. })
  26. //end v1.x content
  27. );