]> git.wh0rd.org - tt-rss.git/blob - lib/dijit/_editor/nls/cs/FontChoice.js.uncompressed.js
upgrade dojo to 1.8.3 (refs #570)
[tt-rss.git] / lib / dijit / _editor / nls / cs / FontChoice.js.uncompressed.js
1 define(
2 "dijit/_editor/nls/cs/FontChoice", ({
3 fontSize: "Velikost",
4 fontName: "Písmo",
5 formatBlock: "Formát",
6 serif: "serif",
7 "sans-serif": "sans-serif",
8 monospace: "monospace",
9 cursive: "cursive",
10 fantasy: "fantasy",
11 noFormat: "Žádný",
12 p: "Odstavec",
13 h1: "Nadpis",
14 h2: "Podnadpis",
15 h3: "Podnadpis 2",
16 pre: "Předformátované",
17 1: "extra malé",
18 2: "velmi malé",
19 3: "malé",
20 4: "střední",
21 5: "velké",
22 6: "velmi velké",
23 7: "extra velké"
24 })
25 );