//=======================================================||
//       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. 	
//  *****************************************************
// Modified by www.arteharmonia.com (send your modifications to me too)
//------------------------------------------------------------------------------------
strSorry  = "I'm Sorry, your cart is full, please proceed to checkout. After you can continue buying.";
strAdded  = " added to your shopping cart.";
strRemove = " Click 'Ok' to remove this product from your shopping cart.";
strThumbLabel = "Image";
strILabel = " Reference";
strNLabel = " Name ";
strDLabel = " Name - Details";
strQLabel = " Quantity";
strPLabel = " Price";
strSLabel = " Shipping";
strRLabel = " Remove From Cart";
strRButton= " Remove";
strSUB    = " SUBTOTAL";
strSHIP   = " Shipping";
strTAX    = " Transport";
strTaxablePrompt= " International ";
strNonTaxablePrompt= " National "
strTaxPrompt= "Select one option: \n\n International, \n National ";
strTotal   = " TOTAL";
strTOT    = " TOTAL ";
strErrQty = "Invalid Quantity.";
strNewQty = 'Please enter new quantity:';
strEmptyCart = 'Your cart is Empty !';
strMinimumOrderPrompt= 'Your order is below our minimum order, \n please order more before checking out.';

Language = 'en';
bLanguageDefined = true;

