summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/ca/FontChoice.js.uncompressed.js
blob: 46237c10866baf1b424e160762d505f9ee28bdb0 (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/ca/FontChoice", ({
	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"
})
);