mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 02:01:29 +00:00
upgrade dojo to 1.8.3 (refs #570)
This commit is contained in:
25
lib/dijit/_editor/nls/cs/FontChoice.js.uncompressed.js
Normal file
25
lib/dijit/_editor/nls/cs/FontChoice.js.uncompressed.js
Normal file
@@ -0,0 +1,25 @@
|
||||
define(
|
||||
"dijit/_editor/nls/cs/FontChoice", ({
|
||||
fontSize: "Velikost",
|
||||
fontName: "Písmo",
|
||||
formatBlock: "Formát",
|
||||
serif: "serif",
|
||||
"sans-serif": "sans-serif",
|
||||
monospace: "monospace",
|
||||
cursive: "cursive",
|
||||
fantasy: "fantasy",
|
||||
noFormat: "Žádný",
|
||||
p: "Odstavec",
|
||||
h1: "Nadpis",
|
||||
h2: "Podnadpis",
|
||||
h3: "Podnadpis 2",
|
||||
pre: "Předformátované",
|
||||
1: "extra malé",
|
||||
2: "velmi malé",
|
||||
3: "malé",
|
||||
4: "střední",
|
||||
5: "velké",
|
||||
6: "velmi velké",
|
||||
7: "extra velké"
|
||||
})
|
||||
);
|
||||
Reference in New Issue
Block a user