]> git.saurik.com Git - bison.git/blob - po/ja.po
* configure.in: Use AC_FUNC_STRNLEN.
[bison.git] / po / ja.po
1 # Japanese message for GNU bison 1.28
2 # Copyright (C) 1999 Free Software Foundation, Inc.
3 # Daisuke Yamashita <yamad@mb.infoweb.ne.jp>, 1999.
4 #
5 msgid ""
6 msgstr ""
7 "Project-Id-Version: GNU bison 1.28\n"
8 "POT-Creation-Date: 2002-01-09 19:09+0100\n"
9 "PO-Revision-Date: 1999-09-28 21:10+0900\n"
10 "Last-Translator: Daisuke Yamashita <yamad@mb.infoweb.ne.jp>\n"
11 "Language-Team: Japanese <ja@li.org>\n"
12 "MIME-Version: 1.0\n"
13 "Content-Type: text/plain; charset=EUC-JP\n"
14 "Content-Transfer-Encoding: 8bit\n"
15
16 #: src/LR0.c:194
17 #, fuzzy, c-format
18 msgid "too many states (max %d)"
19 msgstr "%s ¤Î¿ô¤¬Â¿¤¹¤®¤Þ¤¹ (ºÇÂç %d)"
20
21 #: lib/error.c:128 lib/error.c:156 src/complain.c:99
22 msgid "Unknown system error"
23 msgstr ""
24
25 #: src/complain.c:150
26 msgid "warning: "
27 msgstr ""
28
29 #: src/complain.c:238
30 #, fuzzy
31 msgid "fatal error: "
32 msgstr "%s: Ã×̿Ū¥¨¥é¡¼: "
33
34 #: src/conflicts.c:46
35 #, c-format
36 msgid "Conflict in state %d between rule %d and token %s resolved as %s.\n"
37 msgstr "¾õÂÖ %d ¤Îµ¬Â§ %d ¤È¥È¡¼¥¯¥ó %s ¤Î¶¥¹ç¤ò%s¤È¤·¤Æ²ò·è¡£\n"
38
39 #: src/conflicts.c:111 src/conflicts.c:133
40 msgid "reduce"
41 msgstr "´Ô¸µ"
42
43 #: src/conflicts.c:116 src/conflicts.c:128
44 msgid "shift"
45 msgstr "¥·¥Õ¥È"
46
47 #: src/conflicts.c:138
48 msgid "an error"
49 msgstr "¥¨¥é¡¼"
50
51 #: src/conflicts.c:291
52 #, fuzzy, c-format
53 msgid "%d shift/reduce conflict"
54 msgid_plural "%d shift/reduce conflicts"
55 msgstr[0] " %d ¥·¥Õ¥È/´Ô¸µ¾×ÆÍ"
56
57 #: src/conflicts.c:298
58 #, fuzzy
59 msgid "and"
60 msgstr " ¤ª¤è¤Ó"
61
62 #: src/conflicts.c:304
63 #, fuzzy, c-format
64 msgid "%d reduce/reduce conflict"
65 msgid_plural "%d reduce/reduce conflicts"
66 msgstr[0] " %d ´Ô¸µ/´Ô¸µ¾×ÆÍ"
67
68 #: src/conflicts.c:329
69 #, fuzzy, c-format
70 msgid "State %d contains "
71 msgstr "¾õÂÖ %d ¤¬´Þ¤à¤Î¤Ï"
72
73 #. If invoked with `--yacc', use the output format specified by
74 #. POSIX.
75 #: src/conflicts.c:376
76 msgid "conflicts: "
77 msgstr "¾×ÆÍ: "
78
79 #: src/conflicts.c:378
80 #, c-format
81 msgid " %d shift/reduce"
82 msgstr " %d ¥·¥Õ¥È/´Ô¸µ"
83
84 #: src/conflicts.c:382
85 #, c-format
86 msgid " %d reduce/reduce"
87 msgstr " %d ´Ô¸µ/´Ô¸µ"
88
89 #: src/conflicts.c:387 src/reduce.c:499
90 #, c-format
91 msgid "%s contains "
92 msgstr "%s ¤Ë¤Ï"
93
94 #: src/conflicts.c:394
95 #, fuzzy, c-format
96 msgid "expected %d shift/reduce conflict\n"
97 msgid_plural "expected %d shift/reduce conflicts\n"
98 msgstr[0] " %d ¥·¥Õ¥È/´Ô¸µ¾×ÆÍ"
99
100 #: src/files.c:159
101 #, c-format
102 msgid "cannot open file `%s'"
103 msgstr ""
104
105 #: src/files.c:178
106 msgid "cannot close file"
107 msgstr ""
108
109 #. Some efforts were made to ease the translators' task, please
110 #. continue.
111 #: src/getargs.c:55
112 msgid "GNU bison generates parsers for LALR(1) grammars.\n"
113 msgstr ""
114
115 #: src/getargs.c:59
116 #, c-format
117 msgid "Usage: %s [OPTION]... FILE\n"
118 msgstr ""
119
120 #: src/getargs.c:63
121 msgid ""
122 "If a long option shows an argument as mandatory, then it is mandatory\n"
123 "for the equivalent short option also. Similarly for optional arguments.\n"
124 msgstr ""
125
126 #: src/getargs.c:69
127 msgid ""
128 "Operation modes:\n"
129 " -h, --help display this help and exit\n"
130 " -V, --version output version information and exit\n"
131 " -y, --yacc emulate POSIX yacc\n"
132 msgstr ""
133
134 #: src/getargs.c:76
135 msgid ""
136 "Parser:\n"
137 " -S, --skeleton=FILE specify the skeleton to use\n"
138 " -t, --debug instrument the parser for debugging\n"
139 " --locations enable locations computation\n"
140 " -p, --name-prefix=PREFIX prepend PREFIX to the external symbols\n"
141 " -l, --no-lines don't generate `#line' directives\n"
142 " -n, --no-parser generate the tables only\n"
143 " -k, --token-table include a table of token names\n"
144 msgstr ""
145
146 #: src/getargs.c:88
147 msgid ""
148 "Output:\n"
149 " -d, --defines also produce a header file\n"
150 " -v, --verbose also produce an explanation of the automaton\n"
151 " -b, --file-prefix=PREFIX specify a PREFIX for output files\n"
152 " -o, --output=FILE leave output to FILE\n"
153 " -g, --graph also produce a VCG description of the "
154 "automaton\n"
155 msgstr ""
156
157 #: src/getargs.c:98
158 msgid "Report bugs to <bug-bison@gnu.org>.\n"
159 msgstr ""
160
161 #. Some efforts were made to ease the translators' task, please
162 #. continue.
163 #: src/getargs.c:112
164 #, c-format
165 msgid "bison (GNU Bison) %s"
166 msgstr ""
167
168 #: src/getargs.c:117
169 msgid ""
170 "Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.\n"
171 msgstr ""
172
173 #: src/getargs.c:121
174 msgid ""
175 "This is free software; see the source for copying conditions. There is NO\n"
176 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
177 msgstr ""
178
179 #: src/getargs.c:200 src/lex.c:588
180 #, c-format
181 msgid "`%s' is no longer supported"
182 msgstr ""
183
184 #: src/getargs.c:224
185 #, c-format
186 msgid "Try `%s --help' for more information.\n"
187 msgstr ""
188
189 #: src/getargs.c:233
190 #, c-format
191 msgid "%s: no grammar file given\n"
192 msgstr "%s: ʸˡ¥Õ¥¡¥¤¥ë¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
193
194 #: src/getargs.c:237
195 #, fuzzy, c-format
196 msgid "%s: extra arguments ignored after `%s'\n"
197 msgstr "%s: '%s' ¤è¤ê¸å¤í¤Î;ʬ¤Ê°ú¿ô¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿\n"
198
199 #: src/lalr.c:175
200 #, fuzzy, c-format
201 msgid "too many gotos (max %d)"
202 msgstr "%s ¤Î¿ô¤¬Â¿¤¹¤®¤Þ¤¹ (ºÇÂç %d)"
203
204 #: src/lex.c:77
205 msgid "unexpected `/' found and ignored"
206 msgstr "ͽ´ü¤·¤Ê¤¤ `/' ¤¬¸«¤Ä¤«¤ê¡¢Ìµ»ë¤µ¤ì¤Þ¤·¤¿"
207
208 #: src/lex.c:106 src/reader.c:302
209 msgid "unterminated comment"
210 msgstr "ÊĤ¸¤Æ¤¤¤Ê¤¤¥³¥á¥ó¥È¤Ç¤¹"
211
212 #: src/lex.c:138
213 #, fuzzy
214 msgid "unexpected end of file"
215 msgstr "ͽ´ü¤·¤Ê¤¤¥Õ¥¡¥¤¥ë¤Î½ªÃ¼¤Ç¤¹"
216
217 #: src/lex.c:157
218 msgid "unescaped newline in constant"
219 msgstr "Äê¿ô¤ÎÃæ¤Ë¥¨¥¹¥±¡¼¥×¤µ¤ì¤Æ¤¤¤Ê¤¤²þ¹Ô¤¬¤¢¤ê¤Þ¤¹"
220
221 #: src/lex.c:196
222 #, c-format
223 msgid "octal value outside range 0...255: `\\%o'"
224 msgstr "8 ¿Ê¿ô¤ÎÃͤ¬ 0...255 ¤ÎÈϰϳ°¤Ç¤¹: `\\%o'"
225
226 #: src/lex.c:221
227 #, c-format
228 msgid "hexadecimal value above 255: `\\x%x'"
229 msgstr "16 ¿Ê¿ô¤ÎÃͤ¬ 255 ¤ò±Û¤¨¤Æ¤¤¤Þ¤¹: `\\x%x'"
230
231 #: src/lex.c:233
232 #, c-format
233 msgid "unknown escape sequence: `\\' followed by `%s'"
234 msgstr "̤ÃΤΥ¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹: `\\' ¤Î¸å¤Ë `%s'"
235
236 #: src/lex.c:264
237 msgid "unterminated type name at end of file"
238 msgstr "ÊĤ¸¤é¤ì¤Æ¤¤¤Ê¤¤¥¿¥¤¥×̾¤¬¡¢¥Õ¥¡¥¤¥ëËöÈø¤Ë¤¢¤ê¤Þ¤¹"
239
240 #: src/lex.c:267
241 msgid "unterminated type name"
242 msgstr "ÊĤ¸¤é¤ì¤Æ¤¤¤Ê¤¤¥¿¥¤¥×̾¤¬¤¢¤ê¤Þ¤¹"
243
244 #: src/lex.c:359
245 msgid "use \"...\" for multi-character literal tokens"
246 msgstr "Ê£¿ôʸ»ú¤Î¥ê¥Æ¥é¥ë¥È¡¼¥¯¥ó¤Ë¤Ï \"...\" ¤ò»È¤¤¤Þ¤·¤ç¤¦"
247
248 #: src/lex.c:560
249 #, c-format
250 msgid "`%s' supports no argument: %s"
251 msgstr ""
252
253 #: src/lex.c:577
254 #, fuzzy, c-format
255 msgid "`%s' requires an argument"
256 msgstr "%s: ¥ª¥×¥·¥ç¥ó `%s' ¤Ï°ú¿ô¤òÍ׵ᤷ¤Þ¤¹\n"
257
258 #: src/output.c:804
259 #, fuzzy, c-format
260 msgid "maximum table size (%d) exceeded"
261 msgstr "ºÇÂç¥Æ¡¼¥Ö¥ë¥µ¥¤¥º (%s) ¤òĶ¤¨¤Þ¤·¤¿"
262
263 #: src/print.c:44
264 #, c-format
265 msgid " type %d is %s\n"
266 msgstr " ¥¿¥¤¥× %d ¤Ï %s ¤Ç¤¹\n"
267
268 #: src/print.c:106
269 #, c-format
270 msgid " (rule %d)"
271 msgstr " (µ¬Â§ %d)"
272
273 #: src/print.c:127
274 #, c-format
275 msgid " %-4s\tshift, and go to state %d\n"
276 msgstr " %-4s\t¥·¥Õ¥È¡¢¤ª¤è¤Ó¾õÂÖ %d ¤Ø\n"
277
278 #: src/print.c:144
279 #, c-format
280 msgid " %-4s\terror (nonassociative)\n"
281 msgstr " %-4s\t¥¨¥é¡¼ (Èó·ë¹ç)\n"
282
283 #: src/print.c:168
284 #, c-format
285 msgid " %-4s\tgo to state %d\n"
286 msgstr " %-4s\t¾õÂÖ %d ¤Ø\n"
287
288 #: src/print.c:192 src/print.c:228
289 #, c-format
290 msgid ""
291 " $default\treduce using rule %d (%s)\n"
292 "\n"
293 msgstr ""
294 " $default\tµ¬Â§ %d ¤òÍøÍѤ·¤Æ´Ô¸µ (%s)\n"
295 "\n"
296
297 #: src/print.c:224 src/print.c:301
298 #, c-format
299 msgid " %-4s\t[reduce using rule %d (%s)]\n"
300 msgstr " %-4s\t[µ¬Â§ %d ¤òÍøÍѤ·¤Æ´Ô¸µ (%s)]\n"
301
302 #: src/print.c:282 src/print.c:295
303 #, c-format
304 msgid " %-4s\treduce using rule %d (%s)\n"
305 msgstr " %-4s\tµ¬Â§ %d ¤òÍøÍѤ·¤Æ´Ô¸µ (%s)\n"
306
307 #: src/print.c:311
308 #, c-format
309 msgid " $default\treduce using rule %d (%s)\n"
310 msgstr " $default\tµ¬Â§ %d ¤òÍøÍѤ·¤Æ´Ô¸µ (%s)\n"
311
312 #: src/print.c:327
313 msgid " $default\taccept\n"
314 msgstr " $default\taccept\n"
315
316 #: src/print.c:329
317 msgid " NO ACTIONS\n"
318 msgstr " Æ°ºî̵¤·\n"
319
320 #: src/print.c:342
321 #, fuzzy, c-format
322 msgid "state %d"
323 msgstr ""
324 "\n"
325 "\n"
326 "¾õÂÖ %d\n"
327 "\n"
328
329 #. rule # : LHS -> RHS
330 #: src/print.c:373
331 #, fuzzy
332 msgid "Grammar"
333 msgstr ""
334 "\n"
335 "ʸˡ\n"
336
337 #: src/print.c:374
338 msgid "Number, Line, Rule"
339 msgstr ""
340
341 #: src/print.c:379
342 #, fuzzy, c-format
343 msgid " %3d %3d %s ->"
344 msgstr "µ¬Â§ %-4d %s ->"
345
346 #: src/print.c:386
347 msgid "empty"
348 msgstr ""
349
350 #. TERMINAL (type #) : rule #s terminal is on RHS
351 #: src/print.c:393
352 #, fuzzy
353 msgid "Terminals, with rules where they appear"
354 msgstr ""
355 "\n"
356 "½ªÃ¼¥È¡¼¥¯¥ó¡¢¤ª¤è¤Ó¤½¤³¤Ë¸½¤ì¤¿µ¬Â§\n"
357 "\n"
358
359 #: src/print.c:416
360 #, fuzzy
361 msgid "Nonterminals, with rules where they appear"
362 msgstr ""
363 "\n"
364 "Èó½ªÃ¼¥È¡¼¥¯¥ó¡¢¤ª¤è¤Ó¤½¤³¤Ë¸½¤ì¤¿µ¬Â§\n"
365 "\n"
366
367 #: src/print.c:442
368 msgid " on left:"
369 msgstr " º¸ÊÕ:"
370
371 #: src/print.c:457
372 msgid " on right:"
373 msgstr " ±¦ÊÕ:"
374
375 #: src/reader.c:100
376 msgid " Skipping to next \\n"
377 msgstr " ¼¡¤Î \\n ¤Ë¥¹¥­¥Ã¥×"
378
379 #: src/reader.c:102
380 #, c-format
381 msgid " Skipping to next %c"
382 msgstr " ¼¡¤Î %c ¤Ë¥¹¥­¥Ã¥×"
383
384 #: src/reader.c:153 src/reader.c:165
385 msgid "invalid $ value"
386 msgstr "̵¸ú¤Ê $ ¤ÎÃÍ"
387
388 #: src/reader.c:192 src/reader.c:207
389 msgid "unterminated string at end of file"
390 msgstr "ÊĤ¸¤é¤ì¤Æ¤¤¤Ê¤¤Ê¸»úÎ󤬥ե¡¥¤¥ëËöÈø¤Ë¤¢¤ê¤Þ¤¹"
391
392 #: src/reader.c:195
393 msgid "unterminated string"
394 msgstr "ÊĤ¸¤é¤ì¤Æ¤¤¤Ê¤¤Ê¸»úÎó"
395
396 #: src/reader.c:337 src/reader.c:401
397 #, fuzzy, c-format
398 msgid "invalid value: %s%d"
399 msgstr "̵¸ú¤Ê $ ¤ÎÃÍ"
400
401 #: src/reader.c:351 src/reader.c:423
402 #, fuzzy, c-format
403 msgid "%s is invalid"
404 msgstr "@%s ¤Ï̵¸ú¤Ç¤¹"
405
406 #: src/reader.c:391
407 #, c-format
408 msgid "$$ of `%s' has no declared type"
409 msgstr "`%s' ¤Î $$ ¤ËÀë¸À¤Î¤Ê¤¤·¿¤¬¤¢¤ê¤Þ¤¹"
410
411 #: src/reader.c:415
412 #, fuzzy, c-format
413 msgid "$%d of `%s' has no declared type"
414 msgstr "`%s' ¤Î $%s ¤ËÀë¸À¤Î¤Ê¤¤·¿¤¬¤¢¤ê¤Þ¤¹"
415
416 #: src/reader.c:473
417 msgid "unterminated `%{' definition"
418 msgstr "`%{' ÄêµÁ ¤¬ÊĤ¸¤é¤ì¤Æ¤¤¤Þ¤»¤ó"
419
420 #: src/reader.c:518 src/reader.c:636 src/reader.c:686 src/reader.c:933
421 #, c-format
422 msgid "Premature EOF after %s"
423 msgstr ""
424
425 #: src/reader.c:535
426 #, c-format
427 msgid "symbol `%s' used more than once as a literal string"
428 msgstr ""
429
430 #: src/reader.c:538
431 #, c-format
432 msgid "symbol `%s' given more than one literal string"
433 msgstr ""
434
435 #: src/reader.c:559 src/reader.c:705
436 #, c-format
437 msgid "symbol %s redefined"
438 msgstr "¥·¥ó¥Ü¥ë %s ¤¬ºÆÄêµÁ¤µ¤ì¤Þ¤·¤¿"
439
440 #: src/reader.c:569 src/reader.c:651 src/reader.c:712
441 #, c-format
442 msgid "type redeclaration for %s"
443 msgstr "%s ¤Î·¿¤¬ºÆÄêµÁ¤µ¤ì¤Þ¤·¤¿"
444
445 #: src/reader.c:581
446 #, c-format
447 msgid "`%s' is invalid in %s"
448 msgstr "%2$s Æâ¤Î `%1$s' ¤Ï̵¸ú¤Ç¤¹"
449
450 #: src/reader.c:599 src/reader.c:758
451 #, fuzzy, c-format
452 msgid "multiple %s declarations"
453 msgstr "Ê£¿ô¤Î %start ¤¬Àë¸À¤µ¤ì¤Þ¤·¤¿"
454
455 #: src/reader.c:601 src/reader.c:913 src/reader.c:928 src/reader.c:961
456 #: src/reader.c:975 src/reader.c:1178
457 #, fuzzy, c-format
458 msgid "invalid %s declaration"
459 msgstr "̵¸ú¤Ê %start ¤¬Àë¸À¤µ¤ì¤Þ¤·¤¿"
460
461 #: src/reader.c:621
462 msgid "%type declaration has no <typename>"
463 msgstr "%type Àë¸À¤Ë <¥¿¥¤¥×̾> ¤¬¤¢¤ê¤Þ¤»¤ó"
464
465 #: src/reader.c:656
466 #, fuzzy, c-format
467 msgid "invalid %%type declaration due to item: %s"
468 msgstr "¥¢¥¤¥Æ¥à¤ËÍ¿¤¨¤é¤ì¤ë¤Ù¤­ %%type Àë¸À¤¬Ìµ¸ú¤Ç¤¹: `%s'"
469
470 #: src/reader.c:701
471 #, c-format
472 msgid "redefining precedence of %s"
473 msgstr "%s ¤ËÀè¹Ô¤·¤¿ºÆÄêµÁ¤Ç¤¹"
474
475 #: src/reader.c:724
476 #, c-format
477 msgid "invalid text (%s) - number should be after identifier"
478 msgstr "̵¸ú¤Ê¥Æ¥­¥¹¥È (%s) - ¿ôÃͤϼ±Ê̻Ҥθå¤í¤Ë¤¢¤ë¤Ù¤­¤Ç¤¹"
479
480 #: src/reader.c:734
481 #, c-format
482 msgid "unexpected item: %s"
483 msgstr "ͽ´ü¤»¤Ì¥¢¥¤¥Æ¥à: %s"
484
485 #: src/reader.c:790 src/reader.c:1149
486 #, fuzzy, c-format
487 msgid "unmatched %s"
488 msgstr "Âбþ¤Î¤Ê¤¤ `{' ¤Ç¤¹"
489
490 #: src/reader.c:819
491 #, fuzzy, c-format
492 msgid "argument of %%expect is not an integer"
493 msgstr "%expect ¤Î°ú¿ô¤¬À°¿ôÃͤǤϤ¢¤ê¤Þ¤»¤ó"
494
495 #: src/reader.c:865
496 #, c-format
497 msgid "unrecognized item %s, expected an identifier"
498 msgstr "ǧ¼±¤Ç¤­¤Ê¤¤¥¢¥¤¥Æ¥à %s¡¢¤³¤³¤Ç¤Ï¼±Ê̻Ҥ¬´üÂÔ¤µ¤ì¤Þ¤¹"
499
500 #: src/reader.c:887
501 #, c-format
502 msgid "expected string constant instead of %s"
503 msgstr "¤³¤³¤Ç¤Ï %s ¤Ç¤Ï¤Ê¤¯Ê¸»úÎóÄê¿ô¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
504
505 #: src/reader.c:1080
506 #, c-format
507 msgid "unrecognized: %s"
508 msgstr "ǧ¼±¤Ç¤­¤Ê¤¤: %s"
509
510 #: src/reader.c:1085
511 msgid "no input grammar"
512 msgstr "ʸˡ¤ÎÆþÎϤ¬Ìµ¤¤"
513
514 #: src/reader.c:1090
515 #, c-format
516 msgid "unknown character: %s"
517 msgstr "̤ÃΤÎʸ»ú: %s"
518
519 #: src/reader.c:1265
520 msgid "ill-formed rule: initial symbol not followed by colon"
521 msgstr "¼Ù°­¤Êµ¬Â§: ½é´ü²½¥·¥ó¥Ü¥ë¤Ë¥³¥í¥ó (:) ¤¬Â³¤¤¤Æ¤¤¤Þ¤»¤ó"
522
523 #: src/reader.c:1272
524 msgid "grammar starts with vertical bar"
525 msgstr "ʸˡ¤Ï½ÄËÀ (|) ¤Ç»Ï¤á¤Þ¤¹"
526
527 #: src/reader.c:1300
528 #, c-format
529 msgid "rule given for %s, which is a token"
530 msgstr "%s ¤Ëµ¬Â§¤¬Í¿¤¨¤é¤ì¡¢¤½¤ì¤Ï¥È¡¼¥¯¥ó¤È¤Ê¤ê¤Þ¤¹"
531
532 #: src/reader.c:1405
533 msgid "two @prec's in a row"
534 msgstr "@prec ¤Î¤â¤ÎÆó¤Ä¤¬Æ±Îó¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
535
536 #: src/reader.c:1414
537 #, c-format
538 msgid "%%guard present but %%semantic_parser not specified"
539 msgstr "%%guard ¤¬¤¢¤ê¤Þ¤¹¤¬ %%semantic_parser ¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó"
540
541 #: src/reader.c:1424
542 msgid "two actions at end of one rule"
543 msgstr "°ì¤Ä¤Îµ¬Â§¤Î½ª¤ê¤ËÆó¤Ä¤ÎÆ°ºî¤ò»ØÄꤷ¤Æ¤¤¤Þ¤¹"
544
545 #: src/reader.c:1438
546 #, c-format
547 msgid "type clash (`%s' `%s') on default action"
548 msgstr "½é´ü¾õÂÖ¤ÎÆ°ºî¤Ç¤Ï·¿ (`%s' `%s') ¤¬¾×Æͤ·¤Þ¤¹"
549
550 #: src/reader.c:1444
551 msgid "empty rule for typed nonterminal, and no action"
552 msgstr "¶õ¤Î·¿ÉÕ¤­Èó½ªÃ¼¥¢¥¤¥Æ¥àÍѵ¬Â§¤Ç¤¢¤ê¡¢Æ°ºî¤¬µ¯¤ê¤Þ¤»¤ó"
553
554 #: src/reader.c:1450
555 #, c-format
556 msgid "invalid input: %s"
557 msgstr "̵¸ú¤ÊÆþÎÏ: %s"
558
559 #: src/reader.c:1457
560 msgid "no rules in the input grammar"
561 msgstr "ÆþÎϤ·¤¿Ê¸Ë¡¤Ëµ¬Â§¤¬ÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
562
563 #: src/reader.c:1465
564 #, c-format
565 msgid "symbol %s is used, but is not defined as a token and has no rules"
566 msgstr ""
567 "¥·¥ó¥Ü¥ë %s ¤¬»È¤ï¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢¥È¡¼¥¯¥ó¤È¤·¤ÆÄêµÁ¤µ¤ì¤Æ¤ª¤é¤º¡¢µ¬Â§¤ò»ý¤Á¤Þ"
568 "¤»¤ó"
569
570 #: src/reader.c:1487
571 #, fuzzy, c-format
572 msgid "too many symbols (tokens plus nonterminals); maximum %d"
573 msgstr "¥·¥ó¥Ü¥ë¤¬Â¿¤¹¤®¤Þ¤¹ (¥È¡¼¥¯¥ó¤ÈÈó½ªÃ¼¥¢¥¤¥Æ¥à) -- ºÇÂç %s"
574
575 #: src/reader.c:1551
576 #, fuzzy, c-format
577 msgid "tokens %s and %s both assigned number %d"
578 msgstr "¥È¡¼¥¯¥ó %s ¤È %s ¤ÎÁÐÊý¤¬ÈÖ¹æ %s ¤Ë³ä¤êÅö¤Æ¤é¤ì¤Þ¤·¤¿"
579
580 #: src/reader.c:1601
581 #, c-format
582 msgid "conflicting precedences for %s and %s"
583 msgstr "Àè¹Ô¤·¤Æ¤¤¤ë %s ¤È %s ¤Ç¶¥¹ç¤¬À¸¤¸¤Æ¤¤¤Þ¤¹"
584
585 #: src/reader.c:1613
586 #, c-format
587 msgid "conflicting assoc values for %s and %s"
588 msgstr "Èó·ë¹çÃÍ %s ¤È %s ¤Ç¶¥¹ç¤¬À¸¤¸¤Æ¤¤¤Þ¤¹"
589
590 #: src/reader.c:1650
591 #, c-format
592 msgid "the start symbol %s is undefined"
593 msgstr "³«»Ï¥·¥ó¥Ü¥ë %s ¤ÏÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
594
595 #: src/reader.c:1652
596 #, c-format
597 msgid "the start symbol %s is a token"
598 msgstr "³«»Ï¥·¥ó¥Ü¥ë %s ¤Ï¥È¡¼¥¯¥ó¤Ç¤¹"
599
600 #: src/reader.c:1672
601 #, fuzzy, c-format
602 msgid "too many items (max %d)"
603 msgstr "%s ¤Î¿ô¤¬Â¿¤¹¤®¤Þ¤¹ (ºÇÂç %d)"
604
605 #: src/reduce.c:398
606 #, fuzzy
607 msgid "Useless nonterminals:"
608 msgstr ""
609 "ÉÔ»ÈÍÑÈó½ªÃ¼»Ò:\n"
610 "\n"
611
612 #: src/reduce.c:411
613 #, fuzzy
614 msgid "Terminals which are not used:"
615 msgstr ""
616 "\n"
617 "\n"
618 "ÍøÍѤµ¤ì¤Ê¤¤½ªÃ¼»Ò:\n"
619 "\n"
620
621 #: src/reduce.c:422
622 #, fuzzy
623 msgid "Useless rules:"
624 msgstr ""
625 "\n"
626 "\n"
627 "ÉÔ»ÈÍѵ¬Â§:\n"
628 "\n"
629
630 #: src/reduce.c:494
631 #, fuzzy, c-format
632 msgid "%d rule never reduced\n"
633 msgid_plural "%d rules never reduced\n"
634 msgstr[0] "%d ¸Ä¤Îµ¬Â§¤Ï·è¤·¤Æ´Ô¸µ¤µ¤ì¤Þ¤»¤ó\n"
635
636 #: src/reduce.c:502
637 #, fuzzy, c-format
638 msgid "%d useless nonterminal"
639 msgid_plural "%d useless nonterminals"
640 msgstr[0] "%d ¸Ä¤ÎÉÔ»ÈÍÑÈó½ªÃ¼»Ò%.0s"
641
642 #: src/reduce.c:508
643 msgid " and "
644 msgstr "¤ª¤è¤Ó"
645
646 #: src/reduce.c:511
647 #, fuzzy, c-format
648 msgid "%d useless rule"
649 msgid_plural "%d useless rules"
650 msgstr[0] "%d ¸Ä¤ÎÉÔ»ÈÍѵ¬Â§%.0s"
651
652 #: src/reduce.c:542
653 #, c-format
654 msgid "Start symbol %s does not derive any sentence"
655 msgstr "³«»Ï¥·¥ó¥Ü¥ë %s ¤Ï¤É¤Îʸ¤Ë¤âͳÍ褷¤Þ¤»¤ó"
656
657 #: lib/getopt.c:694
658 #, c-format
659 msgid "%s: option `%s' is ambiguous\n"
660 msgstr "%s: ¥ª¥×¥·¥ç¥ó `%s' ¤ÏÛ£Ëæ¤Ç¤¹\n"
661
662 #: lib/getopt.c:719
663 #, c-format
664 msgid "%s: option `--%s' doesn't allow an argument\n"
665 msgstr "%s: ¥ª¥×¥·¥ç¥ó `--%s' ¤Ï°ú¿ô¤òµö¤·¤Þ¤»¤ó\n"
666
667 #: lib/getopt.c:724
668 #, c-format
669 msgid "%s: option `%c%s' doesn't allow an argument\n"
670 msgstr "%s: ¥ª¥×¥·¥ç¥ó `%c%s' ¤Ï°ú¿ô¤òµö¤·¤Þ¤»¤ó\n"
671
672 #: lib/getopt.c:742 lib/getopt.c:915
673 #, c-format
674 msgid "%s: option `%s' requires an argument\n"
675 msgstr "%s: ¥ª¥×¥·¥ç¥ó `%s' ¤Ï°ú¿ô¤òÍ׵ᤷ¤Þ¤¹\n"
676
677 #. --option
678 #: lib/getopt.c:771
679 #, c-format
680 msgid "%s: unrecognized option `--%s'\n"
681 msgstr "%s: ǧ¼±¤Ç¤­¤Ê¤¤¥ª¥×¥·¥ç¥ó `--%s' ¤Ç¤¹\n"
682
683 #. +option or -option
684 #: lib/getopt.c:775
685 #, c-format
686 msgid "%s: unrecognized option `%c%s'\n"
687 msgstr "%s: ǧ¼±¤Ç¤­¤Ê¤¤¥ª¥×¥·¥ç¥ó `%c%s' ¤Ç¤¹\n"
688
689 #. 1003.2 specifies the format of this message.
690 #: lib/getopt.c:801
691 #, c-format
692 msgid "%s: illegal option -- %c\n"
693 msgstr "%s: Äê³Ê³°¤Î¥ª¥×¥·¥ç¥ó -- %c\n"
694
695 #: lib/getopt.c:804
696 #, c-format
697 msgid "%s: invalid option -- %c\n"
698 msgstr "%s: ̵¸ú¤Ê¥ª¥×¥·¥ç¥ó -- %c\n"
699
700 #. 1003.2 specifies the format of this message.
701 #: lib/getopt.c:834 lib/getopt.c:964
702 #, c-format
703 msgid "%s: option requires an argument -- %c\n"
704 msgstr "%s: ¥ª¥×¥·¥ç¥ó¤Ï°ú¿ô¤òÍ׵ᤷ¤Þ¤¹ -- %c\n"
705
706 #: lib/getopt.c:881
707 #, c-format
708 msgid "%s: option `-W %s' is ambiguous\n"
709 msgstr "%s: ¥ª¥×¥·¥ç¥ó `-W %s' ¤ÏÛ£Ëæ¤Ç¤¹\n"
710
711 #: lib/getopt.c:899
712 #, c-format
713 msgid "%s: option `-W %s' doesn't allow an argument\n"
714 msgstr "%s: ¥ª¥×¥·¥ç¥ó `-W %s' ¤Ï°ú¿ô¤òµö¤·¤Þ¤»¤ó\n"
715
716 #. If XALLOC_FAIL_FUNC is NULL, or does return, display this message
717 #. before exiting when memory is exhausted. Goes through gettext.
718 #: lib/obstack.c:494 lib/obstack.c:497 lib/xmalloc.c:66
719 #, fuzzy
720 msgid "memory exhausted"
721 msgstr "%s: ¥á¥â¥ê¤ò»È¤¤²Ì¤¿¤·¤Þ¤·¤¿\n"
722
723 #. Get translations for open and closing quotation marks.
724 #.
725 #. The message catalog should translate "`" to a left
726 #. quotation mark suitable for the locale, and similarly for
727 #. "'". If the catalog has no translation,
728 #. locale_quoting_style quotes `like this', and
729 #. clocale_quoting_style quotes "like this".
730 #.
731 #. For example, an American English Unicode locale should
732 #. translate "`" to U+201C (LEFT DOUBLE QUOTATION MARK), and
733 #. should translate "'" to U+201D (RIGHT DOUBLE QUOTATION
734 #. MARK). A British English Unicode locale should instead
735 #. translate these to U+2018 (LEFT SINGLE QUOTATION MARK) and
736 #. U+2019 (RIGHT SINGLE QUOTATION MARK), respectively.
737 #: lib/quotearg.c:274
738 msgid "`"
739 msgstr ""
740
741 #: lib/quotearg.c:275
742 msgid "'"
743 msgstr ""
744
745 #, fuzzy
746 #~ msgid "%-4s\terror (nonassociative)"
747 #~ msgstr " %-4s\t¥¨¥é¡¼ (Èó·ë¹ç)\n"
748
749 #, fuzzy
750 #~ msgid "$default\treduce using rule %d (%s)"
751 #~ msgstr " $default\tµ¬Â§ %d ¤òÍøÍѤ·¤Æ´Ô¸µ (%s)\n"
752
753 #, fuzzy
754 #~ msgid "unterminated %guard clause"
755 #~ msgstr "ÊĤ¸¤é¤ì¤Æ¤¤¤Ê¤¤ %%guard Àá¤Ç¤¹"
756
757 #~ msgid " $ \tgo to state %d\n"
758 #~ msgstr " $ \t¾õÂÖ %d ¤Ø\n"
759
760 #~ msgid "%s: internal error: %s\n"
761 #~ msgstr "%s: ÆâÉô¥¨¥é¡¼: %s\n"
762
763 #~ msgid ""
764 #~ "Variables\n"
765 #~ "---------\n"
766 #~ "\n"
767 #~ msgstr ""
768 #~ "ÊÑ¿ô\n"
769 #~ "---------\n"
770 #~ "\n"
771
772 #~ msgid "Value Sprec Sassoc Tag\n"
773 #~ msgstr "ÃÍ Á°ÃÖ ·ë¹ç ¥¿¥°\n"
774
775 #~ msgid ""
776 #~ "Rules\n"
777 #~ "-----\n"
778 #~ "\n"
779 #~ msgstr ""
780 #~ "µ¬Â§\n"
781 #~ "-----\n"
782 #~ "\n"
783
784 #~ msgid ""
785 #~ "Rules interpreted\n"
786 #~ "-----------------\n"
787 #~ "\n"
788 #~ msgstr ""
789 #~ "²ò¼á¤µ¤ì¤¿µ¬Â§\n"
790 #~ "-----------------\n"
791 #~ "\n"
792
793 #~ msgid " 1 shift/reduce conflict"
794 #~ msgstr " 1 ¥·¥Õ¥È/´Ô¸µ¾×ÆÍ"
795
796 #~ msgid " 1 reduce/reduce conflict"
797 #~ msgstr " 1 ´Ô¸µ/´Ô¸µ¾×ÆÍ"
798
799 #~ msgid "%s contains"
800 #~ msgstr "%s ¤Ë¤Ï¡¢"
801
802 #, fuzzy
803 #~ msgid "DERIVES"
804 #~ msgstr ""
805 #~ "\n"
806 #~ "\n"
807 #~ "\n"
808 #~ "DERIVES\n"
809 #~ "\n"
810
811 #~ msgid "%s derives"
812 #~ msgstr "%s ¤Ï°Ê²¼¤«¤éÇÉÀ¸"
813
814 #~ msgid "Entering set_nullable"
815 #~ msgstr "set_nullable ¤ËÆþ¤ê¤Þ¤¹"
816
817 #~ msgid ""
818 #~ "reduced %s defines %d terminal%s, %d nonterminal%s, and %d production%s.\n"
819 #~ msgstr ""
820 #~ "´Ô¸µ¥Õ¥¡¥¤¥ë %s ¤Ç %d ¸Ä¤Î½ªÃ¼»Ò%.0s, %d ¸Ä¤ÎÈó½ªÃ¼»Ò%.0s, %d ¸Ä¤Îµ¬Â§%.0s"
821 #~ "¤¬ÄêµÁ¤µ¤ì¤Þ¤·¤¿\n"
822
823 #~ msgid ""
824 #~ "\n"
825 #~ "\n"
826 #~ "\n"
827 #~ "FIRSTS\n"
828 #~ "\n"
829 #~ msgstr ""
830 #~ "\n"
831 #~ "\n"
832 #~ "\n"
833 #~ "FIRSTS\n"
834 #~ "\n"
835
836 #~ msgid ""
837 #~ "\n"
838 #~ "\n"
839 #~ "%s firsts\n"
840 #~ "\n"
841 #~ msgstr ""
842 #~ "\n"
843 #~ "\n"
844 #~ "%s firsts\n"
845 #~ "\n"
846
847 #~ msgid ""
848 #~ "\n"
849 #~ "\n"
850 #~ "\n"
851 #~ "FDERIVES\n"
852 #~ msgstr ""
853 #~ "\n"
854 #~ "\n"
855 #~ "\n"
856 #~ "FDERIVES\n"
857
858 #~ msgid ""
859 #~ "\n"
860 #~ "\n"
861 #~ "%s derives\n"
862 #~ "\n"
863 #~ msgstr ""
864 #~ "\n"
865 #~ "\n"
866 #~ "%s ¤Ï°Ê²¼¤«¤éÇÉÀ¸\n"
867 #~ "\n"
868
869 #~ msgid ""
870 #~ "Usage: %s [-dhklntvyV] [-b file-prefix] [-o outfile] [-p name-prefix]\n"
871 #~ " [--debug] [--defines] [--fixed-output-files] [--no-lines]\n"
872 #~ " [--verbose] [--version] [--help] [--yacc]\n"
873 #~ " [--no-parser] [--token-table]\n"
874 #~ " [--file-prefix=prefix] [--name-prefix=prefix]\n"
875 #~ " [--output=outfile] grammar-file\n"
876 #~ "\n"
877 #~ "Report bugs to bug-bison@gnu.org\n"
878 #~ msgstr ""
879 #~ "»È¤¤Êý: %s [-dhklntvyV] [-b file-prefix] [-o outfile] [-p name-prefix]\n"
880 #~ " [--debug] [--defines] [--fixed-output-files] [--no-lines]\n"
881 #~ " [--verbose] [--version] [--help] [--yacc]\n"
882 #~ " [--no-parser] [--token-table]\n"
883 #~ " [--file-prefix=prefix] [--name-prefix=prefix]\n"
884 #~ " [--output=outfile] ʸˡ¥Õ¥¡¥¤¥ë\n"
885 #~ "\n"
886 #~ "¥Ð¥°¤ò¸«¤Ä¤±¤¿¤é bug-bison@gnu.org ¤Þ¤ÇÏ¢Íí¤ò¡£\n"
887
888 #~ msgid "gotos"
889 #~ msgstr "goto"
890
891 #~ msgid "%s:%d: fatal error: "
892 #~ msgstr "%s:%d: Ã×̿Ū¥¨¥é¡¼: "
893
894 #~ msgid "%s: "
895 #~ msgstr "%s: "
896
897 #~ msgid "%s:%d: "
898 #~ msgstr "%s:%d: "
899
900 #~ msgid "\t\t/* empty */"
901 #~ msgstr "\t\t/* ¶õ */"
902
903 #~ msgid "unterminated comment in `%{' definition"
904 #~ msgstr "`%{' ÄêµÁ ¤ËÊĤ¸¤é¤ì¤Æ¤¤¤Ê¤¤¥³¥á¥ó¥È¤¬¤¢¤ê¤Þ¤¹"
905
906 #~ msgid "multiple %union declarations"
907 #~ msgstr "Ê£¿ô¤Î %union Àë¸À¤Ç¤¹"
908
909 #~ msgid "unterminated comment at end of file"
910 #~ msgstr "¥Õ¥¡¥¤¥ëËöÈø¤ËÊĤ¸¤é¤ì¤Æ¤¤¤Ê¤¤¥³¥á¥ó¥È¤¬¤¢¤ê¤Þ¤¹"
911
912 #~ msgid "unmatched close-brace (`}')"
913 #~ msgstr "Âбþ¤Î¤Ê¤¤ÊĤ¸¥Ö¥ì¡¼¥¹ (`}') ¤Ç¤¹"
914
915 #~ msgid "unmatched right brace (`}')"
916 #~ msgstr "Âбþ¤Î¤Ê¤¤±¦¥Ö¥ì¡¼¥¹ (`}') ¤Ç¤¹"
917
918 #~ msgid "$%s is invalid"
919 #~ msgstr "$%s ¤Ï̵¸ú¤Ç¤¹"
920
921 #~ msgid "invalid @-construct"
922 #~ msgstr "̵¸ú¤Ê @-¥³¥ó¥¹¥È¥é¥¯¥È¤Ç¤¹"
923
924 #~ msgid "ill-formed %type declaration"
925 #~ msgstr "¼Ù°­¤Ê %type Àë¸À¤Ç¤¹"