## -*- Mode: Perl -*- ## ---------------------------------------------------------------------- ## Translation table from English to Spanish for HTML output. ## ---------------------------------------------------------------------- ## ---------------------------------------------------------------------- %lang = ( 'Copyright Notice' => 'Nota de Copyright', 'Copyright' => 'Copyright', 'Abstract' => 'Resumen', 'abstract' => 'resumen', 'toc' => "Índice General\n", 'Contents' => 'Contenidos', 'next' => 'siguiente', 'back' => 'anterior', 'footnotes' => 'notas al pie', 'chapter' => 'capítulo' ); ## ----------------------------------------------------------------------