nsedit/lib/localization/jquery.jtable.ua.js
Mark Schouten 8997d5b1ff Squashed 'jtable/' content from commit 1a6e6ab
git-subtree-dir: jtable
git-subtree-split: 1a6e6ab44e57f1cea35a1b7168a8c8ef319d5a81
2016-08-05 13:20:31 +02:00

30 lines
1.3 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 'Ukrainian' language.
Author: Volodymyr Sokolov
*/
(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);