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

## ----------------------------------------------------------------------
%locale = (
	   'detailed' => 'The Detailed Node Listing',
	   '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]" },
	   );

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