## -*- perl -*-
## ----------------------------------------------------------------------
## Locale/ca_ES.ISO8859-1/Text: locale for Catalan output in plain text format
## ----------------------------------------------------------------------

## ----------------------------------------------------------------------
%locale = (
	   'abstract' => 'Resum',
	   'copyright notice' => 'Nota de Copyright',
	   'contents' => 'Continguts',
	   '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]" },
	   );

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