//=====================================================================||
//       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  = "Mi spiace, il carrello è pieno, per favore procedi all'acquisto.";
strAdded  = " aggiunto al carrello.";
strRemove = "Clicca 'Ok' per rimuovere questo prodotto dal carrello.";
strILabel = "Codice";
strDLabel = "Prodotto";
strQLabel = "Quantità";
strPLabel = "Prezzo";
strSLabel = "Spedizione";
strRLabel = "";
strRButton= "Rimuovi";
strSUB    = "IMPONIBILE";
strSHIP   = "SPEDIZIONE";
strTAX    = "TASSE";
strTOT    = "TOTALE";
strErrQty = "Quantità non consentita.";
strNewQty = 'Per favore seleziona la quantità:';

Language = 'it';
bLanguageDefined = true;

