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

## ----------------------------------------------------------------------
%i18n = (
	 'charset' => 'iso-8859-1',
	 'abstract' => 'Abstract',
	 'copyright notice' => 'Copyright Notice',
	 'contents' => 'Contents',
	 'chapter' => 'Chapter',
	 'appendix' => 'Appendix',
	 'section' => 'Section',
	 'subsection' => 'Section',
	 'subsubsection' => 'Section',
	 'paragraph' => 'Section',
	 'subparagraph' => 'Section',
	 'footnotes' => 'Footnotes',
	 'comments' => 'Comments',
	 'next' => 'next',
	 'previous' => 'previous',
	 );

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