//=====================================================================||
//       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  = "Sorry, your basket is full";
strAdded  = " will add to shopping cart";
strRemove = "Click 'OK' to remove.";
strILabel = "Code";
strDLabel = "Product Name";
strALabel = "Amount"; 
strELabel = "Embroidery"; 
strCLabel = "Color";
strSSLabel = "Size";
strQLabel = "Quantity";
strPLabel = "Price ( IDR )";
strSLabel = "Shipping Cost";
strRLabel = "Remove from Cart";
strRButton= "Remove";
strSUB    = "Subtotal ( IDR )";
strSHIP   = "Shipping Cost";
strTAX    = "TAX";
strTOT    = "TOTAL WITHOUT SHIPMENT IN INDONESIA RUPIAH";
strCurr   = "TOTAL WITHOUT SHIPMENT IN YOUR CURRENCY";
strErrQty = "Wrong value in product quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'id';
bLanguageDefined = true;

