Sha256: d68385a145a6c803172d6cd411f0886b105194331ee8a7263f4a4c32918d9bbf
Contents?: true
Size: 1.23 KB
Versions: 70
Compression:
Stored size: 1.23 KB
Contents
/** * Czech translation for bootstrap-wysihtml5 */ (function($){ $.fn.wysihtml5.locale["cs-CZ"] = { font_styles: { normal: "Normální text", h1: "Nadpis úrovně 1", h2: "Nadpis úrovně 2", h3: "Nadpis úrovně 3" }, emphasis: { bold: "Tučné", italic: "Kurzíva", underline: "Podtržení" }, lists: { unordered: "Seznam s odrážkami", ordered: "Číslovaný seznam", outdent: "Zvětšit odsazení", indent: "Zmenšit odsazení" }, link: { insert: "Vložit odkaz", cancel: "Zrušit" }, image: { insert: "Vložit obrázek", cancel: "Zrušit" }, html: { edit: "Upravit HTML" }, colours: { black: "Černá", silver: "Stříbrná", gray: "Šedá", maroon: "Vínová", red: "Červená", purple: "Fialová", green: "Zelená", olive: "Olivová", navy: "Tmavomodrá", blue: "Modrá", orange: "Oranžová" } }; }(jQuery));
Version data entries
70 entries across 70 versions & 3 rubygems