]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_editor/nls/sl/FontChoice.js.uncompressed.js
update dojo to 1.7.3
[tt-rss.git] / lib / dijit / _editor / nls / sl / FontChoice.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/sl/FontChoice", //begin v1.x content
3 ({
4 fontSize: "Velikost",
5 fontName: "Pisava",
6 formatBlock: "Oblika",
7
8 serif: "serif",
9 "sans-serif": "sans-serif",
10 monospace: "monospace",
11 cursive: "cursive",
12 fantasy: "fantasy",
13
14 noFormat: "Brez",
15 p: "Odstavek",
16 h1: "Naslovni slog",
17 h2: "Podnaslovni slog",
18 h3: "Pod-podnaslovni slog",
19 pre: "Vnaprej oblikovan",
20
21 1: "xx-majhno",
22 2: "x-majhno",
23 3: "majhno",
24 4: "srednje",
25 5: "veliko",
26 6: "x-veliko",
27 7: "xx-veliko"
28 })
29
30 //end v1.x content
31 );