Skip to content

Commit

Permalink
updated for jTable 2.3.1 (part of messages were missing
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrei Lukovenko committed Nov 19, 2013
1 parent 88e4d6e commit 1b0b22f
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions lib/localization/jquery.jtable.ru.js
@@ -1,6 +1,7 @@
/*
jTable localization file for 'Russian' language.
Author: Stanislav Reznikov
Updated: Andrei Lukovenko
*/
(function ($) {

Expand All @@ -16,13 +17,15 @@
saving: 'Сохранение...',
cancel: 'Отмена',
deleteText: 'Удалить',
deleting: 'Удаление...',
deleting: 'Удаление...',
error: 'Ошибка',
close: 'Закрыть',
cannotLoadOptionsFor: 'Невозможно загрузить варианты для поля {0}',
pagingInfo: 'Записи с {0} по {1} из {2}',
canNotDeletedRecords: 'Невозможно удалить записи: {0} из {1}!',
deleteProggress: 'Удаление {0} из {1} записей...'
deleteProggress: 'Удаление {0} из {1} записей...',
pageSizeChangeLabel: 'Строк',
gotoPageLabel: 'На страницу'
});

})(jQuery);

0 comments on commit 1b0b22f

Please sign in to comment.