Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

jquery.multiselect.de.js 348B

12345678910111213
  1. /* German initialisation for the jQuery UI multiselect plugin. */
  2. /* Written by Sven Tatter (sven.tatter@gmail.com). */
  3. (function ( $ ) {
  4. $.extend($.ech.multiselect.prototype.options, {
  5. checkAllText: 'Alle auswählen',
  6. uncheckAllText: 'Alle abwählen',
  7. noneSelectedText: 'Nichts ausgewählt',
  8. selectedText: '# ausgewählt'
  9. });
  10. })( jQuery );