Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.

jquery.multiselect.br.js 364B

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