//=====================================================================||
//       NOP Design JavaScript Shopping Cart Language Pack             ||
//                                                                     ||
//                      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.  If you add a new language, please send it   ||
// back to NOP Design (http://www.nopdesign.com/forum) so we can add   ||
// it to the distribution.                                             ||
//---------------------------------------------------------------------||
strSorry  = "I'm Sorry, your cart is full, please proceed to checkout.";
//strAdded  = " added to your shopping cart.";
strAdded  = " added to your order.";
strRemove = "Click 'Ok' to remove this product from your shopping cart.";
//strILabel = "Product Id";
strILabel = "Cat. No.";
//strDLabel = "Product Name/Description";
strDLabel = "Description";
strQLabel = "Qty";
strULabel = "Unit";
strPLabel = "Price";
//strSLabel = "Shipping";
strSLabel = "Carriage";
//strRLabel = "Remove From Cart";
strRLabel = "Remove";
strRButton= "Remove";
strEmpty  = "Your cart is empty";
strChkout = "Go to Checkout";
strCont   = "Continue Shopping"
//strSUB    = "SUBTOTAL";
strSUB    = "Total Goods";
//strSHIP   = "SHIPPING";
strSHIP   = "Carriage &amp; Insurance";
//strTAX    = "TAX";
strTAX    = "VAT ( 17.5% )";
strTOT    = "TOTAL PAYABLE";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;

