## -*- perl -*-
## ----------------------------------------------------------------------
## I18N/fr_FR.ISO8859-1/HTML: i18n table for French output in HTML format
## ----------------------------------------------------------------------

## ----------------------------------------------------------------------
%i18n = (
	 'charset' => 'iso-8859-1',
	 'abstract' => 'Rsum',
	 'copyright notice' => 'Copyright',
	 'contents' => 'Table des matires',
	 'chapter' => 'Chapitre',
	 'appendix' => 'Annexe',
	 'section' => 'Section',
	 'subsection' => 'Section',
	 'subsubsection' => 'Section',
	 'paragraph' => 'Section',
	 'subparagraph' => 'Section',
	 'footnotes' => 'Notes de bas de page',
	 'comments' => 'Comments',
	 'next' => 'suivant',
	 'previous' => 'prcedent',
	 );

## ----------------------------------------------------------------------
