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