## -*- perl -*- ## ---------------------------------------------------------------------- ## i18n/de.html: translation table for German output in HTML format ## ---------------------------------------------------------------------- ## ---------------------------------------------------------------------- %lang = ( 'abstract' => 'Zusammenfassung', 'copyright' => 'Copyright', 'contents' => 'Inhaltsverzeichnis', 'chapter' => 'Kapitel', 'appendix' => 'Anhang', 'footnotes' => 'Fußnoten', 'next' => 'nächstes', 'back' => 'zurück', ); ## ----------------------------------------------------------------------