You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.4 KiB
52 lines
1.4 KiB
/** |
|
* 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", |
|
h4: "Naslov 4", |
|
h5: "Naslov 5", |
|
h6: "Naslov 6" |
|
}, |
|
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", |
|
target: "Otvori vezu u novom prozoru" |
|
}, |
|
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));
|
|
|