]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_editor/nls/nb/FontChoice.js.uncompressed.js
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / _editor / nls / nb / FontChoice.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/nb/FontChoice", //begin v1.x content
3 ({
4 fontSize: "Størrelse",
5 fontName: "Skrift",
6 formatBlock: "Format",
7
8 serif: "serif",
9 "sans-serif": "sans-serif",
10 monospace: "monospace",
11 cursive: "kursiv",
12 fantasy: "fantasi",
13
14 noFormat: "Ingen",
15 p: "Avsnitt",
16 h1: "Overskrift",
17 h2: "Undertittel",
18 h3: "Under-undertittel",
19 pre: "Forhåndsformatert",
20
21 1: "xx-liten",
22 2: "x-liten",
23 3: "liten",
24 4: "middels",
25 5: "stor",
26 6: "x-stor",
27 7: "xx-stor"
28 })
29 //end v1.x content
30 );