~ubuntu-branches/ubuntu/breezy/gettext/breezy

« back to all changes in this revision

Viewing changes to gettext-tools/man/msgen.1

  • Committer: Bazaar Package Importer
  • Author(s): Santiago Vila
  • Date: 2004-03-14 17:40:02 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040314174002-p1ad5ldve1hqzhye
Tags: 0.14.1-2
* Added libexpat1-dev to Build-Depends, for glade support.
* Added libc0.1-dev to Build-Depends, for GNU/kFreeBSD.
* Removed special-casing of knetbsd-gnu in debian/rules.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
 
2
.TH MSGEN "1" "January 2004" "GNU gettext-tools 0.14.1" GNU
 
3
.SH NAME
 
4
msgen \- create English message catalog
 
5
.SH SYNOPSIS
 
6
.B msgen
 
7
[\fIOPTION\fR] \fIINPUTFILE\fR
 
8
.SH DESCRIPTION
 
9
.\" Add any additional description here
 
10
.PP
 
11
Creates an English translation catalog.  The input file is the last
 
12
created English PO file, or a PO Template file (generally created by
 
13
xgettext).  Untranslated entries are assigned a translation that is
 
14
identical to the msgid.
 
15
.PP
 
16
Mandatory arguments to long options are mandatory for short options too.
 
17
.SS "Input file location:"
 
18
.TP
 
19
INPUTFILE
 
20
input PO or POT file
 
21
.TP
 
22
\fB\-D\fR, \fB\-\-directory\fR=\fIDIRECTORY\fR
 
23
add DIRECTORY to list for input files search
 
24
.PP
 
25
If input file is -, standard input is read.
 
26
.SS "Output file location:"
 
27
.TP
 
28
\fB\-o\fR, \fB\-\-output\-file\fR=\fIFILE\fR
 
29
write output to specified file
 
30
.PP
 
31
The results are written to standard output if no output file is specified
 
32
or if it is -.
 
33
.SS "Input file syntax:"
 
34
.TP
 
35
\fB\-P\fR, \fB\-\-properties\-input\fR
 
36
input file is in Java .properties syntax
 
37
.TP
 
38
\fB\-\-stringtable\-input\fR
 
39
input file is in NeXTstep/GNUstep .strings syntax
 
40
.SS "Output details:"
 
41
.TP
 
42
\fB\-e\fR, \fB\-\-no\-escape\fR
 
43
do not use C escapes in output (default)
 
44
.TP
 
45
\fB\-E\fR, \fB\-\-escape\fR
 
46
use C escapes in output, no extended chars
 
47
.TP
 
48
\fB\-\-force\-po\fR
 
49
write PO file even if empty
 
50
.TP
 
51
\fB\-i\fR, \fB\-\-indent\fR
 
52
indented output style
 
53
.TP
 
54
\fB\-\-no\-location\fR
 
55
suppress '#: filename:line' lines
 
56
.TP
 
57
\fB\-\-add\-location\fR
 
58
preserve '#: filename:line' lines (default)
 
59
.TP
 
60
\fB\-\-strict\fR
 
61
strict Uniforum output style
 
62
.TP
 
63
\fB\-p\fR, \fB\-\-properties\-output\fR
 
64
write out a Java .properties file
 
65
.TP
 
66
\fB\-\-stringtable\-output\fR
 
67
write out a NeXTstep/GNUstep .strings file
 
68
.TP
 
69
\fB\-w\fR, \fB\-\-width\fR=\fINUMBER\fR
 
70
set output page width
 
71
.TP
 
72
\fB\-\-no\-wrap\fR
 
73
do not break long message lines, longer than
 
74
the output page width, into several lines
 
75
.TP
 
76
\fB\-s\fR, \fB\-\-sort\-output\fR
 
77
generate sorted output
 
78
.TP
 
79
\fB\-F\fR, \fB\-\-sort\-by\-file\fR
 
80
sort output by file location
 
81
.SS "Informative output:"
 
82
.TP
 
83
\fB\-h\fR, \fB\-\-help\fR
 
84
display this help and exit
 
85
.TP
 
86
\fB\-V\fR, \fB\-\-version\fR
 
87
output version information and exit
 
88
.SH AUTHOR
 
89
Written by Bruno Haible.
 
90
.SH "REPORTING BUGS"
 
91
Report bugs to <bug-gnu-gettext@gnu.org>.
 
92
.SH COPYRIGHT
 
93
Copyright \(co 2001-2004 Free Software Foundation, Inc.
 
94
.br
 
95
This is free software; see the source for copying conditions.  There is NO
 
96
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
 
97
.SH "SEE ALSO"
 
98
The full documentation for
 
99
.B msgen
 
100
is maintained as a Texinfo manual.  If the
 
101
.B info
 
102
and
 
103
.B msgen
 
104
programs are properly installed at your site, the command
 
105
.IP
 
106
.B info msgen
 
107
.PP
 
108
should give you access to the complete manual.