//                       GENERATED CODE                      ||
//-----------------------------------------------------------||
//     StaticCart Language Configuration Module 1.0.0.189    ||
//-----------------------------------------------------------||

strSorry         = "I'm Sorry, your cart is full, please proceed to checkout.";
strAdded         = "You have added the following item to your cart";
strRemove        = "Click 'Ok' to remove this product from your shopping cart";
strErrLimit      = "Sorry, due to product demand, the quantity available has been limited to ";
strILabel        = "SKU";
strDLabel        = "Product/Description";
strQLabel        = "Quantity";
strPLabel        = "Price";
strSLabel        = "Shipping";
strXLabel        = "Extended";
strRLabel        = "Remove";
strRButton       = "X";
strELabel        = "Your cart is empty! Please make sure you have cookies enabled to shop our store!";
strSUB           = "SUBTOTAL";
strSHIP          = "SHIPPING";
strFST           = "FEDERAL TAX";
strTAX           = "TAX";
strTOT           = "TOTAL";
strErrQty        = "Invalid Quantity.";
strNewQty        = 'Please enter new quantity:';
strComment       = '<B>Place your comments to customers or HTML here</B><br><i>StaticCart v.6.0 </i>© 2004-07 All Rights Reserved';

strUSERENTRY     = '';
strQTY           = 0;

strLanguage      = 'sc';
bLanguageDefined = true;