Skip to content

Commit

Permalink
Added cs locale
Browse files Browse the repository at this point in the history
I added cs locale file for Czech Language
  • Loading branch information
vitkabele committed Aug 20, 2015
1 parent 047e25e commit 2b3c14c
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions locale/bootstrap-markdown.cs.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
/**
* Czech translation for bootstrap-markdown
* Vít Kabele <[email protected]>
*/
(function ($) {
$.fn.markdown.messages.cs = {
'Bold': "Tučně",
'Italic': "Kurzíva",
'Heading': "Nadpis",
'URL/Link': "URL/Odkaz",
'Image': "Obrázek",
'Unordered List': "Seznam",
'Ordered List': "Seřazený seznam",
'Code': "Úsek kódu",
'Quote': "Citace",
'Preview': "Náhled",
'strong text': "tučný text",
'emphasized text': "zdůrazněný text",
'heading text': "text nadpisu",
'enter link description here': "sem vlož popis odkazu",
'Insert Hyperlink': "Vložit Hyperlink",
'enter image description here': "sem vlož popis obrázku",
'Insert Image Hyperlink': "Vlož adresu obrázku",
'enter image title here': "sem vlož popis obrázku",
'list text here': "položka seznamu"
};
}(jQuery));

0 comments on commit 2b3c14c

Please sign in to comment.