summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/pt/FontChoice.js.uncompressed.js
blob: a5e4cfca64b98a0a0ea3e612108934d990b98a31 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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"
})
);