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