summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/ca/FontChoice.js.uncompressed.js
blob: e4d0214d8c84ff6851dbfd3e29f3d4f3c2bb0aae (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/ca/FontChoice", //begin v1.x content
({
	fontSize: "Mida",
	fontName: "Tipus de lletra",
	formatBlock: "Format",

	serif: "serif",
	"sans-serif": "sans-serif",
	monospace: "monoespai",
	cursive: "Cursiva",
	fantasy: "Fantasia",

	noFormat: "Cap",
	p: "Paràgraf",
	h1: "Títol",
	h2: "Subtítol",
	h3: "Subsubtítol",
	pre: "Format previ",

	1: "xx-petit",
	2: "x-petit",
	3: "petit",
	4: "mitjà",
	5: "gran",
	6: "x-gran",
	7: "xx-gran"
})
//end v1.x content
);