//=====================================================================||
//  Language Pack    last modified 8/25 for BRO Eclub by Raoul Watson  ||
//                                                                     ||
//                      Language Strings                               ||
//                     ------------------                              ||
//---------------------------------------------------------------------||
strSorry  = "I'm Sorry, your cart is full, please proceed to checkout.";
strAdded  = " item(s) added to your cart.";
strRemove = "Click 'OK' to remove this product from your shopping cart.";
strILabel = " Item ";
strDLabel = " Description ";
strQLabel = " QTY ";
strPLabel = " Price ";
strSLabel = " Ext Price ";
strRLabel = "Remove from Cart";
strRButton= "Remove";
strSUB    = "ORDER TOTAL";
strSHIP   = "SHIPPING";
strTAX    = "TAX";
strTOT    = "";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;

