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.ru.js 403B

12345678910111213
  1. /* Russian initialisation for the jQuery UI multiselect plugin. */
  2. /* Written by Artem Packhomov (gorblnu4@gmail.com). */
  3. (function ( $ ) {
  4. $.extend($.ech.multiselect.prototype.options, {
  5. checkAllText: 'Отметить все',
  6. uncheckAllText: 'Снять отметку со всех',
  7. noneSelectedText: 'Выберите из списка',
  8. selectedText: 'Выбрано #'
  9. });
  10. })( jQuery );