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

## ----------------------------------------------------------------------
%i18n = (
	 'charset' => 'iso-8859-1',
	 'abstract' => 'Resumo',
	 'copyright notice' => 'Nota dos Direitos de Autor',
	 'contents' => 'ndice',
	 'chapter' => 'Captulo',
	 'appendix' => 'Apndice',
	 'section' => 'Seco',
	 'subsection' => 'Seco',
	 'subsubsection' => 'Seco',
	 'paragraph' => 'Seco',
	 'subparagraph' => 'Seco',
	 'footnotes' => 'Notas de Rodap',
	 'comments' => 'Comentrios',
	 'next' => 'prximo',
	 'previous' => 'anterior',
	 );

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