## -*- perl -*- ## ---------------------------------------------------------------------- ## i18n/fr.html: translation table for French output in HTML format ## ---------------------------------------------------------------------- ## ---------------------------------------------------------------------- %lang = ( 'abstract' => 'Résumé', 'copyright' => 'Copyright', 'contents' => 'Table des matières', 'chapter' => 'Chapitre', 'appendix' => 'Annexe', 'footnotes' => 'Notes de bas de page', 'next' => 'suivant', 'back' => 'précédent', ); ## ----------------------------------------------------------------------