//=====================================================================||
//       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  = "Your cart is full. Please checkout !!!";
strAdded  = " added to your cart.";
strRemove = "Please press 'Ok' to remove this item.";
strILabel = "PRODUCT";
strQLabel = "QUANTITY";
strDLabel = "DESCRIPTION";
strPLabel = "PRICE";
strSLabel = "SHIPPING";
strRLabel = "CART";
strRButton= "REMOVE";
strSUB    = "COSTS";
strSHIP   = "SHIPPING COSTS";
strTAX    = "TAXES";
strTOT    = "ORDER TOTAL (Tax included)";
strErrQty = "UNKNOWN QUANTITY.";
strNewQty = 'Please enter a new number:';

Language = 'ge';
bLanguageDefined = true;

