1
0
mirror of https://git.tt-rss.org/git/tt-rss.git synced 2025-12-22 01:51:28 +00:00

dojo: remove uncompressed files

This commit is contained in:
Andrew Dolgov
2012-08-14 19:04:32 +04:00
parent 973c4a649f
commit 0181c01109
724 changed files with 0 additions and 137570 deletions

View File

@@ -1,30 +0,0 @@
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
);