//=====================================================================||
//       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.                                             ||
//---------------------------------------------------------------------||
strSorryE  = "I'm Sorry, your Estimate Request is full, please proceed to Finalize Estimate.  Additional Items can be listed in the comment field.";
strAddedE  = "Added to your Estimate Request.";
strRemoveE = "Click 'Ok' to remove this product from your Estimate Request.";
strILabelE = "Product<BR>Id";
strDLabelE = "Product<BR>Name / Description";
strQLabelE = "Qty";
strPLabelE = "List Price<BR>Each";
strSLabelE = "Weight<BR>Each";
strRLabelE = "Remove<BR>From Estimate";
strRButtonE = "Remove";
strSUBE    = "Subtotal";
strWTOTE   = "Total Weight";
strSHIPE   = "Ground Shipping Estimate";
strTAXE    = "NO Sales Tax";
strTOTE    = "Estimate Total";
strErrQtyE = "Invalid Quantity.";
strNewQtyE = 'Please enter new quantity:';

LanguageE = 'en';
bLanguageDefinedE = true;

