home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / textutils-1.19-src.tgz / tar.out / fsf / textutils / po / cat-id-tbl.c next >
C/C++ Source or Header  |  1996-09-28  |  32KB  |  666 lines

  1. /* Automatically generated by po2tbl.sed from textutils.pot.  */
  2.  
  3. #if HAVE_CONFIG_H
  4. # include <config.h>
  5. #endif
  6.  
  7. #include "libgettext.h"
  8.  
  9. const struct _msg_ent _msg_tbl[] = {
  10.   {"", 1},
  11.   {"Try `%s --help' for more information.\n", 2},
  12.   {"Usage: %s [OPTION] [FILE]...\n", 3},
  13.   {"\
  14. Concatenate FILE(s), or standard input, to standard output.\n\
  15. \n\
  16.   -b, --number-nonblank    number nonblank output lines\n\
  17.   -e                       equivalent to -vE\n\
  18.   -n, --number             number all output lines\n\
  19.   -s, --squeeze-blank      never more than one single blank line\n\
  20.   -t                       equivalent to -vT\n\
  21.   -u                       (ignored)\n\
  22.   -v, --show-nonprinting   use ^ and M- notation, save for LFD and TAB\n\
  23.   -A, --show-all           equivalent to -vET\n\
  24.   -E, --show-ends          display $ at end of each line\n\
  25.   -T, --show-tabs          display TAB characters as ^I\n\
  26.       --help               display this help and exit\n\
  27.       --version            output version information and exit\n\
  28. \n\
  29. With no FILE, or when FILE is -, read standard input.\n", 4},
  30.   {"write error", 5},
  31.   {"cannot do ioctl on `%s'", 6},
  32.   {"standard output", 7},
  33.   {"%s: input file is output file", 8},
  34.   {"Usage: %s [OPTION]... [FILE]...\n", 9},
  35.   {"\
  36. Print CRC checksum and byte counts of each FILE.\n\
  37. \n\
  38.   --help      display this help and exit\n\
  39.   --version   output version information and exit\n", 10},
  40.   {"Usage: %s [OPTION]... LEFT_FILE RIGHT_FILE\n", 11},
  41.   {"\
  42. Compare sorted files LEFT_FILE and RIGHT_FILE line by line.\n\
  43. \n\
  44.   -1              suppress lines unique to left file\n\
  45.   -2              suppress lines unique to right file\n\
  46.   -3              suppress lines unique to both files\n\
  47.       --help      display this help and exit\n\
  48.       --version   output version information and exit\n", 12},
  49.   {"virtual memory exhausted", 13},
  50.   {"read error", 14},
  51.   {"input disappeared", 15},
  52.   {"%s: line number out of range", 16},
  53.   {"%s: `%d': line number out of range", 17},
  54.   {" on repetition %d\n", 18},
  55.   {"%s: `%s': match not found", 19},
  56.   {"error in regular expression search", 20},
  57.   {"write error for `%s'", 21},
  58.   {"%s: `+' or `-' expected after delimeter", 22},
  59.   {"%s: integer expected after `%c'", 23},
  60.   {"%s: `}' is required in repeat count", 24},
  61.   {"%s}: integer required between `{' and `}'", 25},
  62.   {"%s: closing delimeter `%c' missing", 26},
  63.   {"%s: invalid regular expression: %s", 27},
  64.   {"%s: invalid pattern", 28},
  65.   {"%s: line number must be greater than zero", 29},
  66.   {"line number `%s' is smaller than preceding line number, %lu", 30},
  67.   {"warning: line number `%s' is the same as preceding line number", 31},
  68.   {"missing conversion specifier in suffix", 32},
  69.   {"invalid conversion specifier in suffix: %c", 33},
  70.   {"invalid conversion specifier in suffix: \\%.3o", 34},
  71.   {"missing %% conversion specification in suffix", 35},
  72.   {"too many %% conversion specifications in suffix", 36},
  73.   {"%s: invalid number", 37},
  74.   {"too few arguments", 38},
  75.   {"Usage: %s [OPTION]... FILE PATTERN...\n", 39},
  76.   {"\
  77. Output pieces of FILE separated by PATTERN(s) to files `xx01', `xx02', ...,\n\
  78. and output byte counts of each piece to standard output.\n\
  79. \n\
  80.   -b, --suffix-format=FORMAT use sprintf FORMAT instead of %%d\n\
  81.   -f, --prefix=PREFIX        use PREFIX instead of `xx'\n\
  82.   -k, --keep-files           do not remove output files on errors\n\
  83.   -n, --digits=DIGITS        use specified number of digits instead of 2\n\
  84.   -s, --quiet, --silent      do not print counts of output file sizes\n\
  85.   -z, --elide-empty-files    remove empty output files\n\
  86.       --help                 display this help and exit\n\
  87.       --version              output version information and exit\n\
  88. \n\
  89. Read standard input if FILE is -.  Each PATTERN may be:\n\
  90. \n\
  91.   INTEGER            copy up to but not including specified line number\n\
  92.   /REGEXP/[OFFSET]   copy up to but not including a matching line\n\
  93.   %%REGEXP%%[OFFSET]   skip to, but not including a matching line\n\
  94.   {INTEGER}          repeat the previous pattern specified number of times\n\
  95.   {*}                repeat the previous pattern as many times as possible\n\
  96. \n\
  97. A line OFFSET is a required `+' or `-' followed by a positive integer.\n", 40},
  98.   {"\
  99. Print selected parts of lines from each FILE to standard output.\n\
  100. \n\
  101.   -b, --bytes=LIST        output only these bytes\n\
  102.   -c, --characters=LIST   output only these characters\n\
  103.   -d, --delimiter=DELIM   use DELIM instead of TAB for field delimiter\n\
  104.   -f, --fields=LIST       output only these fields\n\
  105.   -n                      (ignored)\n\
  106.   -s, --only-delimited    do not print lines not containing delimiters\n\
  107.       --help              display this help and exit\n\
  108.       --version           output version information and exit\n\
  109. \n\
  110. Use one, and only one of -b, -c or -f.  Each LIST is made up of one\n\
  111. range, or many ranges separated by commas.  Each range is one of:\n\
  112. \n\
  113.   N     N'th byte, character or field, counted from 1\n\
  114.   N-    from N'th byte, character or field, to end of line\n\
  115.   N-M   from N'th to M'th (included) byte, character or field\n\
  116.   -M    from first to M'th (included) byte, character or field\n\
  117. \n\
  118. With no FILE, or when FILE is -, read standard input.\n", 41},
  119.   {"invalid byte or field list", 42},
  120.   {"only one type of list may be specified", 43},
  121.   {"missing list of positions", 44},
  122.   {"missing list of fields", 45},
  123.   {"the delimiter must be a single character", 46},
  124.   {"you must specify a list of bytes, characters, or fields", 47},
  125.   {"a delimiter may be specified only when operating on fields", 48},
  126.   {"\
  127. suppressing non-delimited lines makes sense\n\
  128. \tonly when operating on fields", 49},
  129.   {"\
  130. Convert tabs in each FILE to spaces, writing to standard output.\n\
  131. With no FILE, or when FILE is -, read standard input.\n\
  132. \n\
  133.   -i, --initial       do not convert TABs after non whitespace\n\
  134.   -t, --tabs=NUMBER   have tabs NUMBER characters apart, not 8\n\
  135.   -t, --tabs=LIST     use comma separated list of explicit tab positions\n\
  136.       --help          display this help and exit\n\
  137.       --version       output version information and exit\n\
  138. \n\
  139. Instead of -t NUMBER or -t LIST, -NUMBER or -LIST may be used.\n", 50},
  140.   {"tab size contains an invalid character", 51},
  141.   {"tab size cannot be 0", 52},
  142.   {"tab sizes must be ascending", 53},
  143.   {"Usage: %s [-DIGITS] [OPTION]... [FILE]...\n", 54},
  144.   {"\
  145. Reformat each paragraph in the FILE(s), writing to standard output.\n\
  146. If no FILE or if FILE is `-', read standard input.\n\
  147. \n\
  148. Mandatory arguments to long options are mandatory for short options too.\n\
  149.   -c, --crown-margin        preserve indentation of first two lines\n\
  150.   -s, --split-only          split long lines, but do not refill\n\
  151.   -t, --tagged-paragraph    indentation of first line different from second\n\
  152.   -u, --uniform-spacing     one space between words, two after sentences\n\
  153.   -w, --width=NUMBER        maximum line width (default of 75 columns)\n\
  154.   -p, --prefix=STRING       combine only lines having STRING as prefix\n\
  155.       --help                display this help and exit\n\
  156.       --version             output version information and exit\n\
  157. \n\
  158. In -wNUMBER, the letter `w' may be omitted.\n", 55},
  159.   {"invalid line number increment: `%s'", 56},
  160.   {"\
  161. Wrap input lines in each FILE (standard input by default), writing to\n\
  162. standard output.\n\
  163. \n\
  164.   -b, --bytes         count bytes rather than columns\n\
  165.   -s, --spaces        break at spaces\n\
  166.   -w, --width=WIDTH   use WIDTH columns instead of 80\n", 57},
  167.   {"invalid number of columns: `%s'", 58},
  168.   {"\
  169. Print first 10 lines of each FILE to standard output.\n\
  170. With more than one FILE, precede each with a header giving the file name.\n\
  171. With no FILE, or when FILE is -, read standard input.\n\
  172. \n\
  173.   -c, --bytes=SIZE         print first SIZE bytes\n\
  174.   -n, --lines=NUMBER       print first NUMBER lines instead of first 10\n\
  175.   -q, --quiet, --silent    never print headers giving file names\n\
  176.   -v, --verbose            always print headers giving file names\n\
  177.       --help               display this help and exit\n\
  178.       --version            output version information and exit\n\
  179. \n\
  180. SIZE may have a multiplier suffix: b for 512, k for 1K, m for 1 Meg.\n\
  181. If -VALUE is used as first OPTION, read -c VALUE when one of\n\
  182. multipliers bkm follows concatenated, else read -n VALUE.\n", 59},
  183.   {"standard input", 60},
  184.   {"unrecognized option `-%c'", 61},
  185.   {"invalid number `%s'", 62},
  186.   {"Usage: %s [OPTION]... FILE1 FILE2\n", 63},
  187.   {"\
  188. For each pair of input lines with identical join fields, write a line to\n\
  189. standard output.  The default join field is the first, delimited\n\
  190. by whitespace.  When FILE1 or FILE2 (not both) is -, read standard input.\n\
  191. \n\
  192.   -a SIDE          print unpairable lines coming from file SIDE\n\
  193.   -e EMPTY         replace missing input fields with EMPTY\n\
  194.   -i, --ignore-case ignore differences in case when comparing fields\n\
  195.   -j FIELD         (Obsolescent) equivalent to `-1 FIELD -2 FIELD'\n\
  196.   -j1 FIELD        (Obsolescent) equivalent to `-1 FIELD'\n\
  197.   -j2 FIELD        (Obsolescent) equivalent to `-2 FIELD'\n\
  198.   -1 FIELD         join on this FIELD of file 1\n\
  199.   -2 FIELD         join on this FIELD of file 2\n\
  200.   -o FORMAT        obey FORMAT while constructing output line\n\
  201.   -t CHAR          use CHAR as input and output field separator\n\
  202.   -v SIDE          like -a SIDE, but suppress joined output lines\n\
  203.   --help           display this help and exit\n\
  204.   --version        output version information and exit\n\
  205. \n\
  206. Unless -t CHAR is given, leading blanks separate fields and are ignored,\n\
  207. else fields are separated by CHAR.  Any FIELD is a field number counted\n\
  208. from 1.  FORMAT is one or more comma or blank separated specifications,\n\
  209. each being `SIDE.FIELD' or `0'.  Default FORMAT outputs the join field,\n\
  210. the remaining fields from FILE1, the remaining fields from FILE2, all\n\
  211. separated by CHAR.\n", 64},
  212.   {"invalid field specifier: `%s'", 65},
  213.   {"invalid field number: `%s'", 66},
  214.   {"invalid file number in field spec: `%s'", 67},
  215.   {"invalid field number for file 1: `%s'", 68},
  216.   {"invalid field number for file 2: `%s'", 69},
  217.   {"too many non-option arguments", 70},
  218.   {"too few non-option arguments", 71},
  219.   {"both files cannot be standard input", 72},
  220.   {"\
  221. Usage: %s [OPTION] [FILE]...\n\
  222.   or:  %s [OPTION] --check [FILE]\n\
  223.   or:  %s [OPTION] --string=STRING ...\n\
  224. Print or check MD5 checksums.\n\
  225. With no FILE, or when FILE is -, read standard input.\n\
  226. \n\
  227.   -b, --binary            read files in binary mode\n\
  228.   -t, --text              read files in text mode (default)\n\
  229.   -c, --check             check MD5 sums against given list\n\
  230. \n\
  231. The following two options are useful only when verifying checksums:\n\
  232.       --status            don't output anything, status code shows success\n\
  233.   -w, --warn              warn about improperly formated MD5 checksum lines\n\
  234. \n\
  235.       --string=STRING     compute checksum for STRING\n\
  236.       --help              display this help and exit\n\
  237.       --version           output version information and exit\n\
  238. \n\
  239. The sums are computed as described in RFC 1321.  When checking, the input\n\
  240. should be a former output of this program.  The default mode is to print\n\
  241. a line with checksum, a character indicating type (`*' for binary, ` ' for\n\
  242. text), and name for each FILE.\n", 73},
  243.   {"%s: %lu: improperly formatted MD5 checksum line", 74},
  244.   {"%s: FAILED open or read\n", 75},
  245.   {"FAILED", 76},
  246.   {"OK", 77},
  247.   {"%s: read error", 78},
  248.   {"%s: no properly formatted MD5 checksum lines found", 79},
  249.   {"WARNING: %d of %d listed %s could not be read\n", 80},
  250.   {"file", 81},
  251.   {"files", 82},
  252.   {"WARNING: %d of %d computed %s did NOT match", 83},
  253.   {"checksum", 84},
  254.   {"checksums", 85},
  255.   {"the --string and --check options are mutually exclusive", 86},
  256.   {"the --status option is meaningful only when verifying checksums", 87},
  257.   {"the --warn option is meaningful only when verifying checksums", 88},
  258.   {"no files may be specified when using --string", 89},
  259.   {"only one argument may be specified when using --check", 90},
  260.   {"\
  261. Write each FILE to standard output, with line numbers added.\n\
  262. With no FILE, or when FILE is -, read standard input.\n\
  263. \n\
  264.   -b, --body-numbering=STYLE      use STYLE for numbering body lines\n\
  265.   -d, --section-delimiter=CC      use CC for separating logical pages\n\
  266.   -f, --footer-numbering=STYLE    use STYLE for numbering footer lines\n\
  267.   -h, --header-numbering=STYLE    use STYLE for numbering header lines\n\
  268.   -i, --page-increment=NUMBER     line number increment at each line\n\
  269.   -l, --join-blank-lines=NUMBER   group of NUMBER empty lines counted as \
  270. one\n\
  271.   -n, --number-format=FORMAT      insert line numbers according to FORMAT\n\
  272.   -p, --no-renumber               do not reset line numbers at logical \
  273. pages\n\
  274.   -s, --number-separator=STRING   add STRING after (possible) line number\n\
  275.   -v, --first-page=NUMBER         first line number on each logical page\n\
  276.   -w, --number-width=NUMBER       use NUMBER columns for line numbers\n\
  277.       --help                      display this help and exit\n\
  278.       --version                   output version information and exit\n\
  279. \n\
  280. By default, selects -v1 -i1 -l1 -sTAB -w6 -nrn -hn -bt -fn.  CC are\n\
  281. two delimiter characters for separating logical pages, a missing\n\
  282. second character implies :.  Type \\\\ for \\.  STYLE is one of:\n\
  283. \n\
  284.   a         number all lines\n\
  285.   t         number only nonempty lines\n\
  286.   n         number no lines\n\
  287.   pREGEXP   number only lines that contain a match for REGEXP\n\
  288. \n\
  289. FORMAT is one of:\n\
  290. \n\
  291.   ln   left justified, no leading zeros\n\
  292.   rn   right justified, no leading zeros\n\
  293.   rz   right justified, leading zeros\n\
  294. \n", 91},
  295.   {"invalid starting line number: `%s'", 92},
  296.   {"invalid number of blank lines: `%s'", 93},
  297.   {"invalid line number field width: `%s'", 94},
  298.   {"\
  299. Usage: %s [OPTION]... [FILE]...\n\
  300.   or:  %s --traditional [FILE] [[+]OFFSET [[+]LABEL]]\n", 95},
  301.   {"\
  302. Write an unambiguous representation, octal bytes by default, of FILE\n\
  303. to standard output.  With no FILE, or when FILE is -, read standard input.\n\
  304. \n\
  305.   -A, --address-radix=RADIX   decide how file offsets are printed\n\
  306.   -N, --read-bytes=BYTES      limit dump to BYTES input bytes per file\n\
  307.   -j, --skip-bytes=BYTES      skip BYTES input bytes first on each file\n\
  308.   -s, --strings[=BYTES]       output strings of at least BYTES graphic \
  309. chars\n\
  310.   -t, --format=TYPE           select output format or formats\n\
  311.   -v, --output-duplicates     do not use * to mark line suppression\n\
  312.   -w, --width[=BYTES]         output BYTES bytes per output line\n\
  313.       --traditional           accept arguments in pre-POSIX form\n\
  314.       --help                  display this help and exit\n\
  315.       --version               output version information and exit\n\
  316. \n\
  317. Pre-POSIX format specifications may be intermixed, they accumulate:\n\
  318.   -a   same as -t a,  select named characters\n\
  319.   -b   same as -t oC, select octal bytes\n\
  320.   -c   same as -t c,  select ASCII characters or backslash escapes\n\
  321.   -d   same as -t u2, select unsigned decimal shorts\n\
  322.   -f   same as -t fF, select floats\n\
  323.   -h   same as -t x2, select hexadecimal shorts\n\
  324.   -i   same as -t d2, select decimal shorts\n\
  325.   -l   same as -t d4, select decimal longs\n\
  326.   -o   same as -t o2, select octal shorts\n\
  327.   -x   same as -t x2, select hexadecimal shorts\n", 96},
  328.   {"\
  329. \n\
  330. For older syntax (second call format), OFFSET means -j OFFSET.  LABEL\n\
  331. is the pseudo-address at first byte printed, incremented when dump is\n\
  332. progressing.  For OFFSET and LABEL, a 0x or 0X prefix indicates\n\
  333. hexadecimal, suffixes maybe . for octal and b multiply by 512.\n\
  334. \n\
  335. TYPE is made up of one or more of these specifications:\n\
  336. \n\
  337.   a          named character\n\
  338.   c          ASCII character or backslash escape\n\
  339.   d[SIZE]    signed decimal, SIZE bytes per integer\n\
  340.   f[SIZE]    floating point, SIZE bytes per integer\n\
  341.   o[SIZE]    octal, SIZE bytes per integer\n\
  342.   u[SIZE]    unsigned decimal, SIZE bytes per integer\n\
  343.   x[SIZE]    hexadecimal, SIZE bytes per integer\n\
  344. \n\
  345. SIZE is a number.  For TYPE in doux, SIZE may also be C for\n\
  346. sizeof(char), S for sizeof(short), I for sizeof(int) or L for\n\
  347. sizeof(long).  If TYPE is f, SIZE may also be F for sizeof(float), D\n\
  348. for sizeof(double) or L for sizeof(long double).\n\
  349. \n\
  350. RADIX is d for decimal, o for octal, x for hexadecimal or n for none.\n\
  351. BYTES is hexadecimal with 0x or 0X prefix, it is multiplied by 512\n\
  352. with b suffix, by 1024 with k and by 1048576 with m.  -s without a\n\
  353. number implies 3.  -w without a number implies 32.  By default, od\n\
  354. uses -A o -t d2 -w 16.\n", 97},
  355.   {"invalid type string `%s'", 98},
  356.   {"\
  357. invalid type string `%s';\n\
  358. this system doesn't provide a %lu-byte integral type", 99},
  359.   {"\
  360. invalid type string `%s';\n\
  361. this system doesn't provide a %lu-byte floating point type", 100},
  362.   {"invalid character `%c' in type string `%s'", 101},
  363.   {"cannot skip past end of combined input", 102},
  364.   {"old-style offset", 103},
  365.   {"invalid output address radix `%c'; it must be one character from [doxn]", 104},
  366.   {"skip argument", 105},
  367.   {"limit argument", 106},
  368.   {"\
  369. specified number of bytes `%s' is larger than the maximum\n\
  370. representable value of type off_t", 107},
  371.   {"minimum string length", 108},
  372.   {"width specification", 109},
  373.   {"no type may be specified when dumping strings", 110},
  374.   {"invalid second operand in compatibility mode `%s'", 111},
  375.   {"in compatibility mode the last 2 arguments must be offsets", 112},
  376.   {"in compatibility mode there may be no more than 3 arguments", 113},
  377.   {"warning: invalid width %lu; using %d instead", 114},
  378.   {"%d: fmt=\"%s\" width=%d\n", 115},
  379.   {"standard input is closed", 116},
  380.   {"\
  381. Write lines consisting of the sequentially corresponding lines from\n\
  382. each FILE, separated by TABs, to standard output.\n\
  383. With no FILE, or when FILE is -, read standard input.\n\
  384. \n\
  385.   -d, --delimiters=LIST   reuse characters from LIST instead of TABs\n\
  386.   -s, --serial            paste one file at a time instead of in parallel\n\
  387.       --help              display this help and exit\n\
  388.       --version           output version information and exit\n\
  389. \n", 117},
  390.   {"`+' requires a numeric argument", 118},
  391.   {"%s: extra characters in the argument to the `-s' option: `%s'\n", 119},
  392.   {"Cannot specify number of columns when printing in parallel.", 120},
  393.   {"Cannot specify both printing across and printing in parallel.", 121},
  394.   {"%s: extra characters in the argument to the `-%c' option: `%s'\n", 122},
  395.   {"page width too narrow", 123},
  396.   {"%s %s  %s Page", 124},
  397.   {"\
  398. Paginate or columnate FILE(s) for printing.\n\
  399. \n\
  400.   +PAGE             begin printing with page PAGE\n\
  401.   -COLUMN           produce COLUMN-column output and print columns down\n\
  402.   -F, -f            simulate formfeed with newlines on output\n\
  403.   -a                print columns across rather than down\n\
  404.   -b                balance columns on the last page\n\
  405.   -c                use hat notation (^G) and octal backslash notation\n\
  406.   -d                double space the output\n\
  407.   -e[CHAR[WIDTH]]   expand input CHARs (TABs) to tab WIDTH (8)\n\
  408.   -h HEADER         use HEADER instead of filename in page headers\n\
  409.   -i[CHAR[WIDTH]]   replace spaces with CHARs (TABs) to tab WIDTH (8)\n\
  410.   -l PAGE_LENGTH    set the page length to PAGE_LENGTH (66) lines\n\
  411.   -m                print all files in parallel, one in each column\n\
  412.   -n[SEP[DIGITS]]   number lines, use DIGITS (5) digits, then SEP (TAB)\n\
  413.   -o MARGIN         offset each line with MARGIN spaces (do not affect -w)\n\
  414.   -r                inhibit warning when a file cannot be opened\n\
  415.   -s[SEP]           separate columns by character SEP (TAB)\n\
  416.   -t                inhibit 5-line page headers and trailers\n\
  417.   -v                use octal backslash notation\n\
  418.   -w PAGE_WIDTH     set page width to PAGE_WIDTH (72) columns\n\
  419.       --help        display this help and exit\n\
  420.       --version     output version information and exit\n\
  421. \n\
  422. -t implied by -l N when N < 10.  Without -s, columns are separated by\n\
  423. spaces.  With no FILE, or when FILE is -, read standard input.\n", 125},
  424.   {"\
  425. Write sorted concatenation of all FILE(s) to standard output.\n\
  426. \n\
  427.   +POS1 [-POS2]    start a key at POS1, end it before POS2\n\
  428.   -M               compare (unknown) < `JAN' < ... < `DEC', imply -b\n\
  429.   -T DIRECT        use DIRECT for temporary files, not $TMPDIR or %s\n\
  430.   -b               ignore leading blanks in sort fields or keys\n\
  431.   -c               check if given files already sorted, do not sort\n\
  432.   -d               consider only [a-zA-Z0-9 ] characters in keys\n\
  433.   -f               fold lower case to upper case characters in keys\n\
  434.   -g               compare according to general numerical value, imply -b\n\
  435.   -i               consider only [\\040-\\0176] characters in keys\n\
  436.   -k POS1[,POS2]   same as +POS1 [-POS2], but all positions counted from 1\n\
  437.   -m               merge already sorted files, do not sort\n\
  438.   -n               compare according to string numerical value, imply -b\n\
  439.   -o FILE          write result on FILE instead of standard output\n\
  440.   -r               reverse the result of comparisons\n\
  441.   -s               stabilize sort by disabling last resort comparison\n\
  442.   -t SEP           use SEParator instead of non- to whitespace transition\n\
  443.   -u               with -c, check for strict ordering\n\
  444.   -u               with -m, only output the first of an equal sequence\n\
  445.   -z               end lines with 0 byte, not newline, for find -print0\n\
  446.       --help       display this help and exit\n\
  447.       --version    output version information and exit\n\
  448. \n\
  449. POS is F[.C][OPTS], where F is the field number and C the character\n\
  450. position in the field, both counted from zero.  OPTS is made up of one\n\
  451. or more of Mbdfinr, this effectively disable global -Mbdfinr settings\n\
  452. for that key.  If no key given, use the entire line as key.  With no\n\
  453. FILE, or when FILE is -, read standard input.\n", 126},
  454.   {"flushing file", 127},
  455.   {"error closing file", 128},
  456.   {"%s: disorder on %s\n", 129},
  457.   {"invalid field specification `%s'", 130},
  458.   {"\
  459. when using the old-style +POS and -POS key specifiers,\n\
  460. the +POS specifier must come first", 131},
  461.   {"option `-k' requires an argument", 132},
  462.   {"the starting field number argument to the `-k' option must be positive", 133},
  463.   {"starting field spec has `.' but lacks following character offset", 134},
  464.   {"\
  465. starting field character offset argument to the `-k' option\n\
  466. must be positive", 135},
  467.   {"field specification has `,' but lacks following field spec", 136},
  468.   {"ending field number argument to the `-k' option must be positive", 137},
  469.   {"ending field spec has `.' but lacks following character offset", 138},
  470.   {"option `-o' requires an argument", 139},
  471.   {"option `-t' requires an argument", 140},
  472.   {"option `-T' requires an argument", 141},
  473.   {"%s: unrecognized option `-%c'\n", 142},
  474.   {"%s: write error", 143},
  475.   {"Usage: %s [OPTION] [INPUT [PREFIX]]\n", 144},
  476.   {"\
  477. Output fixed-size pieces of INPUT to PREFIXaa, PREFIXab, ...; default\n\
  478. PREFIX is `x'.  With no INPUT, or when INPUT is -, read standard input.\n\
  479. \n\
  480.   -C, --line-bytes=SIZE   put at most SIZE bytes of lines per output file\n\
  481.   -b, --bytes=SIZE        put SIZE bytes per output file\n\
  482.   -l, --lines=NUMBER      put NUMBER lines per output file\n\
  483.       --verbose           print a diagnostic to standard error just\n\
  484. \t\t\t    before each output file is opened\n\
  485.   -NUMBER                 same as -l NUMBER\n\
  486.       --help              display this help and exit\n\
  487.       --version           output version information and exit\n\
  488. \n\
  489. SIZE may have a multiplier suffix: b for 512, k for 1K, m for 1 Meg.\n", 145},
  490.   {"creating file `%s'\n", 146},
  491.   {"cannot split in more than one way", 147},
  492.   {"invalid number of bytes", 148},
  493.   {"invalid number of lines", 149},
  494.   {"invalid number", 150},
  495.   {"too many arguments", 151},
  496.   {"\
  497. Print checksum and block counts for each FILE.\n\
  498. \n\
  499.   -r              defeat -s, use BSD sum algorithm, use 1K blocks\n\
  500.   -s, --sysv      use System V sum algorithm, use 512 bytes blocks\n\
  501.       --help      display this help and exit\n\
  502.       --version   output version information and exit\n\
  503. \n\
  504. With no FILE, or when FILE is -, read standard input.\n", 152},
  505.   {"\
  506. Write each FILE to standard output, last line first.\n\
  507. With no FILE, or when FILE is -, read standard input.\n\
  508. \n\
  509.   -b, --before             attach the separator before instead of after\n\
  510.   -r, --regex              interpret the separator as a regular expression\n\
  511.   -s, --separator=STRING   use STRING as the separator instead of newline\n\
  512.       --help               display this help and exit\n\
  513.       --version            output version information and exit\n", 153},
  514.   {"separator cannot be empty", 154},
  515.   {"\
  516. Print last 10 lines of each FILE to standard output.\n\
  517. With more than one FILE, precede each with a header giving the file name.\n\
  518. With no FILE, or when FILE is -, read standard input.\n\
  519. \n\
  520.   -c, --bytes=N            output the last N bytes\n\
  521.   -f, --follow             output appended data as the file grows\n\
  522.   -n, --lines=N            output the last N lines, instead of last 10\n\
  523.   -q, --quiet, --silent    never output headers giving file names\n\
  524.   -v, --verbose            always output headers giving file names\n\
  525.       --help               display this help and exit\n\
  526.       --version            output version information and exit\n\
  527. \n\
  528. If the first character of N (the number of bytes or lines) is a `+',\n\
  529. print beginning with the Nth item from the start of each file, otherwise,\n\
  530. print the last N items in the file.  N may have a multiplier suffix:\n\
  531. b for 512, k for 1024, m for 1048576 (1 Meg).  A first OPTION of -VALUE\n\
  532. or +VALUE is treated like -n VALUE or -n +VALUE unless VALUE has one of\n\
  533. the [bkm] suffix multipliers, in which case it is treated like -c VALUE\n\
  534. or -c +VALUE.\n", 155},
  535.   {"file truncated", 156},
  536.   {"standard input: cannot follow end of non-regular file", 157},
  537.   {"%s: cannot follow end of non-regular file", 158},
  538.   {"argument", 159},
  539.   {"number of lines", 160},
  540.   {"number of bytes", 161},
  541.   {"Usage: %s [OPTION]... SET1 [SET2]\n", 162},
  542.   {"\
  543. Translate, squeeze, and/or delete characters from standard input,\n\
  544. writing to standard output.\n\
  545. \n\
  546.   -c, --complement        first complement SET1\n\
  547.   -d, --delete            delete characters in SET1, do not translate\n\
  548.   -s, --squeeze-repeats   replace sequence of characters with one\n\
  549.   -t, --truncate-set1     first truncate SET1 to length of SET2\n\
  550.       --help              display this help and exit\n\
  551.       --version           output version information and exit\n", 163},
  552.   {"\
  553. \n\
  554. SETs are specified as strings of characters.  Most represent themselves.\n\
  555. Interpreted sequences are:\n\
  556. \n\
  557.   \\NNN            character with octal value NNN (1 to 3 octal digits)\n\
  558.   \\\\              backslash\n\
  559.   \\a              audible BEL\n\
  560.   \\b              backspace\n\
  561.   \\f              form feed\n\
  562.   \\n              new line\n\
  563.   \\r              return\n\
  564.   \\t              horizontal tab\n\
  565.   \\v              vertical tab\n\
  566.   CHAR1-CHAR2     all characters from CHAR1 to CHAR2 in ascending order\n\
  567.   [CHAR1-CHAR2]   same as CHAR1-CHAR2, if both SET1 and SET2 use this\n\
  568.   [CHAR*]         in SET2, copies of CHAR until length of SET1\n\
  569.   [CHAR*REPEAT]   REPEAT copies of CHAR, REPEAT octal if starting with 0\n\
  570.   [:alnum:]       all letters and digits\n\
  571.   [:alpha:]       all letters\n\
  572.   [:blank:]       all horizontal whitespace\n\
  573.   [:cntrl:]       all control characters\n\
  574.   [:digit:]       all digits\n\
  575.   [:graph:]       all printable characters, not including space\n\
  576.   [:lower:]       all lower case letters\n\
  577.   [:print:]       all printable characters, including space\n\
  578.   [:punct:]       all punctuation characters\n\
  579.   [:space:]       all horizontal or vertical whitespace\n\
  580.   [:upper:]       all upper case letters\n\
  581.   [:xdigit:]      all hexadecimal digits\n\
  582.   [=CHAR=]        all characters which are equivalent to CHAR\n", 164},
  583.   {"\
  584. \n\
  585. Translation occurs if -d is not given and both SET1 and SET2 appear.\n\
  586. -t may be used only when translating.  SET2 is extended to length of\n\
  587. SET1 by repeating its last character as necessary.  Excess characters\n\
  588. of SET2 are ignored.  Only [:lower:] and [:upper:] are guaranteed to\n\
  589. expand in ascending order; used in SET2 while translating, they may\n\
  590. only be used in pairs to specify case conversion.  -s uses SET1 if not\n\
  591. translating nor deleting; else squeezing uses SET2 and occurs after\n\
  592. translation or deletion.\n", 165},
  593.   {"\
  594. warning: the ambiguous octal escape \\%c%c%c is being\n\
  595. \tinterpreted as the 2-byte sequence \\0%c%c, `%c'", 166},
  596.   {"invalid backslash escape at end of string", 167},
  597.   {"invalid backslash escape `\\%c'", 168},
  598.   {"range-endpoints of `%s-%s' are in reverse collating sequence order", 169},
  599.   {"invalid repeat count `%s' in [c*n] construct", 170},
  600.   {"invalid character class `%s'", 171},
  601.   {"%s: equivalence class operand must be a single character", 172},
  602.   {"the [c*] repeat construct may not appear in string1", 173},
  603.   {"only one [c*] repeat construct may appear in string2", 174},
  604.   {"[=c=] expressions may not appear in string2 when translating", 175},
  605.   {"when not truncating set1, string2 must be non-empty", 176},
  606.   {"\
  607. when translating with complemented character classes,\n\
  608. string2 must map all characters in the domain to one", 177},
  609.   {"\
  610. when translating, the only character classes that may appear in\n\
  611. \tstring2 are `upper' and `lower'", 178},
  612.   {"the [c*] construct may appear in string2 only when translating", 179},
  613.   {"two strings must be given when translating", 180},
  614.   {"two strings must be given when both deleting and squeezing repeats", 181},
  615.   {"only one string may be given when deleting without squeezing repeats", 182},
  616.   {"at least one string must be given when squeezing repeats", 183},
  617.   {"misaligned or mismatched upper and/or lower classes", 184},
  618.   {"\
  619. Convert spaces in each FILE to tabs, writing to standard output.\n\
  620. With no FILE, or when FILE is -, read standard input.\n\
  621. \n\
  622.   -a, --all           convert all whitespace, instead of initial whitespace\n\
  623.   -t, --tabs=NUMBER   have tabs NUMBER characters apart instead of 8\n\
  624.   -t, --tabs=LIST     use comma separated list of explicit tab positions\n\
  625.       --help          display this help and exit\n\
  626.       --version       output version information and exit\n\
  627. \n\
  628. Instead of -t NUMBER or -t LIST, -NUMBER or -LIST may be used.\n", 185},
  629.   {"Usage: %s [OPTION]... [INPUT [OUTPUT]]\n", 186},
  630.   {"\
  631. Discard all but one of successive identical lines from INPUT (or\n\
  632. standard input), writing to OUTPUT (or standard output).\n\
  633. \n\
  634.   -c, --count           prefix lines by the number of occurrences\n\
  635.   -d, --repeated        only print duplicate lines\n\
  636.   -f, --skip-fields=N   avoid comparing the first N fields\n\
  637.   -i, --ignore-case     ignore differences in case when comparing\n\
  638.   -s, --skip-chars=N    avoid comparing the first N characters\n\
  639.   -u, --unique          only print unique lines\n\
  640.   -w, --check-chars=N   compare no more than N characters in lines\n\
  641.   -N                    same as -f N\n\
  642.   +N                    same as -s N\n\
  643.       --help            display this help and exit\n\
  644.       --version         output version information and exit\n\
  645. \n\
  646. A field is a run of whitespace, than non-whitespace characters.\n\
  647. Fields are skipped before chars.\n", 187},
  648.   {"error reading %s", 188},
  649.   {"error writing %s", 189},
  650.   {"invalid number of fields to skip: `%s'", 190},
  651.   {"invalid number of bytes to skip: `%s'", 191},
  652.   {"invalid number of bytes to compare: `%s'", 192},
  653.   {"\
  654. Print line, word, and byte counts for each FILE, and a total line if\n\
  655. more than one FILE is specified.  With no FILE, or when FILE is -,\n\
  656. read standard input.\n\
  657.   -l, --lines            print the newline counts\n\
  658.   -w, --words            print the word counts\n\
  659.   -c, --bytes, --chars   print the byte counts\n\
  660.       --help             display this help and exit\n\
  661.       --version          output version information and exit\n", 193},
  662.   {"total", 194},
  663. };
  664.  
  665. int _msg_tbl_length = 194;
  666.