//=====================================================================||
//       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 = "We are sorry. Your cart is full. Please proceed to checkout.\n\nWe are sorry for the inconvenience.\nIf you decide to place a second order right away,\nshipping cost will be recalculated and based one single order.\nIn that case, please do not pay for your order\nand wait for an e-mail with the revised shipping cost.";
strAdded = "Added to your shopping cart.";
strRemove = "Click 'OK' to remove this product from your shopping cart.";
strILabel = "ID";
strDLabel = "Product Name";
strQLabel = "Qty";
strPLabel = "Price";
strSLabel = "Line Total";
strRLabel = "Remove";
strRButton = "remove";
strSUB = "SUBTOTAL";
strWTOT = "TOTAL WEIGHT";
strSHIPP = "SHIPPING";
strSHIP = "SHIPPING(HANDLING $5.00)";
strTAX = "SALES TAX";
strCOUP = "COUPON";
strTOT = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';
strSpace = "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
Language = 'en';
bLanguageDefined = true;


