1 /* -*- buffer-read-only: t -*- vi: set ro:
3 * DO NOT EDIT THIS FILE (usage-txt.h)
5 * It has been AutoGen-ed May 6, 2012 at 04:21:00 PM by AutoGen 5.16pre36
6 * From the definitions usage-txt.def
7 * and the template file usage-txt.tpl
9 * This file handles all the bookkeeping required for tracking all the little
10 * tiny strings used by the AutoOpts library. There are 145
11 * of them. This is not versioned because it is entirely internal to the
12 * library and accessed by client code only in a very well-controlled way:
13 * they may substitute translated strings using a procedure that steps through
14 * all the string pointers.
16 * Copyright (C) 1992-2012 Bruce Korb, all rights reserved.
17 * This is free software. It is licensed for use, modification and
18 * redistribution under the terms of the
19 * GNU Lesser General Public License, version 3 or later
20 * <http://gnu.org/licenses/lgpl.html>
22 * AutoOpts is free software: you can redistribute it and/or modify it
23 * under the terms of the GNU Lesser General Public License as published
24 * by the Free Software Foundation, either version 3 of the License, or
25 * (at your option) any later version.
27 * AutoOpts is distributed in the hope that it will be useful, but
28 * WITHOUT ANY WARRANTY; without even the implied warranty of
29 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
30 * See the GNU Lesser General Public License for more details.
32 * You should have received a copy of the GNU Lesser General Public License
33 * along with this program. If not, see <http://www.gnu.org/licenses/>.";
35 #ifndef AUTOOPTS_USAGE_TXT_H_GUARD
36 #define AUTOOPTS_USAGE_TXT_H_GUARD 1
39 #define cch_t char const
42 * One structure to hold all the pointers to all the stringlets.
46 char* utpz_GnuBoolArg
;
48 char* utpz_GnuFileArg
;
49 char* utpz_GnuKeyLArg
;
50 char* utpz_GnuTimeArg
;
53 cch_t
* apz_str
[ 138 ];
57 * Declare the global structure with all the pointers to translated
58 * strings. This is then used by the usage generation procedure.
60 extern usage_text_t option_usage_text
;
62 #if defined(AUTOOPTS_INTERNAL) /* DEFINE ALL THE STRINGS = = = = = */
64 * Provide a mapping from a short name to fields in this structure.
66 #define zAO_Alloc (option_usage_text.apz_str[ 0])
67 #define zAO_Bad (option_usage_text.apz_str[ 1])
68 #define zAO_Big (option_usage_text.apz_str[ 2])
69 #define zAO_Err (option_usage_text.apz_str[ 3])
70 #define zAO_Realloc (option_usage_text.apz_str[ 4])
71 #define zAO_Sml (option_usage_text.apz_str[ 5])
72 #define zAO_Strdup (option_usage_text.apz_str[ 6])
73 #define zAO_Ver (option_usage_text.apz_str[ 7])
74 #define zAO_Woops (option_usage_text.apz_str[ 8])
75 #define zAliasRange (option_usage_text.apz_str[ 9])
76 #define zAll (option_usage_text.apz_str[ 10])
77 #define zAlt (option_usage_text.apz_str[ 11])
78 #define zAmbigKey (option_usage_text.apz_str[ 12])
79 #define zAmbigList (option_usage_text.apz_str[ 13])
80 #define zAmbigOptStr (option_usage_text.apz_str[ 14])
81 #define zAmbiguous (option_usage_text.apz_str[ 15])
82 #define zArgsMust (option_usage_text.apz_str[ 16])
83 #define zAtMost (option_usage_text.apz_str[ 17])
84 #define zAuto (option_usage_text.apz_str[ 18])
85 #define zBadPipe (option_usage_text.apz_str[ 19])
86 #define zBadVerArg (option_usage_text.apz_str[ 20])
87 #define zCantFmt (option_usage_text.apz_str[ 21])
88 #define zCantSave (option_usage_text.apz_str[ 22])
89 #define zCfgAO_Flags (option_usage_text.apz_str[ 23])
90 #define zCfgProg (option_usage_text.apz_str[ 24])
91 #define zDefaultOpt (option_usage_text.apz_str[ 25])
92 #define zDis (option_usage_text.apz_str[ 26])
93 #define zDisabledErr (option_usage_text.apz_str[ 27])
94 #define zDisabledOpt (option_usage_text.apz_str[ 28])
95 #define zDisabledWhy (option_usage_text.apz_str[ 29])
96 #define zEnab (option_usage_text.apz_str[ 30])
97 #define zEquiv (option_usage_text.apz_str[ 31])
98 #define zErrOnly (option_usage_text.apz_str[ 32])
99 #define zExamineFmt (option_usage_text.apz_str[ 33])
100 #define zFiveSpaces (option_usage_text.apz_str[ 34])
101 #define zFlagOkay (option_usage_text.apz_str[ 35])
102 #define zFmtFmt (option_usage_text.apz_str[ 36])
103 #define zForkFail (option_usage_text.apz_str[ 37])
104 #define zFreopenFail (option_usage_text.apz_str[ 38])
105 #define zFSErrOptLoad (option_usage_text.apz_str[ 39])
106 #define zFSErrReadFile (option_usage_text.apz_str[ 40])
107 #define zFSOptError (option_usage_text.apz_str[ 41])
108 #define zFSOptErrMayExist (option_usage_text.apz_str[ 42])
109 #define zFSOptErrMustExist (option_usage_text.apz_str[ 43])
110 #define zFSOptErrNoExist (option_usage_text.apz_str[ 44])
111 #define zFSOptErrOpen (option_usage_text.apz_str[ 45])
112 #define zFSOptErrFopen (option_usage_text.apz_str[ 46])
113 #define zFileCannotExist (option_usage_text.apz_str[ 47])
114 #define zFileMustExist (option_usage_text.apz_str[ 48])
115 #define zGenshell (option_usage_text.apz_str[ 49])
116 #define zGnuBoolArg (option_usage_text.utpz_GnuBoolArg)
117 #define zGnuBreak (option_usage_text.apz_str[ 50])
118 #define zGnuKeyArg (option_usage_text.utpz_GnuKeyArg)
119 #define zGnuFileArg (option_usage_text.utpz_GnuFileArg)
120 #define zGnuKeyLArg (option_usage_text.utpz_GnuKeyLArg)
121 #define zGnuTimeArg (option_usage_text.utpz_GnuTimeArg)
122 #define zGnuNestArg (option_usage_text.apz_str[ 51])
123 #define zGnuNumArg (option_usage_text.utpz_GnuNumArg)
124 #define zGnuOptArg (option_usage_text.apz_str[ 52])
125 #define zGnuOptFmt (option_usage_text.apz_str[ 53])
126 #define zGnuStrArg (option_usage_text.utpz_GnuStrArg)
127 #define zIllOptChr (option_usage_text.apz_str[ 54])
128 #define zIllOptStr (option_usage_text.apz_str[ 55])
129 #define zIllVendOptStr (option_usage_text.apz_str[ 56])
130 #define zIntRange (option_usage_text.apz_str[ 57])
131 #define zInvalOptDesc (option_usage_text.apz_str[ 58])
132 #define zLowerBits (option_usage_text.apz_str[ 59])
133 #define zMembers (option_usage_text.apz_str[ 60])
134 #define zMisArg (option_usage_text.apz_str[ 61])
135 #define zMultiEquiv (option_usage_text.apz_str[ 62])
136 #define zMust (option_usage_text.apz_str[ 63])
137 #define zNeedOne (option_usage_text.apz_str[ 64])
138 #define zNoArg (option_usage_text.apz_str[ 65])
139 #define zNoArgs (option_usage_text.apz_str[ 66])
140 #define zNoCreat (option_usage_text.apz_str[ 67])
141 #define zNoFlags (option_usage_text.apz_str[ 68])
142 #define zNoKey (option_usage_text.apz_str[ 69])
143 #define zNoLim (option_usage_text.apz_str[ 70])
144 #define zNoPreset (option_usage_text.apz_str[ 71])
145 #define zNoResetArg (option_usage_text.apz_str[ 72])
146 #define zNoRq_NoShrtTtl (option_usage_text.apz_str[ 73])
147 #define zNoRq_ShrtTtl (option_usage_text.apz_str[ 74])
148 #define zNoStat (option_usage_text.apz_str[ 75])
149 #define zNoState (option_usage_text.apz_str[ 76])
150 #define zNone (option_usage_text.apz_str[ 77])
151 #define zNotDef (option_usage_text.apz_str[ 78])
152 #define zNotCmdOpt (option_usage_text.apz_str[ 79])
153 #define zNotEnough (option_usage_text.apz_str[ 80])
154 #define zNotFile (option_usage_text.apz_str[ 81])
155 #define zNotNumber (option_usage_text.apz_str[ 82])
156 #define zNotDate (option_usage_text.apz_str[ 83])
157 #define zNotDuration (option_usage_text.apz_str[ 84])
158 #define zNrmOptFmt (option_usage_text.apz_str[ 85])
159 #define zNumberOpt (option_usage_text.apz_str[ 86])
160 #define zOnlyOne (option_usage_text.apz_str[ 87])
161 #define zOptsOnly (option_usage_text.apz_str[ 88])
162 #define zOutputFail (option_usage_text.apz_str[ 89])
163 #define zPathFmt (option_usage_text.apz_str[ 90])
164 #define zPlsSendBugs (option_usage_text.apz_str[ 91])
165 #define zPreset (option_usage_text.apz_str[ 92])
166 #define zPresetFile (option_usage_text.apz_str[ 93])
167 #define zPresetIntro (option_usage_text.apz_str[ 94])
168 #define zProhib (option_usage_text.apz_str[ 95])
169 #define zReorder (option_usage_text.apz_str[ 96])
170 #define zRange (option_usage_text.apz_str[ 97])
171 #define zRangeAbove (option_usage_text.apz_str[ 98])
172 #define zRangeLie (option_usage_text.apz_str[ 99])
173 #define zRangeOnly (option_usage_text.apz_str[100])
174 #define zRangeOr (option_usage_text.apz_str[101])
175 #define zRangeErr (option_usage_text.apz_str[102])
176 #define zRangeExact (option_usage_text.apz_str[103])
177 #define zRangeScaled (option_usage_text.apz_str[104])
178 #define zRangeUpto (option_usage_text.apz_str[105])
179 #define zResetNotConfig (option_usage_text.apz_str[106])
180 #define zReqFmt (option_usage_text.apz_str[107])
181 #define zReqOptFmt (option_usage_text.apz_str[108])
182 #define zReqThese (option_usage_text.apz_str[109])
183 #define zReq_NoShrtTtl (option_usage_text.apz_str[110])
184 #define zReq_ShrtTtl (option_usage_text.apz_str[111])
185 #define zSepChars (option_usage_text.apz_str[112])
186 #define zSetMemberSettings (option_usage_text.apz_str[113])
187 #define zShrtGnuOptFmt (option_usage_text.apz_str[114])
188 #define zSixSpaces (option_usage_text.apz_str[115])
189 #define zStdBoolArg (option_usage_text.apz_str[116])
190 #define zStdBreak (option_usage_text.apz_str[117])
191 #define zStdFileArg (option_usage_text.apz_str[118])
192 #define zStdKeyArg (option_usage_text.apz_str[119])
193 #define zStdKeyLArg (option_usage_text.apz_str[120])
194 #define zStdTimeArg (option_usage_text.apz_str[121])
195 #define zStdNestArg (option_usage_text.apz_str[122])
196 #define zStdNoArg (option_usage_text.apz_str[123])
197 #define zStdNumArg (option_usage_text.apz_str[124])
198 #define zStdOptArg (option_usage_text.apz_str[125])
199 #define zStdReqArg (option_usage_text.apz_str[126])
200 #define zStdStrArg (option_usage_text.apz_str[127])
201 #define zTabHyp (option_usage_text.apz_str[128])
202 #define zTabHypAnd (option_usage_text.apz_str[129])
203 #define zTabout (option_usage_text.apz_str[130])
204 #define zThreeSpaces (option_usage_text.apz_str[131])
205 #define zTooLarge (option_usage_text.apz_str[132])
206 #define zTwoSpaces (option_usage_text.apz_str[133])
207 #define zUpTo (option_usage_text.apz_str[134])
208 #define zValidKeys (option_usage_text.apz_str[135])
209 #define zVendOptsAre (option_usage_text.apz_str[136])
210 #define zVendIntro (option_usage_text.apz_str[137])
213 * First, set up the strings. Some of these are writable. These are all in
214 * English. This gets compiled into libopts and is distributed here so that
215 * xgettext (or equivalents) can extract these strings for translation.
218 static char eng_zGnuBoolArg
[] = "=T/F";
219 static char eng_zGnuKeyArg
[] = "=KWd";
220 static char eng_zGnuFileArg
[] = "=file";
221 static char eng_zGnuKeyLArg
[] = "=Mbr";
222 static char eng_zGnuTimeArg
[] = "=Tim";
223 static char eng_zGnuNumArg
[] = "=num";
224 static char eng_zGnuStrArg
[] = "=str";
225 static char const usage_txt
[4631] =
226 /* 0 */ "malloc of %d bytes failed\n\0"
227 /* 27 */ "AutoOpts function called without option descriptor\n\0"
228 /* 79 */ "\tThis exceeds the compiled library version: \0"
229 /* 125 */ "Automated Options Processing Error!\n"
230 "\t%s called AutoOpts function with structure version %d:%d:%d.\n\0"
231 /* 224 */ "realloc of %d bytes at 0x%p failed\n\0"
232 /* 260 */ "\tThis is less than the minimum library version: \0"
233 /* 310 */ "strdup of %d byte string failed\n\0"
234 /* 343 */ "Automated Options version %s\n"
235 "\tcopyright (c) 1999-2012 by Bruce Korb - all rights reserved\n\0"
236 /* 434 */ "AutoOpts lib error: defaulted to option with optional arg\n\0"
237 /* 493 */ "(AutoOpts bug): Aliasing option is out of range.\0"
239 /* 547 */ "\t\t\t\t- an alternate for %s\n\0"
240 /* 574 */ "%s error: the keyword `%s' is ambiguous for %s\n\0"
241 /* 623 */ " The following options match:\n\0"
242 /* 655 */ "%s: ambiguous option name: %s (matches %d options)\n\0"
243 /* 707 */ " %s%s\n\0"
244 /* 715 */ "%s: Command line arguments required\n\0"
245 /* 752 */ "%d %s%s options allowed\n\0"
246 /* 777 */ "version, usage and configuration options:\0"
247 /* 819 */ "Error %d (%s) from the pipe(2) syscall\n\0"
248 /* 859 */ "ERROR: version option argument '%c' invalid. Use:\n"
249 "\t'v' - version only\n"
250 "\t'c' - version and copyright\n"
251 "\t'n' - version and copyright notice\n\0"
252 /* 996 */ "ERROR: %s option conflicts with the %s option\n\0"
253 /* 1044 */ "%s(optionSaveState): error: cannot allocate %d bytes\n\0"
254 /* 1098 */ "auto-options\0"
255 /* 1111 */ "program\0"
256 /* 1119 */ "\t\t\t\t- default option for unnamed options\n\0"
257 /* 1161 */ "\t\t\t\t- disabled as --%s\n\0"
258 /* 1185 */ "%s: The ``%s'' option has been disabled\0"
259 /* 1225 */ " --- %-14s %s\n\0"
260 /* 1240 */ "This option has been disabled\0"
261 /* 1270 */ "\t\t\t\t- enabled by default\n\0"
262 /* 1296 */ "-equivalence\0"
263 /* 1309 */ "ERROR: only \0"
264 /* 1323 */ " - examining environment variables named %s_*\n\0"
266 /* 1376 */ "Options are specified by doubled hyphens and their name or by a single\n"
267 "hyphen and the flag character.\n\0"
268 /* 1479 */ "%%-%ds %%s\n\0"
269 /* 1491 */ "fs error %d (%s) on fork - cannot obtain %s usage\n\0"
270 /* 1542 */ "fs error %d (%s) on freopen\n\0"
271 /* 1571 */ "File error %d (%s) opening %s for loading options\n\0"
272 /* 1622 */ "fs error %d (%s) reading file %s\n\0"
273 /* 1656 */ "fs error %d (%s) on %s %s for option %s\n\0"
274 /* 1697 */ "stat-ing for directory\0"
275 /* 1720 */ "stat-ing for regular file\0"
276 /* 1746 */ "stat-ing for non-existant file\0"
277 /* 1777 */ "open-ing file\0"
278 /* 1791 */ "fopen-ing file\0"
279 /* 1806 */ "\t\t\t\t- file must not pre-exist\n\0"
280 /* 1837 */ "\t\t\t\t- file must pre-exist\n\0"
282 "= = = = = = = =\n\n"
283 "This incarnation of genshell will produce\n"
284 "a shell script to parse the options for %s:\n\n\0"
288 /* 1982 */ "[=arg]\0"
289 /* 1989 */ "--%2$s%1$s\0"
290 /* 2000 */ "%s: illegal option -- %c\n\0"
291 /* 2026 */ "%s: illegal option -- %s\n\0"
292 /* 2052 */ "%s: unknown vendor extension option -- %s\n\0"
293 /* 2095 */ " or an integer from %d through %d\n\0"
294 /* 2131 */ "AutoOpts ERROR: invalid option descriptor for %s\n\0"
295 /* 2182 */ " or an integer mask with any of the lower %d bits set\n\0"
296 /* 2238 */ "\t\t\t\t- is a set membership option\n\0"
297 /* 2272 */ "%s: option `%s' requires an argument\n\0"
298 /* 2310 */ "Equivalenced option '%s' was equivalenced to both\n"
300 /* 2375 */ "\t\t\t\t- must appear between %d and %d times\n\0"
301 /* 2418 */ "ERROR: The %s option is required\n\0"
302 /* 2453 */ "%s: option `%s' cannot have an argument\n\0"
303 /* 2494 */ "%s: Command line arguments not allowed\n\0"
304 /* 2534 */ "error %d (%s) creating %s\n\0"
305 /* 2561 */ "Options are specified by single or double hyphens and their name.\n\0"
306 /* 2628 */ "%s error: `%s' does not match any %s keywords\n\0"
307 /* 2676 */ "\t\t\t\t- may appear multiple times\n\0"
308 /* 2709 */ "\t\t\t\t- may not be preset\n\0"
309 /* 2734 */ "The 'reset-option' option requires an argument\n\0"
310 /* 2782 */ " Arg Option-Name Description\n\0"
311 /* 2817 */ " Flg Arg Option-Name Description\n\0"
312 /* 2855 */ "error %d (%s) stat-ing %s\n\0"
313 /* 2882 */ "%s(optionRestore): error: no saved option state\n\0"
315 /* 2936 */ "'%s' not defined\n\0"
316 /* 2954 */ "'%s' is not a command line option\n\0"
317 /* 2989 */ "ERROR: The %s option must appear %d times\n\0"
318 /* 3033 */ "error: cannot load options from non-regular file %s\n\0"
319 /* 3087 */ "%s error: `%s' is not a recognizable number\n\0"
320 /* 3133 */ "%s error: `%s' is not a recognizable date/time\n\0"
321 /* 3182 */ "%s error: `%s' is not a recognizable time duration\n\0"
322 /* 3235 */ " %3s %s\0"
323 /* 3243 */ "The '-#<number>' option may omit the hash char\n\0"
324 /* 3291 */ "one %s%s option allowed\n\0"
325 /* 3316 */ "All arguments are named options.\n\0"
326 /* 3350 */ "Write failure to output file\0"
327 /* 3379 */ " - reading file %s\0"
329 "please send bug reports to: %s\n\0"
330 /* 3432 */ "\t\t\t\t- may NOT appear - preset only\n\0"
331 /* 3468 */ "# preset/initialization file\n"
334 "The following option preset mechanisms are supported:\n\0"
335 /* 3562 */ "prohibits these options:\n\0"
336 /* 3588 */ "Operands and options may be intermixed. They will be reordered.\n\0"
337 /* 3654 */ "%s%ld to %ld\0"
338 /* 3667 */ "%sgreater than or equal to %ld\0"
339 /* 3698 */ "%sIt must lie in one of the ranges:\n\0"
340 /* 3735 */ "%sIt must be in the range:\n\0"
341 /* 3763 */ ", or\n\0"
342 /* 3769 */ "%s error: %s option value %ld is out of range.\n\0"
343 /* 3818 */ "%s%ld exactly\0"
344 /* 3832 */ "%sis scalable with a suffix: k/K/m/M/g/G/t/T\n\0"
345 /* 3878 */ "%sless than or equal to %ld\0"
346 /* 3906 */ "The --reset-option has not been configured.\n\0"
347 /* 3951 */ "ERROR: %s option requires the %s option\n\0"
348 /* 3993 */ " %3s %-14s %s\0"
349 /* 4007 */ "requires these options:\n\0"
350 /* 4032 */ " Arg Option-Name Req? Description\n\0"
351 /* 4072 */ " Flg Arg Option-Name Req? Description\n\0"
353 /* 4119 */ "or you may use a numeric representation. Preceding these with a '!' will\n"
354 "clear the bits, specifying 'none' will clear all bits, and 'all' will set them\n"
355 "all. Multiple entries may be passed as an option argument list.\n\0"
372 /* 4400 */ "\t\t\t\t- \0"
373 /* 4407 */ "\t\t\t\t-- and \0"
374 /* 4419 */ "\t\t\t\t%s\n\0"
376 /* 4431 */ "%s error: %s exceeds %s keyword count\n\0"
378 /* 4474 */ "\t\t\t\t- may appear up to %d times\n\0"
379 /* 4507 */ "The valid \"%s\" option keywords are:\n\0"
380 /* 4544 */ "These additional options are:\0"
381 /* 4574 */ "The next option supports vendor supported extra options:";
385 * Now, define (and initialize) the structure that contains
386 * the pointers to all these strings.
387 * Aren't you glad you don't maintain this by hand?
389 usage_text_t option_usage_text
= {
391 eng_zGnuBoolArg
, eng_zGnuKeyArg
, eng_zGnuFileArg
, eng_zGnuKeyLArg
,
392 eng_zGnuTimeArg
, eng_zGnuNumArg
, eng_zGnuStrArg
,
394 usage_txt
+ 0, usage_txt
+ 27, usage_txt
+ 79, usage_txt
+ 125,
395 usage_txt
+ 224, usage_txt
+ 260, usage_txt
+ 310, usage_txt
+ 343,
396 usage_txt
+ 434, usage_txt
+ 493, usage_txt
+ 543, usage_txt
+ 547,
397 usage_txt
+ 574, usage_txt
+ 623, usage_txt
+ 655, usage_txt
+ 707,
398 usage_txt
+ 715, usage_txt
+ 752, usage_txt
+ 777, usage_txt
+ 819,
399 usage_txt
+ 859, usage_txt
+ 996, usage_txt
+1044, usage_txt
+1098,
400 usage_txt
+1111, usage_txt
+1119, usage_txt
+1161, usage_txt
+1185,
401 usage_txt
+1225, usage_txt
+1240, usage_txt
+1270, usage_txt
+1296,
402 usage_txt
+1309, usage_txt
+1323, usage_txt
+1370, usage_txt
+1376,
403 usage_txt
+1479, usage_txt
+1491, usage_txt
+1542, usage_txt
+1571,
404 usage_txt
+1622, usage_txt
+1656, usage_txt
+1697, usage_txt
+1720,
405 usage_txt
+1746, usage_txt
+1777, usage_txt
+1791, usage_txt
+1806,
406 usage_txt
+1837, usage_txt
+1864, usage_txt
+1970, usage_txt
+1976,
407 usage_txt
+1982, usage_txt
+1989, usage_txt
+2000, usage_txt
+2026,
408 usage_txt
+2052, usage_txt
+2095, usage_txt
+2131, usage_txt
+2182,
409 usage_txt
+2238, usage_txt
+2272, usage_txt
+2310, usage_txt
+2375,
410 usage_txt
+2418, usage_txt
+2453, usage_txt
+2494, usage_txt
+2534,
411 usage_txt
+2561, usage_txt
+2628, usage_txt
+2676, usage_txt
+2709,
412 usage_txt
+2734, usage_txt
+2782, usage_txt
+2817, usage_txt
+2855,
413 usage_txt
+2882, usage_txt
+2931, usage_txt
+2936, usage_txt
+2954,
414 usage_txt
+2989, usage_txt
+3033, usage_txt
+3087, usage_txt
+3133,
415 usage_txt
+3182, usage_txt
+3235, usage_txt
+3243, usage_txt
+3291,
416 usage_txt
+3316, usage_txt
+3350, usage_txt
+3379, usage_txt
+3398,
417 usage_txt
+3432, usage_txt
+3468, usage_txt
+3506, usage_txt
+3562,
418 usage_txt
+3588, usage_txt
+3654, usage_txt
+3667, usage_txt
+3698,
419 usage_txt
+3735, usage_txt
+3763, usage_txt
+3769, usage_txt
+3818,
420 usage_txt
+3832, usage_txt
+3878, usage_txt
+3906, usage_txt
+3951,
421 usage_txt
+3993, usage_txt
+4007, usage_txt
+4032, usage_txt
+4072,
422 usage_txt
+4115, usage_txt
+4119, usage_txt
+4338, usage_txt
+4341,
423 usage_txt
+4348, usage_txt
+4352, usage_txt
+4360, usage_txt
+4364,
424 usage_txt
+4368, usage_txt
+4372, usage_txt
+4376, usage_txt
+4380,
425 usage_txt
+4384, usage_txt
+4388, usage_txt
+4392, usage_txt
+4396,
426 usage_txt
+4400, usage_txt
+4407, usage_txt
+4419, usage_txt
+4427,
427 usage_txt
+4431, usage_txt
+4471, usage_txt
+4474, usage_txt
+4507,
428 usage_txt
+4544, usage_txt
+4574
432 #endif /* DO_TRANSLATIONS */
433 #endif /* AUTOOPTS_USAGE_TXT_H_GUARD */