diff --git a/i18n/jquery.multiselect.filter.hu.js b/i18n/jquery.multiselect.filter.hu.js new file mode 100644 index 0000000..24c6121 --- /dev/null +++ b/i18n/jquery.multiselect.filter.hu.js @@ -0,0 +1,11 @@ +/* Hungarian 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..25302c1 --- /dev/null +++ b/i18n/jquery.multiselect.hu.js @@ -0,0 +1,13 @@ +/* Hungarian 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 );