summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lib/localization/jquery.jtable.bd.js30
-rw-r--r--lib/localization/jquery.jtable.cz.js30
-rw-r--r--lib/localization/jquery.jtable.id.js15
-rw-r--r--lib/localization/jquery.jtable.no.js30
4 files changed, 98 insertions, 7 deletions
diff --git a/lib/localization/jquery.jtable.bd.js b/lib/localization/jquery.jtable.bd.js
new file mode 100644
index 0000000..5c880d6
--- /dev/null
+++ b/lib/localization/jquery.jtable.bd.js
@@ -0,0 +1,30 @@
+/*
+ jTable localization file for 'Bengali' language.
+ Author: Abu Naim Mohammad Nazmul Huda
+*/
+(function ($) {
+
+ $.extend(true, $.hik.jtable.prototype.options.messages, {
+ serverCommunicationError: 'সার্ভারে যোগাযোগ ত্রুটি',
+ loadingMessage: 'বার্তা বোঝাই করা হচ্ছে',
+ noDataAvailable: 'কোন তথ্য পাওযা যাচ্ছে না',
+ addNewRecord: 'নতুন তথ্য যোগ করুন',
+ editRecord: 'তথ্য সম্পাদন/সংশোধন করুন',
+ areYouSure: 'আপনি কি নিশ্চিত?',
+ deleteConfirmation: 'মুছে ফেলা নিশ্চিতকরণ',
+ save: 'রক্ষা করা',
+ saving: 'রক্ষা করা হচ্ছে',
+ cancel: 'বাতিল করা',
+ deleteText: 'পাঠ মুছে দিন',
+ deleting: 'মুছে ফেলা হচ্ছে',
+ error: 'ভুল',
+ close: 'ঘনিষ্ঠ',
+ cannotLoadOptionsFor: 'বিকল্প বোঝাই করা যাবে না',
+ pagingInfo: 'পত্রাঙ্ক তথ্য',
+ canNotDeletedRecords: 'তথ্য মুছে ফেলা যাবে না',
+ deleteProggress: 'অগ্রগতি মুছে ফেলা',
+ pageSizeChangeLabel: 'পাতার আয়তন পরিবর্তন মোড়ক',
+ gotoPageLabel: 'পাতা মোড়কে যান'
+ });
+
+})(jQuery);
diff --git a/lib/localization/jquery.jtable.cz.js b/lib/localization/jquery.jtable.cz.js
new file mode 100644
index 0000000..36403c7
--- /dev/null
+++ b/lib/localization/jquery.jtable.cz.js
@@ -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);
diff --git a/lib/localization/jquery.jtable.id.js b/lib/localization/jquery.jtable.id.js
index 1954fcf..0a7f58b 100644
--- a/lib/localization/jquery.jtable.id.js
+++ b/lib/localization/jquery.jtable.id.js
@@ -1,6 +1,7 @@
/*
jTable localization file for 'Bahasa (Indonesian)' language.
Author: Heribertus Kristianto
+ Author: Willy Sudiarto Raharjo
*/
(function ($) {
@@ -10,21 +11,21 @@
noDataAvailable: 'Data tidak tersedia',
addNewRecord: 'Tambah Data Baru',
editRecord: 'Ubah data',
- areYouSure: 'Apakah anda yakin?',
- deleteConfirmation: 'Data akan dihapus, apakah anda yakin?',
+ areYouSure: 'Apakah Anda yakin?',
+ deleteConfirmation: 'Data akan dihapus, apakah Anda yakin?',
save: 'Simpan',
saving: 'Menyimpan...',
cancel: 'Batal',
deleteText: 'Hapus',
deleting: 'Menghapus...',
- error: 'Error',
+ error: 'Kesalahan',
close: 'Tutup',
cannotLoadOptionsFor: 'Tidak dapat membaca opsi untuk kolom {0}',
- pagingInfo: 'Menampilkan {0}-{1} of {2}',
- canNotDeletedRecords: 'Gagal menghapus {0} of {1} data!',
- deleteProggress: 'Menghapus {0} of {1} data, memproses...',
+ pagingInfo: 'Menampilkan {0}-{1} dari {2}',
+ canNotDeletedRecords: 'Gagal menghapus {0} dari {1} data!',
+ deleteProggress: 'Menghapus {0} dari {1} data, memproses...',
pageSizeChangeLabel: 'Jumlah data',
- gotoPageLabel: 'Maju ke halaman'
+ gotoPageLabel: 'Ke halaman'
});
})(jQuery);
diff --git a/lib/localization/jquery.jtable.no.js b/lib/localization/jquery.jtable.no.js
new file mode 100644
index 0000000..c342cbb
--- /dev/null
+++ b/lib/localization/jquery.jtable.no.js
@@ -0,0 +1,30 @@
+/*
+jTable localization file for 'Norwegian' language.
+Author: Tobias Flatin
+*/
+(function ($) {
+
+ $.extend(true, $.hik.jtable.prototype.options.messages, {
+ serverCommunicationError: 'En feil oppsto i kommunikasjonen med serveren.',
+ loadingMessage: 'Laster...',
+ noDataAvailable: 'Ingen data',
+ addNewRecord: 'Legg til ny post',
+ editRecord: 'Rediger post',
+ areYouSure: 'Er du sikker?',
+ deleteConfirmation: 'Denne posten kommer å slettes. Er du sikker?',
+ save: 'Lagre',
+ saving: 'Lagrer...',
+ cancel: 'Avbryt',
+ deleteText: 'Slett',
+ deleting: 'Sletter...',
+ error: 'Feil',
+ close: 'Lukk',
+ cannotLoadOptionsFor: 'Kan ikke laste alternativ for felt {0}',
+ pagingInfo: 'Visar {0} - {1} av {2}',
+ canNotDeletedRecords: 'Kan ikke slette {0} av {1} poster!',
+ deleteProggress: 'Slettet {0} av {1} poster, bearbeider...',
+ pageSizeChangeLabel: 'Antall poster per side',
+ gotoPageLabel: 'Gå till side'
+ });
+
+})(jQuery); \ No newline at end of file