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

## ----------------------------------------------------------------------
%i18n = (
	 'charset' => 'iso-8859-1',
	 'abstract' => 'Samenvatting',
	 'copyright notice' => 'Auteursrechtkennisgeving',
	 'contents' => 'Inhoud',
	 'chapter' => 'Hoofdstuk',
	 'appendix' => 'Bijlage',
	 'section' => 'Sectie',
	 'subsection' => 'Sectie',
	 'subsubsection' => 'Sectie',
	 'paragraph' => 'Sectie',
	 'subparagraph' => 'Sectie',
	 'footnotes' => 'Voetnoten',
	 'comments' => 'Comments',
	 'next' => 'volgende',
	 'previous' => 'vorige',
	 );

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