//=====================================================================||
//                      Language Strings                               ||
//                     ------------------                              ||
// Strings displayed to end users, in language specific encoding.      ||
// only modify these strings if you wish to change language specific   ||
// wording for your site.                                              ||
//---------------------------------------------------------------------||
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 = "Product Id";
strDLabel = "Description";
strQLabel = "Qty";
strPLabel = "Price";
strSLabel = "Shipping";
strITLabel = "Total";
strRRPLabel = "";
strGSTLabel = "GST"
strRLabel = "Remove";
strRButton= "Remove";
strSUB    = "SUBTOTAL";
strSHIP   = "SHIPPING";
strTAX    = "TAX (included in total)";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';
strCartTotal = '[999]';
strCartEmpty = 'Your Cart is Empty';

strRemoveAlt = 'Remove';
strRmvall = 'Are you sure you wish to remove all items?';

strIchdr = 'Prd ID';
strDchdr = 'Item';
strQchdr = 'Qty';
strPchdr = 'Price';
strSchdr = 'Shipping';
q = 'Qty Adjust';

strCartSize = 3;
strSaveCart = true;
Language = 'en';
bLanguageDefined = true;