<? /********************************************************************************************************* This code is part of the GuestBook software (www.gerd-tentler.de/tools/guestbook), copyright by Gerd Tentler. Obtain permission before selling this code or hosting it on a commercial website or redistributing it over the Internet or in any other medium. In all cases copyright must remain intact. *********************************************************************************************************/ // translated by E. Tetti $msg['new'] = "Nuova entrata"; $msg['required'] = "Richiede i campi: 'Oggetto' e 'Messaggio'!"; $msg['date'] = "Data"; $msg['from'] = "Da"; $msg['name'] = "Nome"; $msg['eMail'] = "EMail"; $msg['subject'] = "Oggetto"; $msg['message'] = "Messaggio"; $msg['code'] = "Code"; $msg['submit'] = "Invia"; $msg['back'] = "Indietro"; $msg['delete'] = "Cancella"; $msg['confirm'] = "Cancellare irreversibilmente?"; $msg['admin'] = "Admin"; $msg['pass'] = "Inserisci la password:"; $msg['wrongPass'] = "Password errata!"; $msg['noSpam'] = "NO SPAM PLEASE!"; ?>