//=====================================================================||
//       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 telah penuh, silahkan anda checkout lebih dulu.";
   strAdded  = " telah dimasukkan ke dalam shopping cart anda.";
   strRemove = "Click 'OK' untuk menghapus produk ini dari shopping cart.";
   strILabel = "Kode";
   strDLabel = "Nama Produk";
   strQLabel = "Jumlah";
   strPLabel = "Harga Satuan";
   strSLabel = "Ongkos Kirim";
   strRLabel = "Hapus";
   strRButton= "Hapus";
   strSUB    = "SUBTOTAL";
   strSHIP   = "ONGKOS KIRIM";
   strTAX    = "PPN";
   strTOT    = "TOTAL";
   strErrQty = "Jumlah yang dimasukkan tidak valid.";
   strNewQty = 'Masukkan jumlah yang diinginkan:';
  
Language = 'id';
bLanguageDefined = true;

