
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 = "ID";
strDLabel = "Title";
strQLabel = "Quantity";
strPLabel = "Price";
strPTLabel= "Total";
strGLabel = "GST";
strHLabel = "HST";
strSLabel = " ";
strRLabel = "Remove From Cart";
strRButton= "Remove";
strSUB    = "SUBTOTAL";
strSHIP   = "SHIPPING";
strSpace  = "   ";
strTAX    = "TAX";
strGST    = "GST";
strHST    = "HST";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;

