//=====================================================================||
//       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  = " è stato aggiunto al tuo Carretto della spesa // has been added to your shopping cart";
strRemove = "Clicca su 'OK' per rimuovere il Prodotto dal tuo Carrello.";
strILabel = "ID";
strDLabel = "Description";
strQLabel = "Qt.";
strPLabel = "Price";
strSLabel = "Spese di Spedizione";
strRLabel = "Del";
strRButton= "X";
strSUB    = "Total";
strNOTASHIPPING = "(spese postali non incluse // shipping costs not included)";
strSHIP   = "SPESE DI SPEDIZIONE";
strTAX    = "I.V.A.";
strTOT    = "Insert here your data to forward your order.<br>[FORM]<br>We will contact you asap for details (availability, shipping costs, payment info) so you can confirm your order later.";
strErrQty = "Quantit\340 Errata.";
strNewQty = 'Per favore inserisci la nuova quantit\340:';

Language = 'it';
bLanguageDefined = true;



