summaryrefslogtreecommitdiff
path: root/js/dojo/dijit/_editor/nls/pt-pt/FontChoice.js
blob: 836d72d2a078f984318cf87272ab5e1a20a51b46 (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
31
//>>built
define(
"dijit/_editor/nls/pt-pt/FontChoice", //begin v1.x content
({
	fontSize: "Tamanho",
	fontName: "Tipo de letra",
	formatBlock: "Formato",

	serif: "serif",
	"sans-serif": "sans-serif",
	monospace: "monospace",
	cursive: "cursive",
	fantasy: "fantasy",

	noFormat: "Nenhum",
	p: "Parágrafo",
	h1: "Título",
	h2: "Sub-título",
	h3: "Sub-subtítulo",
	pre: "Pré-formatado",

	1: "xxs",
	2: "xs",
	3: "small",
	4: "medium",
	5: "large",
	6: "xl",
	7: "xxl"
})
//end v1.x content
);