You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

jquery.multiselect.es.js 359B

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