123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651 |
- /* -*- buffer-read-only: t -*- vi: set ro:
- *
- * DO NOT EDIT THIS FILE (usage-txt.h)
- *
- * It has been AutoGen-ed
- * From the definitions usage-txt.def
- * and the template file usage-txt.tpl
- *
- * This file is part of AutoOpts, a companion to AutoGen.
- * AutoOpts is free software.
- * AutoOpts is Copyright (C) 1992-2017 by Bruce Korb - all rights reserved
- *
- * AutoOpts is available under any one of two licenses. The license
- * in use must be one of these two and the choice is under the control
- * of the user of the license.
- *
- * The GNU Lesser General Public License, version 3 or later
- * See the files "COPYING.lgplv3" and "COPYING.gplv3"
- *
- * The Modified Berkeley Software Distribution License
- * See the file "COPYING.mbsd"
- *
- * These files have the following sha256 sums:
- *
- * 8584710e9b04216a394078dc156b781d0b47e1729104d666658aecef8ee32e95 COPYING.gplv3
- * 4379e7444a0e2ce2b12dd6f5a52a27a4d02d39d247901d3285c88cf0d37f477b COPYING.lgplv3
- * 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239 COPYING.mbsd
- */
- /** @file usage-txt.h
- *
- * This file handles all the bookkeeping required for tracking all the little
- * tiny strings used by the AutoOpts library. There are 107
- * of them. This is not versioned because it is entirely internal to the
- * library and accessed by client code only in a very well-controlled way:
- * they may substitute translated strings using a procedure that steps through
- * all the string pointers.
- */
- #ifndef AUTOOPTS_USAGE_TXT_H_GUARD
- #define AUTOOPTS_USAGE_TXT_H_GUARD 1
- /*
- * One structure to hold all the pointers to all the translatable strings.
- */
- typedef struct {
- int field_ct;
- char * utpz_GnuBoolArg;
- char * utpz_GnuKeyArg;
- char * utpz_GnuNumArg;
- char * utpz_GnuStrArg;
- char const * apz_str[103];
- } usage_text_t;
- /*
- * Declare the global structure with all the pointers to translatable
- * strings and the text array containing untranslatable strings.
- */
- extern usage_text_t option_xlateable_txt;
- extern char const option_lib_text[4267];
- #if defined(AUTOOPTS_INTERNAL)
- /*
- * Provide a mapping from a short name to either the text directly
- * (for untranslatable strings), or to pointers to the text, rendering
- * them translatable.
- */
- #define zalloc_fail (option_xlateable_txt.apz_str[ 0])
- #define zno_opt_arg (option_xlateable_txt.apz_str[ 1])
- #define ztoo_new (option_xlateable_txt.apz_str[ 2])
- #define zwrong_ver (option_xlateable_txt.apz_str[ 3])
- #define zrealloc_fail (option_xlateable_txt.apz_str[ 4])
- #define ztoo_old (option_xlateable_txt.apz_str[ 5])
- #define zao_ver_fmt (option_xlateable_txt.apz_str[ 6])
- #define zao_bug_msg (option_xlateable_txt.apz_str[ 7])
- #define zno_reset (option_xlateable_txt.apz_str[ 8])
- #define zmissing_help_msg (option_xlateable_txt.apz_str[ 9])
- #define zbad_data_msg (option_xlateable_txt.apz_str[ 10])
- #define zbad_arg_type_msg (option_xlateable_txt.apz_str[ 11])
- #define zbad_default_msg (option_xlateable_txt.apz_str[ 12])
- #define zbad_alias_id (option_xlateable_txt.apz_str[ 13])
- #define zambiguous_key (option_xlateable_txt.apz_str[ 14])
- #define zambig_list_msg (option_xlateable_txt.apz_str[ 15])
- #define zambig_opt_fmt (option_xlateable_txt.apz_str[ 16])
- #define zargs_must (option_xlateable_txt.apz_str[ 17])
- #define zat_most (option_xlateable_txt.apz_str[ 18])
- #define zfserr_fmt (option_xlateable_txt.apz_str[ 19])
- #define zinter_proc_pipe (option_xlateable_txt.apz_str[ 20])
- #define zBadVerArg (option_xlateable_txt.apz_str[ 21])
- #define zconflict_fmt (option_xlateable_txt.apz_str[ 22])
- #define zDisabledErr (option_xlateable_txt.apz_str[ 23])
- #define zequiv (option_xlateable_txt.apz_str[ 24])
- #define zGnuBoolArg (option_xlateable_txt.utpz_GnuBoolArg)
- #define zGnuKeyArg (option_xlateable_txt.utpz_GnuKeyArg)
- #define zGnuNumArg (option_xlateable_txt.utpz_GnuNumArg)
- #define zGnuStrArg (option_xlateable_txt.utpz_GnuStrArg)
- #define zIllOptChr (option_xlateable_txt.apz_str[ 25])
- #define zIllOptStr (option_xlateable_txt.apz_str[ 26])
- #define zIllVendOptStr (option_xlateable_txt.apz_str[ 27])
- #define zIntRange (option_xlateable_txt.apz_str[ 28])
- #define zbad_od (option_xlateable_txt.apz_str[ 29])
- #define zInvalOptName (option_xlateable_txt.apz_str[ 30])
- #define zMisArg (option_xlateable_txt.apz_str[ 31])
- #define zmultiway_bug (option_xlateable_txt.apz_str[ 32])
- #define zneed_one (option_xlateable_txt.apz_str[ 33])
- #define zNoArg (option_xlateable_txt.apz_str[ 34])
- #define zNoArgs (option_xlateable_txt.apz_str[ 35])
- #define zNoCreat (option_xlateable_txt.apz_str[ 36])
- #define zNoKey (option_xlateable_txt.apz_str[ 37])
- #define zreset_arg (option_xlateable_txt.apz_str[ 38])
- #define zNoStat (option_xlateable_txt.apz_str[ 39])
- #define zNoState (option_xlateable_txt.apz_str[ 40])
- #define zNotCmdOpt (option_xlateable_txt.apz_str[ 41])
- #define zNotDate (option_xlateable_txt.apz_str[ 42])
- #define zNotDuration (option_xlateable_txt.apz_str[ 43])
- #define zneed_more (option_xlateable_txt.apz_str[ 44])
- #define zNotNumber (option_xlateable_txt.apz_str[ 45])
- #define znum_too_large (option_xlateable_txt.apz_str[ 46])
- #define zoffer_usage_fmt (option_xlateable_txt.apz_str[ 47])
- #define zonly_one (option_xlateable_txt.apz_str[ 48])
- #define zstdout_name (option_xlateable_txt.apz_str[ 49])
- #define zstderr_name (option_xlateable_txt.apz_str[ 50])
- #define zwriting (option_xlateable_txt.apz_str[ 51])
- #define zRangeErr (option_xlateable_txt.apz_str[ 52])
- #define zneed_fmt (option_xlateable_txt.apz_str[ 53])
- #define zsave_warn (option_xlateable_txt.apz_str[ 54])
- #define zalt_opt (option_xlateable_txt.apz_str[ 55])
- #define zAuto (option_xlateable_txt.apz_str[ 56])
- #define zDefaultOpt (option_xlateable_txt.apz_str[ 57])
- #define zDis (option_xlateable_txt.apz_str[ 58])
- #define zDisabledOpt (option_xlateable_txt.apz_str[ 59])
- #define zDisabledWhy (option_xlateable_txt.apz_str[ 60])
- #define zEnab (option_xlateable_txt.apz_str[ 61])
- #define ztoo_often_fmt (option_xlateable_txt.apz_str[ 62])
- #define zExamineFmt (option_xlateable_txt.apz_str[ 63])
- #define zFileCannotExist (option_xlateable_txt.apz_str[ 64])
- #define zFileMustExist (option_xlateable_txt.apz_str[ 65])
- #define zFlagOkay (option_xlateable_txt.apz_str[ 66])
- #define zGenshell (option_xlateable_txt.apz_str[ 67])
- #define zLowerBits (option_xlateable_txt.apz_str[ 68])
- #define zMembers (option_xlateable_txt.apz_str[ 69])
- #define zMust (option_xlateable_txt.apz_str[ 70])
- #define zNoFlags (option_xlateable_txt.apz_str[ 71])
- #define zNoLim (option_xlateable_txt.apz_str[ 72])
- #define zNoPreset (option_xlateable_txt.apz_str[ 73])
- #define zNoRq_NoShrtTtl (option_xlateable_txt.apz_str[ 74])
- #define zNoRq_ShrtTtl (option_xlateable_txt.apz_str[ 75])
- #define zNrmOptFmt (option_xlateable_txt.apz_str[ 76])
- #define zNumberOpt (option_xlateable_txt.apz_str[ 77])
- #define zOptsOnly (option_xlateable_txt.apz_str[ 78])
- #define zPathFmt (option_xlateable_txt.apz_str[ 79])
- #define zPlsSendBugs (option_xlateable_txt.apz_str[ 80])
- #define zPreset (option_xlateable_txt.apz_str[ 81])
- #define zPresetIntro (option_xlateable_txt.apz_str[ 82])
- #define zProhib (option_xlateable_txt.apz_str[ 83])
- #define zProhibOne (option_xlateable_txt.apz_str[ 84])
- #define zRange (option_xlateable_txt.apz_str[ 85])
- #define zRangeAbove (option_xlateable_txt.apz_str[ 86])
- #define zRangeExact (option_xlateable_txt.apz_str[ 87])
- #define zRangeLie (option_xlateable_txt.apz_str[ 88])
- #define zRangeOnly (option_xlateable_txt.apz_str[ 89])
- #define zRangeOr (option_xlateable_txt.apz_str[ 90])
- #define zRangeScaled (option_xlateable_txt.apz_str[ 91])
- #define zRangeUpto (option_xlateable_txt.apz_str[ 92])
- #define zReorder (option_xlateable_txt.apz_str[ 93])
- #define zReqOne (option_xlateable_txt.apz_str[ 94])
- #define zReqThese (option_xlateable_txt.apz_str[ 95])
- #define zReq_NoShrtTtl (option_xlateable_txt.apz_str[ 96])
- #define zReq_ShrtTtl (option_xlateable_txt.apz_str[ 97])
- #define zSetMemberSettings (option_xlateable_txt.apz_str[ 98])
- #define zUpTo (option_xlateable_txt.apz_str[ 99])
- #define zValidKeys (option_xlateable_txt.apz_str[100])
- #define zVendIntro (option_xlateable_txt.apz_str[101])
- #define zVendOptsAre (option_xlateable_txt.apz_str[102])
- /*
- * First, set up the strings. Some of these are writable. These are all in
- * English. This gets compiled into libopts and is distributed here so that
- * xgettext (or equivalents) can extract these strings for translation.
- */
- static char eng_zGnuBoolArg[] = "=T/F";
- static char eng_zGnuKeyArg[] = "=KWd";
- static char eng_zGnuNumArg[] = "=num";
- static char eng_zGnuStrArg[] = "=str";
- char const option_lib_text[4267] =
- /* 0 */ "allocation of %d bytes failed\n\0"
- /* 31 */ "AutoOpts function called without option descriptor\n\0"
- /* 83 */ "\tThis exceeds the compiled library version: \0"
- /* 129 */ "Automated Options Processing Error!\n"
- "\t%s called AutoOpts function with structure version %d:%d:%d.\n\0"
- /* 228 */ "realloc of %d bytes at 0x%p failed\n\0"
- /* 264 */ "\tThis is less than the minimum library version: \0"
- /* 314 */ "Automated Options version %s\n"
- "\tCopyright (C) 1999-2017 by Bruce Korb - all rights reserved\n\0"
- /* 405 */ "(AutoOpts bug): %s.\n\0"
- /* 427 */ "optionResetOpt() called, but reset-option not configured\0"
- /* 484 */ "could not locate the 'help' option\0"
- /* 519 */ "optionProcess() was called with invalid data\0"
- /* 564 */ "invalid argument type specified\0"
- /* 596 */ "defaulted to option with optional arg\0"
- /* 634 */ "aliasing option is out of range.\0"
- /* 667 */ "%s error: the keyword '%s' is ambiguous for %s\n\0"
- /* 716 */ " The following options match:\n\0"
- /* 748 */ "%s: ambiguous option name: %s (matches %d options)\n\0"
- /* 800 */ "%s: Command line arguments required\n\0"
- /* 837 */ "%d %s%s options allowed\n\0"
- /* 862 */ "%s error %d (%s) calling %s for '%s'\n\0"
- /* 900 */ "interprocess pipe\0"
- /* 918 */ "error: version option argument '%c' invalid. Use:\n"
- "\t'v' - version only\n"
- "\t'c' - version and copyright\n"
- "\t'n' - version and full copyright notice\n\0"
- /* 1060 */ "%s error: the '%s' and '%s' options conflict\n\0"
- /* 1107 */ "%s: The '%s' option has been disabled.\0"
- /* 1146 */ "-equivalence\0"
- /* 1159 */ "%s: illegal option -- %c\n\0"
- /* 1185 */ "%s: illegal option -- %s\n\0"
- /* 1211 */ "%s: unknown vendor extension option -- %s\n\0"
- /* 1254 */ " or an integer from %d through %d\n\0"
- /* 1290 */ "%s error: invalid option descriptor for %s\n\0"
- /* 1335 */ "%s: invalid option name: %s\n\0"
- /* 1364 */ "%s: The '%s' option requires an argument.\n\0"
- /* 1407 */ "(AutoOpts bug): Equivalenced option '%s' was equivalenced to both\n"
- "\t'%s' and '%s'.\0"
- /* 1490 */ "%s error: The %s option is required\n\0"
- /* 1528 */ "%s: The '%s' option cannot have an argument.\n\0"
- /* 1574 */ "%s: Command line arguments are not allowed.\n\0"
- /* 1619 */ "error %d (%s) creating %s\n\0"
- /* 1646 */ "%s error: '%s' does not match any %s keywords.\n\0"
- /* 1695 */ "%s error: The '%s' option requires an argument.\n\0"
- /* 1744 */ "error %d (%s) stat-ing %s\n\0"
- /* 1771 */ "%s error: no saved option state\n\0"
- /* 1804 */ "'%s' is not a command line option.\n\0"
- /* 1840 */ "%s error: '%s' is not a recognizable date/time.\n\0"
- /* 1890 */ "%s error: '%s' is not a recognizable time duration.\n\0"
- /* 1944 */ "%s error: The %s option must appear %d times.\n\0"
- /* 1992 */ "%s error: '%s' is not a recognizable number.\n\0"
- /* 2039 */ "%s error: %s exceeds %s keyword count\n\0"
- /* 2079 */ "Try '%s %s' for more information.\n\0"
- /* 2114 */ "one %s%s option allowed\n\0"
- /* 2139 */ "standard output\0"
- /* 2155 */ "standard error\0"
- /* 2170 */ "write\0"
- /* 2176 */ "%s error: %s option value %ld is out of range.\n\0"
- /* 2225 */ "%s error: %s option requires the %s option\n\0"
- /* 2270 */ "%s warning: cannot save options - %s not regular file\n\0"
- /* 2326 */ "\t\t\t\t- an alternate for '%s'\n\0"
- /* 2355 */ "Version, usage and configuration options:\0"
- /* 2397 */ "\t\t\t\t- default option for unnamed options\n\0"
- /* 2439 */ "\t\t\t\t- disabled as '--%s'\n\0"
- /* 2465 */ " --- %-14s %s\n\0"
- /* 2480 */ "This option has been disabled\0"
- /* 2510 */ "\t\t\t\t- enabled by default\n\0"
- /* 2536 */ "%s error: only \0"
- /* 2553 */ " - examining environment variables named %s_*\n\0"
- /* 2600 */ "\t\t\t\t- file must not pre-exist\n\0"
- /* 2631 */ "\t\t\t\t- file must pre-exist\n\0"
- /* 2658 */ "Options are specified by doubled hyphens and their name or by a single\n"
- "hyphen and the flag character.\n\0"
- /* 2761 */ "\n"
- "= = = = = = = =\n\n"
- "This incarnation of genshell will produce\n"
- "a shell script to parse the options for %s:\n\n\0"
- /* 2867 */ " or an integer mask with any of the lower %d bits set\n\0"
- /* 2923 */ "\t\t\t\t- is a set membership option\n\0"
- /* 2957 */ "\t\t\t\t- must appear between %d and %d times\n\0"
- /* 3000 */ "Options are specified by single or double hyphens and their name.\n\0"
- /* 3067 */ "\t\t\t\t- may appear multiple times\n\0"
- /* 3100 */ "\t\t\t\t- may not be preset\n\0"
- /* 3125 */ " Arg Option-Name Description\n\0"
- /* 3160 */ " Flg Arg Option-Name Description\n\0"
- /* 3198 */ " %3s %s\0"
- /* 3206 */ "The '-#<number>' option may omit the hash char\n\0"
- /* 3254 */ "All arguments are named options.\n\0"
- /* 3288 */ " - reading file %s\0"
- /* 3307 */ "\n"
- "Please send bug reports to: <%s>\n\0"
- /* 3343 */ "\t\t\t\t- may NOT appear - preset only\n\0"
- /* 3379 */ "\n"
- "The following option preset mechanisms are supported:\n\0"
- /* 3435 */ "prohibits these options:\n\0"
- /* 3461 */ "prohibits the option '%s'\n\0"
- /* 3488 */ "%s%ld to %ld\0"
- /* 3501 */ "%sgreater than or equal to %ld\0"
- /* 3532 */ "%s%ld exactly\0"
- /* 3546 */ "%sit must lie in one of the ranges:\n\0"
- /* 3583 */ "%sit must be in the range:\n\0"
- /* 3611 */ ", or\n\0"
- /* 3617 */ "%sis scalable with a suffix: k/K/m/M/g/G/t/T\n\0"
- /* 3663 */ "%sless than or equal to %ld\0"
- /* 3691 */ "Operands and options may be intermixed. They will be reordered.\n\0"
- /* 3757 */ "requires the option '%s'\n\0"
- /* 3783 */ "requires these options:\n\0"
- /* 3808 */ " Arg Option-Name Req? Description\n\0"
- /* 3848 */ " Flg Arg Option-Name Req? Description\n\0"
- /* 3891 */ "or you may use a numeric representation. Preceding these with a '!'\n"
- "will clear the bits, specifying 'none' will clear all bits, and 'all'\n"
- "will set them all. Multiple entries may be passed as an option\n"
- "argument list.\n\0"
- /* 4110 */ "\t\t\t\t- may appear up to %d times\n\0"
- /* 4143 */ "The valid \"%s\" option keywords are:\n\0"
- /* 4180 */ "The next option supports vendor supported extra options:\0"
- /* 4237 */ "These additional options are:";
- /*
- * Now, define (and initialize) the structure that contains
- * the pointers to all these strings.
- * Aren't you glad you don't maintain this by hand?
- */
- usage_text_t option_xlateable_txt = {
- 107,
- eng_zGnuBoolArg, eng_zGnuKeyArg, eng_zGnuNumArg, eng_zGnuStrArg,
- {
- option_lib_text + 0, option_lib_text + 31, option_lib_text + 83,
- option_lib_text + 129, option_lib_text + 228, option_lib_text + 264,
- option_lib_text + 314, option_lib_text + 405, option_lib_text + 427,
- option_lib_text + 484, option_lib_text + 519, option_lib_text + 564,
- option_lib_text + 596, option_lib_text + 634, option_lib_text + 667,
- option_lib_text + 716, option_lib_text + 748, option_lib_text + 800,
- option_lib_text + 837, option_lib_text + 862, option_lib_text + 900,
- option_lib_text + 918, option_lib_text + 1060, option_lib_text + 1107,
- option_lib_text + 1146, option_lib_text + 1159, option_lib_text + 1185,
- option_lib_text + 1211, option_lib_text + 1254, option_lib_text + 1290,
- option_lib_text + 1335, option_lib_text + 1364, option_lib_text + 1407,
- option_lib_text + 1490, option_lib_text + 1528, option_lib_text + 1574,
- option_lib_text + 1619, option_lib_text + 1646, option_lib_text + 1695,
- option_lib_text + 1744, option_lib_text + 1771, option_lib_text + 1804,
- option_lib_text + 1840, option_lib_text + 1890, option_lib_text + 1944,
- option_lib_text + 1992, option_lib_text + 2039, option_lib_text + 2079,
- option_lib_text + 2114, option_lib_text + 2139, option_lib_text + 2155,
- option_lib_text + 2170, option_lib_text + 2176, option_lib_text + 2225,
- option_lib_text + 2270, option_lib_text + 2326, option_lib_text + 2355,
- option_lib_text + 2397, option_lib_text + 2439, option_lib_text + 2465,
- option_lib_text + 2480, option_lib_text + 2510, option_lib_text + 2536,
- option_lib_text + 2553, option_lib_text + 2600, option_lib_text + 2631,
- option_lib_text + 2658, option_lib_text + 2761, option_lib_text + 2867,
- option_lib_text + 2923, option_lib_text + 2957, option_lib_text + 3000,
- option_lib_text + 3067, option_lib_text + 3100, option_lib_text + 3125,
- option_lib_text + 3160, option_lib_text + 3198, option_lib_text + 3206,
- option_lib_text + 3254, option_lib_text + 3288, option_lib_text + 3307,
- option_lib_text + 3343, option_lib_text + 3379, option_lib_text + 3435,
- option_lib_text + 3461, option_lib_text + 3488, option_lib_text + 3501,
- option_lib_text + 3532, option_lib_text + 3546, option_lib_text + 3583,
- option_lib_text + 3611, option_lib_text + 3617, option_lib_text + 3663,
- option_lib_text + 3691, option_lib_text + 3757, option_lib_text + 3783,
- option_lib_text + 3808, option_lib_text + 3848, option_lib_text + 3891,
- option_lib_text + 4110, option_lib_text + 4143, option_lib_text + 4180,
- option_lib_text + 4237
- } };
- #endif /* AUTOOPTS_INTERNAL */
- #ifdef XGETTEXT_SCAN_DO_NOT_COMPILE
- do not compile this section.
- /* TRANSLATORS: The following dummy functions were crated solely so that
- * xgettext can extract the correct strings. These strings are actually
- * referenced where the preceding "#line" directive states, though you will
- * not see the literal string there. The literal string is defined above in
- * the @code{option_lib_text} table and referenced via a #define name that
- * redirects into the @code{option_xlateable_txt} structure above. When
- * translating is activated, the pointers in @code{option_xlateable_txt} are
- * updated to point to translated strings.
- */
- static void dummy_func(void) {
- /* LIBOPTS-MESSAGES: */
- #line 67 "../autoopts.c"
- puts(_("allocation of %d bytes failed\n"));
- #line 89 "../autoopts.c"
- puts(_("allocation of %d bytes failed\n"));
- #line 48 "../init.c"
- puts(_("AutoOpts function called without option descriptor\n"));
- #line 81 "../init.c"
- puts(_("\tThis exceeds the compiled library version: "));
- #line 79 "../init.c"
- puts(_("Automated Options Processing Error!\n"
- "\t%s called AutoOpts function with structure version %d:%d:%d.\n"));
- #line 78 "../autoopts.c"
- puts(_("realloc of %d bytes at 0x%p failed\n"));
- #line 83 "../init.c"
- puts(_("\tThis is less than the minimum library version: "));
- #line 121 "../version.c"
- puts(_("Automated Options version %s\n"
- "\tCopyright (C) 1999-2017 by Bruce Korb - all rights reserved\n"));
- #line 49 "../makeshell.c"
- puts(_("(AutoOpts bug): %s.\n"));
- #line 90 "../reset.c"
- puts(_("optionResetOpt() called, but reset-option not configured"));
- #line 241 "../usage.c"
- puts(_("could not locate the 'help' option"));
- #line 330 "../autoopts.c"
- puts(_("optionProcess() was called with invalid data"));
- #line 697 "../usage.c"
- puts(_("invalid argument type specified"));
- #line 568 "../find.c"
- puts(_("defaulted to option with optional arg"));
- #line 76 "../alias.c"
- puts(_("aliasing option is out of range."));
- #line 210 "../enum.c"
- puts(_("%s error: the keyword '%s' is ambiguous for %s\n"));
- #line 78 "../find.c"
- puts(_(" The following options match:\n"));
- #line 263 "../find.c"
- puts(_("%s: ambiguous option name: %s (matches %d options)\n"));
- #line 161 "../check.c"
- puts(_("%s: Command line arguments required\n"));
- #line 43 "../alias.c"
- puts(_("%d %s%s options allowed\n"));
- #line 56 "../makeshell.c"
- puts(_("%s error %d (%s) calling %s for '%s'\n"));
- #line 268 "../makeshell.c"
- puts(_("interprocess pipe"));
- #line 171 "../version.c"
- puts(_("error: version option argument '%c' invalid. Use:\n"
- "\t'v' - version only\n"
- "\t'c' - version and copyright\n"
- "\t'n' - version and full copyright notice\n"));
- #line 58 "../check.c"
- puts(_("%s error: the '%s' and '%s' options conflict\n"));
- #line 187 "../find.c"
- puts(_("%s: The '%s' option has been disabled."));
- #line 400 "../find.c"
- puts(_("%s: The '%s' option has been disabled."));
- #line 38 "../alias.c"
- puts(_("-equivalence"));
- #line 439 "../find.c"
- puts(_("%s: illegal option -- %c\n"));
- #line 110 "../reset.c"
- puts(_("%s: illegal option -- %c\n"));
- #line 241 "../find.c"
- puts(_("%s: illegal option -- %s\n"));
- #line 740 "../find.c"
- puts(_("%s: illegal option -- %s\n"));
- #line 118 "../reset.c"
- puts(_("%s: illegal option -- %s\n"));
- #line 305 "../find.c"
- puts(_("%s: unknown vendor extension option -- %s\n"));
- #line 135 "../enum.c"
- puts(_(" or an integer from %d through %d\n"));
- #line 145 "../enum.c"
- puts(_(" or an integer from %d through %d\n"));
- #line 696 "../usage.c"
- puts(_("%s error: invalid option descriptor for %s\n"));
- #line 1030 "../usage.c"
- puts(_("%s error: invalid option descriptor for %s\n"));
- #line 355 "../find.c"
- puts(_("%s: invalid option name: %s\n"));
- #line 497 "../find.c"
- puts(_("%s: The '%s' option requires an argument.\n"));
- #line 150 "../autoopts.c"
- puts(_("(AutoOpts bug): Equivalenced option '%s' was equivalenced to both\n"
- "\t'%s' and '%s'."));
- #line 94 "../check.c"
- puts(_("%s error: The %s option is required\n"));
- #line 602 "../find.c"
- puts(_("%s: The '%s' option cannot have an argument.\n"));
- #line 151 "../check.c"
- puts(_("%s: Command line arguments are not allowed.\n"));
- #line 568 "../save.c"
- puts(_("error %d (%s) creating %s\n"));
- #line 210 "../enum.c"
- puts(_("%s error: '%s' does not match any %s keywords.\n"));
- #line 93 "../reset.c"
- puts(_("%s error: The '%s' option requires an argument.\n"));
- #line 122 "../save.c"
- puts(_("error %d (%s) stat-ing %s\n"));
- #line 175 "../save.c"
- puts(_("error %d (%s) stat-ing %s\n"));
- #line 143 "../restore.c"
- puts(_("%s error: no saved option state\n"));
- #line 225 "../autoopts.c"
- puts(_("'%s' is not a command line option.\n"));
- #line 113 "../time.c"
- puts(_("%s error: '%s' is not a recognizable date/time.\n"));
- #line 50 "../time.c"
- puts(_("%s error: '%s' is not a recognizable time duration.\n"));
- #line 92 "../check.c"
- puts(_("%s error: The %s option must appear %d times.\n"));
- #line 165 "../numeric.c"
- puts(_("%s error: '%s' is not a recognizable number.\n"));
- #line 176 "../enum.c"
- puts(_("%s error: %s exceeds %s keyword count\n"));
- #line 279 "../usage.c"
- puts(_("Try '%s %s' for more information.\n"));
- #line 45 "../alias.c"
- puts(_("one %s%s option allowed\n"));
- #line 170 "../makeshell.c"
- puts(_("standard output"));
- #line 905 "../makeshell.c"
- puts(_("standard output"));
- #line 223 "../usage.c"
- puts(_("standard output"));
- #line 364 "../usage.c"
- puts(_("standard output"));
- #line 574 "../usage.c"
- puts(_("standard output"));
- #line 178 "../version.c"
- puts(_("standard output"));
- #line 223 "../usage.c"
- puts(_("standard error"));
- #line 364 "../usage.c"
- puts(_("standard error"));
- #line 574 "../usage.c"
- puts(_("standard error"));
- #line 178 "../version.c"
- puts(_("standard error"));
- #line 170 "../makeshell.c"
- puts(_("write"));
- #line 905 "../makeshell.c"
- puts(_("write"));
- #line 222 "../usage.c"
- puts(_("write"));
- #line 363 "../usage.c"
- puts(_("write"));
- #line 573 "../usage.c"
- puts(_("write"));
- #line 177 "../version.c"
- puts(_("write"));
- #line 60 "../numeric.c"
- puts(_("%s error: %s option value %ld is out of range.\n"));
- #line 44 "../check.c"
- puts(_("%s error: %s option requires the %s option\n"));
- #line 121 "../save.c"
- puts(_("%s warning: cannot save options - %s not regular file\n"));
- #line 174 "../save.c"
- puts(_("%s warning: cannot save options - %s not regular file\n"));
- #line 193 "../save.c"
- puts(_("%s warning: cannot save options - %s not regular file\n"));
- #line 567 "../save.c"
- puts(_("%s warning: cannot save options - %s not regular file\n"));
- /* END-LIBOPTS-MESSAGES */
- /* USAGE-TEXT: */
- #line 822 "../usage.c"
- puts(_("\t\t\t\t- an alternate for '%s'\n"));
- #line 1097 "../usage.c"
- puts(_("Version, usage and configuration options:"));
- #line 873 "../usage.c"
- puts(_("\t\t\t\t- default option for unnamed options\n"));
- #line 786 "../usage.c"
- puts(_("\t\t\t\t- disabled as '--%s'\n"));
- #line 1066 "../usage.c"
- puts(_(" --- %-14s %s\n"));
- #line 1064 "../usage.c"
- puts(_("This option has been disabled"));
- #line 813 "../usage.c"
- puts(_("\t\t\t\t- enabled by default\n"));
- #line 40 "../alias.c"
- puts(_("%s error: only "));
- #line 1143 "../usage.c"
- puts(_(" - examining environment variables named %s_*\n"));
- #line 168 "../file.c"
- puts(_("\t\t\t\t- file must not pre-exist\n"));
- #line 172 "../file.c"
- puts(_("\t\t\t\t- file must pre-exist\n"));
- #line 329 "../usage.c"
- puts(_("Options are specified by doubled hyphens and their name or by a single\n"
- "hyphen and the flag character.\n"));
- #line 882 "../makeshell.c"
- puts(_("\n"
- "= = = = = = = =\n\n"
- "This incarnation of genshell will produce\n"
- "a shell script to parse the options for %s:\n\n"));
- #line 142 "../enum.c"
- puts(_(" or an integer mask with any of the lower %d bits set\n"));
- #line 846 "../usage.c"
- puts(_("\t\t\t\t- is a set membership option\n"));
- #line 867 "../usage.c"
- puts(_("\t\t\t\t- must appear between %d and %d times\n"));
- #line 331 "../usage.c"
- puts(_("Options are specified by single or double hyphens and their name.\n"));
- #line 853 "../usage.c"
- puts(_("\t\t\t\t- may appear multiple times\n"));
- #line 840 "../usage.c"
- puts(_("\t\t\t\t- may not be preset\n"));
- #line 1258 "../usage.c"
- puts(_(" Arg Option-Name Description\n"));
- #line 1194 "../usage.c"
- puts(_(" Flg Arg Option-Name Description\n"));
- #line 1252 "../usage.c"
- puts(_(" Flg Arg Option-Name Description\n"));
- #line 1253 "../usage.c"
- puts(_(" %3s %s"));
- #line 1259 "../usage.c"
- puts(_(" %3s %s"));
- #line 336 "../usage.c"
- puts(_("The '-#<number>' option may omit the hash char\n"));
- #line 332 "../usage.c"
- puts(_("All arguments are named options.\n"));
- #line 920 "../usage.c"
- puts(_(" - reading file %s"));
- #line 358 "../usage.c"
- puts(_("\n"
- "Please send bug reports to: <%s>\n"));
- #line 100 "../version.c"
- puts(_("\n"
- "Please send bug reports to: <%s>\n"));
- #line 129 "../version.c"
- puts(_("\n"
- "Please send bug reports to: <%s>\n"));
- #line 852 "../usage.c"
- puts(_("\t\t\t\t- may NOT appear - preset only\n"));
- #line 893 "../usage.c"
- puts(_("\n"
- "The following option preset mechanisms are supported:\n"));
- #line 1141 "../usage.c"
- puts(_("\n"
- "The following option preset mechanisms are supported:\n"));
- #line 631 "../usage.c"
- puts(_("prohibits these options:\n"));
- #line 626 "../usage.c"
- puts(_("prohibits the option '%s'\n"));
- #line 81 "../numeric.c"
- puts(_("%s%ld to %ld"));
- #line 79 "../numeric.c"
- puts(_("%sgreater than or equal to %ld"));
- #line 75 "../numeric.c"
- puts(_("%s%ld exactly"));
- #line 68 "../numeric.c"
- puts(_("%sit must lie in one of the ranges:\n"));
- #line 68 "../numeric.c"
- puts(_("%sit must be in the range:\n"));
- #line 88 "../numeric.c"
- puts(_(", or\n"));
- #line 66 "../numeric.c"
- puts(_("%sis scalable with a suffix: k/K/m/M/g/G/t/T\n"));
- #line 77 "../numeric.c"
- puts(_("%sless than or equal to %ld"));
- #line 339 "../usage.c"
- puts(_("Operands and options may be intermixed. They will be reordered.\n"));
- #line 601 "../usage.c"
- puts(_("requires the option '%s'\n"));
- #line 604 "../usage.c"
- puts(_("requires these options:\n"));
- #line 1270 "../usage.c"
- puts(_(" Arg Option-Name Req? Description\n"));
- #line 1264 "../usage.c"
- puts(_(" Flg Arg Option-Name Req? Description\n"));
- #line 143 "../enum.c"
- puts(_("or you may use a numeric representation. Preceding these with a '!'\n"
- "will clear the bits, specifying 'none' will clear all bits, and 'all'\n"
- "will set them all. Multiple entries may be passed as an option\n"
- "argument list.\n"));
- #line 859 "../usage.c"
- puts(_("\t\t\t\t- may appear up to %d times\n"));
- #line 52 "../enum.c"
- puts(_("The valid \"%s\" option keywords are:\n"));
- #line 1101 "../usage.c"
- puts(_("The next option supports vendor supported extra options:"));
- #line 722 "../usage.c"
- puts(_("These additional options are:"));
- /* END-USAGE-TEXT */
- }
- #endif /* XGETTEXT_SCAN_DO_NOT_COMPILE */
- #endif /* AUTOOPTS_USAGE_TXT_H_GUARD */
|