strSorry  = "Cart is full, maximum number of items is 13 per order.";
strAdded  = " has been added to your order.";
strRemove = "Remove this item from your order?";
strILabel = "ORDER NUMBER";
strDLabel = "DESCRIPTION";
strQLabel = "QUANTITY";
strPLabel = "GUIDE PRICE";
strSLabel = "Shipping";
strRLabel = "";
strRButton= "Remove";
strSUB    = "";
strSHIP   = "SHIPPING";
strTAX    = "TAX";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;

