Commit 107d40fdb14c3311df0e55e3731c9c8ff47b7d22

Thomas de Grivel 2023-01-21T15:08:51

help2man-1.40.11

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
diff --git a/README b/README
index b3a3bf9..3f0bcac 100644
--- a/README
+++ b/README
@@ -1,10 +1,10 @@
-		README for GNU help2man version 1.40.10
+		README for GNU help2man version 1.40.11
 
 help2man is a script to create simple man pages from the --help and
 --version output of programs.
 
   http://www.gnu.org/software/help2man/
-  ftp://ftp.gnu.org/gnu/help2man/help2man-1.40.10.tar.gz
+  ftp://ftp.gnu.org/gnu/help2man/help2man-1.40.11.tar.gz
 
   git://anonscm.debian.org/users/bod/help2man.git
   http://anonscm.debian.org/git/users/bod/help2man.git
diff --git a/THANKS b/THANKS
index ba7c80c..c93367b 100644
--- a/THANKS
+++ b/THANKS
@@ -22,6 +22,7 @@ Michael Kotsarinis		<mk73628@gmail.com>
 Yuri Kozlov			<yuray@komyakino.ru>
 Matt Kraai			<kraai@alumni.carnegiemellon.edu>
 Helge Kreutzmann		<debian@helgefjell.de>
+Tomislav Krznar			<tomislav.krznar@gmail.com>
 Chris Leick			<c.leick@vollbio.de>
 Werner Lemberg			<wl@gnu.org>
 Lionel Elie Mamane		<lionel@mamane.lu>
diff --git a/debian/changelog b/debian/changelog
index 856f2fb..3807278 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+help2man (1.40.11) unstable; urgency=low
+
+  * Add Croatian translation (thanks to Tomislav Krznar).
+
+ -- Brendan O'Dea <bod@debian.org>  Sat, 28 Jul 2012 19:29:43 +1000
+
 help2man (1.40.10) unstable; urgency=low
 
   * Update Greek translation (thanks to Savvas Radevic).
diff --git a/help2man.1 b/help2man.1
index a5402f5..d8e2c5a 100644
--- a/help2man.1
+++ b/help2man.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.10.
-.TH HELP2MAN "1" "June 2012" "help2man 1.40.10" "User Commands"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH HELP2MAN "1" "July 2012" "help2man 1.40.11" "User Commands"
 .SH NAME
 help2man \- generate a simple manual page
 .SH SYNOPSIS
diff --git a/help2man.PL b/help2man.PL
index b66148e..9be5fbd 100755
--- a/help2man.PL
+++ b/help2man.PL
@@ -16,7 +16,7 @@ use 5.008;
 use Config;
 use Getopt::Long;
 
-my ($program, $version) = ('help2man', '1.40.10');
+my ($program, $version) = ('help2man', '1.40.11');
 
 my %opts;
 die "Usage: $0 [--quiet] [--stdout] [--with-gettext] [--name] [--version]\n"
diff --git a/help2man.de.1 b/help2man.de.1
index 7449318..9f7e76d 100644
--- a/help2man.de.1
+++ b/help2man.de.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.10.
-.TH HELP2MAN "1" "Juni 2012" "help2man 1.40.10" "Benutzerkommandos"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH HELP2MAN "1" "Juli 2012" "help2man 1.40.11" "Benutzerkommandos"
 .SH NAME
 help2man \- generiert eine einfache Handbuchseite
 .SH ÜBERSICHT
diff --git a/help2man.el.1 b/help2man.el.1
index ee47135..c7a9e39 100644
--- a/help2man.el.1
+++ b/help2man.el.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.10.
-.TH HELP2MAN "1" "Ιούνιος 2012" "help2man 1.40.10" "Εντολές χρήστη"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH HELP2MAN "1" "Ιούλιος 2012" "help2man 1.40.11" "Εντολές χρήστη"
 .SH NAME
 help2man \- δημιουργία απλής σελίδας εγχειριδίου
 .SH SYNOPSIS
diff --git a/help2man.eo.1 b/help2man.eo.1
index 6b88672..d0ed14e 100644
--- a/help2man.eo.1
+++ b/help2man.eo.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.10.
-.TH HELP2MAN "1" "2012-06" "help2man 1.40.10" "Uzant-Komandoj"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH HELP2MAN "1" "2012-07" "help2man 1.40.11" "Uzant-Komandoj"
 .SH NOMO
 help2man \- generas simplan man-paĝon
 .SH RESUMO
diff --git a/help2man.fi.1 b/help2man.fi.1
index 8f2397b..4ec9ce6 100644
--- a/help2man.fi.1
+++ b/help2man.fi.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.10.
-.TH HELP2MAN "1" "kesäkuu 2012" "help2man 1.40.10" "Käyttäjän sovellukset"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH HELP2MAN "1" "heinäkuu 2012" "help2man 1.40.11" "Käyttäjän sovellukset"
 .SH NIMI
 help2man \- luo yksinkertainen man-sivu
 .SH YLEISKATSAUS
diff --git a/help2man.fr.1 b/help2man.fr.1
index cfed7da..72e5f8d 100644
--- a/help2man.fr.1
+++ b/help2man.fr.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.10.
-.TH HELP2MAN "1" "juin 2012" "help2man 1.40.10" "Commandes"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH HELP2MAN "1" "juillet 2012" "help2man 1.40.11" "Commandes"
 .SH NOM
 help2man \- crée une page de manuel sommaire
 .SH SYNOPSIS
diff --git a/help2man.hr.1 b/help2man.hr.1
new file mode 100644
index 0000000..48e7831
--- /dev/null
+++ b/help2man.hr.1
@@ -0,0 +1,149 @@
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH HELP2MAN "1" "Srpanj 2012" "help2man 1.40.11" "Korisničke naredbe"
+.SH IME
+help2man \- stvara jednostavnu stranicu priručnika
+.SH OPIS
+`help2man' generates a man page out of `\-\-help' and `\-\-version' output.
+.PP
+Usage: help2man [OPTION]... EXECUTABLE
+.TP
+\fB\-n\fR, \fB\-\-name\fR=\fISTRING\fR
+description for the NAME paragraph
+.TP
+\fB\-s\fR, \fB\-\-section\fR=\fISECTION\fR
+section number for manual page (1, 6, 8)
+.TP
+\fB\-m\fR, \fB\-\-manual\fR=\fITEXT\fR
+name of manual (User Commands, ...)
+.TP
+\fB\-S\fR, \fB\-\-source\fR=\fITEXT\fR
+source of program (FSF, Debian, ...)
+.TP
+\fB\-L\fR, \fB\-\-locale\fR=\fISTRING\fR
+select locale (default "C")
+.TP
+\fB\-i\fR, \fB\-\-include\fR=\fIFILE\fR
+include material from `FILE'
+.TP
+\fB\-I\fR, \fB\-\-opt\-include\fR=\fIFILE\fR
+include material from `FILE' if it exists
+.TP
+\fB\-o\fR, \fB\-\-output\fR=\fIFILE\fR
+send output to `FILE'
+.TP
+\fB\-p\fR, \fB\-\-info\-page\fR=\fITEXT\fR
+name of Texinfo manual
+.TP
+\fB\-N\fR, \fB\-\-no\-info\fR
+suppress pointer to Texinfo manual
+.TP
+\fB\-l\fR, \fB\-\-libtool\fR
+exclude the `lt\-' from the program name
+.TP
+\fB\-\-help\fR
+print this help, then exit
+.TP
+\fB\-\-version\fR
+print version number, then exit
+.PP
+EXECUTABLE should accept `\-\-help' and `\-\-version' options and produce output on
+stdout although alternatives may be specified using:
+.TP
+\fB\-h\fR, \fB\-\-help\-option\fR=\fISTRING\fR
+help option string
+.TP
+\fB\-v\fR, \fB\-\-version\-option\fR=\fISTRING\fR
+version option string
+.TP
+\fB\-\-version\-string\fR=\fISTRING\fR
+version string
+.TP
+\fB\-\-no\-discard\-stderr\fR
+include stderr when parsing option output
+.SH "UKLJUČI DATOTEKE"
+Dodatni materijali mogu se uključiti u stvoreni izlaz opcijama
+.B \-\-include
+i
+.B \-\-opt\-include
+Oblik je jednostavan:
+
+    [odjeljak]
+    tekst
+
+    /uzorak/
+    tekst
+
+Blocks of verbatim *roff text are inserted into the output either at
+the start of the given
+.BI [ section ]
+(case insensitive), or after a paragraph matching
+.BI / pattern /\fR.
+
+Patterns use the Perl regular expression syntax and may be followed by
+the
+.IR i ,
+.I s
+or
+.I m
+modifiers (see
+.BR perlre (1)).
+
+Retci prije prvog odjeljka ili uzorka koji počinju s „\-” se
+obrađuju kao opcije.  Sve ostalo se prešutno zanemaruje i može se
+koristiti za komentare, RCS ključne riječi i slično.
+
+The section output order (for those included) is:
+
+    IME
+    SINTAKSA
+    OPIS
+    OPCIJE
+    OKOLINA
+    DATOTEKE
+    PRIMJERI
+    \fIother\fR
+    AUTOR
+    PRIJAVA GREŠAKA
+    COPYRIGHT
+    TAKOĐER POGLEDAJTE
+
+Any
+.B [NAME]
+or
+.B [SYNOPSIS]
+sections appearing in the include file will replace what would have
+automatically been produced (although you can still override the
+former with
+.B --name
+if required).
+
+Other sections are prepended to the automatically produced output for
+the standard sections given above, or included at
+.I other
+(above) in the order they were encountered in the include file.
+.SH DOSTUPNOST
+The latest version of this distribution is available on-line from:
+
+    ftp://ftp.gnu.org/gnu/help2man/
+.SH "PRIJAVA GREŠAKA"
+Report bugs to <bug\-help2man@gnu.org>.
+.SH COPYRIGHT
+Copyright \(co 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, 2010,
+2011, 2012 Free Software Foundation, Inc.
+.br
+Ovo je slobodan softver; pogledajte kod za upute o kopiranju.  NEMA jamstava;
+čak ni za TRGOVINSKU PRIKLADNOST ili ODGOVARANJE ODREĐENOJ SVRSI.
+.PP
+Napisao Brendan O'Dea <bod@debian.org>
+.SH "TAKOĐER POGLEDAJTE"
+Potpuna dokumentacija za
+.B help2man
+se održava kao Texinfo priručnik.  Ako su programi
+.B info
+i
+.B help2man
+pravilno instalirani na vašem sustavu, naredbom
+.IP
+.B info help2man
+.PP
+biste trebali dobiti pristup potpunom priručniku.
diff --git a/help2man.it.1 b/help2man.it.1
index c9a431d..8adb09a 100644
--- a/help2man.it.1
+++ b/help2man.it.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.10.
-.TH HELP2MAN "1" "giugno 2012" "help2man 1.40.10" "Comandi utente"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH HELP2MAN "1" "luglio 2012" "help2man 1.40.11" "Comandi utente"
 .SH NOME
 help2man \- genera una semplice pagina di manuale
 .SH SINTASSI
diff --git a/help2man.ja.1 b/help2man.ja.1
index df1231b..ae81bf9 100644
--- a/help2man.ja.1
+++ b/help2man.ja.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.10.
-.TH HELP2MAN "1" "2012年6月" "help2man 1.40.10" "ユーザーコマンド"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH HELP2MAN "1" "2012年7月" "help2man 1.40.11" "ユーザーコマンド"
 .SH 名前
 help2man \- 簡易マニュアルページの生成
 .SH 書式
diff --git a/help2man.pl.1 b/help2man.pl.1
index 1029287..5950446 100644
--- a/help2man.pl.1
+++ b/help2man.pl.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.10.
-.TH HELP2MAN "1" "czerwiec 2012" "help2man 1.40.10" "Polecenia użytkownika"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH HELP2MAN "1" "lipiec 2012" "help2man 1.40.11" "Polecenia użytkownika"
 .SH NAZWA
 help2man \- generowanie prostej strony podręcznika
 .SH SKŁADNIA
diff --git a/help2man.pt_BR.1 b/help2man.pt_BR.1
index 3994d33..7d402e0 100644
--- a/help2man.pt_BR.1
+++ b/help2man.pt_BR.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.10.
-.TH HELP2MAN "1" "junho de 2012" "help2man 1.40.10" "Comandos de usuário"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH HELP2MAN "1" "julho de 2012" "help2man 1.40.11" "Comandos de usuário"
 .SH NOME
 help2man \- gera uma página de manual simples
 .SH SINOPSE
diff --git a/help2man.ru.1 b/help2man.ru.1
index e3c402c..ada30c1 100644
--- a/help2man.ru.1
+++ b/help2man.ru.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.10.
-.TH HELP2MAN "1" "03.06.2012" "help2man 1.40.10" "Пользовательские команды"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH HELP2MAN "1" "28.07.2012" "help2man 1.40.11" "Пользовательские команды"
 .SH ИМЯ
 help2man \- генерирует простую справочную страницу
 .SH ОБЗОР
diff --git a/help2man.sr.1 b/help2man.sr.1
index aa7195a..8a5166a 100644
--- a/help2man.sr.1
+++ b/help2man.sr.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.10.
-.TH ГНУ "1" "јун 2012." "ГНУ help2man 1.40.10" "Корисничке наредбе"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH ГНУ "1" "јул 2012." "ГНУ help2man 1.40.11" "Корисничке наредбе"
 .SH НАЗИВ
 help2man \— ствара страницу упутства
 .SH УВОД
diff --git a/help2man.sv.1 b/help2man.sv.1
index 4ebf2e3..330d6bd 100644
--- a/help2man.sv.1
+++ b/help2man.sv.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.10.
-.TH HELP2MAN "1" "juni 2012" "help2man 1.40.10" "Användarkommandon"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH HELP2MAN "1" "juli 2012" "help2man 1.40.11" "Användarkommandon"
 .SH NAMN
 help2man \- generera en enkel manualsida
 .SH BESKRIVNING
diff --git a/help2man.uk.1 b/help2man.uk.1
index 40d395c..97e1c2a 100644
--- a/help2man.uk.1
+++ b/help2man.uk.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.10.
-.TH HELP2MAN "1" "03.06.12" "help2man 1.40.10" "Команди користувача"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH HELP2MAN "1" "28.07.12" "help2man 1.40.11" "Команди користувача"
 .SH НАЗВА
 help2man \— програма для створення простих сторінок довідника
 .SH "КОРОТКИЙ ОПИС"
diff --git a/help2man.vi.1 b/help2man.vi.1
index ff22fe2..41d68af 100644
--- a/help2man.vi.1
+++ b/help2man.vi.1
@@ -1,5 +1,5 @@
-.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.10.
-.TH HELP2MAN "1" "Tháng sáu 2012" "help2man 1.40.10" "Lệnh người dùng"
+.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.40.11.
+.TH HELP2MAN "1" "Tháng bảy 2012" "help2man 1.40.11" "Lệnh người dùng"
 .SH TÊN
 help2man \- tạo một trang hướng dẫn đơn giản
 .SH "TÓM TẮT"
diff --git a/locales b/locales
index c6ca9dd..02dd9b1 100644
--- a/locales
+++ b/locales
@@ -3,6 +3,7 @@ el	el_GR.UTF-8
 eo	eo.UTF-8
 fi	fi_FI.UTF-8
 fr	fr_FR.UTF-8
+hr	hr_HR.UTF-8
 it	it_IT.UTF-8
 ja	ja_JP.UTF-8
 pl	pl_PL.UTF-8
diff --git a/po/help2man.pot b/po/help2man.pot
index d616dd7..c8e035a 100644
--- a/po/help2man.pot
+++ b/po/help2man.pot
@@ -8,7 +8,7 @@ msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
 "Report-Msgid-Bugs-To: Brendan O'Dea <bug-help2man@gnu.org>\n"
-"POT-Creation-Date: 2012-06-03 10:18+1000\n"
+"POT-Creation-Date: 2012-07-28 20:05+1000\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
 "Language-Team: LANGUAGE <LL@li.org>\n"
diff --git a/po/hr.gmo b/po/hr.gmo
new file mode 100644
index 0000000..7cd4d6d
Binary files /dev/null and b/po/hr.gmo differ
diff --git a/po/hr.po b/po/hr.po
new file mode 100644
index 0000000..67256d2
--- /dev/null
+++ b/po/hr.po
@@ -0,0 +1,368 @@
+# Translation of help2man to Croatian.
+# Copyright (C) 2012 Free Software Foundation, Inc.
+# This file is distributed under the same license as the help2man package.
+#
+# Tomislav Krznar <tomislav.krznar@gmail.com>, 2012.
+msgid ""
+msgstr ""
+"Project-Id-Version: help2man 1.40.7\n"
+"Report-Msgid-Bugs-To: Brendan O'Dea <bug-help2man@gnu.org>\n"
+"POT-Creation-Date: 2012-07-28 19:45+1000\n"
+"PO-Revision-Date: 2012-07-05 02:48+0200\n"
+"Last-Translator: Tomislav Krznar <tomislav.krznar@gmail.com>\n"
+"Language-Team: Croatian <lokalizacija@linux.hr>\n"
+"Language: hr\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
+"Plural-Forms: nplurals=3; plural=(n%10==1 && n%100!=11 ? 0 : n%10>=2 && n"
+"%10<=4 && (n%100<10 || n%100>=20) ? 1 : 2);\n"
+"X-Generator: Lokalize 1.4\n"
+
+#: help2man:68
+#, perl-format
+msgid ""
+"GNU %s %s\n"
+"\n"
+"Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, "
+"2010,\n"
+"2011, 2012 Free Software Foundation, Inc.\n"
+"This is free software; see the source for copying conditions.  There is NO\n"
+"warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
+"\n"
+"Written by Brendan O'Dea <bod@debian.org>\n"
+msgstr ""
+"GNU %s %s\n"
+"\n"
+"Copyright (C) 1997, 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2009, "
+"2010,\n"
+"2011, 2012 Free Software Foundation, Inc.\n"
+"Ovo je slobodan softver; pogledajte kod za upute o kopiranju.  NEMA "
+"jamstava;\n"
+"čak ni za TRGOVINSKU PRIKLADNOST ili ODGOVARANJE ODREĐENOJ SVRSI.\n"
+"\n"
+"Napisao Brendan O'Dea <bod@debian.org>\n"
+
+#: help2man:79
+#, perl-format
+msgid ""
+"`%s' generates a man page out of `--help' and `--version' output.\n"
+"\n"
+"Usage: %s [OPTION]... EXECUTABLE\n"
+"\n"
+" -n, --name=STRING       description for the NAME paragraph\n"
+" -s, --section=SECTION   section number for manual page (1, 6, 8)\n"
+" -m, --manual=TEXT       name of manual (User Commands, ...)\n"
+" -S, --source=TEXT       source of program (FSF, Debian, ...)\n"
+" -L, --locale=STRING     select locale (default \"C\")\n"
+" -i, --include=FILE      include material from `FILE'\n"
+" -I, --opt-include=FILE  include material from `FILE' if it exists\n"
+" -o, --output=FILE       send output to `FILE'\n"
+" -p, --info-page=TEXT    name of Texinfo manual\n"
+" -N, --no-info           suppress pointer to Texinfo manual\n"
+" -l, --libtool           exclude the `lt-' from the program name\n"
+"     --help              print this help, then exit\n"
+"     --version           print version number, then exit\n"
+"\n"
+"EXECUTABLE should accept `--help' and `--version' options and produce output "
+"on\n"
+"stdout although alternatives may be specified using:\n"
+"\n"
+" -h, --help-option=STRING     help option string\n"
+" -v, --version-option=STRING  version option string\n"
+" --version-string=STRING      version string\n"
+" --no-discard-stderr          include stderr when parsing option output\n"
+"\n"
+"Report bugs to <bug-help2man@gnu.org>.\n"
+msgstr ""
+
+#: help2man:163
+#, perl-format
+msgid "%s: can't open `%s' (%s)"
+msgstr "%s: ne mogu otvoriti „%s” (%s)"
+
+#: help2man:224
+#, perl-format
+msgid "%s: no valid information found in `%s'"
+msgstr "%s: nisu pronađene ispravne informacije u „%s”"
+
+#. Translators: the following message is a strftime(3) format string, which in
+#. the English version expands to the month as a word and the full year.  It
+#. is used on the footer of the generated manual pages.  If in doubt, you may
+#. just use %x as the value (which should be the full locale-specific date).
+#: help2man:244
+msgid "%B %Y"
+msgstr "%B %Y"
+
+#: help2man:251
+#, perl-format
+msgid "%s: can't unlink %s (%s)"
+msgstr "%s: ne mogu ukloniti vezu %s (%s)"
+
+#: help2man:255
+#, perl-format
+msgid "%s: can't create %s (%s)"
+msgstr "%s: ne mogu napraviti %s (%s)"
+
+#. Translators: "NAME", "SYNOPSIS" and other one or two word strings in all
+#. upper case are manual page section headings.  The man(1) manual page in your
+#. language, if available should provide the conventional translations.
+#: help2man:297 help2man:619 help2man.h2m.PL:81 help2man.h2m.PL:131
+msgid "NAME"
+msgstr "IME"
+
+#: help2man:309
+#, perl-format
+msgid "%s \\- manual page for %s %s"
+msgstr "%s \\- stranica priručnika za %s %s"
+
+#: help2man:323
+msgid "System Administration Utilities"
+msgstr "Alati za administraciju sustava"
+
+#: help2man:324
+msgid "Games"
+msgstr "Igre"
+
+#: help2man:325
+msgid "User Commands"
+msgstr "Korisničke naredbe"
+
+#. Translators: "Usage" and "or" here are patterns (regular expressions) which
+#. are used to match the usage synopsis in program output.  An example from cp
+#. (GNU coreutils) which contains both strings:
+#. Usage: cp [OPTION]... [-T] SOURCE DEST
+#. or:  cp [OPTION]... SOURCE... DIRECTORY
+#. or:  cp [OPTION]... -t DIRECTORY SOURCE...
+#: help2man:336
+msgid "Usage"
+msgstr "Uporaba"
+
+#: help2man:337
+msgid "or"
+msgstr "ili"
+
+#: help2man:369 help2man:619 help2man.h2m.PL:132
+msgid "SYNOPSIS"
+msgstr "SINTAKSA"
+
+#: help2man:373 help2man:619 help2man.h2m.PL:133
+msgid "DESCRIPTION"
+msgstr "OPIS"
+
+#. Translators: patterns are used to match common program output. In the source
+#. these strings are all of the form of "my $PAT_something = _('...');" and are
+#. regular expressions.  If there is more than one commonly used string, you
+#. may separate alternatives with "|".  Spaces in these expressions are written
+#. as " +" to indicate that more than one space may be matched.  The string
+#. "(?:[\\w-]+ +)?" in the bug reporting pattern is used to indicate an
+#. optional word, so that either "Report bugs" or "Report _program_ bugs" will
+#. be matched.
+#: help2man:398
+msgid "Report +(?:[\\w-]+ +)?bugs|Email +bug +reports +to"
+msgstr ""
+
+#: help2man:399
+msgid "Written +by"
+msgstr ""
+
+#: help2man:400
+msgid "Options"
+msgstr "Opcije"
+
+#: help2man:401
+msgid "Environment"
+msgstr "Okolina"
+
+#: help2man:402
+msgid "Files"
+msgstr "Datoteke"
+
+#: help2man:403
+msgid "Examples"
+msgstr "Primjeri"
+
+#: help2man:404
+msgid "This +is +free +software"
+msgstr "Ovo +je +slobodan +softver"
+
+#: help2man:420 help2man:619 help2man.h2m.PL:134
+msgid "OPTIONS"
+msgstr "OPCIJE"
+
+#: help2man:425 help2man:620 help2man.h2m.PL:135
+msgid "ENVIRONMENT"
+msgstr "OKOLINA"
+
+#: help2man:430 help2man:620 help2man.h2m.PL:136
+msgid "FILES"
+msgstr "DATOTEKE"
+
+#: help2man:435 help2man:620 help2man.h2m.PL:137
+msgid "EXAMPLES"
+msgstr "PRIMJERI"
+
+#: help2man:442 help2man:622 help2man.h2m.PL:141
+msgid "COPYRIGHT"
+msgstr "COPYRIGHT"
+
+#: help2man:448 help2man:622 help2man.h2m.PL:140
+msgid "REPORTING BUGS"
+msgstr "PRIJAVA GREŠAKA"
+
+#: help2man:454 help2man:622 help2man.h2m.PL:139
+msgid "AUTHOR"
+msgstr "AUTOR"
+
+#: help2man:594 help2man:622 help2man.h2m.PL:142
+msgid "SEE ALSO"
+msgstr "TAKOĐER POGLEDAJTE"
+
+#: help2man:598
+#, perl-format
+msgid ""
+"The full documentation for\n"
+".B %s\n"
+"is maintained as a Texinfo manual.  If the\n"
+".B info\n"
+"and\n"
+".B %s\n"
+"programs are properly installed at your site, the command\n"
+".IP\n"
+".B info %s\n"
+".PP\n"
+"should give you access to the complete manual.\n"
+msgstr ""
+"Potpuna dokumentacija za\n"
+".B %s\n"
+"se održava kao Texinfo priručnik.  Ako su programi\n"
+".B info\n"
+"i\n"
+".B %s\n"
+"pravilno instalirani na vašem sustavu, naredbom\n"
+".IP\n"
+".B info %s\n"
+".PP\n"
+"biste trebali dobiti pristup potpunom priručniku.\n"
+
+#: help2man:650
+#, perl-format
+msgid "%s: error writing to %s (%s)"
+msgstr "%s: greška pri pisanju u %s (%s)"
+
+#: help2man:667
+#, perl-format
+msgid "%s: can't get `%s' info from %s%s"
+msgstr "%s: ne mogu dobiti podatke o „%s” iz %s%s"
+
+#: help2man:669
+msgid "Try `--no-discard-stderr' if option outputs to stderr"
+msgstr ""
+"Pokušajte „--no-discard-stderr” ako opcija ispisuje na standardni izlaz za "
+"greške"
+
+#: help2man.h2m.PL:76
+msgid "Include file for help2man man page"
+msgstr "Uključi datoteku za help2man stranicu priručnika"
+
+#: help2man.h2m.PL:82
+msgid "help2man \\- generate a simple manual page"
+msgstr "help2man \\- stvara jednostavnu stranicu priručnika"
+
+#: help2man.h2m.PL:85
+msgid "INCLUDE FILES"
+msgstr "UKLJUČI DATOTEKE"
+
+#: help2man.h2m.PL:87
+msgid ""
+"Additional material may be included in the generated output with the\n"
+".B \\-\\-include\n"
+"and\n"
+".B \\-\\-opt\\-include\n"
+"options.  The format is simple:\n"
+"\n"
+"    [section]\n"
+"    text\n"
+"\n"
+"    /pattern/\n"
+"    text\n"
+msgstr ""
+"Dodatni materijali mogu se uključiti u stvoreni izlaz opcijama\n"
+".B \\-\\-include\n"
+"i\n"
+".B \\-\\-opt\\-include\n"
+"Oblik je jednostavan:\n"
+"\n"
+"    [odjeljak]\n"
+"    tekst\n"
+"\n"
+"    /uzorak/\n"
+"    tekst\n"
+
+#: help2man.h2m.PL:102
+msgid ""
+"Blocks of verbatim *roff text are inserted into the output either at\n"
+"the start of the given\n"
+".BI [ section ]\n"
+"(case insensitive), or after a paragraph matching\n"
+".BI / pattern /\\fR.\n"
+msgstr ""
+
+#: help2man.h2m.PL:111
+msgid ""
+"Patterns use the Perl regular expression syntax and may be followed by\n"
+"the\n"
+".IR i ,\n"
+".I s\n"
+"or\n"
+".I m\n"
+"modifiers (see\n"
+".BR perlre (1)).\n"
+msgstr ""
+
+#: help2man.h2m.PL:123
+msgid ""
+"Lines before the first section or pattern which begin with `\\-' are\n"
+"processed as options.  Anything else is silently ignored and may be\n"
+"used for comments, RCS keywords and the like.\n"
+msgstr ""
+"Retci prije prvog odjeljka ili uzorka koji počinju s „\\-” se\n"
+"obrađuju kao opcije.  Sve ostalo se prešutno zanemaruje i može se\n"
+"koristiti za komentare, RCS ključne riječi i slično.\n"
+
+#: help2man.h2m.PL:129
+msgid "The section output order (for those included) is:"
+msgstr ""
+
+#: help2man.h2m.PL:138
+msgid "other"
+msgstr ""
+
+#: help2man.h2m.PL:146
+msgid ""
+"Any\n"
+".B [NAME]\n"
+"or\n"
+".B [SYNOPSIS]\n"
+"sections appearing in the include file will replace what would have\n"
+"automatically been produced (although you can still override the\n"
+"former with\n"
+".B --name\n"
+"if required).\n"
+msgstr ""
+
+#: help2man.h2m.PL:159
+msgid ""
+"Other sections are prepended to the automatically produced output for\n"
+"the standard sections given above, or included at\n"
+".I other\n"
+"(above) in the order they were encountered in the include file.\n"
+msgstr ""
+
+#: help2man.h2m.PL:166
+msgid "AVAILABILITY"
+msgstr "DOSTUPNOST"
+
+#: help2man.h2m.PL:167
+msgid "The latest version of this distribution is available on-line from:"
+msgstr ""