summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/hu/FontChoice.js.uncompressed.js
blob: 2868348ed42f7ee80eeefdf0123172005f348d16 (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/hu/FontChoice", ({
	fontSize: "Méret",
	fontName: "Betűtípus",
	formatBlock: "Formátum",
	serif: "talpas",
	"sans-serif": "talpatlan",
	monospace: "rögzített szélességű",
	cursive: "kurzív",
	fantasy: "fantázia",
	noFormat: "Nincs",
	p: "Bekezdés",
	h1: "Címsor",
	h2: "Alcím",
	h3: "Al-alcím",
	pre: "Előformázott",
	1: "xx-kicsi",
	2: "x-kicsi",
	3: "kicsi",
	4: "közepes",
	5: "nagy",
	6: "x-nagy",
	7: "xx-nagy"
})
);