nsedit/lib/localization/jquery.jtable.ru.js
Mark Schouten 5500cf75c0 Squashed 'jtable/' content from commit 1a6e6ab
git-subtree-dir: jtable
git-subtree-split: 1a6e6ab44e57f1cea35a1b7168a8c8ef319d5a81
2016-08-05 12:52:54 +02:00

31 lines
1.4 KiB
JavaScript
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

/*
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);