summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/es/FontChoice.js.uncompressed.js
blob: 9fe1e09ced58c1ec131fe8001cd7e5df32c45b75 (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/es/FontChoice", //begin v1.x content
({
	fontSize: "Tamaño",
	fontName: "Font",
	formatBlock: "Formato",

	serif: "serif",
	"sans-serif": "sans-serif",
	monospace: "espacio sencillo",
	cursive: "cursiva",
	fantasy: "fantasía",

	noFormat: "Ninguno",
	p: "Párrafo",
	h1: "Cabecera",
	h2: "Subcabecera",
	h3: "Sub-subcabecera",
	pre: "Preformateado",

	1: "xx-pequeño",
	2: "x-pequeño",
	3: "pequeño",
	4: "medio",
	5: "grande",
	6: "x-grande",
	7: "xx-grande"
})
//end v1.x content
);