//=====================================================================||
//       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 order is full, please proceed to checkout.";
strAdded  = " added to your order.";
strRemove = "Click 'Ok' to remove this product from your order.";
strILabel = "Pack Qty";
strDLabel = "Product";
strQLabel = "Qty";
strPLabel = "Price";

strRLabel = "Delete";
strRButton= "delete";
strSUB    = "Subtotal";

strTAX    = "VAT";
strTOT    = "Total *";
strErrQty = "Invalid Qty.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;


