mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-24 00:24:07 +03:00
Merge commit '8997d5b1ff
' as 'jtable'
This commit is contained in:
commit
d90fb0d2a6
155 changed files with 22323 additions and 0 deletions
31
jtable/lib/localization/jquery.jtable.ru.js
Normal file
31
jtable/lib/localization/jquery.jtable.ru.js
Normal file
|
@ -0,0 +1,31 @@
|
|||
/*
|
||||
jTable localization file for 'Russian' language.
|
||||
Author: Stanislav Reznikov
|
||||
Updated: Andrei Lukovenko
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Ошибка связи с сервером.',
|
||||
loadingMessage: 'Загрузка...',
|
||||
noDataAvailable: 'Данные отсутствуют',
|
||||
addNewRecord: 'Добавить',
|
||||
editRecord: 'Изменить',
|
||||
areYouSure: 'Вы уверены?',
|
||||
deleteConfirmation: 'Удалить запись?',
|
||||
save: 'Сохранить',
|
||||
saving: 'Сохранение...',
|
||||
cancel: 'Отмена',
|
||||
deleteText: 'Удалить',
|
||||
deleting: 'Удаление...',
|
||||
error: 'Ошибка',
|
||||
close: 'Закрыть',
|
||||
cannotLoadOptionsFor: 'Невозможно загрузить варианты для поля {0}',
|
||||
pagingInfo: 'Записи с {0} по {1} из {2}',
|
||||
canNotDeletedRecords: 'Невозможно удалить записи: {0} из {1}!',
|
||||
deleteProggress: 'Удаление {0} из {1} записей...',
|
||||
pageSizeChangeLabel: 'Строк',
|
||||
gotoPageLabel: 'На страницу'
|
||||
});
|
||||
|
||||
})(jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue