summaryrefslogtreecommitdiffstats
path: root/lib/localization/jquery.jtable.hu
diff options
context:
space:
mode:
Diffstat (limited to 'lib/localization/jquery.jtable.hu')
-rw-r--r--lib/localization/jquery.jtable.hu28
1 files changed, 28 insertions, 0 deletions
diff --git a/lib/localization/jquery.jtable.hu b/lib/localization/jquery.jtable.hu
new file mode 100644
index 0000000..73bd1fd
--- /dev/null
+++ b/lib/localization/jquery.jtable.hu
@@ -0,0 +1,28 @@
+/*
+ jTable localization file for 'Hungarian' language.
+ Author: Erik Berman
+*/
+(function ($) {
+
+ $.extend(true, $.hik.jtable.prototype.options.messages, {
+ serverCommunicationError: 'Adatbázis hiba',
+ loadingMessage: 'Adatok betöltése...',
+ noDataAvailable: 'Nincs elérhető adat!',
+ addNewRecord: '+ Új hozzáadása',
+ editRecord: 'Módosít',
+ areYouSure: 'Biztos benne?',
+ deleteConfirmation: 'Az adat véglegesen törlődik. Biztos benne?',
+ save: 'Mentés',
+ saving: 'Mentés',
+ cancel: 'Mégse',
+ deleteText: 'Töröl',
+ deleting: 'Törlés',
+ error: 'Hiba',
+ close: 'Bezár',
+ cannotLoadOptionsFor: '{0} mező opciói nem elérhetőek!',
+ pagingInfo: 'Megjelenítve: {0} - {1} / Összesen: {2}',
+ canNotDeletedRecords: '{1} tételből {0} nem törölhető!',
+ deleteProggress: '{1} tételből {0} törölve, feldolgozás...'
+ });
+
+})(jQuery);