//=====================================================================||
//       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.";
pStAdd = "Aggiungo ";
strAdded  = " al tuo Preventivo.";
strRemove = "Clicca su 'OK' per rimuovere il Prodotto dal tuo Preventivo.";
strILabel = "Codice";
strDLabel = "Descrizione Prodotto";
strQLabel = "Q.t\340";
strPLabel = "Prezzo";
strSLabel = " Spedizione";
strRLabel = "Rimuovi dal Preventivo";
strRButton= "Rimuovi";
strSUB    = "somma subtotali";
strSHIP   = "spese di spedizione";
strTAX    = "I.V.A.";
strTOT    = "Totale ordine";
strErrQty = "Quantit\340 Errata.";
strNewQty = 'Per favore inserisci la nuova quantit\340:';
tPar = "Subtotale";
cempt= "Il tuo preventivo &egrave; vuoto."
strPAGA = "Non hai selezionato la formula di spedizione.";
strOorder = "codice preventivo";

Language = 'it';
bLanguageDefined = true;

