Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / man / man1 / msgfilter.1
bloba38fe83ecde7871d73a8096b80d3bda21759a2bb
1 .\" DO NOT MODIFY THIS FILE!  It was generated by help2man 1.24.
2 .TH MSGFILTER "1" "June 2010" "GNU gettext-tools 0.18.1" GNU
3 .SH NAME
4 msgfilter \- edit translations of message catalog
5 .SH SYNOPSIS
6 .B msgfilter
7 [\fIOPTION\fR] \fIFILTER \fR[\fIFILTER-OPTION\fR]
8 .SH DESCRIPTION
9 .\" Add any additional description here
10 .PP
11 Applies a filter to all translations of a translation catalog.
12 .PP
13 Mandatory arguments to long options are mandatory for short options too.
14 .SS "Input file location:"
15 .TP
16 \fB\-i\fR, \fB\-\-input\fR=\fIINPUTFILE\fR
17 input PO file
18 .TP
19 \fB\-D\fR, \fB\-\-directory\fR=\fIDIRECTORY\fR
20 add DIRECTORY to list for input files search
21 .PP
22 If no input file is given or if it is -, standard input is read.
23 .SS "Output file location:"
24 .TP
25 \fB\-o\fR, \fB\-\-output\-file\fR=\fIFILE\fR
26 write output to specified file
27 .PP
28 The results are written to standard output if no output file is specified
29 or if it is -.
30 .PP
31 The FILTER can be any program that reads a translation from standard input
32 and writes a modified translation to standard output.
33 .SS "Useful FILTER-OPTIONs when the FILTER is 'sed':"
34 .TP
35 \fB\-e\fR, \fB\-\-expression\fR=\fISCRIPT\fR
36 add SCRIPT to the commands to be executed
37 .TP
38 \fB\-f\fR, \fB\-\-file\fR=\fISCRIPTFILE\fR
39 add the contents of SCRIPTFILE to the commands
40 to be executed
41 .TP
42 \fB\-n\fR, \fB\-\-quiet\fR, \fB\-\-silent\fR
43 suppress automatic printing of pattern space
44 .SS "Input file syntax:"
45 .TP
46 \fB\-P\fR, \fB\-\-properties\-input\fR
47 input file is in Java .properties syntax
48 .TP
49 \fB\-\-stringtable\-input\fR
50 input file is in NeXTstep/GNUstep .strings syntax
51 .SS "Output details:"
52 .TP
53 \fB\-\-color\fR
54 use colors and other text attributes always
55 .TP
56 \fB\-\-color\fR=\fIWHEN\fR
57 use colors and other text attributes if WHEN.
58 WHEN may be 'always', 'never', 'auto', or 'html'.
59 .TP
60 \fB\-\-style\fR=\fISTYLEFILE\fR
61 specify CSS style rule file for \fB\-\-color\fR
62 .TP
63 \fB\-\-no\-escape\fR
64 do not use C escapes in output (default)
65 .TP
66 \fB\-E\fR, \fB\-\-escape\fR
67 use C escapes in output, no extended chars
68 .TP
69 \fB\-\-force\-po\fR
70 write PO file even if empty
71 .TP
72 \fB\-\-indent\fR
73 indented output style
74 .TP
75 \fB\-\-keep\-header\fR
76 keep header entry unmodified, don't filter it
77 .TP
78 \fB\-\-no\-location\fR
79 suppress '#: filename:line' lines
80 .TP
81 \fB\-\-add\-location\fR
82 preserve '#: filename:line' lines (default)
83 .TP
84 \fB\-\-strict\fR
85 strict Uniforum output style
86 .TP
87 \fB\-p\fR, \fB\-\-properties\-output\fR
88 write out a Java .properties file
89 .TP
90 \fB\-\-stringtable\-output\fR
91 write out a NeXTstep/GNUstep .strings file
92 .TP
93 \fB\-w\fR, \fB\-\-width\fR=\fINUMBER\fR
94 set output page width
95 .TP
96 \fB\-\-no\-wrap\fR
97 do not break long message lines, longer than
98 the output page width, into several lines
99 .TP
100 \fB\-s\fR, \fB\-\-sort\-output\fR
101 generate sorted output
103 \fB\-F\fR, \fB\-\-sort\-by\-file\fR
104 sort output by file location
105 .SS "Informative output:"
107 \fB\-h\fR, \fB\-\-help\fR
108 display this help and exit
110 \fB\-V\fR, \fB\-\-version\fR
111 output version information and exit
112 .SH AUTHOR
113 Written by Bruno Haible.
114 .SH "REPORTING BUGS"
115 Report bugs to <bug-gnu-gettext@gnu.org>.
116 .SH COPYRIGHT
117 Copyright \(co 2001-2010 Free Software Foundation, Inc.
118 License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
120 This is free software: you are free to change and redistribute it.
121 There is NO WARRANTY, to the extent permitted by law.
122 .SH "SEE ALSO"
123 The full documentation for
124 .B msgfilter
125 is maintained as a Texinfo manual.  If the
126 .B info
128 .B msgfilter
129 programs are properly installed at your site, the command
131 .B info msgfilter
133 should give you access to the complete manual.