## -*- perl -*-
## ----------------------------------------------------------------------
## Locale/ca_ES.ISO8859-15/Texinfo: locale for Catalan output in Texinfo format
## ----------------------------------------------------------------------

## ----------------------------------------------------------------------
%locale = (
	   'detailed' => 'La llista detallada de nodes',
	   'chapter' => sub { return "Captol $_[0]" },
	   'appendix' => sub { return "Apndix $_[0]" },
	   'section' => sub { return "Secci $_[0]" },
	   'subsection' => sub { return "Secci $_[0]" },
	   'subsubsection' => sub { return "Secci $_[0]" },
	   'paragraph' => sub { return "Secci $_[0]" },
	   'subparagraph' => sub { return "Secci $_[0]" },
	   );

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