//=====================================================================||
//       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  = "Il tuo Carrello \350 al massimo della capienza, procedi con l'Invio Ordine.";
strAdded  = " nel tuo Carrello.";
strRemove = "Click 'OK' for remove product from shopping cart.";
strILabel = "Immagine";
strDLabel = "Products";
strQLabel = "Quantity";
strPLabel = "Price";
strSLabel = "Shipping";
strRLabel = "Remove from Cart";
strRButton= "Remove";
strSUB    = "SUBTOTAL";
strSHIP   = "SHIPPING COST";
strTAX    = "SHIPPING COST";
strTOT    = "TOTAL";
strErrQty = "Quantit\340 Errata.";
strNewQty = 'Per favore inserisci la nuova quantit\340:';

Language = 'it';
bLanguageDefined = true;


