Rename jessie -> stretch.
[carnet-upgrade.git] / debian / perl5 / DebianDoc_SGML / Locale / hr_HR.UTF-8 / XML
1 ## -*- perl -*-
2 ## ----------------------------------------------------------------------
3 ## Locale/en_US.ISO8859-1/XML: locale for ALL output in XML format
4 ## ----------------------------------------------------------------------
5
6 ## ----------------------------------------------------------------------
7 %locale = (
8            'charset' => 'utf-8',
9            'abstract' => 'Abstract',
10            'copyright notice' => 'Copyright Notice',
11            'contents' => 'Contents',
12            'chapter' => sub { return "Chapter $_[0]" },
13            'appendix' => sub { return "Appendix $_[0]" },
14            'section' => sub { return "Section $_[0]" },
15            'subsection' => sub { return "Section $_[0]" },
16            'subsubsection' => sub { return "Section $_[0]" },
17            'paragraph' => sub { return "Section $_[0]" },
18            'subparagraph' => sub { return "Section $_[0]" },
19            'footnotes' => 'Footnotes',
20            'comments' => 'Comments',
21            'next' => 'next',
22            'previous' => 'previous',
23            );
24
25 ## ----------------------------------------------------------------------