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