## -*- perl -*-
## ----------------------------------------------------------------------
## Locale/fr_FR.ISO8859-15/Texinfo: locale for French output in Texinfo format
## ----------------------------------------------------------------------

## ----------------------------------------------------------------------
%locale = (
	   'detailed' => 'Table des matires dtaille',
	   'chapter' => sub { return "Chapitre $_[0]" },
	   'appendix' => sub { return "Annexe $_[0]" },
	   'section' => sub { return "Section $_[0]" },
	   'subsection' => sub { return "Section $_[0]" },
	   'subsubsection' => sub { return "Section $_[0]" },
	   'paragraph' => sub { return "Section $_[0]" },
	   'subparagraph' => sub { return "Section $_[0]" },
	   );

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