//=====================================================================||



//       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  = "Carrello è pieno!!!";



strAdded  = " Aggiungi al carrello";



strRemove = "Fare clic su OK 'per rimuovere il prodotto dal carrello";



strILabel = "Codice";



strDLabel = "Descrizione";



strQLabel = "Quantità";



strPLabel = "Prezzo unitario";



strSLabel = "Spedizione";



strRLabel = "Togliere dal carrello";



strRButton= "Elimina elemento !";



strSUB    = "Sub Totale";



strSHIP   = "Spedizione";



strTAX    = "Fiscalità";



strTOT    = "TOTALE";



strErrQty = "Quantità inaccettabili";



strNewQty = 'Si prega di inserire la nuova quantità:';



EmpyCartWarning	      = 'Il tuo carrello è vuoto';







Language = 'it';



bLanguageDefined = true;







fdp = 42;





