X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fperl5%2FDebianDoc_SGML%2FLocale%2Fhr_HR.UTF-8%2FWiki;fp=debian%2Fperl5%2FDebianDoc_SGML%2FLocale%2Fhr_HR.UTF-8%2FWiki;h=04361f188019f950f172b75690dc8a590196d01e;hb=e50e57194ebc5d8e96595069bfbfa4e6cd5db24b;hp=0000000000000000000000000000000000000000;hpb=62c0acb2d23135fa68d44e07766c497388d4c55e;p=carnet-upgrade.git 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 index 0000000..04361f1 --- /dev/null +++ b/debian/perl5/DebianDoc_SGML/Locale/hr_HR.UTF-8/Wiki @@ -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]" }, + ); + +## ----------------------------------------------------------------------