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
/** |
|
* 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", |
|
h4: "Nadpis úrovně 4", |
|
h5: "Nadpis úrovně 5", |
|
h6: "Nadpis úrovně 6" |
|
}, |
|
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", |
|
target: "Otevřít odkaz v novém okně" |
|
}, |
|
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));
|
|
|