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.ja.js 370B

12345678910111213
  1. /* Japanese initialisation for the jQuery UI multiselect plugin. */
  2. /* Written by Daisuke (daisuketaniwaki@gmail.com). */
  3. (function ( $ ) {
  4. $.extend($.ech.multiselect.prototype.options, {
  5. checkAllText: 'すべて選択',
  6. uncheckAllText: '選択解除',
  7. noneSelectedText: '選択してください',
  8. selectedText: '#つ選択中'
  9. });
  10. })( jQuery );