## -*- perl -*-
## ----------------------------------------------------------------------
## Locale/da_DK.UTF-8/TextOV: locale for Danish output in overstrike text format
## ----------------------------------------------------------------------

## ----------------------------------------------------------------------
%locale = (
	   'abstract' => 'Opsummering',
	   'copyright notice' => 'Copyright',
	   'contents' => 'Indhold',
	   'chapter' => sub { return "Kapitel $_[0]" },
	   'appendix' => sub { return "Bilag $_[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]" },
	   );

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