From 418a34832a25aa38f2e1c60aeabde9faf2c014cb Mon Sep 17 00:00:00 2001 From: Peter Simon Date: Sat, 15 Jun 2013 15:47:52 +0200 Subject: [PATCH] Add Hungarian language translations --- src/locales/bootstrap-wysihtml5.hu-HU.js | 52 ++++++++++++++++++++++++ 1 file changed, 52 insertions(+) create mode 100644 src/locales/bootstrap-wysihtml5.hu-HU.js diff --git a/src/locales/bootstrap-wysihtml5.hu-HU.js b/src/locales/bootstrap-wysihtml5.hu-HU.js new file mode 100644 index 0000000..5630df9 --- /dev/null +++ b/src/locales/bootstrap-wysihtml5.hu-HU.js @@ -0,0 +1,52 @@ +/** + * Hungarian translation for bootstrap-wysihtml5 + */ +(function($){ + $.fn.wysihtml5.locale["hu-HU"] = { + font_styles: { + normal: "Szövegtörzs", + h1: "Főcím", + h2: "Alcím", + h3: "Harmadrangú alcím", + h4: "Negyedrangú alcím", + h5: "Ötödrangú alcím", + h6: "Hatodrangú alcím" + }, + emphasis: { + bold: "Vastag", + italic: "Dölt", + underline: "Aláhúzott" + }, + lists: { + unordered: "Pontozott lista", + ordered: "Számozott lista", + outdent: "Behúzás növelése", + indent: "Behúzás csökkentése" + }, + link: { + insert: "Hivatkozás beszúrása", + cancel: "Mégsem", + target: "Hivatkozás megnyitása új ablakban" + }, + 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: "Gesztenyebarna", + red: "Piros", + purple: "Lila", + green: "Zöld", + olive: "Olajzöld", + navy: "Tengerkék", + blue: "Kék", + orange: "Narancs" + } + }; +}(jQuery));