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