//=====================================================================||
//       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 cart is full, please proceed to checkout.";
strAdded  = "  Added to your shopping cart.";
strRemove = "Click 'Ok' to remove this product from your shopping cart.";
strILabel = "Model Number";
strDLabel = "Model Name/Description";
strQLabel = "Quantity";
strPLabel = "Price";
strSLabel = "Shipping";
strRLabel = "Remove From Cart";
strRButton= "Remove";
strSUB    = "SUBTOTAL";
strHANDLE = "HANDLING";
strINSURANCE = "FREIGHT INSURANCE";
strSHIP   = "SHIPPING";
strTAX    = "TAX";
strTOT    = "TOTAL";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';

strCOD    = "COD";
strCREDIT = "CREDIT";
strCRDTFM = "CRDTFM"
strCHECK  = "CHECK";

strTERMSmsg  = "By submitting this order to Acura Spa Systems, Inc. you have accepted our Terms and Conditions.";
strCODmsg    = "I am paying by C.O.D. ($10.00 fee added) and understand that my payment will be picked up by the freight company.";
strCHECKmsg  = "I am prepaying by Cashier's Check. \n   Please process my order as soon as the payment is received at: \n   Acura Spa Systems, Inc.\n   2954 Rubidoux Blvd.\n   Riverside, CA 92509";
strCRDTFMmsg = "I am prepaying by Credit Card using the Credit Card Authorization Form. \n ";
strCREDITmsg = "I am prepaying by Credit Card.";

Language = 'en';
bLanguageDefined = true;

