Mercurial > repos > rliterman > csp2
comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/share/doc/gettext/msgcat.1.html @ 68:5028fdace37b
planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author | jpayne |
---|---|
date | Tue, 18 Mar 2025 16:23:26 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
67:0e9998148a16 | 68:5028fdace37b |
---|---|
1 <!-- Creator : groff version 1.22.3 --> | |
2 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" | |
3 "http://www.w3.org/TR/html4/loose.dtd"> | |
4 <html> | |
5 <head> | |
6 <meta name="generator" content="groff -Thtml, see www.gnu.org"> | |
7 <meta http-equiv="Content-Type" content="text/html; charset=US-ASCII"> | |
8 <meta name="Content-Style" content="text/css"> | |
9 <style type="text/css"> | |
10 p { margin-top: 0; margin-bottom: 0; vertical-align: top } | |
11 pre { margin-top: 0; margin-bottom: 0; vertical-align: top } | |
12 table { margin-top: 0; margin-bottom: 0; vertical-align: top } | |
13 h1 { text-align: center } | |
14 </style> | |
15 <title>MSGCAT</title> | |
16 | |
17 </head> | |
18 <body> | |
19 | |
20 <h1 align="center">MSGCAT</h1> | |
21 | |
22 <a href="#NAME">NAME</a><br> | |
23 <a href="#SYNOPSIS">SYNOPSIS</a><br> | |
24 <a href="#DESCRIPTION">DESCRIPTION</a><br> | |
25 <a href="#AUTHOR">AUTHOR</a><br> | |
26 <a href="#REPORTING BUGS">REPORTING BUGS</a><br> | |
27 <a href="#COPYRIGHT">COPYRIGHT</a><br> | |
28 <a href="#SEE ALSO">SEE ALSO</a><br> | |
29 | |
30 <hr> | |
31 | |
32 | |
33 <h2>NAME | |
34 <a name="NAME"></a> | |
35 </h2> | |
36 | |
37 | |
38 <p style="margin-left:11%; margin-top: 1em">msgcat - | |
39 combines several message catalogs</p> | |
40 | |
41 <h2>SYNOPSIS | |
42 <a name="SYNOPSIS"></a> | |
43 </h2> | |
44 | |
45 | |
46 <p style="margin-left:11%; margin-top: 1em"><b>msgcat</b> | |
47 [<i>OPTION</i>] [<i>INPUTFILE</i>]...</p> | |
48 | |
49 <h2>DESCRIPTION | |
50 <a name="DESCRIPTION"></a> | |
51 </h2> | |
52 | |
53 | |
54 <p style="margin-left:11%; margin-top: 1em">Concatenates | |
55 and merges the specified PO files. Find messages which are | |
56 common to two or more of the specified PO files. By using | |
57 the <b>--more-than</b> option, greater | |
58 commonality may be requested before messages are printed. | |
59 Conversely, the <b>--less-than</b> option | |
60 may be used to specify less commonality before messages are | |
61 printed (i.e. <b>--less-than</b>=<i>2</i> | |
62 will only print the unique messages). Translations, | |
63 comments, extracted comments, and file positions will be | |
64 cumulated, except that if | |
65 <b>--use-first</b> is specified, they will | |
66 be taken from the first PO file to define them.</p> | |
67 | |
68 <p style="margin-left:11%; margin-top: 1em">Mandatory | |
69 arguments to long options are mandatory for short options | |
70 too.</p> | |
71 | |
72 <p style="margin-left:11%; margin-top: 1em"><b>Input file | |
73 location:</b> <br> | |
74 INPUTFILE ...</p> | |
75 | |
76 <p style="margin-left:22%;">input files</p> | |
77 | |
78 <p style="margin-left:11%;"><b>-f</b>, | |
79 <b>--files-from</b>=<i>FILE</i></p> | |
80 | |
81 <p style="margin-left:22%;">get list of input files from | |
82 FILE</p> | |
83 | |
84 <p style="margin-left:11%;"><b>-D</b>, | |
85 <b>--directory</b>=<i>DIRECTORY</i></p> | |
86 | |
87 <p style="margin-left:22%;">add DIRECTORY to list for input | |
88 files search</p> | |
89 | |
90 <p style="margin-left:11%; margin-top: 1em">If input file | |
91 is -, standard input is read.</p> | |
92 | |
93 <p style="margin-left:11%; margin-top: 1em"><b>Output file | |
94 location: <br> | |
95 -o</b>, | |
96 <b>--output-file</b>=<i>FILE</i></p> | |
97 | |
98 <p style="margin-left:22%;">write output to specified | |
99 file</p> | |
100 | |
101 <p style="margin-left:11%; margin-top: 1em">The results are | |
102 written to standard output if no output file is specified or | |
103 if it is -.</p> | |
104 | |
105 <p style="margin-left:11%; margin-top: 1em"><b>Message | |
106 selection:</b> <br> | |
107 -<, | |
108 <b>--less-than</b>=<i>NUMBER</i></p> | |
109 | |
110 <p style="margin-left:22%;">print messages with less than | |
111 this many definitions, defaults to infinite if not set</p> | |
112 | |
113 <p style="margin-left:11%;">->, | |
114 <b>--more-than</b>=<i>NUMBER</i></p> | |
115 | |
116 <p style="margin-left:22%;">print messages with more than | |
117 this many definitions, defaults to 0 if not set</p> | |
118 | |
119 <p style="margin-left:11%;"><b>-u</b>, | |
120 <b>--unique</b></p> | |
121 | |
122 <p style="margin-left:22%;">shorthand for | |
123 <b>--less-than</b>=<i>2</i>, requests that | |
124 only unique messages be printed</p> | |
125 | |
126 <p style="margin-left:11%; margin-top: 1em"><b>Input file | |
127 syntax: <br> | |
128 -P</b>, | |
129 <b>--properties-input</b></p> | |
130 | |
131 <p style="margin-left:22%;">input files are in Java | |
132 .properties syntax</p> | |
133 | |
134 | |
135 <p style="margin-left:11%;"><b>--stringtable-input</b></p> | |
136 | |
137 <p style="margin-left:22%;">input files are in | |
138 NeXTstep/GNUstep .strings syntax</p> | |
139 | |
140 <p style="margin-left:11%; margin-top: 1em"><b>Output | |
141 details: <br> | |
142 -t</b>, | |
143 <b>--to-code</b>=<i>NAME</i></p> | |
144 | |
145 <p style="margin-left:22%;">encoding for output</p> | |
146 | |
147 | |
148 <p style="margin-left:11%;"><b>--use-first</b></p> | |
149 | |
150 <p style="margin-left:22%;">use first available translation | |
151 for each message, don’t merge several translations</p> | |
152 | |
153 | |
154 <p style="margin-left:11%;"><b>--lang</b>=<i>CATALOGNAME</i></p> | |
155 | |
156 <p style="margin-left:22%;">set ’Language’ | |
157 field in the header entry</p> | |
158 | |
159 <p style="margin-left:11%;"><b>--color</b></p> | |
160 | |
161 <p style="margin-left:22%;">use colors and other text | |
162 attributes always</p> | |
163 | |
164 | |
165 <p style="margin-left:11%;"><b>--color</b>=<i>WHEN</i></p> | |
166 | |
167 <p style="margin-left:22%;">use colors and other text | |
168 attributes if WHEN. WHEN may be ’always’, | |
169 ’never’, ’auto’, or | |
170 ’html’.</p> | |
171 | |
172 | |
173 <p style="margin-left:11%;"><b>--style</b>=<i>STYLEFILE</i></p> | |
174 | |
175 <p style="margin-left:22%;">specify CSS style rule file for | |
176 <b>--color</b></p> | |
177 | |
178 <p style="margin-left:11%;"><b>-e</b>, | |
179 <b>--no-escape</b></p> | |
180 | |
181 <p style="margin-left:22%;">do not use C escapes in output | |
182 (default)</p> | |
183 | |
184 <p style="margin-left:11%;"><b>-E</b>, | |
185 <b>--escape</b></p> | |
186 | |
187 <p style="margin-left:22%;">use C escapes in output, no | |
188 extended chars</p> | |
189 | |
190 | |
191 <p style="margin-left:11%;"><b>--force-po</b></p> | |
192 | |
193 <p style="margin-left:22%;">write PO file even if empty</p> | |
194 | |
195 <p style="margin-left:11%;"><b>-i</b>, | |
196 <b>--indent</b></p> | |
197 | |
198 <p style="margin-left:22%;">write the .po file using | |
199 indented style</p> | |
200 | |
201 | |
202 <p style="margin-left:11%;"><b>--no-location</b></p> | |
203 | |
204 <p style="margin-left:22%;">do not write ’#: | |
205 filename:line’ lines</p> | |
206 | |
207 <p style="margin-left:11%;"><b>-n</b>, | |
208 <b>--add-location</b></p> | |
209 | |
210 <p style="margin-left:22%;">generate ’#: | |
211 filename:line’ lines (default)</p> | |
212 | |
213 | |
214 <p style="margin-left:11%;"><b>--strict</b></p> | |
215 | |
216 <p style="margin-left:22%;">write out strict Uniforum | |
217 conforming .po file</p> | |
218 | |
219 <p style="margin-left:11%;"><b>-p</b>, | |
220 <b>--properties-output</b></p> | |
221 | |
222 <p style="margin-left:22%;">write out a Java .properties | |
223 file</p> | |
224 | |
225 | |
226 <p style="margin-left:11%;"><b>--stringtable-output</b></p> | |
227 | |
228 <p style="margin-left:22%;">write out a NeXTstep/GNUstep | |
229 .strings file</p> | |
230 | |
231 <p style="margin-left:11%;"><b>-w</b>, | |
232 <b>--width</b>=<i>NUMBER</i></p> | |
233 | |
234 <p style="margin-left:22%;">set output page width</p> | |
235 | |
236 | |
237 <p style="margin-left:11%;"><b>--no-wrap</b></p> | |
238 | |
239 <p style="margin-left:22%;">do not break long message | |
240 lines, longer than the output page width, into several | |
241 lines</p> | |
242 | |
243 <p style="margin-left:11%;"><b>-s</b>, | |
244 <b>--sort-output</b></p> | |
245 | |
246 <p style="margin-left:22%;">generate sorted output</p> | |
247 | |
248 <p style="margin-left:11%;"><b>-F</b>, | |
249 <b>--sort-by-file</b></p> | |
250 | |
251 <p style="margin-left:22%;">sort output by file | |
252 location</p> | |
253 | |
254 <p style="margin-left:11%; margin-top: 1em"><b>Informative | |
255 output: <br> | |
256 -h</b>, <b>--help</b></p> | |
257 | |
258 <p style="margin-left:22%;">display this help and exit</p> | |
259 | |
260 <p style="margin-left:11%;"><b>-V</b>, | |
261 <b>--version</b></p> | |
262 | |
263 <p style="margin-left:22%;">output version information and | |
264 exit</p> | |
265 | |
266 <h2>AUTHOR | |
267 <a name="AUTHOR"></a> | |
268 </h2> | |
269 | |
270 | |
271 <p style="margin-left:11%; margin-top: 1em">Written by | |
272 Bruno Haible.</p> | |
273 | |
274 <h2>REPORTING BUGS | |
275 <a name="REPORTING BUGS"></a> | |
276 </h2> | |
277 | |
278 | |
279 <p style="margin-left:11%; margin-top: 1em">Report bugs in | |
280 the bug tracker at | |
281 <https://savannah.gnu.org/projects/gettext> or by | |
282 email to <bug-gettext@gnu.org>.</p> | |
283 | |
284 <h2>COPYRIGHT | |
285 <a name="COPYRIGHT"></a> | |
286 </h2> | |
287 | |
288 | |
289 <p style="margin-left:11%; margin-top: 1em">Copyright | |
290 © 2001-2023 Free Software Foundation, Inc. | |
291 License GPLv3+: GNU GPL version 3 or later | |
292 <https://gnu.org/licenses/gpl.html> <br> | |
293 This is free software: you are free to change and | |
294 redistribute it. There is NO WARRANTY, to the extent | |
295 permitted by law.</p> | |
296 | |
297 <h2>SEE ALSO | |
298 <a name="SEE ALSO"></a> | |
299 </h2> | |
300 | |
301 | |
302 <p style="margin-left:11%; margin-top: 1em">The full | |
303 documentation for <b>msgcat</b> is maintained as a Texinfo | |
304 manual. If the <b>info</b> and <b>msgcat</b> programs are | |
305 properly installed at your site, the command</p> | |
306 | |
307 <p style="margin-left:22%; margin-top: 1em"><b>info | |
308 msgcat</b></p> | |
309 | |
310 <p style="margin-left:11%; margin-top: 1em">should give you | |
311 access to the complete manual.</p> | |
312 <hr> | |
313 </body> | |
314 </html> |