//=====================================================================||
//       NOP Design JavaScript Order List 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 list is full, please proceed to checkout.";
strAdded  = "\nadded to your shopping cart.";
strRemove = "Click 'OK' to remove this product from your shopping cart.";
strILabel = "Model";
strDLabel = "Item Description";
strQLabel = "Quantity";
strPLabel = "Unit Price";
strSLabel = "Total Amount";
strRLabel = "Remove From List";
strRButton= "Remove";
strAMT   = "AMOUNT";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;

