]> git.wh0rd.org - tt-rss.git/blame - lib/dijit/_editor/nls/nl/FontChoice.js.uncompressed.js
modify dojo rebuild script to remove uncompressed files
[tt-rss.git] / lib / dijit / _editor / nls / nl / FontChoice.js.uncompressed.js
CommitLineData
f0cfe83e
AD
1define(
2"dijit/_editor/nls/nl/FontChoice", ({
3 fontSize: "Grootte",
4 fontName: "Lettertype",
5 formatBlock: "Opmaak",
6 serif: "serif",
7 "sans-serif": "sans-serif",
8 monospace: "monospace",
9 cursive: "cursief",
10 fantasy: "fantasy",
11 noFormat: "Geen",
12 p: "Alinea",
13 h1: "Kop",
14 h2: "Subkop",
15 h3: "Sub-subkop",
16 pre: "Vooraf opgemaakt",
17 1: "xx-klein",
18 2: "x-klein",
19 3: "klein",
20 4: "gemiddeld",
21 5: "groot",
22 6: "x-groot",
23 7: "xx-groot"
24})
25);