//=====================================================================||
//          NOP5 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.                                              ||
//---------------------------------------------------------------------||
   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 = "Code";
   strDLabel = "Description";
   strQLabel = "Quantity";
   strPLabel = "Price";
   strXLabel = "Item Total";                      //Extended Price
   strSLabel = "";                                //Header space used by "Item Total"
   strRLabel = "";
   strRButton= "Remove";                          //Header not used.
   strSUB    = "SUBTOTAL";
   strSHIP   = "EST. S/H*";
   strTAX    = "TAX";
   strTOT    = "EST. TOTAL";
   strErrQty = "Invalid quantity.";
   strNewQty = 'Please enter new quantity:';
   bLanguageDefined = true;


