mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-22 02:11:28 +00:00
update dojo to 1.7.3
This commit is contained in:
30
lib/dijit/_editor/nls/cs/FontChoice.js.uncompressed.js
Normal file
30
lib/dijit/_editor/nls/cs/FontChoice.js.uncompressed.js
Normal file
@@ -0,0 +1,30 @@
|
||||
define(
|
||||
"dijit/_editor/nls/cs/FontChoice", //begin v1.x content
|
||||
({
|
||||
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é"
|
||||
})
|
||||
//end v1.x content
|
||||
);
|
||||
Reference in New Issue
Block a user