NetBSD/gnu/dist/grep/po/cat-id-tbl.c

120 lines
4.8 KiB
C

/* Automatically generated by po2tbl.sed from grep.pot. */
#if HAVE_CONFIG_H
# include <config.h>
#endif
#include "libgettext.h"
const struct _msg_ent _msg_tbl[] = {
{"", 1},
{"Memory exhausted", 2},
{"Unfinished \\ escape", 3},
{"unfinished repeat count", 4},
{"malformed repeat count", 5},
{"Unbalanced [", 6},
{"Unbalanced (", 7},
{"No syntax specified", 8},
{"Unbalanced )", 9},
{"out of memory", 10},
{"%s: option `%s' is ambiguous\n", 11},
{"%s: option `--%s' doesn't allow an argument\n", 12},
{"%s: option `%c%s' doesn't allow an argument\n", 13},
{"%s: option `%s' requires an argument\n", 14},
{"%s: unrecognized option `--%s'\n", 15},
{"%s: unrecognized option `%c%s'\n", 16},
{"%s: illegal option -- %c\n", 17},
{"%s: invalid option -- %c\n", 18},
{"%s: option requires an argument -- %c\n", 19},
{"%s: option `-W %s' is ambiguous\n", 20},
{"%s: option `-W %s' doesn't allow an argument\n", 21},
{"option %s", 22},
{" with arg %s", 23},
{"digits occur in two different argv-elements.\n", 24},
{"option %c\n", 25},
{"option a\n", 26},
{"option b\n", 27},
{"option c with value `%s'\n", 28},
{"option d with value `%s'\n", 29},
{"?? getopt returned character code 0%o ??\n", 30},
{"non-option ARGV-elements: ", 31},
{"memory exhausted", 32},
{"writing output", 33},
{"Binary file %s matches\n", 34},
{"(standard input)", 35},
{"%s: warning: %s: %s\n", 36},
{"recursive directory loop", 37},
{"Usage: %s [OPTION]... PATTERN [FILE]...\n", 38},
{"Try `%s --help' for more information.\n", 39},
{"Usage: %s [OPTION]... PATTERN [FILE] ...\n", 40},
{"\
Search for PATTERN in each FILE or standard input.\n\
Example: %s -i 'hello.*world' menu.h main.c\n\
\n\
Regexp selection and interpretation:\n", 41},
{"\
-E, --extended-regexp PATTERN is an extended regular expression\n\
-F, --fixed-strings PATTERN is a set of newline-separated strings\n\
-G, --basic-regexp PATTERN is a basic regular expression\n", 42},
{"\
-e, --regexp=PATTERN use PATTERN as a regular expression\n\
-f, --file=FILE obtain PATTERN from FILE\n\
-i, --ignore-case ignore case distinctions\n\
-w, --word-regexp force PATTERN to match only whole words\n\
-x, --line-regexp force PATTERN to match only whole lines\n\
-z, --null-data a data line ends in 0 byte, not newline\n", 43},
{"\
\n\
Miscellaneous:\n\
-s, --no-messages suppress error messages\n\
-v, --invert-match select non-matching lines\n\
-V, --version print version information and exit\n\
--help display this help and exit\n\
--mmap use memory-mapped input if possible\n", 44},
{"\
\n\
Output control:\n\
-b, --byte-offset print the byte offset with output lines\n\
-n, --line-number print line number with output lines\n\
-H, --with-filename print the filename for each match\n\
-h, --no-filename suppress the prefixing filename on output\n\
-q, --quiet, --silent suppress all normal output\n\
-a, --text do not suppress binary output\n\
-d, --directories=ACTION how to handle directories\n\
ACTION is 'read', 'recurse', or 'skip'.\n\
-r, --recursive equivalent to --directories=recurse.\n\
-L, --files-without-match only print FILE names containing no match\n\
-l, --files-with-matches only print FILE names containing matches\n\
-c, --count only print a count of matching lines per FILE\n\
-Z, --null print 0 byte after FILE name\n", 45},
{"\
\n\
Context control:\n\
-B, --before-context=NUM print NUM lines of leading context\n\
-A, --after-context=NUM print NUM lines of trailing context\n\
-C, --context[=NUM] print NUM (default 2) lines of output context\n\
unless overridden by -A or -B\n\
-NUM same as --context=NUM\n\
-U, --binary do not strip CR characters at EOL (MSDOS)\n\
-u, --unix-byte-offsets report offsets as if CRs were not there (MSDOS)\n\
\n\
`egrep' means `grep -E'. `fgrep' means `grep -F'.\n\
With no FILE, or when FILE is -, read standard input. If less than\n\
two FILEs given, assume -h. Exit status is 0 if match, 1 if no match,\n\
and 2 if trouble.\n", 46},
{"\
\n\
Report bugs to <bug-gnu-utils@gnu.org>.\n", 47},
{"conflicting matchers specified", 48},
{"invalid context length argument", 49},
{"unknown directories method", 50},
{"%s (GNU grep) %s\n", 51},
{"Copyright (C) 1988, 1992-1998, 1999 Free Software Foundation, Inc.\n", 52},
{"\
This is free software; see the source for copying conditions. There is NO\n\
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n", 53},
{"memory exhausted\n", 54},
};
int _msg_tbl_length = 54;