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

## ----------------------------------------------------------------------
%i18n = (
	 'charset' => 'iso-8859-1',
	 'abstract' => 'Zusammenfassung',
	 'copyright notice' => 'Copyright Hinweis',
	 'contents' => 'Inhalt',
	 'chapter' => 'Kapitel',
	 'appendix' => 'Anhang',
	 'section' => 'Abschnitt',
	 'subsection' => 'Abschnitt',
	 'subsubsection' => 'Abschnitt',
	 'paragraph' => 'Abschnitt',
	 'subparagraph' => 'Abschnitt',
	 'footnotes' => 'Funoten',
	 'comments' => 'Comments',
	 'next' => 'weiter',
	 'previous' => 'zurck',
	 );

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