## -*- Mode: Perl -*- ## ---------------------------------------------------------------------- ## Translation table from English to Danish for HTML output. ## ---------------------------------------------------------------------- ## ---------------------------------------------------------------------- %lang = ( 'Copyright Notice' => 'Copyright', 'Copyright' => 'Copyright', 'Abstract' => 'Opsummering', 'abstract' => 'opsummering', 'toc' => "Indholdsfortegnelse\n", 'Contents' => 'Indhold', 'next' => 'næste', 'back' => 'tilbage', 'footnotes' => 'fodnoter', 'chapter' => 'kapitel' ); ## ----------------------------------------------------------------------