mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-11 13:51:50 +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.ro.js
Normal file
30
jtable/lib/localization/jquery.jtable.ro.js
Normal file
|
@ -0,0 +1,30 @@
|
|||
/*
|
||||
jTable localization file for 'Romanian' language.
|
||||
Author: Cristian CIOFU
|
||||
*/
|
||||
(function ($) {
|
||||
|
||||
$.extend(true, $.hik.jtable.prototype.options.messages, {
|
||||
serverCommunicationError: 'Eroare la comunicarea cu serverul.',
|
||||
loadingMessage: 'Încãrcare date...',
|
||||
noDataAvailable: 'Nu existã înregistrãri !',
|
||||
addNewRecord: 'Adauga',
|
||||
editRecord: 'Editare',
|
||||
areYouSure: 'Sunteti sigur ?',
|
||||
deleteConfirmation: 'Înregistrarea va fi ştearsã. Continuaţi ?',
|
||||
save: 'Salveaza',
|
||||
saving: 'Salvare in curs...',
|
||||
cancel: 'Anuleaza',
|
||||
deleteText: 'Sterge',
|
||||
deleting: 'Stergere in curs...',
|
||||
error: 'Eroare',
|
||||
close: 'Inchide',
|
||||
cannotLoadOptionsFor: 'Imposibil de încãrcat datele câmpului {0}',
|
||||
pagingInfo: 'Înregistrarile {0} - {1} din {2}',
|
||||
canNotDeletedRecords: 'Imposibil de şters {0} din {1} înregistrãri!',
|
||||
deleteProggress: 'Ştergere: {0} din {1} înregistrãri, în curs de execuţie...',
|
||||
pageSizeChangeLabel: 'Numãr de înregistrãri',
|
||||
gotoPageLabel: 'Mergi la pagina'
|
||||
});
|
||||
|
||||
})(jQuery);
|
Loading…
Add table
Add a link
Reference in a new issue