//=====================================================================||
//       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 inquiry list is full, please submit this inquiry and return here to do another one.";
//strAdded  = " added to your shopping cart.";
strAdded  = " added to your inquiry.";
//strRemove = "Click 'Ok' to remove this product from your shopping cart.";
strRemove = "Click 'Ok' to remove this product from your inquiry.";
strILabel = "Product Id";
	strILabel = ""; // MJM Alternative: don't output
//strDLabel = "Product Name/Description";
strDLabel = "Product Name";
   	//strALabel = "Width"; // ADDTLINFO
//strQLabel = "Quantity";
	strQLabel = "Sq.Ft.";
	strQMaxLabel = "Sq.Ft.<br>(in cartons)*"; // sq. ft. in integral bundles/cartons
	strQULabel = "Sq.Ft.";
strPLabel = "$/<br>Sq.Ft.";
	strELabel = "Total"; // Extension
strSLabel = "Shipping";
//strRLabel = "Remove From Cart";
strRLabel = "";
strRButton= "Remove";
strSUB    = "SUBTOTAL";
strSHIP   = "SHIPPING";
strTAX    = "TAX";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

Language = 'en';
bLanguageDefined = true;

