## -*- perl -*-
## ----------------------------------------------------------------------
## Locale/cs_CZ.ISO8859-2/HTML: locale for Czech output in HTML format
## ----------------------------------------------------------------------

## ----------------------------------------------------------------------
%locale = (
	   'charset' => 'iso-8859-2',
	   'abstract' => 'Souhrn',
	   'copyright notice' => 'Autorsk prva',
	   'contents' => 'Obsah',
	   'chapter' => sub { return "Kapitola $_[0]" },
	   'appendix' => sub { return "Dodatek $_[0]" },
	   'section' => sub { return "Oddl $_[0]" },
	   'subsection' => sub { return "Oddl $_[0]" },
	   'subsubsection' => sub { return "Oddl $_[0]" },
	   'paragraph' => sub { return "Oddl $_[0]" },
	   'subparagraph' => sub { return "Oddl $_[0]" },
	   'footnotes' => 'Poznmky',
	   'comments' => 'Comments',
	   'next' => 'dal',
	   'previous' => 'pedchoz',
	   );

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