diff options
author | Harald Eilertsen <haraldei@anduin.net> | 2018-09-02 21:47:25 +0200 |
---|---|---|
committer | Harald Eilertsen <haraldei@anduin.net> | 2018-09-02 21:47:25 +0200 |
commit | aed1ccac95072ef3bacfc2563800db39609bef9d (patch) | |
tree | 9287d0f304595d79843bfb13a5fca5a496aec1b4 /public/assets/wymeditor/lang/cs.js | |
parent | 5ccb7d40c8669c7fa3833eb1f2aa9fbae80b6ace (diff) | |
download | hmnoweb-aed1ccac95072ef3bacfc2563800db39609bef9d.tar.gz hmnoweb-aed1ccac95072ef3bacfc2563800db39609bef9d.tar.bz2 hmnoweb-aed1ccac95072ef3bacfc2563800db39609bef9d.zip |
Precompile assets and check them into vc.deploy-20180902
Since we disabled asset compilation in production, we need to precompile them
on the development machine. We check the precompiled assets into version control
so the will be deployed with the updated code.
Diffstat (limited to 'public/assets/wymeditor/lang/cs.js')
-rw-r--r-- | public/assets/wymeditor/lang/cs.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/assets/wymeditor/lang/cs.js b/public/assets/wymeditor/lang/cs.js new file mode 100644 index 0000000..030c80f --- /dev/null +++ b/public/assets/wymeditor/lang/cs.js @@ -0,0 +1 @@ +WYMeditor.STRINGS.cs={Strong:"Tu\u010dn\xe9",Emphasis:"Kurz\xedva",Superscript:"Horn\xed index",Subscript:"Doln\xed index",Ordered_List:"\u010c\xedslovan\xfd seznam",Unordered_List:"Ne\u010d\xedslovan\xfd seznam",Indent:"Zv\u011bt\u0161it odsazen\xed",Outdent:"Zmen\u0161it odsazen\xed",Undo:"Zp\u011bt",Redo:"Znovu",Link:"Vytvo\u0159it odkaz",Unlink:"Zru\u0161it odkaz",Image:"Obr\xe1zek",Table:"Tabulka",HTML:"HTML",Paragraph:"Odstavec",Heading_1:"Nadpis 1. \xfarovn\u011b",Heading_2:"Nadpis 2. \xfarovn\u011b",Heading_3:"Nadpis 3. \xfarovn\u011b",Heading_4:"Nadpis 4. \xfarovn\u011b",Heading_5:"Nadpis 5. \xfarovn\u011b",Heading_6:"Nadpis 6. \xfarovn\u011b",Preformatted:"P\u0159edform\xe1tovan\xfd text",Blockquote:"Citace",Table_Header:"Hlavi\u010dkov\xe1 bu\u0148ka tabulky",URL:"Adresa",Title:"Text po najet\xed my\u0161\xed",Alternative_Text:"Text pro p\u0159\xedpad nezobrazen\xed obr\xe1zku",Caption:"Titulek tabulky",Summary:"Shrnut\xed obsahu",Number_Of_Rows:"Po\u010det \u0159\xe1dek",Number_Of_Cols:"Po\u010det sloupc\u016f",Submit:"Vytvo\u0159it",Cancel:"Zru\u0161it",Choose:"Vybrat",Preview:"N\xe1hled",Paste_From_Word:"Vlo\u017eit z Wordu",Tools:"N\xe1stroje",Containers:"Typy obsahu",Classes:"T\u0159\xeddy",Status:"Stav",Source_Code:"Zdrojov\xfd k\xf3d",Apply_Style:"Styl",Insert:"Vlo\u017eit",Text_Align:"Zarovn\xe1n\xed textu",Image_Align:"Zarovn\xe1n\xed obr\xe1zku",Font_Size:"Velikost p\xedsma",Left:"Vlevo",Right:"Vpravo",Center:"Na st\u0159ed",Justify:"Do bloku",Small:"Mal\xe9",Normal:"Norm\xe1ln\xed",Large:"Velk\xe9",Apply_Style:"Styl"};
\ No newline at end of file |