//=====================================================================||//       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 ordine \350 al massimo della capienza, procedi con l'Invio Ordine.";pStAdd = "Aggiungo ";strAdded  = " al tuo ordine.";strRemove = "Clicca su 'OK' per rimuovere il Prodotto dal tuo ordine.";strILabel = "Codice";strDLabel = "Descrizione Prodotto";strQLabel = "Q.t\340";strPLabel = "Prezzo";strSLabel = " Spedizione";strRLabel = "Rimuovi dal tuo ordine";strRButton= "Rimuovi";strSUB    = "somma subtotali";strSHIP   = "spese di spedizione";strTAX    = "I.V.A.";strTOT    = "totale";strErrQty = "Quantit\340 Errata.";strNewQty = 'Per favore inserisci la nuova quantit\340:';tPar = "Subtotale";cempt= "Il tuo ordine &egrave; vuoto."cfull= "Questi sono gli articoli del tuo ordine."strPAGA    = "Non hai selezionato la formula di spedizione e pagamento.";Language = 'it';bLanguageDefined = true;
