
strSorry  = "I'm Sorry, your cart is full, please proceed to checkout.";
strAdded  = " cases has been added to your shopping cart.";
strRemove = "Click 'Ok' to remove this product from your shopping cart.";
strILabel = "Product Number";
strDLabel = "Product Name";
strQLabel = "Qty";
srtPrdTOT = "Total"
strPLabel = "Unit Price";
strSLabel = "Shipping";
strRLabel = "Remove From Cart";
strRButton= "Remove";
strSUB    = "Subtotal";
strSHIP   = "Shipping";
strTAX    = "Tax";
strTOT    = "Total";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;

