//=====================================================================||
//       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 = "\n\nClick 'OK' to remove this product\n from your shopping cart.\n\nTo Change the Quantity - click 'Cancel',\n then change the quantity shown,\n and click \'New Qty\' button again";
strILabel = "Product Id";
strDLabel = "Product Name/Description";
strQLabel = "Qty";
strPLabel = "Price";
strCLabel = "Cost"; 
strSLabel = "Weight";
strRLabel = "Click to Change Qty<br>or Remove from Cart";
strRButton= "New Qty/Remove";
strSUB    = "SUBTOTAL";
strWTOT   = "TOTAL WEIGHT";
strSHIP   = "SHIPPING";
strTAX    = "CALIFORNIA STATE TAX (8.25% of Subtotal)";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;


