Sha256: 2946bf6f651ca819ea440ae52a0703bf87272adc898504ea8726f8b55fd6d4b5
Contents?: true
Size: 1.22 KB
Versions: 71
Compression:
Stored size: 1.22 KB
Contents
/** * Croatian localisation for bootstrap-wysihtml5 */ (function($){ $.fn.wysihtml5.locale["hr-HR"] = { font_styles: { normal: "Normalan tekst", h1: "Naslov 1", h2: "Naslov 2", h3: "Naslov 3" }, emphasis: { bold: "Podebljano", italic: "Nakrivljeno", underline: "Podcrtano" }, lists: { unordered: "Nesortirana lista", ordered: "Sortirana lista", outdent: "Izdubi", indent: "Udubi" }, link: { insert: "Umetni poveznicu", cancel: "Otkaži" }, image: { insert: "Umetni sliku", cancel: "Otkaži" }, html: { edit: "Izmjeni HTML" }, colours: { black: "Crna", silver: "Srebrna", gray: "Siva", maroon: "Kestenjasta", red: "Crvena", purple: "Ljubičasta", green: "Zelena", olive: "Maslinasta", navy: "Mornarska", blue: "Plava", orange: "Narandžasta" } }; }(jQuery));
Version data entries
71 entries across 71 versions & 3 rubygems