//-----------------------------------------------------------||
//     StaticCart Language Configuration Module 1.0.0.115    ||
//-----------------------------------------------------------||

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";
strILabel	= "SKU";
strDLabel	= "Product";
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";
strTAX		= "TAX";
strTOT		= "TOTAL";
strErrQty	= "Invalid Quantity.";
strNewQty	= 'Please enter new quantity:';
strComment	= '<B>This is only a demo of StaticCart which is available bundled with StaticStore or as a standalone shopping cart!</B><br><i>StaticCart</i>© 2004 All Rights Reserved';

strLanguage	= 'ss';
bLanguageDefined = true;