1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/limesurvey_ynh.git synced 2024-09-03 19:36:32 +02:00
limesurvey_ynh/sources/third_party/jquery-multiselect/i18n/jquery.multiselect.es.js

13 lines
359 B
JavaScript

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