mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-23 00:15:22 +03:00
Merge commit '8997d5b1ff
' as 'jtable'
This commit is contained in:
commit
d90fb0d2a6
155 changed files with 22323 additions and 0 deletions
30
jtable/lib/localization/jquery.jtable.ua.js
Normal file
30
jtable/lib/localization/jquery.jtable.ua.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
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);
|
Loading…
Add table
Add a link
Reference in a new issue