//=====================================================================||
//       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  = "Sorry, your cart is full. You have ordered the maximum of 15 publications. Please proceed to checkout.";
strAdded  = " added to your shopping cart. Maximum of 15 publications.";
strNotAdded  = " was not added to your shopping cart because the quantity exceeds the limit. Maximum of 15 publications.";
strRemove = "Click 'Ok' to remove this product from your shopping cart.";
strILabel = "Catalogue Number";
strDLabel = "Title";
strQLabel = "Qty";
strPLabel = "Price";
strSLabel = "Shipping";
strRLabel = "Remove";
strRButton= "x";
strSUB    = "Subtotal";
strSHIP   = "Shipping";
strTAX    = "Tax";
strTOT    = "Total (All NCFV publications are FREE!)";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;


