1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2024-12-11 22:24:32 +01:00
OwncloudContactsOfficial/vendor/ui-multiselect/i18n/jquery.multiselect.es.js

14 lines
359 B
JavaScript
Raw Normal View History

/* Spanish initialisation for the jQuery UI multiselect plugin. */
/* Written by Vinius Fontoura Correa(vinusfc@gmail.com). */
(function ( $ ) {
$.extend($.ech.multiselect.prototype.options, {
checkAllText: 'Marca todas',
uncheckAllText: 'Desmarque todas',
noneSelectedText: 'Seleccione las opciones',
selectedText: '# seleccionado'
});
})( jQuery );