1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-04 15:24:35 +01:00
OwncloudContactsOfficial/vendor/ui-multiselect/i18n/jquery.multiselect.br.js

14 lines
364 B
JavaScript
Raw Normal View History

/* Brazilian initialisation for the jQuery UI multiselect plugin. */
/* Written by Vinícius Fontoura Corrêa (vinusfc@gmail.com). */
(function ( $ ) {
$.extend($.ech.multiselect.prototype.options, {
checkAllText: 'Marcar todos',
uncheckAllText: 'Desmarcar todos',
noneSelectedText: 'Selecione as opções',
selectedText: '# selecionado'
});
})( jQuery );