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

## ----------------------------------------------------------------------
%i18n = (
	 'charset' => 'iso-8859-1',
	 'abstract' => 'Estratto',
	 'copyright notice' => 'Avviso di Copyright',
	 'contents' => 'Contenuti',
	 'chapter' => 'Capitolo',
	 'appendix' => 'Appendice',
	 'section' => 'Sezione',
	 'subsection' => 'Sezione',
	 'subsubsection' => 'Sezione',
	 'paragraph' => 'Sezione',
	 'subparagraph' => 'Sezione',
	 'footnotes' => 'Nota a pi&eacute; di pagina',
	 'comments' => 'Comments',
	 'next' => 'successivo',
	 'previous' => 'precedente',
	 );

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