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