webui-aria2/js/libs/dijit/_editor/nls/pt/FontChoice.js
2012-05-01 19:52:07 +08:00

32 lines
550 B
JavaScript

//>>built
define(
"dijit/_editor/nls/pt/FontChoice", //begin v1.x content
({
fontSize: "Tamanho",
fontName: "Fonte",
formatBlock: "Formatar",
serif: "serif",
"sans-serif": "sans-serif",
monospace: "espaço simples",
cursive: "cursiva",
fantasy: "fantasy",
noFormat: "Nenhuma",
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"
})
//end v1.x content
);