## -*- Mode: Perl -*- ## ---------------------------------------------------------------------- ## Translation table from English to French for HTML output. ## ---------------------------------------------------------------------- ## ---------------------------------------------------------------------- %lang = ( 'Copyright Notice' => 'Copyright', 'Copyright' => 'Copyright', 'Abstract' => 'Résumé', 'abstract' => 'résumé', 'toc' => "Table des matières\n", 'Contents' => 'Table des matières', 'next' => 'suivant', 'back' => 'précédent', 'footnotes' => 'notes de bas de page', 'chapter' => 'chapitre' ); ## ----------------------------------------------------------------------