From d7b24a42e3a70d8e856a0aed6efb975f4ebe5abd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20F=C3=B3nagy?= Date: Fri, 1 May 2015 13:23:13 +0200 Subject: [PATCH 1/2] Add hungarian translation --- i18n/jquery.multiselect.filter.hu.js | 11 +++++++++++ i18n/jquery.multiselect.hu.js | 13 +++++++++++++ 2 files changed, 24 insertions(+) create mode 100644 i18n/jquery.multiselect.filter.hu.js create mode 100644 i18n/jquery.multiselect.hu.js diff --git a/i18n/jquery.multiselect.filter.hu.js b/i18n/jquery.multiselect.filter.hu.js new file mode 100644 index 0000000..a5edc9d --- /dev/null +++ b/i18n/jquery.multiselect.filter.hu.js @@ -0,0 +1,11 @@ +/* German initialisation for the jQuery UI multiselect plugin. */ +/* Written by Adam Fónagy (adam.fonagy@greenformatics.hu). */ + +(function ( $ ) { + +$.extend($.ech.multiselectfilter.prototype.options, { + label: "Keresés:", + placeholder: "kulcsszó megadása" +}); + +})( jQuery ); diff --git a/i18n/jquery.multiselect.hu.js b/i18n/jquery.multiselect.hu.js new file mode 100644 index 0000000..9313904 --- /dev/null +++ b/i18n/jquery.multiselect.hu.js @@ -0,0 +1,13 @@ +/* German initialisation for the jQuery UI multiselect plugin. */ +/* Written by Adam Fónagy (adam.fonagy@greenformatics.hu). */ + +(function ( $ ) { + +$.extend($.ech.multiselect.prototype.options, { + checkAllText: 'Mind kijelöl', + uncheckAllText: 'Mind eltávolít', + noneSelectedText: 'Nincs kijelölés', + selectedText: '# kijelölve' +}); + +})( jQuery ); From 0c4f187c88b1c83975df449312fd483783a2cb01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adam=20F=C3=B3nagy?= Date: Fri, 1 May 2015 13:32:00 +0200 Subject: [PATCH 2/2] Changing language name in header. --- i18n/jquery.multiselect.filter.hu.js | 2 +- i18n/jquery.multiselect.hu.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/i18n/jquery.multiselect.filter.hu.js b/i18n/jquery.multiselect.filter.hu.js index a5edc9d..24c6121 100644 --- a/i18n/jquery.multiselect.filter.hu.js +++ b/i18n/jquery.multiselect.filter.hu.js @@ -1,4 +1,4 @@ -/* German initialisation for the jQuery UI multiselect plugin. */ +/* Hungarian initialisation for the jQuery UI multiselect plugin. */ /* Written by Adam Fónagy (adam.fonagy@greenformatics.hu). */ (function ( $ ) { diff --git a/i18n/jquery.multiselect.hu.js b/i18n/jquery.multiselect.hu.js index 9313904..25302c1 100644 --- a/i18n/jquery.multiselect.hu.js +++ b/i18n/jquery.multiselect.hu.js @@ -1,4 +1,4 @@ -/* German initialisation for the jQuery UI multiselect plugin. */ +/* Hungarian initialisation for the jQuery UI multiselect plugin. */ /* Written by Adam Fónagy (adam.fonagy@greenformatics.hu). */ (function ( $ ) {