Skip to content

Commit

Permalink
Merge pull request #1 from smartjeck/russian
Browse files Browse the repository at this point in the history
Added files for Russia
  • Loading branch information
arojoal committed Jul 9, 2013
2 parents c26b00a + da1b535 commit 858cebe
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions vendor/assets/javascripts/jquery.multiselect.filter.ru.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
(function ( $ ) {
$.extend($.ech.multiselectfilter.prototype.options, {
label: "Фильтр:",
placeholder: "Введите текст"
});
})( jQuery );
9 changes: 9 additions & 0 deletions vendor/assets/javascripts/jquery.multiselect.ru.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(function ($) {
$.extend($.ech.multiselect.prototype.options, {
checkAllText: 'Все',
uncheckAllText: 'Удалить все',
noneSelectedText: 'Выберите районы',
selectedText: '# из # выбрано',
selectedList: true
});
})( jQuery );

0 comments on commit 858cebe

Please sign in to comment.