//=====================================================================||
//       NOP Design JavaScript Shopping Cart Language Pack             ||
//                                                                     ||
//                      Language Strings                               ||
//                     ------------------                              ||
// Strings displayed to end users, in language specific encoding.      ||
// only modify these strings if you wish to change language specific   ||
// wording for your site.  If you add a new language, please send it   ||
// back to NOP Design (http://www.nopdesign.com/forum) so we can add   ||
// it to the distribution.                                             ||
//---------------------------------------------------------------------||
strSorry  = "Maaf, shopping cart Anda sudah penuh, silakan checkout terlebih dulu.";
strAdded  = " ditambahkan ke shopping cart Anda.";
strRemove = "Klik 'Ok' untuk menghapus produk ini dari shopping cart Anda.";
strILabel = "Kode";
strDLabel = "Nama Produk";
strQLabel = "Jumlah";
strPLabel = "Harga";
strSLabel = "Kirim";
strRLabel = "Hapus dari Cart";
strRButton= "Hapus";
strSUB    = "SUBTOTAL";
strSHIP   = "KIRIM";
strTAX    = "PAJAK";
strTOT    = "TOTAL";
strErrQty = "Jumlah salah.";
strNewQty = 'Silakan isi kembali jumlah:';

Language = 'id';
bLanguageDefined = true;


