summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/pt/FontChoice.js.uncompressed.js
blob: 9b2f06442b73bb4b325e8019fbc9dc01ae676454 (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
26
27
28
29
30
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
);