]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_editor/nls/de/FontChoice.js.uncompressed.js
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / _editor / nls / de / FontChoice.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/de/FontChoice", //begin v1.x content
3 ({
4 fontSize: "Größe",
5 fontName: "Schriftart",
6 formatBlock: "Format",
7
8 serif: "Serife",
9 "sans-serif": "Serifenlos",
10 monospace: "Monospaceschrift",
11 cursive: "Kursiv",
12 fantasy: "Fantasie",
13
14 noFormat: "Keine Angabe",
15 p: "Absatz",
16 h1: "Überschrift",
17 h2: "Unterüberschrift",
18 h3: "Unterunterüberschrift",
19 pre: "Vorformatiert",
20
21 1: "XXS",
22 2: "XS",
23 3: "S",
24 4: "M",
25 5: "L",
26 6: "XL",
27 7: "XXL"
28 })
29 //end v1.x content
30 );