<?php // ----------------------------------------------------------------------------------------------- // Project: Filebased guestbook. // File: lang.fr.php // Topic: french language file // Author: hide@address.com // ----------------------------------------------------------------------------------------------- // -> show.php $s_head = "Livre d'or / $conf[version]"; $s_title = "Montre le Livre d'or"; $s_new = "Signes."; $s_date = "Date "; $s_author = "Auteur "; $s_text = "Commentaire "; $s_location = "Provenance "; $s_country = "Pays "; $s_email = "Email"; $s_url = "URL"; $s_pages = "Pages: "; $s_itmes = "Nombre total de signatures: "; $s_back = "retour"; $s_forward = "suite"; // -> form.php $f_head = "Livre d'or / $conf[version]"; $f_title = "Sognes le Livre d'or"; $f_date = "Date: "; $f_author = "Nome*: "; $f_text = "Commentaire*: "; $f_location = "Provenance: "; $f_country = "Pays: "; $f_email = "Email*: "; $f_url = "URL"; $f_submit = "envoyer"; $f_back = "annuler"; $f_alert = "Svp remplir toutes les cases avec(*)."; ?>