//=====================================================================||
//       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 = "Clicca su 'OK' per rimuovere il Prodotto dal tuo Carrello.";
strILabel = "ID Prodotto";
strDLabel = "Descrizione Prodotto";
strQLabel = "Q.t\340";
strPLabel = "Prezzo";
strSLabel = "Importo";
strRLabel = "";
strRButton= "Rimuovi";
strSUB    = "SubTotale";
strWTOT   = "Peso Totale (Kg) ";
strSHIP   = "Spese Spedizione";
strTAX    = "I.V.A.";
strCOUP = "Coupon";
strTOT    = "Totale (IVA Compresa)";
strEachOther    = "";
strLocShip = "Selezionare Località e metodo spedizione";
strGift = "Selezionare per Confezione regalo";
strErrQty = "Quantit\340 Errata.";
strNewQty = 'Per favore inserisci la nuova quantit\340:';
strSpace = "&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;";
strCartEmpty = "Il tuo carrello è vuoto";
strGift2 = "pacco regalo";
StrWeightPrompt = 'Il peso massimo del pacco è ##PESO## Kg.  Effettuare più ordini che saranno spediti con pacchi differenti.'; 

Language = 'it';
bLanguageDefined = true;

