<?php // ----------------------------------------------------------------------------------------------- // Project: Filebased guestbook. // File: lang.it.php // Topic: italian language file // Author: hide@address.com // ----------------------------------------------------------------------------------------------- // -> show.php $s_head = "Guestbook / $conf[version]"; $s_title = "Mostra il Guestbook"; $s_new = "firma."; $s_date = "Data "; $s_author = "Autore "; $s_text = "Commento "; $s_location = "Provenienza "; $s_country = "Citta' "; $s_email = "Email"; $s_url = "URL"; $s_pages = "Pagine: "; $s_itmes = "Numero totale di firme: "; $s_back = "indietro"; $s_forward = "avanti"; // -> form.php $f_head = "Guestbook / $conf[version]"; $f_title = "Firma il Guestbook"; $f_date = "Data: "; $f_author = "Nome*: "; $f_text = "Commento*: "; $f_location = "Provenienza: "; $f_country = "Citta': "; $f_email = "Email*: "; $f_url = "URL"; $f_submit = "invia"; $f_back = "cancella"; $f_alert = "Perfavore riempi tutti i campi con(*)."; ?>