diff options
author | Willy Sudiarto Raharjo <willysr@gmail.com> | 2014-03-04 22:19:26 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@gmail.com> | 2014-03-04 22:19:26 +0700 |
commit | 50e04024c160941ebce6db27ed78649e72b02f34 (patch) | |
tree | b858f792c7b1459a82e6afec1645384f6c1da21c | |
parent | 0c77ea896b02eb201a894af15c6f141b4a25e4da (diff) | |
download | jtable-50e04024c160941ebce6db27ed78649e72b02f34.zip jtable-50e04024c160941ebce6db27ed78649e72b02f34.tar.gz jtable-50e04024c160941ebce6db27ed78649e72b02f34.tar.bz2 |
Update Indonesian Text
Signed-off-by: Willy Sudiarto Raharjo <willysr@gmail.com>
-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); |