UNPKG

automizy-js-api

Version:

JavaScript API library for Automizy Marketing Automation software

14 lines (10 loc) 370 B
/* Brazilian initialisation for the jQuery UI multiselect plugin. */ /* Written by Yusuf Özer (realsby@gmail.com). */ (function ( $ ) { $.extend($.ech.multiselect.prototype.options, { checkAllText: 'Tümünü seç', uncheckAllText: 'Tümünü sil', noneSelectedText: 'Seçenekleri belirleyin', selectedText: '# adet seçildi' }); })( jQuery );