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

## ----------------------------------------------------------------------
%locale = (
	   'detailed' => 'De Gedetaileerde Sectielijst',
	   'chapter' => sub { return "Hoofdstuk $_[0]" },
	   'appendix' => sub { return "Bijlage $_[0]" },
	   'section' => sub { return "Sectie $_[0]" },
	   'subsection' => sub { return "Sectie $_[0]" },
	   'subsubsection' => sub { return "Sectie $_[0]" },
	   'paragraph' => sub { return "Sectie $_[0]" },
	   'subparagraph' => sub { return "Sectie $_[0]" },
	   );

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