//=====================================================================||
//       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, please proceed to checkout.";
strCoLimit  = "Booking more than two people on a course?\n\nCall us on +44 (0)20 7226 1877 and we can tailor something to your needs.  \n\nOur Open Courses are limited to two people from any one company. This introduces diversity and enriches the experience for participants.";
strAdded  = " added to your booking.";
strRemove = "Click 'OK' to remove this course from your booking.";
strILabel = "Id";
strDLabel = "Course name / date";
strQLabel = "Places";
strPLabel = "Price per person";
strSLabel = "Shipping";
strRLabel = "Remove";
strRButton= "X";
strSUB    = "SUBTOTAL";
strSHIP   = "SHIPPING";
strTAX    = "VAT";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;


