//=====================================================================||
//       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  = "You have 15 destinations currentlty in your itinerary. Please print this one and create a new one to continue.";
strAdded  = " added to your shopping cart.";
strRemove = "Remove This Item From Your Itinerary?";
strILabel = "Town";
strDLabel = "Name And Directions";
strQLabel = "Remove From Itinerary";
strPLabel = "";
strSLabel = "Shipping";
strRLabel = "";
strRButton= "Remove";
strSUB    = "";
strSHIP   = "SHIPPING";
strTAX    = "TAX";
strTOT    = "";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;

