04361f188019f950f172b75690dc8a590196d01e
[carnet-upgrade.git] / debian / perl5 / DebianDoc_SGML / Locale / hr_HR.UTF-8 / Wiki
1 ## -*- perl -*-
2 ## ----------------------------------------------------------------------
3 ## Locale/Wiki: locale independent (English) output in Wiki format
4 ## ----------------------------------------------------------------------
5
6 ## ----------------------------------------------------------------------
7 %locale = (
8            'abstract' => 'Abstract',
9            'copyright notice' => 'Copyright Notice',
10            'contents' => 'Contents',
11            'chapter' => sub { return "Chapter $_[0]" },
12            'appendix' => sub { return "Appendix $_[0]" },
13            'section' => sub { return "Section $_[0]" },
14            'subsection' => sub { return "Section $_[0]" },
15            'subsubsection' => sub { return "Section $_[0]" },
16            'paragraph' => sub { return "Section $_[0]" },
17            'subparagraph' => sub { return "Section $_[0]" },
18            );
19
20 ## ----------------------------------------------------------------------