
strSorry  = "Congratulation! You have ordered over 20 items, please call in or email us for your orders and we'll quote you a special deal.";
strAdded  = " added to your shopping cart.";
strRemove = "Click 'Ok' to remove this product from your shopping cart.";
strILabel = "Product Id";
strDLabel = "Product Name/Description";
strQLabel = "Quantity";
strPLabel = "Price";
strSLabel = "Shipping";
strRLabel = "Remove From Cart";
strRButton= "Remove";
strSUB    = "SUBTOTAL";
strSHIP   = "SHIPPING and HANDLING: <BR>$4.00 handling + $2.00 per item of shipping <BR>(Free for the order of $200.00 and up)";
strTAX    = "TAX: Alberta GST of 5%";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;

