X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?a=blobdiff_plain;f=debian%2Fperl5%2FDebianDoc_SGML%2FLocale%2Fhr_HR.UTF-8%2FText;fp=debian%2Fperl5%2FDebianDoc_SGML%2FLocale%2Fhr_HR.UTF-8%2FText;h=cb35f81c5100cf502f8cb51dcfc4043da385629d;hb=e50e57194ebc5d8e96595069bfbfa4e6cd5db24b;hp=0000000000000000000000000000000000000000;hpb=62c0acb2d23135fa68d44e07766c497388d4c55e;p=carnet-upgrade.git diff --git a/debian/perl5/DebianDoc_SGML/Locale/hr_HR.UTF-8/Text b/debian/perl5/DebianDoc_SGML/Locale/hr_HR.UTF-8/Text new file mode 100644 index 0000000..cb35f81 --- /dev/null +++ b/debian/perl5/DebianDoc_SGML/Locale/hr_HR.UTF-8/Text @@ -0,0 +1,20 @@ +## -*- perl -*- +## ---------------------------------------------------------------------- +## Locale/hr_HR.UTF-8/Text: locale for Croatian output in plain text format +## ---------------------------------------------------------------------- + +## ---------------------------------------------------------------------- +%locale = ( + 'abstract' => 'Sažetak', + 'copyright notice' => 'Obavijest o autorskim pravima', + 'contents' => 'Sadržaj', + 'chapter' => sub { return "Glava $_[0]" }, + 'appendix' => sub { return "Dodatak $_[0]" }, + 'section' => sub { return "Poglavlje $_[0]" }, + 'subsection' => sub { return "Poglavlje $_[0]" }, + 'subsubsection' => sub { return "Poglavlje $_[0]" }, + 'paragraph' => sub { return "Poglavlje $_[0]" }, + 'subparagraph' => sub { return "Poglavlje $_[0]" }, + ); + +## ----------------------------------------------------------------------