summaryrefslogtreecommitdiff
path: root/po/cat-id-tbl.c
blob: 8b4e90d2e5afaaf2aefd19542503df2e1155ff6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
/* 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},
  {"memory exhausted", 22},
  {"invalid context length argument", 23},
  {"input is too large to count", 24},
  {"writing output", 25},
  {"Binary file %s matches\n", 26},
  {"(standard input)", 27},
  {"%s: warning: %s: %s\n", 28},
  {"recursive directory loop", 29},
  {"Usage: %s [OPTION]... PATTERN [FILE]...\n", 30},
  {"Try `%s --help' for more information.\n", 31},
  {"Usage: %s [OPTION]... PATTERN [FILE] ...\n", 32},
  {"\
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", 33},
  {"\
  -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\
  -P, --perl-regexp         PATTERN is a Perl regular expression\n", 34},
  {"\
  -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", 35},
  {"\
\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", 36},
  {"\
\n\
Output control:\n\
  -m, --max-count=NUM       stop after NUM matches\n\
  -b, --byte-offset         print the byte offset with output lines\n\
  -n, --line-number         print line number with output lines\n\
      --line-buffered       flush output on every line\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\
      --binary-files=TYPE   assume that binary files are TYPE\n\
                            TYPE is 'binary', 'text', or 'without-match'\n\
  -a, --text                equivalent to --binary-files=text\n\
  -I                        equivalent to --binary-files=without-match\n\
  -d, --directories=ACTION  how to handle directories\n\
                            ACTION is 'read', 'recurse', or 'skip'\n\
  -R, -r, --recursive       equivalent to --directories=recurse\n\
      --include=PATTERN     equivalent to --directories=recurse but only\n\
                            files that match PATTERN will be examine\n\
      --exclude=PATTERN     equivalent to --directories=recurse, files that\n\
                            match PATTERN will be skip.\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", 37},
  {"\
\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 lines of output context\n\
  -NUM                      same as --context=NUM\n\
      --color, --colour     use markers to distinguish the matching string\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", 38},
  {"\
\n\
Report bugs to <bug-gnu-utils@gnu.org>.\n", 39},
  {"conflicting matchers specified", 40},
  {"unknown directories method", 41},
  {"invalid max count", 42},
  {"unknown binary-files type", 43},
  {"%s (GNU grep) %s\n", 44},
  {"Copyright 1988, 1992-1999, 2000 Free Software Foundation, Inc.\n", 45},
  {"\
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", 46},
};

int _msg_tbl_length = 46;