summaryrefslogtreecommitdiffstats
path: root/lib/localization/jquery.jtable.ro.js
diff options
context:
space:
mode:
Diffstat (limited to 'lib/localization/jquery.jtable.ro.js')
-rw-r--r--lib/localization/jquery.jtable.ro.js30
1 files changed, 30 insertions, 0 deletions
diff --git a/lib/localization/jquery.jtable.ro.js b/lib/localization/jquery.jtable.ro.js
new file mode 100644
index 0000000..02dc5ec
--- /dev/null
+++ b/lib/localization/jquery.jtable.ro.js
@@ -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);