//=====================================================================||
//       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 e' al massimo della capienza, procedi con l'Invio Ordine.";
strAdded  = "<strong><big>VOLUME</big><br>aggiunto al tuo Carrello!</strong>";
strRemove = "Clicca su 'OK' per rimuovere il Prodotto dal tuo Carrello.";
strILabel = "ID Prod.";
strDLabel = "Titolo<br>Item Description";
strQLabel = "Qty";
strPLabel = "Prezzo/cad<br>Price/ea";
strPTLabel = "Tot xQty";
strSLabel = "Spese di Spedizione";
strCQLabel = "Conferma<br>cambio Qty";
strCQButton= "Chg Qty";
strRLabel = "Rimuovi";
strRButton= "Remove";
strKButton= "OK";
strSUB    = "TOTALE PARZIALE";
strSHIP   = "SPESE DI SPEDIZIONE";
strTAX    = "I.V.A.";
strTOT    = "TOTALE";
strErrQty = "Quantita' Errata.";
strNewQty = "Per favore inserisci la nuova quantita':";

Language = 'it';
bLanguageDefined = true;

