## -*- perl -*-
## ----------------------------------------------------------------------
## I18N/gl_ES.ISO8859-1/HTML: tboa de i18n para a sada en galego en HTML
## ----------------------------------------------------------------------

## ----------------------------------------------------------------------
%i18n = (
	 'charset' => 'iso-8859-1',
	 'abstract' => 'Resumo',
	 'copyright notice' => 'Nota do Copyright',
	 'contents' => 'Contido',
	 'chapter' => 'Captulo',
	 'appendix' => 'Apndice',
	 'section' => 'Seccin',
	 'subsection' => 'Seccin',
	 'subsubsection' => 'Seccin',
	 'paragraph' => 'Seccin',
	 'subparagraph' => 'Seccin',
	 'footnotes' => 'Notas ao p',
	 'comments' => 'Comentarios',
	 'next' => 'seguinte',
	 'previous' => 'anterior',
	 );

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