//=====================================================================||
//       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  = "I'm Sorry, your cart is full, please proceed to checkout.";
   strAdded  = " added to your shopping cart.";
   strRemove = "Click 'Ok' to remove this product from your shopping cart.";
   strILabel = "Kode buku";
   strDLabel = "Judul Buku";
   strQLabel = "Jumlah";
   strPLabel = "Harga";
   strSLabel = "Shipping";
   strRLabel = "Batal  ";
   strRButton= "Batal";
   strSUB    = "SUBTOTAL";
   strSHIP   = "Diskon anda (10%)";
   strTAX    = "TAX";
   strTOT    = "Total Sebelum diskon";
   strCurr   = "Total ";
   strErrQty = "Jumlah salah.";
   strNewQty = 'masukkan jumlah yang baru';
   bLanguageDefined = true;


Language = 'id';
bLanguageDefined = true;

