## -*- Mode: Perl -*- ## ---------------------------------------------------------------------- ## Translation table from English to Italian for HTML output. ## ---------------------------------------------------------------------- ## ---------------------------------------------------------------------- %lang = ( 'Copyright Notice' => 'Avviso di Copyright', 'Copyright' => 'Copyright', 'Abstract' => 'Estratto', 'abstract' => 'estratto', 'toc' => "Tabella dei contenuti\n", 'Contents' => 'Contenuti', 'next' => 'successivo', 'back' => 'precedente', 'footnotes' => 'nota a pié di pagina', 'chapter' => 'capitolo' ); ## ----------------------------------------------------------------------