summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/sl/FontChoice.js.uncompressed.js
blob: bed8749d87d459c3a89ca1b8dfacd766569ff31a (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
31
define(
"dijit/_editor/nls/sl/FontChoice", //begin v1.x content
({
	fontSize: "Velikost",
	fontName: "Pisava",
	formatBlock: "Oblika",

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

	noFormat: "Brez",
	p: "Odstavek",
	h1: "Naslovni slog",
	h2: "Podnaslovni slog",
	h3: "Pod-podnaslovni slog",
	pre: "Vnaprej oblikovan",

	1: "xx-majhno",
	2: "x-majhno",
	3: "majhno",
	4: "srednje",
	5: "veliko",
	6: "x-veliko",
	7: "xx-veliko"
})

//end v1.x content
);