Backport hr_HR.UTF-8 debiandoc locale to etch.
[carnet-upgrade.git] / debian / perl5 / DebianDoc_SGML / Locale / hr_HR.UTF-8 / Wiki
diff --git a/debian/perl5/DebianDoc_SGML/Locale/hr_HR.UTF-8/Wiki b/debian/perl5/DebianDoc_SGML/Locale/hr_HR.UTF-8/Wiki
new file mode 100644 (file)
index 0000000..04361f1
--- /dev/null
@@ -0,0 +1,20 @@
+## -*- perl -*-
+## ----------------------------------------------------------------------
+## Locale/Wiki: locale independent (English) output in Wiki format
+## ----------------------------------------------------------------------
+
+## ----------------------------------------------------------------------
+%locale = (
+          'abstract' => 'Abstract',
+          'copyright notice' => 'Copyright Notice',
+          'contents' => 'Contents',
+          'chapter' => sub { return "Chapter $_[0]" },
+          'appendix' => sub { return "Appendix $_[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]" },
+          );
+
+## ----------------------------------------------------------------------