//=====================================================================||
//       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  = "please proceed with completing your registration";
strAdded  = " added to your course registration form.";
strRemove = "Click 'Ok' to remove this course from your registration form.";
strILabel = "";
strDLabel = "Course Description";
strQLabel = "Persons";
strPLabel = "Price";
strSLabel = "Shipping";
strRLabel = "Remove From Registration Form";
strRButton= "Remove";
strSUB    = "SUBTOTAL";
strSHIP   = "SHIPPING";
strTAX    = "GST";
strTOT    = "TOTAL";
strErrQty = "Invalid Number of People.";
strNewQty = 'Please enter new number of people:';

Language = 'en';
bLanguageDefined = true;

