## -*- perl -*-
## ----------------------------------------------------------------------
## Locale/pt_PT.UTF-8/Texinfo: locale for Portuguese output in Texinfo format
## ----------------------------------------------------------------------

## ----------------------------------------------------------------------
%locale = (
	   'detailed' => 'A Lista Detalhada de Nós',
	   'chapter' => sub { return "Capítulo $_[0]" },
	   'appendix' => sub { return "Apêndice $_[0]" },
	   'section' => sub { return "Secção $_[0]" },
	   'subsection' => sub { return "Secção $_[0]" },
	   'subsubsection' => sub { return "Secção $_[0]" },
	   'paragraph' => sub { return "Secção $_[0]" },
	   'subparagraph' => sub { return "Secção $_[0]" },
	   );

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