## -*- perl -*-
## ----------------------------------------------------------------------
## Locale/en_US.UTF-8/Text: locale for English output in plain text format
## ----------------------------------------------------------------------

## ----------------------------------------------------------------------
%locale = (
	   'abstract' => 'Abstract',
	   'copyright notice' => 'Copyright Notice',
	   'contents' => 'Contents',
	   'chapter' => sub { return "Chapter $_[0]" },
	   'appendix' => sub { return "Appendix $_[0]" },
	   'section' => sub { return "Section $_[0]" },
	   'subsection' => sub { return "Section $_[0]" },
	   'subsubsection' => sub { return "Section $_[0]" },
	   'paragraph' => sub { return "Section $_[0]" },
	   'subparagraph' => sub { return "Section $_[0]" },
	   );

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