您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

jquery.multiselect.cs.js 332B

1234567891011121314
  1. /* Czech initialisation for the jQuery UI multiselect plugin. */
  2. /* Written by Michi (michi.m@gmail.com). */
  3. (function ( $ ) {
  4. $.extend($.ech.multiselect.prototype.options, {
  5. checkAllText: 'Vybrat vše',
  6. uncheckAllText: 'Zrušit výběr',
  7. noneSelectedText: 'Nic není vybráno',
  8. selectedText: '# vybráno'
  9. });
  10. })( jQuery );