## -*- Mode: Perl -*- ## -*- Mode: Perl -*- ## ---------------------------------------------------------------------- ## Translation table from English to Dutch for HTML output. ## ---------------------------------------------------------------------- ## ---------------------------------------------------------------------- %lang = ( 'Copyright Notice' => 'Auteursrechtkennisgeving', 'Copyright' => 'Auteursrecht', 'Abstract' => 'Samenvatting', 'abstract' => 'samenvatting', 'toc' => "Inhoudsopgave\n", 'Contents' => 'Inhoud', 'next' => 'volgende', 'back' => 'terug', 'footnotes' => 'voetnoten', 'chapter' => 'hoofdstuk' ); ## ----------------------------------------------------------------------