mirror of
https://github.com/YunoHost-Apps/limesurvey_ynh.git
synced 2024-09-03 19:36:32 +02:00
48 lines
1.2 KiB
JavaScript
48 lines
1.2 KiB
JavaScript
/**
|
|
* Hungarian translation for bootstrap-wysihtml5
|
|
*/
|
|
(function($){
|
|
$.fn.wysihtml5.locale["hu-HU"] = {
|
|
font_styles: {
|
|
normal: "Normál szöveg",
|
|
h1: "Fejléc 1",
|
|
h2: "Fejléc 2",
|
|
h3: "Fejléc 3"
|
|
},
|
|
emphasis: {
|
|
bold: "Félkövér",
|
|
italic: "Dőlt",
|
|
underline: "Aláhúzott"
|
|
},
|
|
lists: {
|
|
unordered: "Rendezetlen lista",
|
|
ordered: "Rendezett lista",
|
|
outdent: "Behúzás csökkentése",
|
|
indent: "Behúzás"
|
|
},
|
|
link: {
|
|
insert: "Link beszúrása",
|
|
cancel: "Mégsem"
|
|
},
|
|
image: {
|
|
insert: "Kép beszúrása",
|
|
cancel: "Mégsem"
|
|
},
|
|
html: {
|
|
edit: "HTML szerkesztése"
|
|
},
|
|
colours: {
|
|
black: "Fekete",
|
|
silver: "Ezüst",
|
|
gray: "Szürke",
|
|
maroon: "Barna",
|
|
red: "Piros",
|
|
purple: "Lila",
|
|
green: "Zöld",
|
|
olive: "Olivazöld",
|
|
navy: "Sötétkék",
|
|
blue: "Kék",
|
|
orange: "Narancssárga"
|
|
}
|
|
};
|
|
}(jQuery));
|