//=====================================================================||
//       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  = "I'm Sorry, your enquiry list is full, please proceed to make enquiry.";
strAdded  = " added to your enquiry list.";
strRemove = "Click 'Ok' to remove this property from your enquiry list.";
strILabel = "Property Ref   ";
strDLabel = "Property Name  ";
strQLabel = "-";
strPLabel = "-";
strSLabel = "o";
strRLabel = "Remove From enquiry list";
strRButton= "Remove";
strSUB    = "o";
strSHIP   = "o";
strTAX    = "o";
strTOT    = "o";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;


