## -*- perl -*- ## ---------------------------------------------------------------------- ## i18n/es.html: translation table for Spanish output in HTML format ## ---------------------------------------------------------------------- ## ---------------------------------------------------------------------- %lang = ( 'abstract' => 'Resumen', 'copyright' => 'Copyright', 'contents' => 'Índice General', 'chapter' => 'Capítulo', 'appendix' => 'Apéndice', 'footnotes' => 'Notas al pie', 'next' => 'siguiente', 'back' => 'anterior', ); ## ----------------------------------------------------------------------