/* 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 );