summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/cs/FontChoice.js.uncompressed.js
blob: 5feaa7d261abe765e06010aad891b401ea84f108 (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/cs/FontChoice", //begin v1.x content
({
	fontSize: "Velikost",
	fontName: "Písmo",
	formatBlock: "Formát",

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

	noFormat: "Žádný",
	p: "Odstavec",
	h1: "Nadpis",
	h2: "Podnadpis",
	h3: "Podnadpis 2",
	pre: "Předformátované",

	1: "extra malé",
	2: "velmi malé",
	3: "malé",
	4: "střední",
	5: "velké",
	6: "velmi velké",
	7: "extra velké"
})
//end v1.x content
);