//=====================================================================||
//       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  = "";
strAdded  = " in registrazione - added to your registration";
strRemove = "Clicca su 'OK' per rimuovere la voce dalla registrazione - Click 'Ok' to remove this item from your registration form";
strILabel = "Code";
strDLabel = "Description";
strQLabel = "Quantity";
strPLabel = "Price";
strSLabel = "Spese di Spedizione";
strRLabel = "Elimina dalla registrazione<br>Remove from registration form";
strRButton= "Remove";
strSUB    = "SUBTOTAL";
strSHIP   = "SPESE DI SPEDIZIONE";
strTAX    = "&raquo; Delivery (in Italy only)<br><br>&raquo; In other Countries or NO DELIVERY";
strTOT    = "TOTAL";
strErrQty = "Quantit\340 Errata - Invalid Quantity";
strNewQty = 'Per favore inserisci la nuova quantit\340 - Please enter new quantity:';

Language = 'it';
bLanguageDefined = true;

