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