//=====================================================================||
//       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.                                             ||
//---------------------------------------------------------------------||
strSorry20  = "Your order form is now full (20 items max).\nPlease proceed to confirm your order.";
strSorry20plus  = "Unable to add further item(s). The order form is full (20 items max).\nPlease proceed to confirm your order.";
strAdded  = " added to your order form.";
strRemove = "Click 'Ok' to remove this product from your order form.";
strRemoveAll = "Click 'Ok' to remove ALL products from your order form.";
strILabel = "Item_No.";
strDLabel = "Description";
strQLabel = "Qty";
strPLabel = "Price";
strSLabel = "Shipping";
strRLabel = "X";
strTLabel = "Total";
strRButton= "-";
strSUB    = "SUBTOTAL";
strSHIP   = "SHIPPING";
strTAX    = "VAT";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;


