strSorry  = "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 = "Product ID";
strDLabel = "Product Name";
strQLabel = "Quantity";
strPLabel = "Price";
strSLabel = "Shipping";
strRLabel = "";
strRButton= "Remove from Cart";
strSUB    = "SUBTOTAL";
strSHIP   = "SHIPPING";
strTAX    = "TAX";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';
MonetarySymbol        = '$';
strEach = " each";
strEmpty = "Your shopping cart is empty.";

Language = 'en';
bLanguageDefined = true;
