/[bison]/bison/po/ja.po
ViewVC logotype

Diff of /bison/po/ja.po

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.40.2.14 by akim, Sun Nov 4 16:26:59 2001 UTC revision 1.40.2.15 by akim, Mon Nov 5 09:29:10 2001 UTC
# Line 5  Line 5 
5  msgid ""  msgid ""
6  msgstr ""  msgstr ""
7  "Project-Id-Version: GNU bison 1.28\n"  "Project-Id-Version: GNU bison 1.28\n"
8  "POT-Creation-Date: 2001-11-02 18:54+0100\n"  "POT-Creation-Date: 2001-11-05 10:24+0100\n"
9  "PO-Revision-Date: 1999-09-28 21:10+0900\n"  "PO-Revision-Date: 1999-09-28 21:10+0900\n"
10  "Last-Translator: Daisuke Yamashita <yamad@mb.infoweb.ne.jp>\n"  "Last-Translator: Daisuke Yamashita <yamad@mb.infoweb.ne.jp>\n"
11  "Language-Team: Japanese <ja@li.org>\n"  "Language-Team: Japanese <ja@li.org>\n"
# Line 146  msgstr "" Line 146  msgstr ""
146    
147  #. Some efforts were made to ease the translators' task, please  #. Some efforts were made to ease the translators' task, please
148  #. continue.  #. continue.
149  #: src/getargs.c:83  #: src/getargs.c:84
150  msgid "GNU bison generates parsers for LALR(1) grammars.\n"  msgid "GNU bison generates parsers for LALR(1) grammars.\n"
151  msgstr ""  msgstr ""
152    
153  #: src/getargs.c:87  #: src/getargs.c:88
154  #, c-format  #, c-format
155  msgid "Usage: %s [OPTION]... FILE\n"  msgid "Usage: %s [OPTION]... FILE\n"
156  msgstr ""  msgstr ""
157    
158  #: src/getargs.c:91  #: src/getargs.c:92
159  msgid ""  msgid ""
160  "If a long option shows an argument as mandatory, then it is mandatory\n"  "If a long option shows an argument as mandatory, then it is mandatory\n"
161  "for the equivalent short option also.  Similarly for optional arguments.\n"  "for the equivalent short option also.  Similarly for optional arguments.\n"
162  msgstr ""  msgstr ""
163    
164  #: src/getargs.c:97  #: src/getargs.c:98
165  msgid ""  msgid ""
166  "Operation modes:\n"  "Operation modes:\n"
167  "  -h, --help      display this help and exit\n"  "  -h, --help      display this help and exit\n"
# Line 169  msgid "" Line 169  msgid ""
169  "  -y, --yacc      emulate POSIX yacc\n"  "  -y, --yacc      emulate POSIX yacc\n"
170  msgstr ""  msgstr ""
171    
172  #: src/getargs.c:104  #: src/getargs.c:105
173  msgid ""  msgid ""
174  "Parser:\n"  "Parser:\n"
175  "  -S, --skeleton=FILE        specify the skeleton to use\n"  "  -S, --skeleton=FILE        specify the skeleton to use\n"
# Line 181  msgid "" Line 181  msgid ""
181  "  -k, --token-table          include a table of token names\n"  "  -k, --token-table          include a table of token names\n"
182  msgstr ""  msgstr ""
183    
184  #: src/getargs.c:116  #: src/getargs.c:117
185  msgid ""  msgid ""
186  "Output:\n"  "Output:\n"
187  "  -d, --defines              also produce a header file\n"  "  -d, --defines              also produce a header file\n"
188  "  -v, --verbose              also produce an explanation of the automaton\n"  "  -v, --verbose              also produce an explanation of the automaton\n"
189  "  -b, --file-prefix=PREFIX   specify a PREFIX for output files\n"  "  -b, --file-prefix=PREFIX   specify a PREFIX for output files\n"
190  "  -o, --output-file=FILE     leave output to FILE\n"  "  -o, --output=FILE          leave output to FILE\n"
191  "  -g, --graph                also produce a VCG graph description of the "  "  -g, --graph                also produce a VCG description of the "
192  "automaton\n"  "automaton\n"
193  msgstr ""  msgstr ""
194    
195  #: src/getargs.c:126  #: src/getargs.c:127
196  msgid "Report bugs to <bug-bison@gnu.org>.\n"  msgid "Report bugs to <bug-bison@gnu.org>.\n"
197  msgstr ""  msgstr ""
198    
199  #. Some efforts were made to ease the translators' task, please  #. Some efforts were made to ease the translators' task, please
200  #. continue.  #. continue.
201  #: src/getargs.c:140  #: src/getargs.c:141
202  #, c-format  #, c-format
203  msgid "bison (GNU Bison) %s"  msgid "bison (GNU Bison) %s"
204  msgstr ""  msgstr ""
205    
206  #: src/getargs.c:145  #: src/getargs.c:146
207  msgid ""  msgid ""
208  "Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.\n"  "Copyright 1984, 1986, 1989, 1992, 2000, 2001 Free Software Foundation, Inc.\n"
209  msgstr ""  msgstr ""
210    
211  #: src/getargs.c:149  #: src/getargs.c:150
212  msgid ""  msgid ""
213  "This is free software; see the source for copying conditions.  There is NO\n"  "This is free software; see the source for copying conditions.  There is NO\n"
214  "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"  "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
215  msgstr ""  msgstr ""
216    
217  #: src/getargs.c:214 src/lex.c:651  #: src/getargs.c:215 src/lex.c:693
218  #, c-format  #, c-format
219  msgid "`%s' is no longer supported"  msgid "`%s' is no longer supported"
220  msgstr ""  msgstr ""
221    
222  #: src/getargs.c:238  #: src/getargs.c:239
223  #, c-format  #, c-format
224  msgid "Try `%s --help' for more information.\n"  msgid "Try `%s --help' for more information.\n"
225  msgstr ""  msgstr ""
226    
227  #: src/getargs.c:245  #: src/getargs.c:246
228  #, c-format  #, c-format
229  msgid "%s: no grammar file given\n"  msgid "%s: no grammar file given\n"
230  msgstr "%s: ʸˡ¥Õ¥¡¥¤¥ë¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó\n"  msgstr "%s: ʸˡ¥Õ¥¡¥¤¥ë¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
231    
232  #: src/getargs.c:249  #: src/getargs.c:250
233  #, fuzzy, c-format  #, fuzzy, c-format
234  msgid "%s: extra arguments ignored after `%s'\n"  msgid "%s: extra arguments ignored after `%s'\n"
235  msgstr "%s: '%s' ¤è¤ê¸å¤í¤Î;ʬ¤Ê°ú¿ô¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿\n"  msgstr "%s: '%s' ¤è¤ê¸å¤í¤Î;ʬ¤Ê°ú¿ô¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿\n"
# Line 239  msgstr "%s: '%s' ¤è¤ê¸å¤í¤Î;ʬ¤Ê°ú¿ô¤ÏÌ Line 239  msgstr "%s: '%s' ¤è¤ê¸å¤í¤Î;ʬ¤Ê°ú¿ô¤ÏÌ
239  msgid "too many gotos (max %d)"  msgid "too many gotos (max %d)"
240  msgstr "%s ¤Î¿ô¤¬Â¿¤¹¤®¤Þ¤¹ (ºÇÂç %d)"  msgstr "%s ¤Î¿ô¤¬Â¿¤¹¤®¤Þ¤¹ (ºÇÂç %d)"
241    
242  #: src/lex.c:77  #: src/lex.c:76
243  msgid "unexpected `/' found and ignored"  msgid "unexpected `/' found and ignored"
244  msgstr "ͽ´ü¤·¤Ê¤¤ `/' ¤¬¸«¤Ä¤«¤ê¡¢Ìµ»ë¤µ¤ì¤Þ¤·¤¿"  msgstr "ͽ´ü¤·¤Ê¤¤ `/' ¤¬¸«¤Ä¤«¤ê¡¢Ìµ»ë¤µ¤ì¤Þ¤·¤¿"
245    
246  #: src/lex.c:106 src/reader.c:269  #: src/lex.c:105 src/reader.c:269
247  msgid "unterminated comment"  msgid "unterminated comment"
248  msgstr "ÊĤ¸¤Æ¤¤¤Ê¤¤¥³¥á¥ó¥È¤Ç¤¹"  msgstr "ÊĤ¸¤Æ¤¤¤Ê¤¤¥³¥á¥ó¥È¤Ç¤¹"
249    
250  #: src/lex.c:138  #: src/lex.c:137
251  #, fuzzy  #, fuzzy
252  msgid "unexpected end of file"  msgid "unexpected end of file"
253  msgstr "ͽ´ü¤·¤Ê¤¤¥Õ¥¡¥¤¥ë¤Î½ªÃ¼¤Ç¤¹"  msgstr "ͽ´ü¤·¤Ê¤¤¥Õ¥¡¥¤¥ë¤Î½ªÃ¼¤Ç¤¹"
254    
255  #: src/lex.c:167  #: src/lex.c:166
256  msgid "unescaped newline in constant"  msgid "unescaped newline in constant"
257  msgstr "Äê¿ô¤ÎÃæ¤Ë¥¨¥¹¥±¡¼¥×¤µ¤ì¤Æ¤¤¤Ê¤¤²þ¹Ô¤¬¤¢¤ê¤Þ¤¹"  msgstr "Äê¿ô¤ÎÃæ¤Ë¥¨¥¹¥±¡¼¥×¤µ¤ì¤Æ¤¤¤Ê¤¤²þ¹Ô¤¬¤¢¤ê¤Þ¤¹"
258    
259  #: src/lex.c:209  #: src/lex.c:208
260  #, c-format  #, c-format
261  msgid "octal value outside range 0...255: `\\%o'"  msgid "octal value outside range 0...255: `\\%o'"
262  msgstr "8 ¿Ê¿ô¤ÎÃͤ¬ 0...255 ¤ÎÈϰϳ°¤Ç¤¹: `\\%o'"  msgstr "8 ¿Ê¿ô¤ÎÃͤ¬ 0...255 ¤ÎÈϰϳ°¤Ç¤¹: `\\%o'"
263    
264  #: src/lex.c:234  #: src/lex.c:233
265  #, c-format  #, c-format
266  msgid "hexadecimal value above 255: `\\x%x'"  msgid "hexadecimal value above 255: `\\x%x'"
267  msgstr "16 ¿Ê¿ô¤ÎÃͤ¬ 255 ¤ò±Û¤¨¤Æ¤¤¤Þ¤¹: `\\x%x'"  msgstr "16 ¿Ê¿ô¤ÎÃͤ¬ 255 ¤ò±Û¤¨¤Æ¤¤¤Þ¤¹: `\\x%x'"
268    
269  #: src/lex.c:246  #: src/lex.c:245
270  #, c-format  #, c-format
271  msgid "unknown escape sequence: `\\' followed by `%s'"  msgid "unknown escape sequence: `\\' followed by `%s'"
272  msgstr "̤ÃΤΥ¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹: `\\' ¤Î¸å¤Ë `%s'"  msgstr "̤ÃΤΥ¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹: `\\' ¤Î¸å¤Ë `%s'"
273    
274  #: src/lex.c:343  #: src/lex.c:342
275  msgid "unterminated type name at end of file"  msgid "unterminated type name at end of file"
276  msgstr "ÊĤ¸¤é¤ì¤Æ¤¤¤Ê¤¤¥¿¥¤¥×̾¤¬¡¢¥Õ¥¡¥¤¥ëËöÈø¤Ë¤¢¤ê¤Þ¤¹"  msgstr "ÊĤ¸¤é¤ì¤Æ¤¤¤Ê¤¤¥¿¥¤¥×̾¤¬¡¢¥Õ¥¡¥¤¥ëËöÈø¤Ë¤¢¤ê¤Þ¤¹"
277    
278  #: src/lex.c:346  #: src/lex.c:345
279  msgid "unterminated type name"  msgid "unterminated type name"
280  msgstr "ÊĤ¸¤é¤ì¤Æ¤¤¤Ê¤¤¥¿¥¤¥×̾¤¬¤¢¤ê¤Þ¤¹"  msgstr "ÊĤ¸¤é¤ì¤Æ¤¤¤Ê¤¤¥¿¥¤¥×̾¤¬¤¢¤ê¤Þ¤¹"
281    
# Line 283  msgstr "ÊĤ¸¤é¤ì¤Æ¤¤¤Ê¤¤¥¿¥¤¥×̾¤¬¤¢¤ê¤Þ Line 283  msgstr "ÊĤ¸¤é¤ì¤Æ¤¤¤Ê¤¤¥¿¥¤¥×̾¤¬¤¢¤ê¤Þ
283  msgid "use \"...\" for multi-character literal tokens"  msgid "use \"...\" for multi-character literal tokens"
284  msgstr "Ê£¿ôʸ»ú¤Î¥ê¥Æ¥é¥ë¥È¡¼¥¯¥ó¤Ë¤Ï \"...\" ¤ò»È¤¤¤Þ¤·¤ç¤¦"  msgstr "Ê£¿ôʸ»ú¤Î¥ê¥Æ¥é¥ë¥È¡¼¥¯¥ó¤Ë¤Ï \"...\" ¤ò»È¤¤¤Þ¤·¤ç¤¦"
285    
286    #: src/lex.c:666
287    #, c-format
288    msgid "`%s' supports no argument: %s"
289    msgstr ""
290    
291    #: src/lex.c:682
292    #, fuzzy, c-format
293    msgid "`%s' requires an argument"
294    msgstr "%s: ¥ª¥×¥·¥ç¥ó `%s' ¤Ï°ú¿ô¤òÍ׵ᤷ¤Þ¤¹\n"
295    
296  #: src/main.c:125  #: src/main.c:125
297  #, c-format  #, c-format
298  msgid "%s: internal error: %s\n"  msgid "%s: internal error: %s\n"
# Line 456  msgstr "" Line 466  msgstr ""
466  msgid "symbol %s redefined"  msgid "symbol %s redefined"
467  msgstr "¥·¥ó¥Ü¥ë %s ¤¬ºÆÄêµÁ¤µ¤ì¤Þ¤·¤¿"  msgstr "¥·¥ó¥Ü¥ë %s ¤¬ºÆÄêµÁ¤µ¤ì¤Þ¤·¤¿"
468    
469  #: src/reader.c:532 src/reader.c:610 src/reader.c:671 src/reader.c:1283  #: src/reader.c:532 src/reader.c:610 src/reader.c:671 src/reader.c:1294
470  #, c-format  #, c-format
471  msgid "type redeclaration for %s"  msgid "type redeclaration for %s"
472  msgstr "%s ¤Î·¿¤¬ºÆÄêµÁ¤µ¤ì¤Þ¤·¤¿"  msgstr "%s ¤Î·¿¤¬ºÆÄêµÁ¤µ¤ì¤Þ¤·¤¿"
# Line 466  msgstr "%s ¤Î·¿¤¬ºÆÄêµÁ¤µ¤ì¤Þ¤·¤¿" Line 476  msgstr "%s ¤Î·¿¤¬ºÆÄêµÁ¤µ¤ì¤Þ¤·¤¿"
476  msgid "`%s' is invalid in %s"  msgid "`%s' is invalid in %s"
477  msgstr "%2$s Æâ¤Î `%1$s' ¤Ï̵¸ú¤Ç¤¹"  msgstr "%2$s Æâ¤Î `%1$s' ¤Ï̵¸ú¤Ç¤¹"
478    
479  #: src/reader.c:558 src/reader.c:716  #: src/reader.c:558 src/reader.c:723
480  #, fuzzy, c-format  #, fuzzy, c-format
481  msgid "multiple %s declarations"  msgid "multiple %s declarations"
482  msgstr "Ê£¿ô¤Î %start ¤¬Àë¸À¤µ¤ì¤Þ¤·¤¿"  msgstr "Ê£¿ô¤Î %start ¤¬Àë¸À¤µ¤ì¤Þ¤·¤¿"
483    
484  #: src/reader.c:560 src/reader.c:895 src/reader.c:920 src/reader.c:1261  #: src/reader.c:560 src/reader.c:902 src/reader.c:927 src/reader.c:1272
485  #, fuzzy, c-format  #, fuzzy, c-format
486  msgid "invalid %s declaration"  msgid "invalid %s declaration"
487  msgstr "̵¸ú¤Ê %start ¤¬Àë¸À¤µ¤ì¤Þ¤·¤¿"  msgstr "̵¸ú¤Ê %start ¤¬Àë¸À¤µ¤ì¤Þ¤·¤¿"
# Line 500  msgstr "̵¸ú¤Ê¥Æ¥­¥¹¥È (%s) - ¿ôÃͤϼ±ÊÌ Line 510  msgstr "̵¸ú¤Ê¥Æ¥­¥¹¥È (%s) - ¿ôÃͤϼ±ÊÌ
510  msgid "unexpected item: %s"  msgid "unexpected item: %s"
511  msgstr "ͽ´ü¤»¤Ì¥¢¥¤¥Æ¥à: %s"  msgstr "ͽ´ü¤»¤Ì¥¢¥¤¥Æ¥à: %s"
512    
513  #: src/reader.c:759 src/reader.c:1087 src/reader.c:1158  #: src/reader.c:766 src/reader.c:1098 src/reader.c:1169
514  #, fuzzy, c-format  #, fuzzy, c-format
515  msgid "unmatched %s"  msgid "unmatched %s"
516  msgstr "Âбþ¤Î¤Ê¤¤ `{' ¤Ç¤¹"  msgstr "Âбþ¤Î¤Ê¤¤ `{' ¤Ç¤¹"
517    
518  #: src/reader.c:791  #: src/reader.c:798
519  #, fuzzy, c-format  #, fuzzy, c-format
520  msgid "argument of %%expect is not an integer"  msgid "argument of %%expect is not an integer"
521  msgstr "%expect ¤Î°ú¿ô¤¬À°¿ôÃͤǤϤ¢¤ê¤Þ¤»¤ó"  msgstr "%expect ¤Î°ú¿ô¤¬À°¿ôÃͤǤϤ¢¤ê¤Þ¤»¤ó"
522    
523  #: src/reader.c:837  #: src/reader.c:844
524  #, c-format  #, c-format
525  msgid "unrecognized item %s, expected an identifier"  msgid "unrecognized item %s, expected an identifier"
526  msgstr "ǧ¼±¤Ç¤­¤Ê¤¤¥¢¥¤¥Æ¥à %s¡¢¤³¤³¤Ç¤Ï¼±Ê̻Ҥ¬´üÂÔ¤µ¤ì¤Þ¤¹"  msgstr "ǧ¼±¤Ç¤­¤Ê¤¤¥¢¥¤¥Æ¥à %s¡¢¤³¤³¤Ç¤Ï¼±Ê̻Ҥ¬´üÂÔ¤µ¤ì¤Þ¤¹"
527    
528  #: src/reader.c:859  #: src/reader.c:866
529  #, c-format  #, c-format
530  msgid "expected string constant instead of %s"  msgid "expected string constant instead of %s"
531  msgstr "¤³¤³¤Ç¤Ï %s ¤Ç¤Ï¤Ê¤¯Ê¸»úÎóÄê¿ô¤¬´üÂÔ¤µ¤ì¤Þ¤¹"  msgstr "¤³¤³¤Ç¤Ï %s ¤Ç¤Ï¤Ê¤¯Ê¸»úÎóÄê¿ô¤¬´üÂÔ¤µ¤ì¤Þ¤¹"
532    
533  #: src/reader.c:1003  #: src/reader.c:1014
534  #, c-format  #, c-format
535  msgid "unrecognized: %s"  msgid "unrecognized: %s"
536  msgstr "ǧ¼±¤Ç¤­¤Ê¤¤: %s"  msgstr "ǧ¼±¤Ç¤­¤Ê¤¤: %s"
537    
538  #: src/reader.c:1008  #: src/reader.c:1019
539  msgid "no input grammar"  msgid "no input grammar"
540  msgstr "ʸˡ¤ÎÆþÎϤ¬Ìµ¤¤"  msgstr "ʸˡ¤ÎÆþÎϤ¬Ìµ¤¤"
541    
542  #: src/reader.c:1013  #: src/reader.c:1024
543  #, c-format  #, c-format
544  msgid "unknown character: %s"  msgid "unknown character: %s"
545  msgstr "̤ÃΤÎʸ»ú: %s"  msgstr "̤ÃΤÎʸ»ú: %s"
546    
547  #: src/reader.c:1181  #: src/reader.c:1192
548  #, fuzzy, c-format  #, fuzzy, c-format
549  msgid "unterminated %guard clause"  msgid "unterminated %guard clause"
550  msgstr "ÊĤ¸¤é¤ì¤Æ¤¤¤Ê¤¤ %%guard Àá¤Ç¤¹"  msgstr "ÊĤ¸¤é¤ì¤Æ¤¤¤Ê¤¤ %%guard Àá¤Ç¤¹"
551    
552  #: src/reader.c:1348  #: src/reader.c:1359
553  msgid "ill-formed rule: initial symbol not followed by colon"  msgid "ill-formed rule: initial symbol not followed by colon"
554  msgstr "¼Ù°­¤Êµ¬Â§: ½é´ü²½¥·¥ó¥Ü¥ë¤Ë¥³¥í¥ó (:) ¤¬Â³¤¤¤Æ¤¤¤Þ¤»¤ó"  msgstr "¼Ù°­¤Êµ¬Â§: ½é´ü²½¥·¥ó¥Ü¥ë¤Ë¥³¥í¥ó (:) ¤¬Â³¤¤¤Æ¤¤¤Þ¤»¤ó"
555    
556  #: src/reader.c:1355  #: src/reader.c:1366
557  msgid "grammar starts with vertical bar"  msgid "grammar starts with vertical bar"
558  msgstr "ʸˡ¤Ï½ÄËÀ (|) ¤Ç»Ï¤á¤Þ¤¹"  msgstr "ʸˡ¤Ï½ÄËÀ (|) ¤Ç»Ï¤á¤Þ¤¹"
559    
560  #: src/reader.c:1386  #: src/reader.c:1397
561  #, c-format  #, c-format
562  msgid "rule given for %s, which is a token"  msgid "rule given for %s, which is a token"
563  msgstr "%s ¤Ëµ¬Â§¤¬Í¿¤¨¤é¤ì¡¢¤½¤ì¤Ï¥È¡¼¥¯¥ó¤È¤Ê¤ê¤Þ¤¹"  msgstr "%s ¤Ëµ¬Â§¤¬Í¿¤¨¤é¤ì¡¢¤½¤ì¤Ï¥È¡¼¥¯¥ó¤È¤Ê¤ê¤Þ¤¹"
564    
565  #: src/reader.c:1488  #: src/reader.c:1499
566  msgid "two @prec's in a row"  msgid "two @prec's in a row"
567  msgstr "@prec ¤Î¤â¤ÎÆó¤Ä¤¬Æ±Îó¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹"  msgstr "@prec ¤Î¤â¤ÎÆó¤Ä¤¬Æ±Îó¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
568    
569  #: src/reader.c:1496  #: src/reader.c:1507
570  #, c-format  #, c-format
571  msgid "%%guard present but %%semantic_parser not specified"  msgid "%%guard present but %%semantic_parser not specified"
572  msgstr "%%guard ¤¬¤¢¤ê¤Þ¤¹¤¬ %%semantic_parser ¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó"  msgstr "%%guard ¤¬¤¢¤ê¤Þ¤¹¤¬ %%semantic_parser ¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó"
573    
574  #: src/reader.c:1505  #: src/reader.c:1516
575  msgid "two actions at end of one rule"  msgid "two actions at end of one rule"
576  msgstr "°ì¤Ä¤Îµ¬Â§¤Î½ª¤ê¤ËÆó¤Ä¤ÎÆ°ºî¤ò»ØÄꤷ¤Æ¤¤¤Þ¤¹"  msgstr "°ì¤Ä¤Îµ¬Â§¤Î½ª¤ê¤ËÆó¤Ä¤ÎÆ°ºî¤ò»ØÄꤷ¤Æ¤¤¤Þ¤¹"
577    
578  #: src/reader.c:1519  #: src/reader.c:1530
579  #, c-format  #, c-format
580  msgid "type clash (`%s' `%s') on default action"  msgid "type clash (`%s' `%s') on default action"
581  msgstr "½é´ü¾õÂÖ¤ÎÆ°ºî¤Ç¤Ï·¿ (`%s' `%s') ¤¬¾×Æͤ·¤Þ¤¹"  msgstr "½é´ü¾õÂÖ¤ÎÆ°ºî¤Ç¤Ï·¿ (`%s' `%s') ¤¬¾×Æͤ·¤Þ¤¹"
582    
583  #: src/reader.c:1525  #: src/reader.c:1536
584  msgid "empty rule for typed nonterminal, and no action"  msgid "empty rule for typed nonterminal, and no action"
585  msgstr "¶õ¤Î·¿ÉÕ¤­Èó½ªÃ¼¥¢¥¤¥Æ¥àÍѵ¬Â§¤Ç¤¢¤ê¡¢Æ°ºî¤¬µ¯¤ê¤Þ¤»¤ó"  msgstr "¶õ¤Î·¿ÉÕ¤­Èó½ªÃ¼¥¢¥¤¥Æ¥àÍѵ¬Â§¤Ç¤¢¤ê¡¢Æ°ºî¤¬µ¯¤ê¤Þ¤»¤ó"
586    
587  #: src/reader.c:1569  #: src/reader.c:1580
588  #, c-format  #, c-format
589  msgid "invalid input: %s"  msgid "invalid input: %s"
590  msgstr "̵¸ú¤ÊÆþÎÏ: %s"  msgstr "̵¸ú¤ÊÆþÎÏ: %s"
591    
592  #: src/reader.c:1577  #: src/reader.c:1588
593  #, fuzzy, c-format  #, fuzzy, c-format
594  msgid "too many symbols (tokens plus nonterminals); maximum %d"  msgid "too many symbols (tokens plus nonterminals); maximum %d"
595  msgstr "¥·¥ó¥Ü¥ë¤¬Â¿¤¹¤®¤Þ¤¹ (¥È¡¼¥¯¥ó¤ÈÈó½ªÃ¼¥¢¥¤¥Æ¥à) -- ºÇÂç %s"  msgstr "¥·¥ó¥Ü¥ë¤¬Â¿¤¹¤®¤Þ¤¹ (¥È¡¼¥¯¥ó¤ÈÈó½ªÃ¼¥¢¥¤¥Æ¥à) -- ºÇÂç %s"
596    
597  #: src/reader.c:1580  #: src/reader.c:1591
598  msgid "no rules in the input grammar"  msgid "no rules in the input grammar"
599  msgstr "ÆþÎϤ·¤¿Ê¸Ë¡¤Ëµ¬Â§¤¬ÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"  msgstr "ÆþÎϤ·¤¿Ê¸Ë¡¤Ëµ¬Â§¤¬ÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
600    
601  #: src/reader.c:1604  #: src/reader.c:1615
602  #, c-format  #, c-format
603  msgid "symbol %s is used, but is not defined as a token and has no rules"  msgid "symbol %s is used, but is not defined as a token and has no rules"
604  msgstr ""  msgstr ""
605  "¥·¥ó¥Ü¥ë %s ¤¬»È¤ï¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢¥È¡¼¥¯¥ó¤È¤·¤ÆÄêµÁ¤µ¤ì¤Æ¤ª¤é¤º¡¢µ¬Â§¤ò»ý¤Á¤Þ"  "¥·¥ó¥Ü¥ë %s ¤¬»È¤ï¤ì¤Æ¤¤¤Þ¤¹¤¬¡¢¥È¡¼¥¯¥ó¤È¤·¤ÆÄêµÁ¤µ¤ì¤Æ¤ª¤é¤º¡¢µ¬Â§¤ò»ý¤Á¤Þ"
606  "¤»¤ó"  "¤»¤ó"
607    
608  #: src/reader.c:1696  #: src/reader.c:1707
609  #, fuzzy, c-format  #, fuzzy, c-format
610  msgid "tokens %s and %s both assigned number %d"  msgid "tokens %s and %s both assigned number %d"
611  msgstr "¥È¡¼¥¯¥ó %s ¤È %s ¤ÎÁÐÊý¤¬ÈÖ¹æ %s ¤Ë³ä¤êÅö¤Æ¤é¤ì¤Þ¤·¤¿"  msgstr "¥È¡¼¥¯¥ó %s ¤È %s ¤ÎÁÐÊý¤¬ÈÖ¹æ %s ¤Ë³ä¤êÅö¤Æ¤é¤ì¤Þ¤·¤¿"
612    
613  #: src/reader.c:1749  #: src/reader.c:1760
614  #, c-format  #, c-format
615  msgid "conflicting precedences for %s and %s"  msgid "conflicting precedences for %s and %s"
616  msgstr "Àè¹Ô¤·¤Æ¤¤¤ë %s ¤È %s ¤Ç¶¥¹ç¤¬À¸¤¸¤Æ¤¤¤Þ¤¹"  msgstr "Àè¹Ô¤·¤Æ¤¤¤ë %s ¤È %s ¤Ç¶¥¹ç¤¬À¸¤¸¤Æ¤¤¤Þ¤¹"
617    
618  #: src/reader.c:1761  #: src/reader.c:1772
619  #, c-format  #, c-format
620  msgid "conflicting assoc values for %s and %s"  msgid "conflicting assoc values for %s and %s"
621  msgstr "Èó·ë¹çÃÍ %s ¤È %s ¤Ç¶¥¹ç¤¬À¸¤¸¤Æ¤¤¤Þ¤¹"  msgstr "Èó·ë¹çÃÍ %s ¤È %s ¤Ç¶¥¹ç¤¬À¸¤¸¤Æ¤¤¤Þ¤¹"
622    
623  #: src/reader.c:1800  #: src/reader.c:1811
624  #, c-format  #, c-format
625  msgid "the start symbol %s is undefined"  msgid "the start symbol %s is undefined"
626  msgstr "³«»Ï¥·¥ó¥Ü¥ë %s ¤ÏÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"  msgstr "³«»Ï¥·¥ó¥Ü¥ë %s ¤ÏÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
627    
628  #: src/reader.c:1802  #: src/reader.c:1813
629  #, c-format  #, c-format
630  msgid "the start symbol %s is a token"  msgid "the start symbol %s is a token"
631  msgstr "³«»Ï¥·¥ó¥Ü¥ë %s ¤Ï¥È¡¼¥¯¥ó¤Ç¤¹"  msgstr "³«»Ï¥·¥ó¥Ü¥ë %s ¤Ï¥È¡¼¥¯¥ó¤Ç¤¹"

Legend:
Removed from v.1.40.2.14  
changed lines
  Added in v.1.40.2.15

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26