You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tt-rss/lib/dijit/_editor/nls/pt/FontChoice.js.uncompressed.js

26 lines
496 B
JavaScript

define(
"dijit/_editor/nls/pt/FontChoice", ({
fontSize: "Tamanho",
fontName: "Fonte",
formatBlock: "Formatar",
serif: "serif",
"sans-serif": "sans-serif",
monospace: "espaço simples",
cursive: "cursiva",
fantasy: "fantasy",
noFormat: "Nenhum",
p: "Parágrafo",
h1: "Título",
h2: "Subtítulo",
h3: "Sub-subtítulo",
pre: "Pré-formatado",
1: "extra-extra-pequeno",
2: "extra-pequeno",
3: "pequena",
4: "médio",
5: "grande",
6: "extra-grande",
7: "extra-extra-grande"
})
);