mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-05-24 00:24:07 +03:00
Refactoring
This commit is contained in:
parent
1abfadf28c
commit
296e83fb88
811 changed files with 16877 additions and 147663 deletions
30
jtable/localization/jquery.jtable.cz.js
Normal file
30
jtable/localization/jquery.jtable.cz.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Czech' language.
|
||||
Author: Jakub Stajner
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Chyba připojení k serveru.',
|
||||
loadingMessage: 'Načítám...',
|
||||
noDataAvailable: 'Žádné záznamy',
|
||||
addNewRecord: 'Přidat nový záznam',
|
||||
editRecord: 'Upravit',
|
||||
areYouSure: 'Jsi si jistý?',
|
||||
deleteConfirmation: 'Opravdu smazat?',
|
||||
save: 'Uložit',
|
||||
saving: 'Ukládám...',
|
||||
cancel: 'Zrušit',
|
||||
deleteText: 'Smazat',
|
||||
deleting: 'Mažu...',
|
||||
error: 'Chyba',
|
||||
close: 'Zavřít',
|
||||
cannotLoadOptionsFor: 'Nastavení pro {0} nelze načíst',
|
||||
pagingInfo: 'Zobrazeno {0} - {1} z {2}',
|
||||
canNotDeletedRecords: '{0} z {1} záznamů nemohlo být odstraněno!',
|
||||
deleteProggress: 'Odstraňuje se {0} z {1} ...',
|
||||
pageSizeChangeLabel: 'Záznamů na stránku',
|
||||
gotoPageLabel: 'Jdi na stránku'
|
||||
});
|
||||
|
||||
})(jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue