1 /* -*- buffer-read-only: t -*- vi: set ro:
2 *
3 * DO NOT EDIT THIS FILE (usage-txt.h)
4 *
5 * It has been AutoGen-ed
6 * From the definitions usage-txt.def
7 * and the template file usage-txt.tpl
8 *
9 * This file is part of AutoOpts, a companion to AutoGen.
10 * AutoOpts is free software.
11 * AutoOpts is Copyright (C) 1992-2017 by Bruce Korb - all rights reserved
12 *
13 * AutoOpts is available under any one of two licenses. The license
14 * in use must be one of these two and the choice is under the control
15 * of the user of the license.
16 *
17 * The GNU Lesser General Public License, version 3 or later
18 * See the files "COPYING.lgplv3" and "COPYING.gplv3"
19 *
20 * The Modified Berkeley Software Distribution License
21 * See the file "COPYING.mbsd"
22 *
23 * These files have the following sha256 sums:
24 *
25 * 8584710e9b04216a394078dc156b781d0b47e1729104d666658aecef8ee32e95 COPYING.gplv3
26 * 4379e7444a0e2ce2b12dd6f5a52a27a4d02d39d247901d3285c88cf0d37f477b COPYING.lgplv3
27 * 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239 COPYING.mbsd
28 */
29 /** @file usage-txt.h
30 *
31 * This file handles all the bookkeeping required for tracking all the little
32 * tiny strings used by the AutoOpts library. There are 107
33 * of them. This is not versioned because it is entirely internal to the
34 * library and accessed by client code only in a very well-controlled way:
35 * they may substitute translated strings using a procedure that steps through
36 * all the string pointers.
37 */
38 #ifndef AUTOOPTS_USAGE_TXT_H_GUARD
39 #define AUTOOPTS_USAGE_TXT_H_GUARD 1
40
41 /*
42 * One structure to hold all the pointers to all the translatable strings.
43 */
44 typedef struct {
45 int field_ct;
46 char * utpz_GnuBoolArg;
47 char * utpz_GnuKeyArg;
48 char * utpz_GnuNumArg;
49 char * utpz_GnuStrArg;
50 char const * apz_str[103];
51 } usage_text_t;
52
53 /*
54 * Declare the global structure with all the pointers to translatable
55 * strings and the text array containing untranslatable strings.
56 */
57 extern usage_text_t option_xlateable_txt;
58 extern char const option_lib_text[4267];
59
60 #if defined(AUTOOPTS_INTERNAL)
61 /*
62 * Provide a mapping from a short name to either the text directly
63 * (for untranslatable strings), or to pointers to the text, rendering
64 * them translatable.
65 */
66 #define zalloc_fail (option_xlateable_txt.apz_str[ 0])
67 #define zno_opt_arg (option_xlateable_txt.apz_str[ 1])
68 #define ztoo_new (option_xlateable_txt.apz_str[ 2])
69 #define zwrong_ver (option_xlateable_txt.apz_str[ 3])
70 #define zrealloc_fail (option_xlateable_txt.apz_str[ 4])
71 #define ztoo_old (option_xlateable_txt.apz_str[ 5])
72 #define zao_ver_fmt (option_xlateable_txt.apz_str[ 6])
73 #define zao_bug_msg (option_xlateable_txt.apz_str[ 7])
74 #define zno_reset (option_xlateable_txt.apz_str[ 8])
75 #define zmissing_help_msg (option_xlateable_txt.apz_str[ 9])
76 #define zbad_data_msg (option_xlateable_txt.apz_str[ 10])
77 #define zbad_arg_type_msg (option_xlateable_txt.apz_str[ 11])
78 #define zbad_default_msg (option_xlateable_txt.apz_str[ 12])
79 #define zbad_alias_id (option_xlateable_txt.apz_str[ 13])
80 #define zambiguous_key (option_xlateable_txt.apz_str[ 14])
81 #define zambig_list_msg (option_xlateable_txt.apz_str[ 15])
82 #define zambig_opt_fmt (option_xlateable_txt.apz_str[ 16])
83 #define zargs_must (option_xlateable_txt.apz_str[ 17])
84 #define zat_most (option_xlateable_txt.apz_str[ 18])
85 #define zfserr_fmt (option_xlateable_txt.apz_str[ 19])
86 #define zinter_proc_pipe (option_xlateable_txt.apz_str[ 20])
87 #define zBadVerArg (option_xlateable_txt.apz_str[ 21])
88 #define zconflict_fmt (option_xlateable_txt.apz_str[ 22])
89 #define zDisabledErr (option_xlateable_txt.apz_str[ 23])
90 #define zequiv (option_xlateable_txt.apz_str[ 24])
91 #define zGnuBoolArg (option_xlateable_txt.utpz_GnuBoolArg)
92 #define zGnuKeyArg (option_xlateable_txt.utpz_GnuKeyArg)
93 #define zGnuNumArg (option_xlateable_txt.utpz_GnuNumArg)
94 #define zGnuStrArg (option_xlateable_txt.utpz_GnuStrArg)
95 #define zIllOptChr (option_xlateable_txt.apz_str[ 25])
96 #define zIllOptStr (option_xlateable_txt.apz_str[ 26])
97 #define zIllVendOptStr (option_xlateable_txt.apz_str[ 27])
98 #define zIntRange (option_xlateable_txt.apz_str[ 28])
99 #define zbad_od (option_xlateable_txt.apz_str[ 29])
100 #define zInvalOptName (option_xlateable_txt.apz_str[ 30])
101 #define zMisArg (option_xlateable_txt.apz_str[ 31])
102 #define zmultiway_bug (option_xlateable_txt.apz_str[ 32])
103 #define zneed_one (option_xlateable_txt.apz_str[ 33])
104 #define zNoArg (option_xlateable_txt.apz_str[ 34])
105 #define zNoArgs (option_xlateable_txt.apz_str[ 35])
106 #define zNoCreat (option_xlateable_txt.apz_str[ 36])
107 #define zNoKey (option_xlateable_txt.apz_str[ 37])
108 #define zreset_arg (option_xlateable_txt.apz_str[ 38])
109 #define zNoStat (option_xlateable_txt.apz_str[ 39])
110 #define zNoState (option_xlateable_txt.apz_str[ 40])
111 #define zNotCmdOpt (option_xlateable_txt.apz_str[ 41])
112 #define zNotDate (option_xlateable_txt.apz_str[ 42])
113 #define zNotDuration (option_xlateable_txt.apz_str[ 43])
114 #define zneed_more (option_xlateable_txt.apz_str[ 44])
115 #define zNotNumber (option_xlateable_txt.apz_str[ 45])
116 #define znum_too_large (option_xlateable_txt.apz_str[ 46])
117 #define zoffer_usage_fmt (option_xlateable_txt.apz_str[ 47])
118 #define zonly_one (option_xlateable_txt.apz_str[ 48])
119 #define zstdout_name (option_xlateable_txt.apz_str[ 49])
120 #define zstderr_name (option_xlateable_txt.apz_str[ 50])
121 #define zwriting (option_xlateable_txt.apz_str[ 51])
122 #define zRangeErr (option_xlateable_txt.apz_str[ 52])
123 #define zneed_fmt (option_xlateable_txt.apz_str[ 53])
124 #define zsave_warn (option_xlateable_txt.apz_str[ 54])
125 #define zalt_opt (option_xlateable_txt.apz_str[ 55])
126 #define zAuto (option_xlateable_txt.apz_str[ 56])
127 #define zDefaultOpt (option_xlateable_txt.apz_str[ 57])
128 #define zDis (option_xlateable_txt.apz_str[ 58])
129 #define zDisabledOpt (option_xlateable_txt.apz_str[ 59])
130 #define zDisabledWhy (option_xlateable_txt.apz_str[ 60])
131 #define zEnab (option_xlateable_txt.apz_str[ 61])
132 #define ztoo_often_fmt (option_xlateable_txt.apz_str[ 62])
133 #define zExamineFmt (option_xlateable_txt.apz_str[ 63])
134 #define zFileCannotExist (option_xlateable_txt.apz_str[ 64])
135 #define zFileMustExist (option_xlateable_txt.apz_str[ 65])
136 #define zFlagOkay (option_xlateable_txt.apz_str[ 66])
137 #define zGenshell (option_xlateable_txt.apz_str[ 67])
138 #define zLowerBits (option_xlateable_txt.apz_str[ 68])
139 #define zMembers (option_xlateable_txt.apz_str[ 69])
140 #define zMust (option_xlateable_txt.apz_str[ 70])
141 #define zNoFlags (option_xlateable_txt.apz_str[ 71])
142 #define zNoLim (option_xlateable_txt.apz_str[ 72])
143 #define zNoPreset (option_xlateable_txt.apz_str[ 73])
144 #define zNoRq_NoShrtTtl (option_xlateable_txt.apz_str[ 74])
145 #define zNoRq_ShrtTtl (option_xlateable_txt.apz_str[ 75])
146 #define zNrmOptFmt (option_xlateable_txt.apz_str[ 76])
147 #define zNumberOpt (option_xlateable_txt.apz_str[ 77])
148 #define zOptsOnly (option_xlateable_txt.apz_str[ 78])
149 #define zPathFmt (option_xlateable_txt.apz_str[ 79])
150 #define zPlsSendBugs (option_xlateable_txt.apz_str[ 80])
151 #define zPreset (option_xlateable_txt.apz_str[ 81])
152 #define zPresetIntro (option_xlateable_txt.apz_str[ 82])
153 #define zProhib (option_xlateable_txt.apz_str[ 83])
154 #define zProhibOne (option_xlateable_txt.apz_str[ 84])
155 #define zRange (option_xlateable_txt.apz_str[ 85])
156 #define zRangeAbove (option_xlateable_txt.apz_str[ 86])
157 #define zRangeExact (option_xlateable_txt.apz_str[ 87])
158 #define zRangeLie (option_xlateable_txt.apz_str[ 88])
159 #define zRangeOnly (option_xlateable_txt.apz_str[ 89])
160 #define zRangeOr (option_xlateable_txt.apz_str[ 90])
161 #define zRangeScaled (option_xlateable_txt.apz_str[ 91])
162 #define zRangeUpto (option_xlateable_txt.apz_str[ 92])
163 #define zReorder (option_xlateable_txt.apz_str[ 93])
164 #define zReqOne (option_xlateable_txt.apz_str[ 94])
165 #define zReqThese (option_xlateable_txt.apz_str[ 95])
166 #define zReq_NoShrtTtl (option_xlateable_txt.apz_str[ 96])
167 #define zReq_ShrtTtl (option_xlateable_txt.apz_str[ 97])
168 #define zSetMemberSettings (option_xlateable_txt.apz_str[ 98])
169 #define zUpTo (option_xlateable_txt.apz_str[ 99])
170 #define zValidKeys (option_xlateable_txt.apz_str[100])
171 #define zVendIntro (option_xlateable_txt.apz_str[101])
172 #define zVendOptsAre (option_xlateable_txt.apz_str[102])
173
174 /*
175 * First, set up the strings. Some of these are writable. These are all in
176 * English. This gets compiled into libopts and is distributed here so that
177 * xgettext (or equivalents) can extract these strings for translation.
178 */
179 static char eng_zGnuBoolArg[] = "=T/F";
180 static char eng_zGnuKeyArg[] = "=KWd";
181 static char eng_zGnuNumArg[] = "=num";
182 static char eng_zGnuStrArg[] = "=str";
183 char const option_lib_text[4267] =
184 /* 0 */ "allocation of %d bytes failed\n\0"
185 /* 31 */ "AutoOpts function called without option descriptor\n\0"
186 /* 83 */ "\tThis exceeds the compiled library version: \0"
187 /* 129 */ "Automated Options Processing Error!\n"
188 "\t%s called AutoOpts function with structure version %d:%d:%d.\n\0"
189 /* 228 */ "realloc of %d bytes at 0x%p failed\n\0"
190 /* 264 */ "\tThis is less than the minimum library version: \0"
191 /* 314 */ "Automated Options version %s\n"
192 "\tCopyright (C) 1999-2017 by Bruce Korb - all rights reserved\n\0"
193 /* 405 */ "(AutoOpts bug): %s.\n\0"
194 /* 427 */ "optionResetOpt() called, but reset-option not configured\0"
195 /* 484 */ "could not locate the 'help' option\0"
196 /* 519 */ "optionProcess() was called with invalid data\0"
197 /* 564 */ "invalid argument type specified\0"
198 /* 596 */ "defaulted to option with optional arg\0"
199 /* 634 */ "aliasing option is out of range.\0"
200 /* 667 */ "%s error: the keyword '%s' is ambiguous for %s\n\0"
201 /* 716 */ " The following options match:\n\0"
202 /* 748 */ "%s: ambiguous option name: %s (matches %d options)\n\0"
203 /* 800 */ "%s: Command line arguments required\n\0"
204 /* 837 */ "%d %s%s options allowed\n\0"
205 /* 862 */ "%s error %d (%s) calling %s for '%s'\n\0"
206 /* 900 */ "interprocess pipe\0"
207 /* 918 */ "error: version option argument '%c' invalid. Use:\n"
208 "\t'v' - version only\n"
209 "\t'c' - version and copyright\n"
210 "\t'n' - version and full copyright notice\n\0"
211 /* 1060 */ "%s error: the '%s' and '%s' options conflict\n\0"
212 /* 1107 */ "%s: The '%s' option has been disabled.\0"
213 /* 1146 */ "-equivalence\0"
214 /* 1159 */ "%s: illegal option -- %c\n\0"
215 /* 1185 */ "%s: illegal option -- %s\n\0"
216 /* 1211 */ "%s: unknown vendor extension option -- %s\n\0"
217 /* 1254 */ " or an integer from %d through %d\n\0"
218 /* 1290 */ "%s error: invalid option descriptor for %s\n\0"
219 /* 1335 */ "%s: invalid option name: %s\n\0"
220 /* 1364 */ "%s: The '%s' option requires an argument.\n\0"
221 /* 1407 */ "(AutoOpts bug): Equivalenced option '%s' was equivalenced to both\n"
222 "\t'%s' and '%s'.\0"
223 /* 1490 */ "%s error: The %s option is required\n\0"
224 /* 1528 */ "%s: The '%s' option cannot have an argument.\n\0"
225 /* 1574 */ "%s: Command line arguments are not allowed.\n\0"
226 /* 1619 */ "error %d (%s) creating %s\n\0"
227 /* 1646 */ "%s error: '%s' does not match any %s keywords.\n\0"
228 /* 1695 */ "%s error: The '%s' option requires an argument.\n\0"
229 /* 1744 */ "error %d (%s) stat-ing %s\n\0"
230 /* 1771 */ "%s error: no saved option state\n\0"
231 /* 1804 */ "'%s' is not a command line option.\n\0"
232 /* 1840 */ "%s error: '%s' is not a recognizable date/time.\n\0"
233 /* 1890 */ "%s error: '%s' is not a recognizable time duration.\n\0"
234 /* 1944 */ "%s error: The %s option must appear %d times.\n\0"
235 /* 1992 */ "%s error: '%s' is not a recognizable number.\n\0"
236 /* 2039 */ "%s error: %s exceeds %s keyword count\n\0"
237 /* 2079 */ "Try '%s %s' for more information.\n\0"
238 /* 2114 */ "one %s%s option allowed\n\0"
239 /* 2139 */ "standard output\0"
240 /* 2155 */ "standard error\0"
241 /* 2170 */ "write\0"
242 /* 2176 */ "%s error: %s option value %ld is out of range.\n\0"
243 /* 2225 */ "%s error: %s option requires the %s option\n\0"
244 /* 2270 */ "%s warning: cannot save options - %s not regular file\n\0"
245 /* 2326 */ "\t\t\t\t- an alternate for '%s'\n\0"
246 /* 2355 */ "Version, usage and configuration options:\0"
247 /* 2397 */ "\t\t\t\t- default option for unnamed options\n\0"
248 /* 2439 */ "\t\t\t\t- disabled as '--%s'\n\0"
249 /* 2465 */ " --- %-14s %s\n\0"
250 /* 2480 */ "This option has been disabled\0"
251 /* 2510 */ "\t\t\t\t- enabled by default\n\0"
252 /* 2536 */ "%s error: only \0"
253 /* 2553 */ " - examining environment variables named %s_*\n\0"
254 /* 2600 */ "\t\t\t\t- file must not pre-exist\n\0"
255 /* 2631 */ "\t\t\t\t- file must pre-exist\n\0"
256 /* 2658 */ "Options are specified by doubled hyphens and their name or by a single\n"
257 "hyphen and the flag character.\n\0"
258 /* 2761 */ "\n"
259 "= = = = = = = =\n\n"
260 "This incarnation of genshell will produce\n"
261 "a shell script to parse the options for %s:\n\n\0"
262 /* 2867 */ " or an integer mask with any of the lower %d bits set\n\0"
263 /* 2923 */ "\t\t\t\t- is a set membership option\n\0"
264 /* 2957 */ "\t\t\t\t- must appear between %d and %d times\n\0"
265 /* 3000 */ "Options are specified by single or double hyphens and their name.\n\0"
266 /* 3067 */ "\t\t\t\t- may appear multiple times\n\0"
267 /* 3100 */ "\t\t\t\t- may not be preset\n\0"
268 /* 3125 */ " Arg Option-Name Description\n\0"
269 /* 3160 */ " Flg Arg Option-Name Description\n\0"
270 /* 3198 */ " %3s %s\0"
271 /* 3206 */ "The '-#<number>' option may omit the hash char\n\0"
272 /* 3254 */ "All arguments are named options.\n\0"
273 /* 3288 */ " - reading file %s\0"
274 /* 3307 */ "\n"
275 "Please send bug reports to: <%s>\n\0"
276 /* 3343 */ "\t\t\t\t- may NOT appear - preset only\n\0"
277 /* 3379 */ "\n"
278 "The following option preset mechanisms are supported:\n\0"
279 /* 3435 */ "prohibits these options:\n\0"
280 /* 3461 */ "prohibits the option '%s'\n\0"
281 /* 3488 */ "%s%ld to %ld\0"
282 /* 3501 */ "%sgreater than or equal to %ld\0"
283 /* 3532 */ "%s%ld exactly\0"
284 /* 3546 */ "%sit must lie in one of the ranges:\n\0"
285 /* 3583 */ "%sit must be in the range:\n\0"
286 /* 3611 */ ", or\n\0"
287 /* 3617 */ "%sis scalable with a suffix: k/K/m/M/g/G/t/T\n\0"
288 /* 3663 */ "%sless than or equal to %ld\0"
289 /* 3691 */ "Operands and options may be intermixed. They will be reordered.\n\0"
290 /* 3757 */ "requires the option '%s'\n\0"
291 /* 3783 */ "requires these options:\n\0"
292 /* 3808 */ " Arg Option-Name Req? Description\n\0"
293 /* 3848 */ " Flg Arg Option-Name Req? Description\n\0"
294 /* 3891 */ "or you may use a numeric representation. Preceding these with a '!'\n"
295 "will clear the bits, specifying 'none' will clear all bits, and 'all'\n"
296 "will set them all. Multiple entries may be passed as an option\n"
297 "argument list.\n\0"
298 /* 4110 */ "\t\t\t\t- may appear up to %d times\n\0"
299 /* 4143 */ "The valid \"%s\" option keywords are:\n\0"
300 /* 4180 */ "The next option supports vendor supported extra options:\0"
301 /* 4237 */ "These additional options are:";
302
303 /*
304 * Now, define (and initialize) the structure that contains
305 * the pointers to all these strings.
306 * Aren't you glad you don't maintain this by hand?
307 */
308 usage_text_t option_xlateable_txt = {
309 107,
310 eng_zGnuBoolArg, eng_zGnuKeyArg, eng_zGnuNumArg, eng_zGnuStrArg,
311 {
312 option_lib_text + 0, option_lib_text + 31, option_lib_text + 83,
313 option_lib_text + 129, option_lib_text + 228, option_lib_text + 264,
314 option_lib_text + 314, option_lib_text + 405, option_lib_text + 427,
315 option_lib_text + 484, option_lib_text + 519, option_lib_text + 564,
316 option_lib_text + 596, option_lib_text + 634, option_lib_text + 667,
317 option_lib_text + 716, option_lib_text + 748, option_lib_text + 800,
318 option_lib_text + 837, option_lib_text + 862, option_lib_text + 900,
319 option_lib_text + 918, option_lib_text + 1060, option_lib_text + 1107,
320 option_lib_text + 1146, option_lib_text + 1159, option_lib_text + 1185,
321 option_lib_text + 1211, option_lib_text + 1254, option_lib_text + 1290,
322 option_lib_text + 1335, option_lib_text + 1364, option_lib_text + 1407,
323 option_lib_text + 1490, option_lib_text + 1528, option_lib_text + 1574,
324 option_lib_text + 1619, option_lib_text + 1646, option_lib_text + 1695,
325 option_lib_text + 1744, option_lib_text + 1771, option_lib_text + 1804,
326 option_lib_text + 1840, option_lib_text + 1890, option_lib_text + 1944,
327 option_lib_text + 1992, option_lib_text + 2039, option_lib_text + 2079,
328 option_lib_text + 2114, option_lib_text + 2139, option_lib_text + 2155,
329 option_lib_text + 2170, option_lib_text + 2176, option_lib_text + 2225,
330 option_lib_text + 2270, option_lib_text + 2326, option_lib_text + 2355,
331 option_lib_text + 2397, option_lib_text + 2439, option_lib_text + 2465,
332 option_lib_text + 2480, option_lib_text + 2510, option_lib_text + 2536,
333 option_lib_text + 2553, option_lib_text + 2600, option_lib_text + 2631,
334 option_lib_text + 2658, option_lib_text + 2761, option_lib_text + 2867,
335 option_lib_text + 2923, option_lib_text + 2957, option_lib_text + 3000,
336 option_lib_text + 3067, option_lib_text + 3100, option_lib_text + 3125,
337 option_lib_text + 3160, option_lib_text + 3198, option_lib_text + 3206,
338 option_lib_text + 3254, option_lib_text + 3288, option_lib_text + 3307,
339 option_lib_text + 3343, option_lib_text + 3379, option_lib_text + 3435,
340 option_lib_text + 3461, option_lib_text + 3488, option_lib_text + 3501,
341 option_lib_text + 3532, option_lib_text + 3546, option_lib_text + 3583,
342 option_lib_text + 3611, option_lib_text + 3617, option_lib_text + 3663,
343 option_lib_text + 3691, option_lib_text + 3757, option_lib_text + 3783,
344 option_lib_text + 3808, option_lib_text + 3848, option_lib_text + 3891,
345 option_lib_text + 4110, option_lib_text + 4143, option_lib_text + 4180,
346 option_lib_text + 4237
347 } };
348 #endif /* AUTOOPTS_INTERNAL */
349
350 #ifdef XGETTEXT_SCAN_DO_NOT_COMPILE
351 do not compile this section.
352 /* TRANSLATORS: The following dummy functions were crated solely so that
353 * xgettext can extract the correct strings. These strings are actually
354 * referenced where the preceding "#line" directive states, though you will
355 * not see the literal string there. The literal string is defined above in
356 * the @code{option_lib_text} table and referenced via a #define name that
357 * redirects into the @code{option_xlateable_txt} structure above. When
358 * translating is activated, the pointers in @code{option_xlateable_txt} are
359 * updated to point to translated strings.
360 */
dummy_func(void)361 static void dummy_func(void) {
362 /* LIBOPTS-MESSAGES: */
363 #line 67 "../autoopts.c"
364 puts(_("allocation of %d bytes failed\n"));
365 #line 89 "../autoopts.c"
366 puts(_("allocation of %d bytes failed\n"));
367 #line 48 "../init.c"
368 puts(_("AutoOpts function called without option descriptor\n"));
369 #line 81 "../init.c"
370 puts(_("\tThis exceeds the compiled library version: "));
371 #line 79 "../init.c"
372 puts(_("Automated Options Processing Error!\n"
373 "\t%s called AutoOpts function with structure version %d:%d:%d.\n"));
374 #line 78 "../autoopts.c"
375 puts(_("realloc of %d bytes at 0x%p failed\n"));
376 #line 83 "../init.c"
377 puts(_("\tThis is less than the minimum library version: "));
378 #line 121 "../version.c"
379 puts(_("Automated Options version %s\n"
380 "\tCopyright (C) 1999-2017 by Bruce Korb - all rights reserved\n"));
381 #line 49 "../makeshell.c"
382 puts(_("(AutoOpts bug): %s.\n"));
383 #line 90 "../reset.c"
384 puts(_("optionResetOpt() called, but reset-option not configured"));
385 #line 241 "../usage.c"
386 puts(_("could not locate the 'help' option"));
387 #line 330 "../autoopts.c"
388 puts(_("optionProcess() was called with invalid data"));
389 #line 697 "../usage.c"
390 puts(_("invalid argument type specified"));
391 #line 568 "../find.c"
392 puts(_("defaulted to option with optional arg"));
393 #line 76 "../alias.c"
394 puts(_("aliasing option is out of range."));
395 #line 210 "../enum.c"
396 puts(_("%s error: the keyword '%s' is ambiguous for %s\n"));
397 #line 78 "../find.c"
398 puts(_(" The following options match:\n"));
399 #line 263 "../find.c"
400 puts(_("%s: ambiguous option name: %s (matches %d options)\n"));
401 #line 161 "../check.c"
402 puts(_("%s: Command line arguments required\n"));
403 #line 43 "../alias.c"
404 puts(_("%d %s%s options allowed\n"));
405 #line 56 "../makeshell.c"
406 puts(_("%s error %d (%s) calling %s for '%s'\n"));
407 #line 268 "../makeshell.c"
408 puts(_("interprocess pipe"));
409 #line 171 "../version.c"
410 puts(_("error: version option argument '%c' invalid. Use:\n"
411 "\t'v' - version only\n"
412 "\t'c' - version and copyright\n"
413 "\t'n' - version and full copyright notice\n"));
414 #line 58 "../check.c"
415 puts(_("%s error: the '%s' and '%s' options conflict\n"));
416 #line 187 "../find.c"
417 puts(_("%s: The '%s' option has been disabled."));
418 #line 400 "../find.c"
419 puts(_("%s: The '%s' option has been disabled."));
420 #line 38 "../alias.c"
421 puts(_("-equivalence"));
422 #line 439 "../find.c"
423 puts(_("%s: illegal option -- %c\n"));
424 #line 110 "../reset.c"
425 puts(_("%s: illegal option -- %c\n"));
426 #line 241 "../find.c"
427 puts(_("%s: illegal option -- %s\n"));
428 #line 740 "../find.c"
429 puts(_("%s: illegal option -- %s\n"));
430 #line 118 "../reset.c"
431 puts(_("%s: illegal option -- %s\n"));
432 #line 305 "../find.c"
433 puts(_("%s: unknown vendor extension option -- %s\n"));
434 #line 135 "../enum.c"
435 puts(_(" or an integer from %d through %d\n"));
436 #line 145 "../enum.c"
437 puts(_(" or an integer from %d through %d\n"));
438 #line 696 "../usage.c"
439 puts(_("%s error: invalid option descriptor for %s\n"));
440 #line 1030 "../usage.c"
441 puts(_("%s error: invalid option descriptor for %s\n"));
442 #line 355 "../find.c"
443 puts(_("%s: invalid option name: %s\n"));
444 #line 497 "../find.c"
445 puts(_("%s: The '%s' option requires an argument.\n"));
446 #line 150 "../autoopts.c"
447 puts(_("(AutoOpts bug): Equivalenced option '%s' was equivalenced to both\n"
448 "\t'%s' and '%s'."));
449 #line 94 "../check.c"
450 puts(_("%s error: The %s option is required\n"));
451 #line 602 "../find.c"
452 puts(_("%s: The '%s' option cannot have an argument.\n"));
453 #line 151 "../check.c"
454 puts(_("%s: Command line arguments are not allowed.\n"));
455 #line 568 "../save.c"
456 puts(_("error %d (%s) creating %s\n"));
457 #line 210 "../enum.c"
458 puts(_("%s error: '%s' does not match any %s keywords.\n"));
459 #line 93 "../reset.c"
460 puts(_("%s error: The '%s' option requires an argument.\n"));
461 #line 122 "../save.c"
462 puts(_("error %d (%s) stat-ing %s\n"));
463 #line 175 "../save.c"
464 puts(_("error %d (%s) stat-ing %s\n"));
465 #line 143 "../restore.c"
466 puts(_("%s error: no saved option state\n"));
467 #line 225 "../autoopts.c"
468 puts(_("'%s' is not a command line option.\n"));
469 #line 113 "../time.c"
470 puts(_("%s error: '%s' is not a recognizable date/time.\n"));
471 #line 50 "../time.c"
472 puts(_("%s error: '%s' is not a recognizable time duration.\n"));
473 #line 92 "../check.c"
474 puts(_("%s error: The %s option must appear %d times.\n"));
475 #line 165 "../numeric.c"
476 puts(_("%s error: '%s' is not a recognizable number.\n"));
477 #line 176 "../enum.c"
478 puts(_("%s error: %s exceeds %s keyword count\n"));
479 #line 279 "../usage.c"
480 puts(_("Try '%s %s' for more information.\n"));
481 #line 45 "../alias.c"
482 puts(_("one %s%s option allowed\n"));
483 #line 170 "../makeshell.c"
484 puts(_("standard output"));
485 #line 905 "../makeshell.c"
486 puts(_("standard output"));
487 #line 223 "../usage.c"
488 puts(_("standard output"));
489 #line 364 "../usage.c"
490 puts(_("standard output"));
491 #line 574 "../usage.c"
492 puts(_("standard output"));
493 #line 178 "../version.c"
494 puts(_("standard output"));
495 #line 223 "../usage.c"
496 puts(_("standard error"));
497 #line 364 "../usage.c"
498 puts(_("standard error"));
499 #line 574 "../usage.c"
500 puts(_("standard error"));
501 #line 178 "../version.c"
502 puts(_("standard error"));
503 #line 170 "../makeshell.c"
504 puts(_("write"));
505 #line 905 "../makeshell.c"
506 puts(_("write"));
507 #line 222 "../usage.c"
508 puts(_("write"));
509 #line 363 "../usage.c"
510 puts(_("write"));
511 #line 573 "../usage.c"
512 puts(_("write"));
513 #line 177 "../version.c"
514 puts(_("write"));
515 #line 60 "../numeric.c"
516 puts(_("%s error: %s option value %ld is out of range.\n"));
517 #line 44 "../check.c"
518 puts(_("%s error: %s option requires the %s option\n"));
519 #line 121 "../save.c"
520 puts(_("%s warning: cannot save options - %s not regular file\n"));
521 #line 174 "../save.c"
522 puts(_("%s warning: cannot save options - %s not regular file\n"));
523 #line 193 "../save.c"
524 puts(_("%s warning: cannot save options - %s not regular file\n"));
525 #line 567 "../save.c"
526 puts(_("%s warning: cannot save options - %s not regular file\n"));
527 /* END-LIBOPTS-MESSAGES */
528
529 /* USAGE-TEXT: */
530 #line 822 "../usage.c"
531 puts(_("\t\t\t\t- an alternate for '%s'\n"));
532 #line 1097 "../usage.c"
533 puts(_("Version, usage and configuration options:"));
534 #line 873 "../usage.c"
535 puts(_("\t\t\t\t- default option for unnamed options\n"));
536 #line 786 "../usage.c"
537 puts(_("\t\t\t\t- disabled as '--%s'\n"));
538 #line 1066 "../usage.c"
539 puts(_(" --- %-14s %s\n"));
540 #line 1064 "../usage.c"
541 puts(_("This option has been disabled"));
542 #line 813 "../usage.c"
543 puts(_("\t\t\t\t- enabled by default\n"));
544 #line 40 "../alias.c"
545 puts(_("%s error: only "));
546 #line 1143 "../usage.c"
547 puts(_(" - examining environment variables named %s_*\n"));
548 #line 168 "../file.c"
549 puts(_("\t\t\t\t- file must not pre-exist\n"));
550 #line 172 "../file.c"
551 puts(_("\t\t\t\t- file must pre-exist\n"));
552 #line 329 "../usage.c"
553 puts(_("Options are specified by doubled hyphens and their name or by a single\n"
554 "hyphen and the flag character.\n"));
555 #line 882 "../makeshell.c"
556 puts(_("\n"
557 "= = = = = = = =\n\n"
558 "This incarnation of genshell will produce\n"
559 "a shell script to parse the options for %s:\n\n"));
560 #line 142 "../enum.c"
561 puts(_(" or an integer mask with any of the lower %d bits set\n"));
562 #line 846 "../usage.c"
563 puts(_("\t\t\t\t- is a set membership option\n"));
564 #line 867 "../usage.c"
565 puts(_("\t\t\t\t- must appear between %d and %d times\n"));
566 #line 331 "../usage.c"
567 puts(_("Options are specified by single or double hyphens and their name.\n"));
568 #line 853 "../usage.c"
569 puts(_("\t\t\t\t- may appear multiple times\n"));
570 #line 840 "../usage.c"
571 puts(_("\t\t\t\t- may not be preset\n"));
572 #line 1258 "../usage.c"
573 puts(_(" Arg Option-Name Description\n"));
574 #line 1194 "../usage.c"
575 puts(_(" Flg Arg Option-Name Description\n"));
576 #line 1252 "../usage.c"
577 puts(_(" Flg Arg Option-Name Description\n"));
578 #line 1253 "../usage.c"
579 puts(_(" %3s %s"));
580 #line 1259 "../usage.c"
581 puts(_(" %3s %s"));
582 #line 336 "../usage.c"
583 puts(_("The '-#<number>' option may omit the hash char\n"));
584 #line 332 "../usage.c"
585 puts(_("All arguments are named options.\n"));
586 #line 920 "../usage.c"
587 puts(_(" - reading file %s"));
588 #line 358 "../usage.c"
589 puts(_("\n"
590 "Please send bug reports to: <%s>\n"));
591 #line 100 "../version.c"
592 puts(_("\n"
593 "Please send bug reports to: <%s>\n"));
594 #line 129 "../version.c"
595 puts(_("\n"
596 "Please send bug reports to: <%s>\n"));
597 #line 852 "../usage.c"
598 puts(_("\t\t\t\t- may NOT appear - preset only\n"));
599 #line 893 "../usage.c"
600 puts(_("\n"
601 "The following option preset mechanisms are supported:\n"));
602 #line 1141 "../usage.c"
603 puts(_("\n"
604 "The following option preset mechanisms are supported:\n"));
605 #line 631 "../usage.c"
606 puts(_("prohibits these options:\n"));
607 #line 626 "../usage.c"
608 puts(_("prohibits the option '%s'\n"));
609 #line 81 "../numeric.c"
610 puts(_("%s%ld to %ld"));
611 #line 79 "../numeric.c"
612 puts(_("%sgreater than or equal to %ld"));
613 #line 75 "../numeric.c"
614 puts(_("%s%ld exactly"));
615 #line 68 "../numeric.c"
616 puts(_("%sit must lie in one of the ranges:\n"));
617 #line 68 "../numeric.c"
618 puts(_("%sit must be in the range:\n"));
619 #line 88 "../numeric.c"
620 puts(_(", or\n"));
621 #line 66 "../numeric.c"
622 puts(_("%sis scalable with a suffix: k/K/m/M/g/G/t/T\n"));
623 #line 77 "../numeric.c"
624 puts(_("%sless than or equal to %ld"));
625 #line 339 "../usage.c"
626 puts(_("Operands and options may be intermixed. They will be reordered.\n"));
627 #line 601 "../usage.c"
628 puts(_("requires the option '%s'\n"));
629 #line 604 "../usage.c"
630 puts(_("requires these options:\n"));
631 #line 1270 "../usage.c"
632 puts(_(" Arg Option-Name Req? Description\n"));
633 #line 1264 "../usage.c"
634 puts(_(" Flg Arg Option-Name Req? Description\n"));
635 #line 143 "../enum.c"
636 puts(_("or you may use a numeric representation. Preceding these with a '!'\n"
637 "will clear the bits, specifying 'none' will clear all bits, and 'all'\n"
638 "will set them all. Multiple entries may be passed as an option\n"
639 "argument list.\n"));
640 #line 859 "../usage.c"
641 puts(_("\t\t\t\t- may appear up to %d times\n"));
642 #line 52 "../enum.c"
643 puts(_("The valid \"%s\" option keywords are:\n"));
644 #line 1101 "../usage.c"
645 puts(_("The next option supports vendor supported extra options:"));
646 #line 722 "../usage.c"
647 puts(_("These additional options are:"));
648 /* END-USAGE-TEXT */
649 }
650 #endif /* XGETTEXT_SCAN_DO_NOT_COMPILE */
651 #endif /* AUTOOPTS_USAGE_TXT_H_GUARD */
652