OSDN Git Service

GNU m4 1.4.19: Update sources.
[linuxjm/jm.git] / manual / GNU_m4 / po4a / m4.pot
1 # SOME DESCRIPTIVE TITLE
2 # Copyright (C) YEAR Free Software Foundation, Inc.
3 # This file is distributed under the same license as the PACKAGE package.
4 # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
5 #
6 #, fuzzy
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: PACKAGE VERSION\n"
10 "POT-Creation-Date: 2021-06-01 06:30+0900\n"
11 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
12 "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
13 "Language-Team: LANGUAGE <LL@li.org>\n"
14 "Language: \n"
15 "MIME-Version: 1.0\n"
16 "Content-Type: text/plain; charset=UTF-8\n"
17 "Content-Transfer-Encoding: 8bit\n"
18
19 #. type: TH
20 #: original/man1/m4.1:2
21 #, no-wrap
22 msgid "M4"
23 msgstr ""
24
25 #. type: TH
26 #: original/man1/m4.1:2
27 #, no-wrap
28 msgid "May 2021"
29 msgstr ""
30
31 #. type: TH
32 #: original/man1/m4.1:2
33 #, no-wrap
34 msgid "GNU M4 1.4.19"
35 msgstr ""
36
37 #. type: TH
38 #: original/man1/m4.1:2
39 #, no-wrap
40 msgid "User Commands"
41 msgstr ""
42
43 #. type: SH
44 #: original/man1/m4.1:3
45 #, no-wrap
46 msgid "NAME"
47 msgstr ""
48
49 #. type: Plain text
50 #: original/man1/m4.1:5
51 msgid "m4 - macro processor"
52 msgstr ""
53
54 #. type: SH
55 #: original/man1/m4.1:5
56 #, no-wrap
57 msgid "SYNOPSIS"
58 msgstr ""
59
60 #. type: Plain text
61 #: original/man1/m4.1:8
62 msgid "B<m4> [I<\\,OPTION\\/>]... [I<\\,FILE\\/>]..."
63 msgstr ""
64
65 #. type: SH
66 #: original/man1/m4.1:8
67 #, no-wrap
68 msgid "DESCRIPTION"
69 msgstr ""
70
71 #. type: Plain text
72 #: original/man1/m4.1:11
73 msgid ""
74 "Process macros in FILEs.  If no FILE or if FILE is `-', standard input is "
75 "read."
76 msgstr ""
77
78 #. type: Plain text
79 #: original/man1/m4.1:14
80 msgid ""
81 "Mandatory or optional arguments to long options are mandatory or optional "
82 "for short options too."
83 msgstr ""
84
85 #. type: SS
86 #: original/man1/m4.1:14
87 #, no-wrap
88 msgid "Operation modes:"
89 msgstr ""
90
91 #. type: TP
92 #: original/man1/m4.1:15
93 #, no-wrap
94 msgid "B<--help>"
95 msgstr ""
96
97 #. type: Plain text
98 #: original/man1/m4.1:18
99 msgid "display this help and exit"
100 msgstr ""
101
102 #. type: TP
103 #: original/man1/m4.1:18
104 #, no-wrap
105 msgid "B<--version>"
106 msgstr ""
107
108 #. type: Plain text
109 #: original/man1/m4.1:21
110 msgid "output version information and exit"
111 msgstr ""
112
113 #. type: TP
114 #: original/man1/m4.1:21
115 #, no-wrap
116 msgid "B<-E>, B<--fatal-warnings>"
117 msgstr ""
118
119 #. type: Plain text
120 #: original/man1/m4.1:25
121 msgid "once: warnings become errors, twice: stop execution at first error"
122 msgstr ""
123
124 #. type: TP
125 #: original/man1/m4.1:25
126 #, no-wrap
127 msgid "B<-i>, B<--interactive>"
128 msgstr ""
129
130 #. type: Plain text
131 #: original/man1/m4.1:28
132 msgid "unbuffer output, ignore interrupts"
133 msgstr ""
134
135 #. type: TP
136 #: original/man1/m4.1:28
137 #, no-wrap
138 msgid "B<-P>, B<--prefix-builtins>"
139 msgstr ""
140
141 #. type: Plain text
142 #: original/man1/m4.1:31
143 msgid "force a `m4_' prefix to all builtins"
144 msgstr ""
145
146 #. type: TP
147 #: original/man1/m4.1:31
148 #, no-wrap
149 msgid "B<-Q>, B<--quiet>, B<--silent>"
150 msgstr ""
151
152 #. type: Plain text
153 #: original/man1/m4.1:34
154 msgid "suppress some warnings for builtins"
155 msgstr ""
156
157 #. type: TP
158 #: original/man1/m4.1:34
159 #, no-wrap
160 msgid "B<--warn-macro-sequence>[=I<\\,REGEXP\\/>]"
161 msgstr ""
162
163 #. type: Plain text
164 #: original/man1/m4.1:37
165 msgid "warn if macro definition matches REGEXP,"
166 msgstr ""
167
168 #. type: Plain text
169 #: original/man1/m4.1:39
170 msgid "default \\e$\\e({[^}]*}\\e|[0-9][0-9]+\\e)"
171 msgstr ""
172
173 #. type: TP
174 #: original/man1/m4.1:39
175 #, no-wrap
176 msgid "B<-W>, B<--word-regexp>=I<\\,REGEXP\\/>"
177 msgstr ""
178
179 #. type: Plain text
180 #: original/man1/m4.1:42
181 msgid "use REGEXP for macro name syntax"
182 msgstr ""
183
184 #. type: SS
185 #: original/man1/m4.1:42
186 #, no-wrap
187 msgid "Preprocessor features:"
188 msgstr ""
189
190 #. type: TP
191 #: original/man1/m4.1:43
192 #, no-wrap
193 msgid "B<-D>, B<--define=NAME>[=I<\\,VALUE\\/>]"
194 msgstr ""
195
196 #. type: Plain text
197 #: original/man1/m4.1:46
198 msgid "define NAME as having VALUE, or empty"
199 msgstr ""
200
201 #. type: TP
202 #: original/man1/m4.1:46
203 #, no-wrap
204 msgid "B<-I>, B<--include>=I<\\,DIRECTORY\\/>"
205 msgstr ""
206
207 #. type: Plain text
208 #: original/man1/m4.1:49
209 msgid "append DIRECTORY to include path"
210 msgstr ""
211
212 #. type: TP
213 #: original/man1/m4.1:49
214 #, no-wrap
215 msgid "B<-s>, B<--synclines>"
216 msgstr ""
217
218 #. type: Plain text
219 #: original/man1/m4.1:52
220 msgid "generate `#line NUM \"FILE\"' lines"
221 msgstr ""
222
223 #. type: TP
224 #: original/man1/m4.1:52
225 #, no-wrap
226 msgid "B<-U>, B<--undefine>=I<\\,NAME\\/>"
227 msgstr ""
228
229 #. type: Plain text
230 #: original/man1/m4.1:55
231 msgid "undefine NAME"
232 msgstr ""
233
234 #. type: SS
235 #: original/man1/m4.1:55
236 #, no-wrap
237 msgid "Limits control:"
238 msgstr ""
239
240 #. type: TP
241 #: original/man1/m4.1:56
242 #, no-wrap
243 msgid "B<-g>, B<--gnu>"
244 msgstr ""
245
246 #. type: Plain text
247 #: original/man1/m4.1:59
248 msgid "override B<-G> to re-enable GNU extensions"
249 msgstr ""
250
251 #. type: TP
252 #: original/man1/m4.1:59
253 #, no-wrap
254 msgid "B<-G>, B<--traditional>"
255 msgstr ""
256
257 #. type: Plain text
258 #: original/man1/m4.1:62
259 msgid "suppress all GNU extensions"
260 msgstr ""
261
262 #. type: TP
263 #: original/man1/m4.1:62
264 #, no-wrap
265 msgid "B<-H>, B<--hashsize>=I<\\,PRIME\\/>"
266 msgstr ""
267
268 #. type: Plain text
269 #: original/man1/m4.1:65
270 msgid "set symbol lookup hash table size [509]"
271 msgstr ""
272
273 #. type: TP
274 #: original/man1/m4.1:65
275 #, no-wrap
276 msgid "B<-L>, B<--nesting-limit>=I<\\,NUMBER\\/>"
277 msgstr ""
278
279 #. type: Plain text
280 #: original/man1/m4.1:68
281 msgid "change nesting limit, 0 for unlimited [0]"
282 msgstr ""
283
284 #. type: SS
285 #: original/man1/m4.1:68
286 #, no-wrap
287 msgid "Frozen state files:"
288 msgstr ""
289
290 #. type: TP
291 #: original/man1/m4.1:69
292 #, no-wrap
293 msgid "B<-F>, B<--freeze-state>=I<\\,FILE\\/>"
294 msgstr ""
295
296 #. type: Plain text
297 #: original/man1/m4.1:72
298 msgid "produce a frozen state on FILE at end"
299 msgstr ""
300
301 #. type: TP
302 #: original/man1/m4.1:72
303 #, no-wrap
304 msgid "B<-R>, B<--reload-state>=I<\\,FILE\\/>"
305 msgstr ""
306
307 #. type: Plain text
308 #: original/man1/m4.1:75
309 msgid "reload a frozen state from FILE at start"
310 msgstr ""
311
312 #. type: SS
313 #: original/man1/m4.1:75
314 #, no-wrap
315 msgid "Debugging:"
316 msgstr ""
317
318 #. type: TP
319 #: original/man1/m4.1:76
320 #, no-wrap
321 msgid "B<-d>, B<--debug>[=I<\\,FLAGS\\/>]"
322 msgstr ""
323
324 #. type: Plain text
325 #: original/man1/m4.1:79
326 msgid "set debug level (no FLAGS implies `aeq')"
327 msgstr ""
328
329 #. type: TP
330 #: original/man1/m4.1:79
331 #, no-wrap
332 msgid "B<--debugfile>[=I<\\,FILE\\/>]"
333 msgstr ""
334
335 #. type: Plain text
336 #: original/man1/m4.1:83
337 msgid ""
338 "redirect debug and trace output to FILE (default stderr, discard if empty "
339 "string)"
340 msgstr ""
341
342 #. type: TP
343 #: original/man1/m4.1:83
344 #, no-wrap
345 msgid "B<-l>, B<--arglength>=I<\\,NUM\\/>"
346 msgstr ""
347
348 #. type: Plain text
349 #: original/man1/m4.1:86
350 msgid "restrict macro tracing size"
351 msgstr ""
352
353 #. type: TP
354 #: original/man1/m4.1:86
355 #, no-wrap
356 msgid "B<-t>, B<--trace>=I<\\,NAME\\/>"
357 msgstr ""
358
359 #. type: Plain text
360 #: original/man1/m4.1:89
361 msgid "trace NAME when it is defined"
362 msgstr ""
363
364 #. type: SS
365 #: original/man1/m4.1:89
366 #, no-wrap
367 msgid "FLAGS is any of:"
368 msgstr ""
369
370 #. type: TP
371 #: original/man1/m4.1:90
372 #, no-wrap
373 msgid "a"
374 msgstr ""
375
376 #. type: Plain text
377 #: original/man1/m4.1:93
378 msgid "show actual arguments"
379 msgstr ""
380
381 #. type: TP
382 #: original/man1/m4.1:93
383 #, no-wrap
384 msgid "c"
385 msgstr ""
386
387 #. type: Plain text
388 #: original/man1/m4.1:96
389 msgid "show before collect, after collect and after call"
390 msgstr ""
391
392 #. type: TP
393 #: original/man1/m4.1:96
394 #, no-wrap
395 msgid "e"
396 msgstr ""
397
398 #. type: Plain text
399 #: original/man1/m4.1:99
400 msgid "show expansion"
401 msgstr ""
402
403 #. type: TP
404 #: original/man1/m4.1:99
405 #, no-wrap
406 msgid "f"
407 msgstr ""
408
409 #. type: Plain text
410 #: original/man1/m4.1:102
411 msgid "say current input file name"
412 msgstr ""
413
414 #. type: TP
415 #: original/man1/m4.1:102
416 #, no-wrap
417 msgid "i"
418 msgstr ""
419
420 #. type: Plain text
421 #: original/man1/m4.1:105
422 msgid "show changes in input files"
423 msgstr ""
424
425 #. type: TP
426 #: original/man1/m4.1:105
427 #, no-wrap
428 msgid "l"
429 msgstr ""
430
431 #. type: Plain text
432 #: original/man1/m4.1:108
433 msgid "say current input line number"
434 msgstr ""
435
436 #. type: TP
437 #: original/man1/m4.1:108
438 #, no-wrap
439 msgid "p"
440 msgstr ""
441
442 #. type: Plain text
443 #: original/man1/m4.1:111
444 msgid "show results of path searches"
445 msgstr ""
446
447 #. type: TP
448 #: original/man1/m4.1:111
449 #, no-wrap
450 msgid "q"
451 msgstr ""
452
453 #. type: Plain text
454 #: original/man1/m4.1:114
455 msgid "quote values as necessary, with a or e flag"
456 msgstr ""
457
458 #. type: TP
459 #: original/man1/m4.1:114
460 #, no-wrap
461 msgid "t"
462 msgstr ""
463
464 #. type: Plain text
465 #: original/man1/m4.1:117
466 msgid "trace for all macro calls, not only traceon'ed"
467 msgstr ""
468
469 #. type: TP
470 #: original/man1/m4.1:117
471 #, no-wrap
472 msgid "x"
473 msgstr ""
474
475 #. type: Plain text
476 #: original/man1/m4.1:120
477 msgid "add a unique macro call id, useful with c flag"
478 msgstr ""
479
480 #. type: TP
481 #: original/man1/m4.1:120
482 #, no-wrap
483 msgid "V"
484 msgstr ""
485
486 #. type: Plain text
487 #: original/man1/m4.1:123
488 msgid "shorthand for all of the above flags"
489 msgstr ""
490
491 #. type: Plain text
492 #: original/man1/m4.1:126
493 msgid ""
494 "If defined, the environment variable `M4PATH' is a colon-separated list of "
495 "directories included after any specified by `-I'."
496 msgstr ""
497
498 #. type: Plain text
499 #: original/man1/m4.1:129
500 msgid ""
501 "Exit status is 0 for success, 1 for failure, 63 for frozen file version "
502 "mismatch, or whatever value was passed to the m4exit macro."
503 msgstr ""
504
505 #. type: SH
506 #: original/man1/m4.1:129
507 #, no-wrap
508 msgid "AUTHOR"
509 msgstr ""
510
511 #. type: Plain text
512 #: original/man1/m4.1:131
513 msgid "Written by Rene' Seindal."
514 msgstr ""
515
516 #. type: SH
517 #: original/man1/m4.1:131
518 #, no-wrap
519 msgid "REPORTING BUGS"
520 msgstr ""
521
522 #. type: Plain text
523 #: original/man1/m4.1:133
524 msgid "Report bugs to: bug-m4@gnu.org"
525 msgstr ""
526
527 #. type: Plain text
528 #: original/man1/m4.1:135
529 msgid "GNU M4 home page: E<lt>https://www.gnu.org/software/m4/E<gt>"
530 msgstr ""
531
532 #. type: Plain text
533 #: original/man1/m4.1:137
534 msgid "General help using GNU software: E<lt>https://www.gnu.org/gethelp/E<gt>"
535 msgstr ""
536
537 #. type: SH
538 #: original/man1/m4.1:137
539 #, no-wrap
540 msgid "COPYRIGHT"
541 msgstr ""
542
543 #. type: Plain text
544 #: original/man1/m4.1:140
545 msgid ""
546 "Copyright \\(co 2021 Free Software Foundation, Inc.  License GPLv3+: GNU GPL "
547 "version 3 or later E<lt>https://gnu.org/licenses/gpl.htmlE<gt>."
548 msgstr ""
549
550 #. type: Plain text
551 #: original/man1/m4.1:143
552 msgid ""
553 "This is free software: you are free to change and redistribute it.  There is "
554 "NO WARRANTY, to the extent permitted by law."
555 msgstr ""
556
557 #. type: SH
558 #: original/man1/m4.1:143
559 #, no-wrap
560 msgid "SEE ALSO"
561 msgstr ""
562
563 #. type: Plain text
564 #: original/man1/m4.1:151
565 msgid ""
566 "The full documentation for B<m4> is maintained as a Texinfo manual.  If the "
567 "B<info> and B<m4> programs are properly installed at your site, the command"
568 msgstr ""
569
570 #. type: Plain text
571 #: original/man1/m4.1:153
572 msgid "B<info m4>"
573 msgstr ""
574
575 #. type: Plain text
576 #: original/man1/m4.1:154
577 msgid "should give you access to the complete manual."
578 msgstr ""