]> git.saurik.com Git - bison.git/blame - po/cat-id-tbl.c
* lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
[bison.git] / po / cat-id-tbl.c
CommitLineData
705db0b5
AD
1/* Automatically generated by po2tbl.sed from bison.pot. */
2
3#if HAVE_CONFIG_H
4# include <config.h>
5#endif
6
7#include "libgettext.h"
8
9const struct _msg_ent _msg_tbl[] = {
10 {"", 1},
11 {"too many states (max %d)", 2},
12 {"Conflict in state %d between rule %d and token %s resolved as %s.\n", 3},
13 {"reduce", 4},
14 {"shift", 5},
15 {"an error", 6},
16 {" 1 shift/reduce conflict", 7},
17 {" %d shift/reduce conflicts", 8},
18 {" and", 9},
19 {" 1 reduce/reduce conflict", 10},
20 {" %d reduce/reduce conflicts", 11},
21 {"State %d contains", 12},
22 {"conflicts: ", 13},
23 {" %d shift/reduce", 14},
24 {" %d reduce/reduce", 15},
25 {"%s contains", 16},
26 {" %-4s\t[reduce using rule %d (%s)]\n", 17},
27 {"\
28 $default\treduce using rule %d (%s)\n\
29\n", 18},
30 {" %-4s\treduce using rule %d (%s)\n", 19},
31 {" $default\treduce using rule %d (%s)\n", 20},
32 {"DERIVES", 21},
33 {"%s derives", 22},
34 {"GNU bison generates parsers for LALR(1) grammars.\n", 23},
35 {"Usage: %s [OPTION]... FILE\n", 24},
36 {"\
37If a long option shows an argument as mandatory, then it is mandatory\n\
38for the equivalent short option also. Similarly for optional arguments.\n", 25},
39 {"\
40Operation modes:\n\
41 -h, --help display this help and exit\n\
42 -V, --version output version information and exit\n\
43 -y, --yacc emulate POSIX yacc\n", 26},
44 {"\
45Parser:\n\
46 -t, --debug instrument the parser for debugging\n\
47 --locations enable locations computation\n\
48 -p, --name-prefix=PREFIX prepend PREFIX to the external symbols\n\
49 -l, --no-lines don't generate `#line' directives\n\
50 -n, --no-parser generate the tables only\n\
51 -r, --raw number the tokens from 3\n\
52 -k, --token-table include a table of token names\n", 27},
53 {"\
54Output:\n\
55 -d, --defines also produce a header file\n\
56 -v, --verbose also produce an explanation of the automaton\n\
57 -b, --file-prefix=PREFIX specify a PREFIX for output files\n\
58 -o, --output-file=FILE leave output to FILE\n", 28},
59 {"Report bugs to <bug-bison@gnu.org>.\n", 29},
60 {"bison (GNU Bison) %s", 30},
61 {"Copyright 1984, 1986, 1989, 1992, 2000 Free Software Foundation, Inc.\n", 31},
62 {"\
63This is free software; see the source for copying conditions. There is NO\n\
64warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n", 32},
65 {"Try `%s --help' for more information.\n", 33},
66 {"%s: no grammar file given\n", 34},
67 {"%s: extra arguments ignored after `%s'\n", 35},
68 {"too many gotos (max %d)", 36},
69 {"unexpected `/' found and ignored", 37},
70 {"unterminated comment", 38},
71 {"unexpected end of file", 39},
72 {"unescaped newline in constant", 40},
73 {"octal value outside range 0...255: `\\%o'", 41},
74 {"hexadecimal value above 255: `\\x%x'", 42},
75 {"unknown escape sequence: `\\' followed by `%s'", 43},
76 {"unterminated type name at end of file", 44},
77 {"unterminated type name", 45},
78 {"use \"...\" for multi-character literal tokens", 46},
79 {"%s: internal error: %s\n", 47},
80 {"Entering set_nullable", 48},
81 {"maximum table size (%d) exceeded", 49},
82 {" type %d is %s\n", 50},
83 {" (rule %d)", 51},
84 {" $default\taccept\n", 52},
85 {" NO ACTIONS\n", 53},
86 {" $ \tgo to state %d\n", 54},
87 {" %-4s\tshift, and go to state %d\n", 55},
88 {" %-4s\terror (nonassociative)\n", 56},
89 {" %-4s\tgo to state %d\n", 57},
90 {"state %d", 58},
91 {"Grammar", 59},
92 {"rule %-4d %s ->", 60},
93 {"\t\t/* empty */", 61},
94 {"Terminals, with rules where they appear", 62},
95 {"Nonterminals, with rules where they appear", 63},
96 {" on left:", 64},
97 {" on right:", 65},
98 {" Skipping to next \\n", 66},
99 {" Skipping to next %c", 67},
100 {"invalid $ value", 68},
101 {"unterminated string at end of file", 69},
102 {"unterminated string", 70},
103 {"%s is invalid", 71},
104 {"$$ of `%s' has no declared type", 72},
105 {"$%d of `%s' has no declared type", 73},
106 {"unterminated `%{' definition", 74},
107 {"Premature EOF after %s", 75},
108 {"symbol `%s' used more than once as a literal string", 76},
109 {"symbol `%s' given more than one literal string", 77},
110 {"symbol %s redefined", 78},
111 {"type redeclaration for %s", 79},
112 {"`%s' is invalid in %s", 80},
113 {"multiple %s declarations", 81},
114 {"invalid %s declaration", 82},
115 {"%type declaration has no <typename>", 83},
116 {"invalid %%type declaration due to item: %s", 84},
117 {"redefining precedence of %s", 85},
118 {"invalid text (%s) - number should be after identifier", 86},
119 {"unexpected item: %s", 87},
120 {"unmatched %s", 88},
121 {"argument of %%expect is not an integer", 89},
122 {"unrecognized item %s, expected an identifier", 90},
123 {"expected string constant instead of %s", 91},
124 {"unrecognized: %s", 92},
125 {"no input grammar", 93},
126 {"unknown character: %s", 94},
127 {"unterminated %guard clause", 95},
128 {"ill-formed rule: initial symbol not followed by colon", 96},
129 {"grammar starts with vertical bar", 97},
130 {"rule given for %s, which is a token", 98},
131 {"two @prec's in a row", 99},
132 {"%%guard present but %%semantic_parser not specified", 100},
133 {"two actions at end of one rule", 101},
134 {"type clash (`%s' `%s') on default action", 102},
135 {"empty rule for typed nonterminal, and no action", 103},
136 {"invalid input: %s", 104},
137 {"too many symbols (tokens plus nonterminals); maximum %d", 105},
138 {"no rules in the input grammar", 106},
139 {"symbol %s is used, but is not defined as a token and has no rules", 107},
140 {"conflicting precedences for %s and %s", 108},
141 {"conflicting assoc values for %s and %s", 109},
142 {"tokens %s and %s both assigned number %d", 110},
143 {"the start symbol %s is undefined", 111},
144 {"the start symbol %s is a token", 112},
145 {"Useless nonterminals:", 113},
146 {"Terminals which are not used:", 114},
147 {"Useless rules:", 115},
148 {"\
149Variables\n\
150---------\n\
151\n", 116},
152 {"Value Sprec Sassoc Tag\n", 117},
153 {"\
154Rules\n\
155-----\n\
156\n", 118},
157 {"\
158Rules interpreted\n\
159-----------------\n\
160\n", 119},
161 {"%d rules never reduced\n", 120},
162 {"%s contains ", 121},
163 {"%d useless nonterminal%s", 122},
164 {" and ", 123},
165 {"%d useless rule%s", 124},
166 {"Start symbol %s does not derive any sentence", 125},
167 {"\
168reduced %s defines %d terminal%s, %d nonterminal%s, and %d production%s.\n", 126},
169 {"Unknown system error", 127},
170 {"%s: option `%s' is ambiguous\n", 128},
171 {"%s: option `--%s' doesn't allow an argument\n", 129},
172 {"%s: option `%c%s' doesn't allow an argument\n", 130},
173 {"%s: option `%s' requires an argument\n", 131},
174 {"%s: unrecognized option `--%s'\n", 132},
175 {"%s: unrecognized option `%c%s'\n", 133},
176 {"%s: illegal option -- %c\n", 134},
177 {"%s: invalid option -- %c\n", 135},
178 {"%s: option requires an argument -- %c\n", 136},
179 {"%s: option `-W %s' is ambiguous\n", 137},
180 {"%s: option `-W %s' doesn't allow an argument\n", 138},
181 {"memory exhausted", 139},
182 {"`", 140},
183 {"'", 141},
705db0b5
AD
184};
185
0d8f3c8a 186int _msg_tbl_length = 141;