summaryrefslogtreecommitdiff
path: root/lib/dijit/_editor/nls/de/FontChoice.js.uncompressed.js
blob: d445a309538f3e3c3cbf0435c6c77f642de216ac (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/de/FontChoice", //begin v1.x content
({
	fontSize: "Größe",
	fontName: "Schriftart",
	formatBlock: "Format",

	serif: "Serife",
	"sans-serif": "Serifenlos",
	monospace: "Monospaceschrift",
	cursive: "Kursiv",
	fantasy: "Fantasie",

	noFormat: "Keine Angabe",
	p: "Absatz",
	h1: "Überschrift",
	h2: "Unterüberschrift",
	h3: "Unterunterüberschrift",
	pre: "Vorformatiert",

	1: "XXS",
	2: "XS",
	3: "S",
	4: "M",
	5: "L",
	6: "XL",
	7: "XXL"
})
//end v1.x content
);