]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_editor/nls/sv/FontChoice.js.uncompressed.js
upgrade dojo to 1.8.3 (refs #570)
[tt-rss.git] / lib / dijit / _editor / nls / sv / FontChoice.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/sv/FontChoice", ({
3 fontSize: "Storlek ",
4 fontName: "Teckensnitt",
5 formatBlock: "Format",
6 serif: "serif",
7 "sans-serif": "sans-serif",
8 monospace: "monospace",
9 cursive: "cursive",
10 fantasy: "fantasy",
11 noFormat: "Inget",
12 p: "Stycke",
13 h1: "Rubrik 1",
14 h2: "Rubrik 2",
15 h3: "Rubrik 3",
16 pre: "Förformaterad",
17 1: "XXS",
18 2: "XS",
19 3: "S",
20 4: "M",
21 5: "L",
22 6: "XL",
23 7: "XXL"
24 })
25 );