diff options
-rw-r--r-- | lib/localization/jquery.jtable.id.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/localization/jquery.jtable.id.js b/lib/localization/jquery.jtable.id.js index 042299c..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 ($) { @@ -17,14 +18,14 @@ cancel: 'Batal', deleteText: 'Hapus', deleting: 'Menghapus...', - error: 'Error', + error: 'Kesalahan', close: 'Tutup', cannotLoadOptionsFor: 'Tidak dapat membaca opsi untuk kolom {0}', 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); |