C90 prototype updates.
[gcc.git] / gcc / po / ja.po
1 # Japanese messages for gcc 3.0
2 # Copyright (C) 2001 Free Software Foundation, Inc.
3 # Daisuke Yamashita <yamad@mb.infoweb.ne.jp>, 1999-2001
4 # Masahito Yamaga <yamaga@ipc.chiba-u.ac.jp>, 1999.
5 # IIDA Yosiaki <iida@secom.ne.jp>, 1999.
6 #
7 msgid ""
8 msgstr ""
9 "Project-Id-Version: gcc 3.0\n"
10 "POT-Creation-Date: 2003-10-24 13:20+0200\n"
11 "PO-Revision-Date: 2001-12-05 22:47+0900\n"
12 "Last-Translator: Daisuke Yamashita <yamad@mb.infoweb.ne.jp>\n"
13 "Language-Team: Japanese <ja@li.org>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=EUC-JP\n"
16 "Content-Transfer-Encoding: 8bit\n"
17
18 #: attribs.c:185
19 #, c-format
20 msgid "`%s' attribute directive ignored"
21 msgstr "`%s' °À­¤Îµ¿»÷Ì¿Î᤬̵»ë¤µ¤ì¤Þ¤·¤¿"
22
23 #: attribs.c:193
24 #, c-format
25 msgid "wrong number of arguments specified for `%s' attribute"
26 msgstr "`%s' °À­¤Ë»ØÄꤵ¤ì¤¿°ú¿ô¤Î¸Ä¿ô¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
27
28 #: attribs.c:210
29 #, c-format
30 msgid "`%s' attribute does not apply to types"
31 msgstr "`%s' °À­¤Ï·¿¤Ë¤ÏŬÍѤµ¤ì¤Þ¤»¤ó"
32
33 #: attribs.c:247
34 #, fuzzy, c-format
35 msgid "`%s' attribute only applies to function types"
36 msgstr "`%s' °À­¤Ï´Ø¿ô¤ËÂФ·¤Æ¤Î¤ßŬÍѤµ¤ì¤Þ¤¹"
37
38 #: attribs.c:404 c-common.c:5275 c-common.c:5297 c-common.c:5319
39 #: c-common.c:5350 c-common.c:5372 c-common.c:5397 c-common.c:5423
40 #: c-common.c:5453 c-common.c:5491 c-common.c:5538 c-common.c:5568
41 #: c-common.c:5598 c-common.c:5621 c-common.c:5878 c-common.c:5900
42 #: c-common.c:5943 c-common.c:6020 c-common.c:6076 c-common.c:6103
43 #: c-common.c:6186 c-common.c:6220 c-common.c:6574 config/arm/arm.c:2101
44 #: config/arm/arm.c:2128 config/avr/avr.c:4774 config/h8300/h8300.c:3693
45 #: config/h8300/h8300.c:3718 config/i386/i386.c:1403 config/i386/winnt.c:78
46 #: config/ip2k/ip2k.c:3204
47 #, c-format
48 msgid "`%s' attribute ignored"
49 msgstr "`%s' °À­¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
50
51 #: builtins.c:285
52 msgid "offset outside bounds of constant string"
53 msgstr "¥ª¥Õ¥»¥Ã¥È¤¬Äê¿ôʸ»úÎó¤Î¶­³¦¤Î³°¤Ë¤¢¤ê¤Þ¤¹"
54
55 #: builtins.c:765
56 #, fuzzy
57 msgid "second arg to `__builtin_prefetch' must be a constant"
58 msgstr "`__builtin_expect' ¤Ø¤ÎÂèÆó°ú¿ô¤ÏÄê¿ô¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
59
60 #: builtins.c:772
61 #, fuzzy
62 msgid "invalid second arg to __builtin_prefetch; using zero"
63 msgstr "`__builtin_return_address' ¤Ø¤Î°ú¿ô¤¬ÉÔŬÀڤǤ¹"
64
65 #: builtins.c:779
66 #, fuzzy
67 msgid "third arg to `__builtin_prefetch' must be a constant"
68 msgstr "`__builtin_expect' ¤Ø¤ÎÂèÆó°ú¿ô¤ÏÄê¿ô¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
69
70 #: builtins.c:786
71 #, fuzzy
72 msgid "invalid third arg to __builtin_prefetch; using zero"
73 msgstr "`__builtin_return_address' ¤Ø¤Î°ú¿ô¤¬ÉÔŬÀڤǤ¹"
74
75 #. ??? We used to try and build up a call to the out of line function,
76 #. guessing about what registers needed saving etc. This became much
77 #. harder with __builtin_va_start, since we don't have a tree for a
78 #. call to __builtin_saveregs to fall back on. There was exactly one
79 #. port (i860) that used this code, and I'm unconvinced it could actually
80 #. handle the general case. So we no longer try to handle anything
81 #. weird and make the backend absorb the evil.
82 #: builtins.c:2875
83 msgid "__builtin_saveregs not supported by this target"
84 msgstr "__builtin_saveregs ¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ç¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
85
86 #: builtins.c:2917
87 msgid "argument of `__builtin_args_info' must be constant"
88 msgstr "`__builtin_args_info' ¤Î°ú¿ô¤ÏÄê¿ô¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
89
90 #: builtins.c:2923
91 msgid "argument of `__builtin_args_info' out of range"
92 msgstr "`__builtin_args_info' ¤Î°ú¿ô¤¬Èϰϳ°¤Ç¤¹"
93
94 #: builtins.c:2929
95 msgid "missing argument in `__builtin_args_info'"
96 msgstr "`__builtin_args_info' ¤Ë°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
97
98 #: builtins.c:2960
99 msgid "`va_start' used in function with fixed args"
100 msgstr "`va_start' ¤¬¸ÇÄê¸Ä°ú¿ô¤Î´Ø¿ôÆâ¤Ç»È¤ï¤ì¤Þ¤·¤¿"
101
102 #: builtins.c:2979
103 msgid "second parameter of `va_start' not last named argument"
104 msgstr "`va_start' ¤ÎÆóÈÖÌܤÎÃͤ¬°ú¿ô¤ÎºÇ¸å¤Î̾Á°¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤»¤ó"
105
106 #. Evidently an out of date version of <stdarg.h>; can't validate
107 #. va_start's second argument, but can still work as intended.
108 #: builtins.c:2984
109 msgid "`__builtin_next_arg' called without an argument"
110 msgstr "`__builtin_next_arg' ¤¬°ú¿ô̵¤·¤Ç¤Ç¸Æ¤Ó½Ð¤µ¤ì¤Þ¤·¤¿"
111
112 #: builtins.c:3070
113 msgid "too many arguments to function `va_start'"
114 msgstr "`va_start' ¤ËÂФ¹¤ë°ú¿ô¤¬Â¿¤¹¤®¤Þ¤¹"
115
116 #: builtins.c:3172
117 msgid "first argument to `va_arg' not of type `va_list'"
118 msgstr "`va_arg' ¤ËÂФ¹¤ëÂè°ì°ú¿ô¤¬ `va_list' ·¿¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
119
120 #. Unfortunately, this is merely undefined, rather than a constraint
121 #. violation, so we cannot make this an error. If this call is never
122 #. executed, the program is still strictly conforming.
123 #: builtins.c:3204
124 #, c-format
125 msgid "`%s' is promoted to `%s' when passed through `...'"
126 msgstr "`%s' ¤Ï `...' ¤Î½èÍý¤Î²áÄø¤Ç `%s' ¤Ë³Ê¾å¤²¤µ¤ì¤Þ¤·¤¿"
127
128 #: builtins.c:3209
129 #, c-format
130 msgid "(so you should pass `%s' not `%s' to `va_arg')"
131 msgstr "(½¾¤Ã¤Æ¡¢`va_arg' ¤Ë¤Ï `%s' ¤ò(`%s' ¤Ç¤Ê¤¯)ÅϤµ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó)"
132
133 #: builtins.c:3340
134 msgid "invalid arg to `__builtin_frame_address'"
135 msgstr "`__builtin_frame_address' ¤Ø¤Î°ú¿ô¤¬ÉÔŬÀڤǤ¹"
136
137 #: builtins.c:3342
138 msgid "invalid arg to `__builtin_return_address'"
139 msgstr "`__builtin_return_address' ¤Ø¤Î°ú¿ô¤¬ÉÔŬÀڤǤ¹"
140
141 #: builtins.c:3356
142 msgid "unsupported arg to `__builtin_frame_address'"
143 msgstr "¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤ `__builtin_frame_address' ¤Ø¤Î°ú¿ô¤Ç¤¹"
144
145 #: builtins.c:3358
146 msgid "unsupported arg to `__builtin_return_address'"
147 msgstr "¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤ `__builtin_return_address' ¤Ø°ú¿ô¤Ç¤¹"
148
149 #: builtins.c:3530
150 msgid "second arg to `__builtin_expect' must be a constant"
151 msgstr "`__builtin_expect' ¤Ø¤ÎÂèÆó°ú¿ô¤ÏÄê¿ô¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
152
153 #: builtins.c:4028
154 msgid "__builtin_longjmp second argument must be 1"
155 msgstr "__builtin_longjmp ÂèÆó°ú¿ô¤Ï 1 ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
156
157 #. just do library call, if unknown builtin
158 #: builtins.c:4092 c-common.c:4459
159 #, c-format
160 msgid "built-in function `%s' not currently supported"
161 msgstr "ÁȤ߹þ¤ß´Ø¿ô `%s' ¤Ï¸½ºß¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
162
163 #: builtins.c:4165
164 #, fuzzy
165 msgid "target format does not support infinity"
166 msgstr "¥¿¡¼¥²¥Ã¥È CPU ¤Ï interworking ¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤»¤ó"
167
168 #: c-common.c:1168
169 #, fuzzy, c-format
170 msgid "`%s' is not defined outside of function scope"
171 msgstr "¥é¥Ù¥ë `%s' ¤¬´Ø¿ô¤Î³°Â¦¤Î²¿¤«¤ò»²¾È¤·¤Þ¤·¤¿"
172
173 #: c-common.c:1189
174 #, c-format
175 msgid "string length `%d' is greater than the length `%d' ISO C%d compilers are required to support"
176 msgstr "ʸ»úÎóĹ `%d' ¤Ï¡¢Ä¹¤µ `%d' (ISO C%d ¥³¥ó¥Ñ¥¤¥é¤Î¥µ¥Ý¡¼¥ÈÍ×·ï)¤è¤êÂ礭¤¯¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
177
178 #: c-common.c:1247
179 msgid "concatenation of string literals with __FUNCTION__ is deprecated"
180 msgstr ""
181
182 #: c-common.c:1343
183 msgid "overflow in constant expression"
184 msgstr "Äê¿ô¼°¤¬¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤·¤Þ¤·¤¿"
185
186 #: c-common.c:1364
187 msgid "integer overflow in expression"
188 msgstr "¼°¤ÎÀ°¿ô¤¬¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤·¤Þ¤·¤¿"
189
190 #: c-common.c:1373
191 msgid "floating point overflow in expression"
192 msgstr "¼°¤ÎÉâÆ°¾®¿ôÅÀ¿ô¤¬¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤·¤Þ¤·¤¿"
193
194 #: c-common.c:1379
195 #, fuzzy
196 msgid "vector overflow in expression"
197 msgstr "¼°¤ÎÀ°¿ô¤¬¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤·¤Þ¤·¤¿"
198
199 #. This detects cases like converting -129 or 256 to unsigned char.
200 #: c-common.c:1402
201 msgid "large integer implicitly truncated to unsigned type"
202 msgstr "Â礭¤ÊÀ°¿ô¤¬°ÅÌÛ¤ËÉä¹ç̵¤··¿¤ËÀÚ¤êµÍ¤á¤é¤ì¤Þ¤·¤¿"
203
204 #: c-common.c:1404
205 msgid "negative integer implicitly converted to unsigned type"
206 msgstr "Éé¤ÎÀ°¿ô¤¬°ÅÌÛ¤ËÉä¹ç̵¤··¿¤ËÊÑ´¹¤µ¤ì¤Þ¤·¤¿"
207
208 #: c-common.c:1452
209 msgid "overflow in implicit constant conversion"
210 msgstr "°ÅÌÛ¤ÎÄê¿ôÊÑ´¹¤Ç¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤·¤Þ¤·¤¿"
211
212 #: c-common.c:1600
213 #, c-format
214 msgid "operation on `%s' may be undefined"
215 msgstr "`%s' ¤Ç¤Î±é»»¤¬ÄêµÁ¤µ¤ì¤Æ¤¤¤Ê¤¤¤È»×¤ï¤ì¤Þ¤¹"
216
217 #: c-common.c:1891
218 msgid "expression statement has incomplete type"
219 msgstr "¼°¤ÎÃæ¤Îʸ¤ËÉÔ´°Á´·¿¤¬¤¢¤ê¤Þ¤¹"
220
221 #: c-common.c:1924
222 msgid "case label does not reduce to an integer constant"
223 msgstr "case ¥é¥Ù¥ë¤òÀ°¿ôÄê¿ô¤Ë´Ô¸µ¤Ç¤­¤Þ¤»¤ó"
224
225 #: c-common.c:2228
226 msgid "invalid truth-value expression"
227 msgstr "¿¿µ¶Ãͼ°¤¬ÉÔŬÀڤǤ¹"
228
229 #: c-common.c:2279
230 #, c-format
231 msgid "invalid operands to binary %s"
232 msgstr "Æó¹à±é»»»Ò %s ¤¬ÉÔŬÀڤǤ¹"
233
234 #: c-common.c:2513
235 msgid "comparison is always false due to limited range of data type"
236 msgstr "¥Ç¡¼¥¿·¿¤ÎÈÏ°ÏÀ©¸Â¤Ë¤è¤Ã¤Æ¡¢Èæ³Ó¤¬¾ï¤Ë false ¤È¤Ê¤ê¤Þ¤¹"
237
238 #: c-common.c:2515
239 msgid "comparison is always true due to limited range of data type"
240 msgstr "¥Ç¡¼¥¿·¿¤ÎÈÏ°ÏÀ©¸Â¤Ë¤è¤Ã¤Æ¡¢Èæ³Ó¤¬¾ï¤Ë true ¤È¤Ê¤ê¤Þ¤¹"
241
242 #: c-common.c:2585
243 msgid "comparison of unsigned expression >= 0 is always true"
244 msgstr "Éä¹ç̵¤·¤Î¼° >= 0 ¤È¤¤¤¦Èæ³Ó¤Ï¾ï¤Ë true ¤Ç¤¹"
245
246 #: c-common.c:2594
247 msgid "comparison of unsigned expression < 0 is always false"
248 msgstr "Éä¹ç̵¤·¤Î¼° < 0 ¤È¤¤¤¦Èæ³Ó¤Ï¾ï¤Ë false ¤Ç¤¹"
249
250 #: c-common.c:2641
251 msgid "pointer of type `void *' used in arithmetic"
252 msgstr "`void *' ·¿¤Î¥Ý¥¤¥ó¥¿¤¬·×»»¤Ç»È¤ï¤ì¤Þ¤·¤¿"
253
254 #: c-common.c:2647
255 msgid "pointer to a function used in arithmetic"
256 msgstr "´Ø¿ô¥Ý¥¤¥ó¥¿¤¬·×»»¤Ç»È¤ï¤ì¤Þ¤·¤¿"
257
258 #: c-common.c:2653
259 #, fuzzy
260 msgid "pointer to member function used in arithmetic"
261 msgstr "´Ø¿ô¥Ý¥¤¥ó¥¿¤¬·×»»¤Ç»È¤ï¤ì¤Þ¤·¤¿"
262
263 #: c-common.c:2659
264 #, fuzzy
265 msgid "pointer to a member used in arithmetic"
266 msgstr "´Ø¿ô¥Ý¥¤¥ó¥¿¤¬·×»»¤Ç»È¤ï¤ì¤Þ¤·¤¿"
267
268 #: c-common.c:2746 f/com.c:14762
269 msgid "struct type value used where scalar is required"
270 msgstr "¥¹¥«¥é¡¼¤¬É¬Íפʾì½ê¤Ë¹½Â¤Âη¿¤ÎÃͤ¬»È¤ï¤ì¤Þ¤·¤¿"
271
272 #: c-common.c:2750 f/com.c:14766
273 msgid "union type value used where scalar is required"
274 msgstr "¥¹¥«¥é¡¼¤¬É¬Íפʾì½ê¤Ë¶¦ÍÑÂη¿¤ÎÃͤ¬»È¤ï¤ì¤Þ¤·¤¿"
275
276 #: c-common.c:2754 f/com.c:14770
277 msgid "array type value used where scalar is required"
278 msgstr "¥¹¥«¥é¡¼¤¬É¬Íפʾì½ê¤ËÇÛÎ󷿤ÎÃͤ¬»È¤ï¤ì¤Þ¤·¤¿"
279
280 #: c-common.c:2874 f/com.c:14903
281 msgid "suggest parentheses around assignment used as truth value"
282 msgstr "¿¿µ¶ÃͤȤ·¤Æ»È¤ï¤ì¤ëÂåÆþ¤Î¤Þ¤ï¤ê¤Ç¤Ï¡¢´Ý³ç¸Ì¤Î»ÈÍѤò¤ª´«¤á¤·¤Þ¤¹"
283
284 #: c-common.c:2918 c-common.c:2950
285 msgid "invalid use of `restrict'"
286 msgstr "`restrict' ¤ÎÍÑË¡¤¬ÉÔŬÀڤǤ¹"
287
288 #: c-common.c:3064
289 #, fuzzy
290 msgid "invalid application of `sizeof' to a function type"
291 msgstr "ISO C++ ¤Ï´Ø¿ô·¿¤Ø¤Î `sizeof' ¤ÎŬÍѤò¶Ø¤¸¤Þ¤¹"
292
293 #: c-common.c:3074
294 #, fuzzy, c-format
295 msgid "invalid application of `%s' to a void type"
296 msgstr "¥¤¥ó¥¹¥¿¥ó¥¹²½¤µ¤ì¤Ê¤¤·¿¤ËÂФ¹¤ë̵¸ú¤ÊÁàºî¤Ç¤¹"
297
298 #: c-common.c:3080
299 #, fuzzy, c-format
300 msgid "invalid application of `%s' to an incomplete type"
301 msgstr "__alignof__ ¤¬ÉÔ´°Á´¤Ê·¿¤ËŬÍѤµ¤ì¤Þ¤·¤¿"
302
303 #: c-common.c:3121
304 msgid "`__alignof' applied to a bit-field"
305 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É¤Ë `__alignof' ¤¬Å¬ÍѤµ¤ì¤Þ¤·¤¿"
306
307 #: c-common.c:3618
308 #, fuzzy, c-format
309 msgid "cannot disable built-in function `%s'"
310 msgstr "ÁȤ߹þ¤ß´Ø¿ô `%s' ¤òʤ¤¤±£¤·¤Þ¤¹"
311
312 #: c-common.c:3787 c-typeck.c:1748
313 #, c-format
314 msgid "too few arguments to function `%s'"
315 msgstr "´Ø¿ô `%s' ¤Ø¤Î°ú¿ô¤¬¾¯¤Ê¤¹¤®¤Þ¤¹"
316
317 #: c-common.c:3793 c-typeck.c:1601
318 #, c-format
319 msgid "too many arguments to function `%s'"
320 msgstr "´Ø¿ô `%s' ¤ËÂФ¹¤ë°ú¿ô¤¬Â¿¤¹¤®¤Þ¤¹"
321
322 #: c-common.c:3812
323 #, fuzzy, c-format
324 msgid "non-floating-point argument to function `%s'"
325 msgstr "´Ø¿ô `%s' ¤ËÂФ¹¤ë°ú¿ô¤¬Â¿¤¹¤®¤Þ¤¹"
326
327 #: c-common.c:4081
328 msgid "pointers are not permitted as case values"
329 msgstr "case ¤ÎÃͤȤ·¤Æ¤Î¥Ý¥¤¥ó¥¿¤Ïµö¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
330
331 #: c-common.c:4087
332 msgid "ISO C++ forbids range expressions in switch statements"
333 msgstr "ISO C++ ¤Ç¤Ï switch ʸ¤Ç¤ÎÈϰϼ°¤Ï¶Ø¤¸¤é¤ì¤Æ¤¤¤Þ¤¹"
334
335 #: c-common.c:4089
336 msgid "ISO C forbids range expressions in switch statements"
337 msgstr "ISO C ¤Ç¤Ï switch ʸ¤Ç¤ÎÈϰϼ°¤Ï¶Ø¤¸¤é¤ì¤Æ¤¤¤Þ¤¹"
338
339 #: c-common.c:4119
340 msgid "empty range specified"
341 msgstr "¶õ¤ÎÈϰϤ¬»ØÄꤵ¤ì¤Þ¤·¤¿"
342
343 #: c-common.c:4170
344 msgid "duplicate (or overlapping) case value"
345 msgstr "Æó½Å¤Î(¤¢¤ë¤¤¤Ï½ÅÊ£¤·¤Æ¤¤¤ë) case ¤ÎÃÍ"
346
347 #: c-common.c:4172
348 msgid "this is the first entry overlapping that value"
349 msgstr "¤³¤ì¤¬¤½¤ÎÃͤȽÅÊ£¤·¤¿ºÇ½é¤Î¹àÌܤǤ¹"
350
351 #: c-common.c:4176
352 msgid "duplicate case value"
353 msgstr "½ÅÊ£¤·¤¿ case ¤ÎÃÍ"
354
355 #: c-common.c:4177
356 msgid "previously used here"
357 msgstr "Á°¤Ë¤³¤³¤Ç»È¤ï¤ì¤Þ¤·¤¿"
358
359 #: c-common.c:4181
360 msgid "multiple default labels in one switch"
361 msgstr "°ì¤Ä¤Î switch ¤ËÊ£¿ô¤Î default ¥é¥Ù¥ë¤¬¤¢¤ê¤Þ¤¹"
362
363 #: c-common.c:4182
364 msgid "this is the first default label"
365 msgstr "¤³¤ì¤¬ºÇ½é¤Î default ¥é¥Ù¥ë¤Ç¤¹"
366
367 #: c-common.c:4210
368 #, fuzzy
369 msgid "ISO C++ forbids taking the address of a label"
370 msgstr "ISO C++ ¤Ï `::main' ´Ø¿ô¤Î¥¢¥É¥ì¥¹¤ò¼è¤ë¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
371
372 #: c-common.c:4212
373 #, fuzzy
374 msgid "ISO C forbids taking the address of a label"
375 msgstr "ISO C ¤Ï¥­¥ã¥¹¥È¼°¤Î¥¢¥É¥ì¥¹É¾²Á¤ò¶Ø¤¸¤Þ¤¹"
376
377 #: c-common.c:5235
378 #, fuzzy, c-format
379 msgid "declaration of `%s' shadows %s"
380 msgstr "`%s' ¤ÎÀë¸À¤Ï²¾°ú¿ô¤òʤ¤¤±£¤·¤Þ¤¹"
381
382 #: c-common.c:5654
383 #, c-format
384 msgid "unknown machine mode `%s'"
385 msgstr "ÉÔÌÀ¤Ê¥Þ¥·¥ó¥â¡¼¥É `%s'"
386
387 #: c-common.c:5657
388 #, c-format
389 msgid "no data type for mode `%s'"
390 msgstr "¥â¡¼¥É `%s' ¤ËÂФ¹¤ë¥Ç¡¼¥¿·¿¤¬¤¢¤ê¤Þ¤»¤ó"
391
392 #: c-common.c:5666 c-common.c:6316
393 #, fuzzy, c-format
394 msgid "unable to emulate '%s'"
395 msgstr "¥Õ¥¡¥¤¥ë '%s' ¤ò open ¤Ç¤­¤Þ¤»¤ó"
396
397 #: c-common.c:5702
398 msgid "section attribute cannot be specified for local variables"
399 msgstr "section °À­¤Ï¥í¡¼¥«¥ëÊÑ¿ô¤ËÂФ·¤Æ¤Ï»ØÄê¤Ç¤­¤Þ¤»¤ó"
400
401 #: c-common.c:5713
402 #, c-format
403 msgid "section of `%s' conflicts with previous declaration"
404 msgstr "`%s' ¤Î¥»¥¯¥·¥ç¥ó¤ÏÁ°Êý¤Ç¤ËÀë¸À¤µ¤ì¤¿¤â¤Î¤È¾×Æͤ·¤Þ¤¹"
405
406 #: c-common.c:5722
407 #, c-format
408 msgid "section attribute not allowed for `%s'"
409 msgstr "¥»¥¯¥·¥ç¥ó°À­¤Ï `%s' ¤Ë¤Ï»È¤¨¤Þ¤»¤ó"
410
411 #: c-common.c:5729
412 msgid "section attributes are not supported for this target"
413 msgstr "¥»¥¯¥·¥ç¥ó°À­¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ç¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
414
415 #: c-common.c:5771
416 msgid "requested alignment is not a constant"
417 msgstr "Í׵ᤵ¤ì¤¿¥¢¥é¥¤¥ó¥á¥ó¥È¤¬Äê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
418
419 #: c-common.c:5776
420 msgid "requested alignment is not a power of 2"
421 msgstr "Í׵ᤵ¤ì¤¿¥¢¥é¥¤¥ó¥á¥ó¥È¤¬ 2 ¤Î¤Ù¤­¾è¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
422
423 #: c-common.c:5781
424 msgid "requested alignment is too large"
425 msgstr "Í׵ᤵ¤ì¤¿¥¢¥é¥¤¥ó¥á¥ó¥È¤¬Â礭¤¹¤®¤Þ¤¹"
426
427 #: c-common.c:5808
428 #, c-format
429 msgid "alignment may not be specified for `%s'"
430 msgstr "`%s' ¤ËÂФ·¤Æ¤Î¥¢¥é¥¤¥ó¥á¥ó¥È¤Ï»ØÄê¤Ç¤­¤Þ¤»¤ó"
431
432 #: c-common.c:5853
433 #, c-format
434 msgid "`%s' defined both normally and as an alias"
435 msgstr "`%s' ¤¬Ä̾ï¤Î¤â¤Î¤È¥¨¥¤¥ê¥¢¥¹¤È¤ÎξÊý¤ÇÄêµÁ¤µ¤ì¤Þ¤·¤¿"
436
437 #: c-common.c:5863
438 msgid "alias arg not a string"
439 msgstr "alias °ú¿ô¤¬Ê¸»úÎó¤Ç¤Ï¤Ê¤¤"
440
441 #: c-common.c:5910
442 #, fuzzy
443 msgid "visibility arg not a string"
444 msgstr "alias °ú¿ô¤¬Ê¸»úÎó¤Ç¤Ï¤Ê¤¤"
445
446 #: c-common.c:5919
447 msgid "visibility arg must be one of \"default\", \"hidden\", \"protected\" or \"internal\""
448 msgstr ""
449
450 #: c-common.c:5953
451 #, fuzzy
452 msgid "tls_model arg not a string"
453 msgstr "alias °ú¿ô¤¬Ê¸»úÎó¤Ç¤Ï¤Ê¤¤"
454
455 #: c-common.c:5962
456 msgid "tls_model arg must be one of \"local-exec\", \"initial-exec\", \"local-dynamic\" or \"global-dynamic\""
457 msgstr ""
458
459 #: c-common.c:5987 c-common.c:6043
460 #, c-format
461 msgid "`%s' attribute applies only to functions"
462 msgstr "`%s' °À­¤Ï´Ø¿ô¤ËÂФ·¤Æ¤Î¤ßŬÍѤµ¤ì¤Þ¤¹"
463
464 #: c-common.c:5994 c-common.c:6050
465 #, c-format
466 msgid "can't set `%s' attribute after definition"
467 msgstr "ÄêµÁ¤Î¸å¤Ç `%s' °À­¤ò¥»¥Ã¥È¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
468
469 #: c-common.c:6114
470 #, fuzzy
471 msgid "cleanup arg not an identifier"
472 msgstr "¼±Ê̻ҤΤʤ¤ 'defined'"
473
474 #: c-common.c:6121
475 #, fuzzy
476 msgid "cleanup arg not a function"
477 msgstr "¸Æ¤Ó½Ð¤µ¤ì¤¿¥ª¥Ö¥¸¥§¥¯¥È¤Ï´Ø¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
478
479 #: c-common.c:6183
480 #, fuzzy, c-format
481 msgid "`%s' attribute ignored for `%s'"
482 msgstr "`%s' °À­¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
483
484 #: c-common.c:6248
485 #, fuzzy, c-format
486 msgid "invalid vector type for attribute `%s'"
487 msgstr "`%s' ¤Î°ú¿ô¤È¤·¤Æ̵¸ú¤Ê·¿"
488
489 #: c-common.c:6272 c-common.c:6304
490 msgid "no vector mode with the size and type specified could be found"
491 msgstr ""
492
493 #: c-common.c:6403
494 #, fuzzy
495 msgid "nonnull attribute without arguments on a non-prototype"
496 msgstr "²¾°ú¿ô¤Î¿ô¤¬¥×¥í¥È¥¿¥¤¥×¤È°ìÃפ·¤Þ¤»¤ó"
497
498 #: c-common.c:6418
499 #, fuzzy, c-format
500 msgid "nonnull argument has invalid operand number (arg %lu)"
501 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥Èʸ»úÎó¤ËÉÔŬÀڤʥª¥Ú¥é¥ó¥É¿ô¤¬¤¢¤ê¤Þ¤¹"
502
503 #: c-common.c:6437
504 #, c-format
505 msgid "nonnull argument with out-of-range operand number (arg %lu, operand %lu)"
506 msgstr ""
507
508 #: c-common.c:6445
509 #, c-format
510 msgid "nonnull argument references non-pointer operand (arg %lu, operand %lu)"
511 msgstr ""
512
513 #: c-common.c:6531
514 #, c-format
515 msgid "null argument where non-null required (arg %lu)"
516 msgstr ""
517
518 #: c-convert.c:80 c-typeck.c:988 c-typeck.c:4059 cp/typeck.c:1615
519 #: cp/typeck.c:5939
520 msgid "void value not ignored as it ought to be"
521 msgstr "void ¤ÎÃͤ¬ËÜÍè¤Î°ÕÌ£Ä̤ê¤Ë̵»ë¤µ¤ì¤Þ¤»¤ó¤Ç¤·¤¿"
522
523 #: c-convert.c:112 java/typeck.c:150
524 msgid "conversion to non-scalar type requested"
525 msgstr "Èó¥¹¥«¥é¡¼·¿¤Ø¤ÎÊÑ´¹¤¬Í׵ᤵ¤ì¤Þ¤¹"
526
527 #: c-decl.c:340
528 #, c-format
529 msgid "array `%s' assumed to have one element"
530 msgstr "ÇÛÎó `%s' ¤Ï°ìÍ×ÁǤò»ý¤Ã¤Æ¤¤¤ë¤â¤Î¤È¸«¤Ê¤µ¤ì¤Þ¤¹"
531
532 #: c-decl.c:526
533 #, c-format
534 msgid "`struct %s' incomplete in scope ending here"
535 msgstr "¥¹¥³¡¼¥×¤¬½ª¤ï¤ë¤³¤Î°ÌÃ֤ǡ¢`struct %s' ¤¬ÉÔ´°Á´¤Ç¤¹"
536
537 #: c-decl.c:529
538 #, c-format
539 msgid "`union %s' incomplete in scope ending here"
540 msgstr "¥¹¥³¡¼¥×¤¬½ª¤ï¤ë¤³¤ÎÉôʬ¤Ç `union %s' ¤¬ÉÔ´°Á´¤Ç¤¹"
541
542 #: c-decl.c:532
543 #, c-format
544 msgid "`enum %s' incomplete in scope ending here"
545 msgstr "¥¹¥³¡¼¥×¤¬½ª¤ï¤ë¤³¤ÎÉôʬ¤Ç `enum %s' ¤¬ÉÔ´°Á´¤Ç¤¹"
546
547 #: c-decl.c:646 c-decl.c:771 java/decl.c:1403
548 #, c-format
549 msgid "label `%s' used but not defined"
550 msgstr "¥é¥Ù¥ë `%s' ¤¬»È¤ï¤ì¤Þ¤·¤¿¤¬ÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
551
552 #: c-decl.c:652 c-decl.c:778 java/decl.c:1409
553 #, c-format
554 msgid "label `%s' defined but not used"
555 msgstr "¥é¥Ù¥ë `%s' ¤¬ÄêµÁ¤µ¤ì¤Þ¤·¤¿¤¬»È¤ï¤ì¤Æ¤¤¤Þ¤»¤ó"
556
557 #: c-decl.c:893 cp/decl.c:3335
558 #, fuzzy, c-format
559 msgid "function `%s' redeclared as inline"
560 msgstr "¥é¥¤¥Ö¥é¥ê´Ø¿ô `%s' ¤ÏÈó´Ø¿ô¤È¤·¤ÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
561
562 #: c-decl.c:895 cp/decl.c:3337
563 #, fuzzy, c-format
564 msgid "previous declaration of function `%s' with attribute noinline"
565 msgstr "%s: ´Ø¿ô `%s' ¤ÎÀë¸À¤¬ÊÑ´¹¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
566
567 #: c-decl.c:902 cp/decl.c:3344
568 #, fuzzy, c-format
569 msgid "function `%s' redeclared with attribute noinline"
570 msgstr "´Ø¿ô `%s' ¤Ï¥Ö¥í¥Ã¥¯Æâ¤ÎÁ°Êý¤ÇÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
571
572 #: c-decl.c:904 cp/decl.c:3346
573 #, fuzzy, c-format
574 msgid "previous declaration of function `%s' was inline"
575 msgstr "Á°Êý¤Ç¤Î `%s' ¤ÎÀë¸À"
576
577 #: c-decl.c:933 c-decl.c:979
578 #, c-format
579 msgid "shadowing built-in function `%s'"
580 msgstr "ÁȤ߹þ¤ß´Ø¿ô `%s' ¤òʤ¤¤±£¤·¤Þ¤¹"
581
582 #: c-decl.c:935
583 #, c-format
584 msgid "shadowing library function `%s'"
585 msgstr "¥é¥¤¥Ö¥é¥ê´Ø¿ô `%s' ¤òʤ¤¤±£¤·¤Þ¤¹"
586
587 #: c-decl.c:941
588 #, c-format
589 msgid "library function `%s' declared as non-function"
590 msgstr "¥é¥¤¥Ö¥é¥ê´Ø¿ô `%s' ¤ÏÈó´Ø¿ô¤È¤·¤ÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
591
592 #: c-decl.c:945 c-decl.c:948
593 #, c-format
594 msgid "built-in function `%s' declared as non-function"
595 msgstr "ÁȤ߹þ¤ß´Ø¿ô `%s' ¤ÏÈó´Ø¿ô¤È¤·¤ÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
596
597 #: c-decl.c:952 objc/objc-act.c:2384 objc/objc-act.c:6154
598 #, c-format
599 msgid "`%s' redeclared as different kind of symbol"
600 msgstr "`%s' ¤¬Ê̤Υ·¥ó¥Ü¥ë¼ï¤È¤·¤ÆºÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
601
602 #: c-decl.c:953 c-decl.c:1144 c-decl.c:1158 c-decl.c:1165 c-decl.c:1310
603 #: objc/objc-act.c:2386 objc/objc-act.c:6156 objc/objc-act.c:6211
604 #, c-format
605 msgid "previous declaration of `%s'"
606 msgstr "Á°Êý¤Ç¤Î `%s' ¤ÎÀë¸À"
607
608 #. If types don't match for a built-in, throw away the built-in.
609 #: c-decl.c:1048
610 #, c-format
611 msgid "conflicting types for built-in function `%s'"
612 msgstr "ÁȤ߹þ¤ß´Ø¿ô `%s' ¤È·¿¤¬Ì·½â¤·¤Þ¤¹"
613
614 #: c-decl.c:1091 c-decl.c:1110
615 #, c-format
616 msgid "conflicting types for `%s'"
617 msgstr "`%s' ¤È·¿¤¬Ì·½â¤·¤Þ¤¹"
618
619 #: c-decl.c:1133
620 #, fuzzy
621 msgid "a parameter list with an ellipsis can't match an empty parameter name list declaration"
622 msgstr "¾Êάµ­¹æÉÕ¤­¥Ñ¥é¥á¥¿¥ê¥¹¥È¤Ï¡¢¶õ¤Î²¾°ú¿ô̾¥ê¥¹¥ÈÀë¸À¤È°ìÃפǤ­¤Þ¤»¤ó¡£"
623
624 #: c-decl.c:1139
625 #, fuzzy
626 msgid "an argument type that has a default promotion can't match an empty parameter name list declaration"
627 msgstr "¥Ç¥Õ¥©¥ë¥È¤Ç³Ê¾å¤²¤µ¤ì¤ë·¿¤Î°ú¿ô¤¬¡¢¶õ¤Î²¾°ú¿ô̾¥ê¥¹¥ÈÀë¸À¤ÈŬ¹ç¤·¤Þ¤»¤ó¡£"
628
629 #: c-decl.c:1157
630 #, fuzzy, c-format
631 msgid "thread-local declaration of `%s' follows non thread-local declaration"
632 msgstr "`%s' ¤ÎÀë¸À¤Ï¥°¥í¡¼¥Ð¥ëÀë¸À¤òʤ¤¤±£¤·¤Þ¤¹"
633
634 #: c-decl.c:1164
635 #, fuzzy, c-format
636 msgid "non thread-local declaration of `%s' follows thread-local declaration"
637 msgstr "`%s' ¤ÎÀë¸À¤Ï¥°¥í¡¼¥Ð¥ëÀë¸À¤òʤ¤¤±£¤·¤Þ¤¹"
638
639 #: c-decl.c:1175 c-decl.c:1198
640 #, c-format
641 msgid "redefinition of `%s'"
642 msgstr "`%s' ¤¬ºÆÄêµÁ¤µ¤ì¤Þ¤·¤¿"
643
644 #: c-decl.c:1178
645 #, c-format
646 msgid "redeclaration of `%s'"
647 msgstr "`%s' ¤¬ºÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
648
649 #: c-decl.c:1181
650 #, c-format
651 msgid "conflicting declarations of `%s'"
652 msgstr "`%s' ¤ÎÀë¸À¤¬Ì·½â¤·¤Æ¤¤¤Þ¤¹"
653
654 #: c-decl.c:1225
655 #, c-format
656 msgid "prototype for `%s' follows"
657 msgstr "`%s' ¤Î¥×¥í¥È¥¿¥¤¥×¤¬¸å¤í¤Ë¤¢¤ê¤Þ¤¹"
658
659 #: c-decl.c:1226 c-decl.c:1234 c-decl.c:1245
660 msgid "non-prototype definition here"
661 msgstr "Èó¥×¥í¥È¥¿¥¤¥×ÄêµÁ¤¬¤³¤³¤Ë¤¢¤ê¤Þ¤¹"
662
663 #: c-decl.c:1233
664 #, c-format
665 msgid "prototype for `%s' follows and number of arguments doesn't match"
666 msgstr "`%s' ¤Î¥×¥í¥È¥¿¥¤¥×¤¬¸å¤í¤Ë¤¢¤ê¡¢°ú¿ô¤Î¸Ä¿ô¤¬°ìÃפ·¤Þ¤»¤ó"
667
668 #: c-decl.c:1243
669 #, c-format
670 msgid "prototype for `%s' follows and argument %d doesn't match"
671 msgstr "`%s' ¤Î¥×¥í¥È¥¿¥¤¥×¤¬¸å¤í¤Ë¤¢¤ê¡¢°ú¿ô %d ¤¬°ìÃפ·¤Þ¤»¤ó"
672
673 #: c-decl.c:1261
674 #, c-format
675 msgid "`%s' declared inline after being called"
676 msgstr "`%s' ¤Ï¸Æ¤Ó½Ð¤µ¤ì¤ë¤è¤ê¤â¸å¤í¤Ç inline Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
677
678 #: c-decl.c:1267
679 #, c-format
680 msgid "`%s' declared inline after its definition"
681 msgstr "`%s' ¤Ï¤½¤ÎÄêµÁ¤è¤ê¤â¸å¤Ç inline Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
682
683 #: c-decl.c:1274
684 #, c-format
685 msgid "static declaration for `%s' follows non-static"
686 msgstr "`%s' ¤ÏÈó static ¤Î¸å¤Ç static Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
687
688 #: c-decl.c:1282
689 #, c-format
690 msgid "non-static declaration for `%s' follows static"
691 msgstr "`%s' ¤Ï static ¤Î¸å¤ÇÈó static Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
692
693 #: c-decl.c:1289
694 #, c-format
695 msgid "const declaration for `%s' follows non-const"
696 msgstr "`%s' ¤ÏÈó const ¤Î¸å¤Ç const Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
697
698 #: c-decl.c:1296
699 #, c-format
700 msgid "type qualifiers for `%s' conflict with previous decl"
701 msgstr "`%s' ¤Î·¿½¤¾þ»Ò¤¬Á°Êý¤ÎÀë¸À¤ÈÌ·½â¤·¤Þ¤¹"
702
703 #: c-decl.c:1309
704 #, c-format
705 msgid "redundant redeclaration of `%s' in same scope"
706 msgstr "`%s' ¤Î¾éĹ¤ÊºÆÀë¸À¤¬Æ±°ì¥¹¥³¡¼¥×Æâ¤Ë¤¢¤ê¤Þ¤¹"
707
708 #: c-decl.c:1619 java/decl.c:1102
709 #, c-format
710 msgid "declaration of `%s' shadows a parameter"
711 msgstr "`%s' ¤ÎÀë¸À¤Ï²¾°ú¿ô¤òʤ¤¤±£¤·¤Þ¤¹"
712
713 #: c-decl.c:1622 java/decl.c:1105
714 #, c-format
715 msgid "declaration of `%s' shadows a symbol from the parameter list"
716 msgstr "`%s' ¤ÎÀë¸À¤Ï²¾°ú¿ô¥ê¥¹¥È¤Î¥·¥ó¥Ü¥ë¤òʤ¤¤±£¤·¤Þ¤¹"
717
718 #: c-decl.c:1643 cp/decl.c:4479
719 #, fuzzy
720 msgid "a parameter"
721 msgstr "²¾°ú¿ô `%s' ¤Ï̵¸ú¤Ç¤¹"
722
723 #: c-decl.c:1645 cp/decl.c:4496
724 msgid "a previous local"
725 msgstr ""
726
727 #. XXX shadow warnings in outer-more namespaces
728 #: c-decl.c:1649 cp/decl.c:4500
729 #, fuzzy
730 msgid "a global declaration"
731 msgstr "̵¸ú¤ÊÀë¸À¤Ç¤¹"
732
733 #: c-decl.c:1693
734 #, c-format
735 msgid "nested extern declaration of `%s'"
736 msgstr "`%s' ¤Î extern Àë¸À¤¬¥Í¥¹¥È¤·¤Æ¤¤¤Þ¤¹"
737
738 #: c-decl.c:1712 java/decl.c:1055
739 #, c-format
740 msgid "`%s' used prior to declaration"
741 msgstr "`%s' ¤ÏÀë¸À¤è¤ê¤âÀè¤Ë»ÈÍѤµ¤ì¤Þ¤·¤¿"
742
743 #: c-decl.c:1726 c-decl.c:1901
744 #, c-format
745 msgid "`%s' was declared implicitly `extern' and later `static'"
746 msgstr "`%s' ¤Ï°ÅÌÛ¤Ë `extern' Àë¸À¤µ¤ì¡¢¸å¤Ë `static' Àë¸À¤µ¤ì¤Þ¤·¤¿"
747
748 #: c-decl.c:1829 cp/decl.c:4336
749 msgid "type mismatch with previous external decl"
750 msgstr "·¿¤¬Á°Êý¤Î³°ÉôÀë¸À¤È°ìÃפ·¤Þ¤»¤ó"
751
752 #: c-decl.c:1830
753 #, c-format
754 msgid "previous external decl of `%s'"
755 msgstr "Á°Êý¤Î `%s' ¤Î³°ÉôÀë¸À"
756
757 #: c-decl.c:1843
758 msgid "type mismatch with previous implicit declaration"
759 msgstr "·¿¤¬Á°Êý¤Î°ÅÌÛ¤ÎÀë¸À¤È°ìÃפ·¤Þ¤»¤ó"
760
761 #: c-decl.c:1845
762 #, c-format
763 msgid "previous implicit declaration of `%s'"
764 msgstr "Á°Êý¤Ç¤Î `%s' ¤Î°ÅÌÛŪ¤ÊÀë¸À"
765
766 #: c-decl.c:1880
767 #, c-format
768 msgid "`%s' was previously implicitly declared to return `int'"
769 msgstr "`%s' ¤ÏÁ°Êý¤Ç°ÅÌÛŪ¤Ë `int' ¤òÊÖ¤¹¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
770
771 #: c-decl.c:1905
772 #, c-format
773 msgid "`%s' was declared `extern' and later `static'"
774 msgstr "`%s' ¤Ï `extern' ¤ÈÀë¸À¤µ¤ì¡¢¸å¤Ç `static' ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
775
776 #: c-decl.c:1929
777 #, c-format
778 msgid "extern declaration of `%s' doesn't match global one"
779 msgstr "`%s' ¤Îextern Àë¸À¤Ï¥°¥í¡¼¥Ð¥ë¤Î¤½¤ì¤È°ìÃפ·¤Þ¤»¤ó"
780
781 #: c-decl.c:1971
782 #, c-format
783 msgid "`%s' locally external but globally static"
784 msgstr "`%s' ¤Ï¥í¡¼¥«¥ëŪ¤Ë¤Ï extern ¤Ç¤¹¤¬¡¢¥°¥í¡¼¥Ð¥ëŪ¤Ë static ¤Ç¤¹"
785
786 #: c-decl.c:2095
787 #, c-format
788 msgid "function `%s' was previously declared within a block"
789 msgstr "´Ø¿ô `%s' ¤Ï¥Ö¥í¥Ã¥¯Æâ¤ÎÁ°Êý¤ÇÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
790
791 #: c-decl.c:2115 c-decl.c:2117
792 #, c-format
793 msgid "implicit declaration of function `%s'"
794 msgstr "´Ø¿ô `%s' ¤Î°ÅÌÛ¤ÎÀë¸À"
795
796 #: c-decl.c:2196
797 #, c-format
798 msgid "label %s referenced outside of any function"
799 msgstr "¥é¥Ù¥ë %s ¤¬¤¢¤é¤æ¤ë´Ø¿ô¤Î³°Â¦¤Ç»²¾È¤µ¤ì¤Þ¤·¤¿"
800
801 #: c-decl.c:2253
802 #, c-format
803 msgid "duplicate label declaration `%s'"
804 msgstr "¥é¥Ù¥ë¤ÎÀë¸À `%s' ¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
805
806 #: c-decl.c:2256
807 msgid "this is a previous declaration"
808 msgstr "Á°Êý¤Ç¤Î `%s' ¤ÎÀë¸À"
809
810 #: c-decl.c:2679
811 msgid "unnamed struct/union that defines no instances"
812 msgstr "̵̾¹½Â¤ÂÎ/¶¦ÍÑÂΤ¬¡¢¤½¤Î¥¤¥ó¥¹¥¿¥ó¥¹¤òÄêµÁ¤·¤Æ¤¤¤Þ¤»¤ó"
813
814 #: c-decl.c:2698
815 msgid "useless keyword or type name in empty declaration"
816 msgstr "¶õ¤ÎÀë¸À¤ÎÃæ¤Ë¡¢Ìµ°ÕÌ£¤Ê¥­¡¼¥ï¡¼¥ÉËô¤Ï·¿Ì¾¤¬¤¢¤ê¤Þ¤¹"
817
818 #: c-decl.c:2705
819 msgid "two types specified in one empty declaration"
820 msgstr "°ì¤Ä¤Î¶õ¤ÎÀë¸ÀÃæ¤Ë¡¢Æó¤Ä¤Î·¿¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
821
822 #: c-decl.c:2710 c-parse.y:753 c-parse.y:755 parse.y:766 parse.y:1853
823 #: objc-parse.y:799 objc-parse.y:801 objc-parse.y:3042
824 msgid "empty declaration"
825 msgstr "¶õ¤ÎÀë¸À¤Ç¤¹"
826
827 #: c-decl.c:2740
828 msgid "ISO C90 does not support `static' or type qualifiers in parameter array declarators"
829 msgstr ""
830
831 #: c-decl.c:2742
832 #, fuzzy
833 msgid "ISO C90 does not support `[*]' array declarators"
834 msgstr "ISO C89 ¤Ï²ÄÊÑÇÛÎó¥á¥ó¥Ð¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
835
836 #: c-decl.c:2745
837 msgid "GCC does not yet properly implement `[*]' array declarators"
838 msgstr ""
839
840 #: c-decl.c:2764
841 #, fuzzy
842 msgid "static or type qualifiers in abstract declarator"
843 msgstr "¥Ý¥¤¥ó¥¿Àë¸À»Ò¤ËÉÔŬÀڤʷ¿½¤¾þ»Ò"
844
845 #: c-decl.c:2838
846 #, c-format
847 msgid "`%s' is usually a function"
848 msgstr "`%s' ¤ÏÄ̾ï¤Ï´Ø¿ô¤Ç¤¹"
849
850 #: c-decl.c:2847
851 #, fuzzy, c-format
852 msgid "typedef `%s' is initialized (use __typeof__ instead)"
853 msgstr "typedef `%s' ¤¬½é´ü²½¤µ¤ì¤Þ¤·¤¿"
854
855 #: c-decl.c:2853
856 #, c-format
857 msgid "function `%s' is initialized like a variable"
858 msgstr "´Ø¿ô `%s' ¤¬ÊÑ¿ô¤Ç¤¢¤ë¤«¤Î¤è¤¦¤Ë½é´ü²½¤µ¤ì¤Þ¤·¤¿"
859
860 #. DECL_INITIAL in a PARM_DECL is really DECL_ARG_TYPE.
861 #: c-decl.c:2860
862 #, c-format
863 msgid "parameter `%s' is initialized"
864 msgstr "²¾°ú¿ô `%s' ¤¬½é´ü²½¤µ¤ì¤Þ¤·¤¿"
865
866 #: c-decl.c:2880 c-typeck.c:4895
867 msgid "variable-sized object may not be initialized"
868 msgstr "²ÄÊÑĹ¥ª¥Ö¥¸¥§¥¯¥È¤Ï½é´ü²½¤µ¤ì¤Ê¤¤¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦"
869
870 #: c-decl.c:2886
871 #, c-format
872 msgid "variable `%s' has initializer but incomplete type"
873 msgstr "ÊÑ¿ô `%s' ¤Ë¤Ï½é´ü²½»Ò¤¬¤¢¤ê¤Þ¤¹¤¬¡¢ÉÔ´°Á´·¿¤Ç¤¹"
874
875 #: c-decl.c:2892
876 #, c-format
877 msgid "elements of array `%s' have incomplete type"
878 msgstr "ÇÛÎó `%s' ¤ÎÍ×ÁǤËÉÔ´°Á´·¿¤¬¤¢¤ê¤Þ¤¹"
879
880 #: c-decl.c:2905
881 #, c-format
882 msgid "declaration of `%s' has `extern' and is initialized"
883 msgstr "`%s' ¤ÎÀë¸À¤Ë `extern' ¤¬¤Ä¤¤¤Æ¤ª¤ê¡¢½é´ü²½¤â¤µ¤ì¤Æ¤¤¤Þ¤¹"
884
885 #: c-decl.c:2954 c-decl.c:5828 cp/decl.c:7760 cp/decl.c:14339
886 #, fuzzy, c-format
887 msgid "inline function `%s' given attribute noinline"
888 msgstr "ÁȤ߹þ¤ß´Ø¿ô `%s' ¤ÏÈó´Ø¿ô¤È¤·¤ÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
889
890 #: c-decl.c:3028
891 #, c-format
892 msgid "initializer fails to determine size of `%s'"
893 msgstr "½é´ü²½»Ò¤Ï `%s' ¤Î¥µ¥¤¥º¤ÎÆÃÄê¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
894
895 #: c-decl.c:3033
896 #, c-format
897 msgid "array size missing in `%s'"
898 msgstr "`%s' ¤Ç¤ÎÇÛÎó¥µ¥¤¥º¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
899
900 #: c-decl.c:3049
901 #, c-format
902 msgid "zero or negative size array `%s'"
903 msgstr "`%s' ¤ÎÇÛÎó¥µ¥¤¥º¤¬¥¼¥íËô¤ÏÉé¤Ç¤¹"
904
905 #: c-decl.c:3077
906 #, c-format
907 msgid "storage size of `%s' isn't known"
908 msgstr "`%s' ¤ÎÎΰ襵¥¤¥º¤¬¤ï¤«¤ê¤Þ¤»¤ó"
909
910 #: c-decl.c:3087
911 #, c-format
912 msgid "storage size of `%s' isn't constant"
913 msgstr "`%s' ¤ÎÎΰ襵¥¤¥º¤¬°ìÄê¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
914
915 #: c-decl.c:3147
916 #, c-format
917 msgid "ignoring asm-specifier for non-static local variable `%s'"
918 msgstr "Èó static ¥í¡¼¥«¥ëÊÑ¿ô `%s' ¤Ø¤Î asm »ØÄê»Ò¤Ï̵»ë¤µ¤ì¤Þ¤¹"
919
920 #: c-decl.c:3247
921 #, fuzzy, c-format
922 msgid "ISO C forbids parameter `%s' shadowing typedef"
923 msgstr "ANSI C ¤Ï typedef ¤òʤ¤¤±£¤¹²¾°ú¿ô `%s' ¤ò¶Ø¤¸¤Æ¤¤¤Þ¤¹"
924
925 #: c-decl.c:3592 cp/decl.c:10880
926 msgid "`long long long' is too long for GCC"
927 msgstr "`long long long' ¤Ï GCC ¤Ë¤È¤Ã¤ÆŤ¹¤®¤Þ¤¹"
928
929 #: c-decl.c:3597
930 #, fuzzy
931 msgid "ISO C90 does not support `long long'"
932 msgstr "ISO C89 ¤Ï `long long' ¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
933
934 #: c-decl.c:3606 c-decl.c:3609 cp/decl.c:10885
935 #, c-format
936 msgid "duplicate `%s'"
937 msgstr "`%s' ¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
938
939 #: c-decl.c:3619 cp/decl.c:10892
940 msgid "`__thread' before `extern'"
941 msgstr ""
942
943 #: c-decl.c:3621 cp/decl.c:10894
944 msgid "`__thread' before `static'"
945 msgstr ""
946
947 #: c-decl.c:3629 cp/decl.c:10921
948 #, c-format
949 msgid "two or more data types in declaration of `%s'"
950 msgstr "`%s' ¤ÎÀë¸À¤ËÆó¤Ä°Ê¾å¤Î¥Ç¡¼¥¿·¿¤¬»ØÄꤵ¤ì¤Þ¤·¤¿"
951
952 #: c-decl.c:3649 cp/decl.c:10926
953 #, c-format
954 msgid "`%s' fails to be a typedef or built in type"
955 msgstr "`%s' ¤ò typedef ¤Þ¤¿¤ÏÁȤ߹þ¤ß·¿¤Ë¤Ç¤­¤Þ¤»¤ó"
956
957 #: c-decl.c:3688
958 #, c-format
959 msgid "type defaults to `int' in declaration of `%s'"
960 msgstr "`%s' ¤ÎÀë¸À¤Ç·¿¤¬¥Ç¥Õ¥©¥ë¥È¤Î `int' ¤È¤µ¤ì¤Þ¤·¤¿"
961
962 #: c-decl.c:3717
963 #, c-format
964 msgid "both long and short specified for `%s'"
965 msgstr "`%s' ¤ËÂФ·¤Æ long ¤È short ¤ÎξÊý¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
966
967 #: c-decl.c:3721 cp/decl.c:11041
968 #, c-format
969 msgid "long or short specified with char for `%s'"
970 msgstr "`%s' ¤ËÂФ·¤Æ char ¤È¤È¤â¤Ë long ¤Þ¤¿¤Ï short ¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
971
972 #: c-decl.c:3728 cp/decl.c:11045
973 #, c-format
974 msgid "long or short specified with floating type for `%s'"
975 msgstr "`%s' ¤ËÂФ·¤ÆÉâÆ°¾®¿ô·¿¤È¤È¤â¤Ë long ¤Þ¤¿¤Ï short ¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
976
977 #: c-decl.c:3731
978 msgid "the only valid combination is `long double'"
979 msgstr "Í£°ì¤ÎÍ­¸ú¤ÊÁȹç¤ï¤»¤Ï `long double' ¤Ç¤¹"
980
981 #: c-decl.c:3737
982 #, c-format
983 msgid "both signed and unsigned specified for `%s'"
984 msgstr "`%s' ¤ËÂФ·¤ÆÉä¹æ¤¢¤ê¤ÈÉä¹æ¤Ê¤·¤ÎξÊý¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
985
986 #: c-decl.c:3739 cp/decl.c:11034
987 #, c-format
988 msgid "long, short, signed or unsigned invalid for `%s'"
989 msgstr "`%s' ¤ËÂФ·¤Æ long, short, signed ¤Þ¤¿¤Ï unsigned ¤ÏÉÔŬÀڤǤ¹"
990
991 #: c-decl.c:3745 cp/decl.c:11054
992 #, c-format
993 msgid "long, short, signed or unsigned used invalidly for `%s'"
994 msgstr "`%s' ¤ËÂФ¹¤ë long, short, singed ¤ä unsigned ¤Î»ÈÍѤÏÉÔŬÀڤǤ¹"
995
996 #: c-decl.c:3763 cp/decl.c:11075
997 #, c-format
998 msgid "complex invalid for `%s'"
999 msgstr "`%s' ¤ËÂФ·¤Æ complex ¤ÏÉÔŬÀڤǤ¹"
1000
1001 #: c-decl.c:3805
1002 #, fuzzy
1003 msgid "ISO C90 does not support complex types"
1004 msgstr "ISO C89 ¤Ï complex ·¿¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
1005
1006 #: c-decl.c:3817
1007 msgid "ISO C does not support plain `complex' meaning `double complex'"
1008 msgstr "ISO C ¤Ï `double complex' ¤ò°ÕÌ£¤¹¤ë̵½¤¾þ¤Î `complex' ¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
1009
1010 #: c-decl.c:3823 c-decl.c:3835
1011 msgid "ISO C does not support complex integer types"
1012 msgstr "ISO C ¤ÏÀ°¿ô·¿¤Î complex ¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
1013
1014 #: c-decl.c:3850 c-decl.c:4316 cp/decl.c:11688
1015 msgid "duplicate `const'"
1016 msgstr "½ÅÊ£¤·¤¿ `const'"
1017
1018 #: c-decl.c:3852 c-decl.c:4320 cp/decl.c:11692
1019 msgid "duplicate `restrict'"
1020 msgstr "½ÅÊ£¤·¤¿¥é¥Ù¥ë `restrict'"
1021
1022 #: c-decl.c:3854 c-decl.c:4318 cp/decl.c:11690
1023 msgid "duplicate `volatile'"
1024 msgstr "½ÅÊ£¤·¤¿ `volatile'"
1025
1026 #: c-decl.c:3882 cp/decl.c:11238
1027 #, c-format
1028 msgid "multiple storage classes in declaration of `%s'"
1029 msgstr "`%s' ¤ÎÀë¸À¤Ë¤ª¤¤¤ÆÊ£¿ô¤ÎÊݸ¥¯¥é¥¹"
1030
1031 #: c-decl.c:3892
1032 msgid "function definition declared `auto'"
1033 msgstr "´Ø¿ô¤ÎÄêµÁ¤¬ `auto' ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
1034
1035 #: c-decl.c:3894
1036 msgid "function definition declared `register'"
1037 msgstr "´Ø¿ô¤ÎÄêµÁ¤¬ `register' ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
1038
1039 #: c-decl.c:3896
1040 msgid "function definition declared `typedef'"
1041 msgstr "´Ø¿ô¤ÎÄêµÁ¤¬ `typedef' ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
1042
1043 #: c-decl.c:3898
1044 #, fuzzy
1045 msgid "function definition declared `__thread'"
1046 msgstr "´Ø¿ô¤ÎÄêµÁ¤¬ `typedef' ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
1047
1048 #: c-decl.c:3911
1049 #, c-format
1050 msgid "storage class specified for structure field `%s'"
1051 msgstr "¹½Â¤ÂÎ¥Õ¥£¡¼¥ë¥É `%s' ¤Ë»ØÄꤵ¤ì¤¿µ­²±¥¯¥é¥¹"
1052
1053 #: c-decl.c:3915 cp/decl.c:11285
1054 #, c-format
1055 msgid "storage class specified for parameter `%s'"
1056 msgstr "²¾°ú¿ô `%s' ¤Ç»ØÄꤵ¤ì¤¿µ­²±¥¯¥é¥¹"
1057
1058 #: c-decl.c:3918 cp/decl.c:11287
1059 msgid "storage class specified for typename"
1060 msgstr "·¿Ì¾¤ËÂФ·¤Æ»ØÄꤵ¤ì¤¿µ­²±¥¯¥é¥¹"
1061
1062 #: c-decl.c:3930 cp/decl.c:11302
1063 #, c-format
1064 msgid "`%s' initialized and declared `extern'"
1065 msgstr "`%s' ¤¬½é´ü²½¤µ¤ì¤ë¤È¤³¤í¤Ç¡¢`extern' Àë¸À¤µ¤ì¤Þ¤·¤¿"
1066
1067 #: c-decl.c:3932 cp/decl.c:11305
1068 #, c-format
1069 msgid "`%s' has both `extern' and initializer"
1070 msgstr "`%s' ¤Ë `extern' ¤È½é´ü²½»Ò¤ÎξÊý¤¬¤¢¤ê¤Þ¤¹"
1071
1072 #: c-decl.c:3937 cp/decl.c:11313
1073 #, c-format
1074 msgid "top-level declaration of `%s' specifies `auto'"
1075 msgstr "`%s' ¤Î¥È¥Ã¥×¥ì¥Ù¥ë¤ÎÀë¸À¤¬ `auto' ¤ò»ØÄꤷ¤Þ¤¹"
1076
1077 #: c-decl.c:3942 cp/decl.c:11309
1078 #, c-format
1079 msgid "nested function `%s' declared `extern'"
1080 msgstr "¥Í¥¹¥È¤·¤¿´Ø¿ô `%s' ¤Ï `extern' ¤ËÀë¸À¤µ¤ì¤Þ¤·¤¿"
1081
1082 #: c-decl.c:3948 cp/decl.c:11319
1083 #, fuzzy, c-format
1084 msgid "function-scope `%s' implicitly auto and declared `__thread'"
1085 msgstr "´Ø¿ô `%s' ¤ò `mutable' ¤È¤·¤Æ¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
1086
1087 #. Only the innermost declarator (making a parameter be of
1088 #. array type which is converted to pointer type)
1089 #. may have static or type qualifiers.
1090 #: c-decl.c:3987 c-decl.c:4188
1091 #, fuzzy
1092 msgid "static or type qualifiers in non-parameter array declarator"
1093 msgstr "²¾°ú¿ôÀë¸À¤ÎÃæ¤Îµ­²±¥¯¥é¥¹»ØÄê»Ò¤Ï̵¸ú¤Ç¤¹"
1094
1095 #: c-decl.c:4031
1096 #, c-format
1097 msgid "declaration of `%s' as array of voids"
1098 msgstr "`%s' ¤ÎÀë¸À¤Ï void ¤ÎÇÛÎó"
1099
1100 #: c-decl.c:4037
1101 #, c-format
1102 msgid "declaration of `%s' as array of functions"
1103 msgstr "`%s' ¤ÎÀë¸À¤Ï´Ø¿ô¤ÎÇÛÎó"
1104
1105 #: c-decl.c:4042 c-decl.c:5332
1106 #, fuzzy
1107 msgid "invalid use of structure with flexible array member"
1108 msgstr "²ÄÊÑÇÛÎó¥á¥ó¥Ð¤ò½é´ü²½¤·¤Æ¤¤¤Þ¤¹"
1109
1110 #: c-decl.c:4061
1111 #, c-format
1112 msgid "size of array `%s' has non-integer type"
1113 msgstr "ÇÛÎó `%s' ¤ÎÂ礭¤µ¤ÏÈóÀ°¿ô·¿"
1114
1115 #: c-decl.c:4066
1116 #, c-format
1117 msgid "ISO C forbids zero-size array `%s'"
1118 msgstr "ISO C ¤Ï ¥µ¥¤¥º 0 ¤ÎÇÛÎó `%s' ¤ò¶Ø¤¸¤Þ¤¹"
1119
1120 #: c-decl.c:4073
1121 #, c-format
1122 msgid "size of array `%s' is negative"
1123 msgstr "ÇÛÎó `%s' ¤ÎÂ礭¤µ¤¬Éé¤Ç¤¹"
1124
1125 #: c-decl.c:4086
1126 #, fuzzy, c-format
1127 msgid "ISO C90 forbids array `%s' whose size can't be evaluated"
1128 msgstr "ISO C89 ¤Ï¥µ¥¤¥º¤¬É¾²Á¤Ç¤­¤Ê¤¤ÇÛÎó `%s' ¤ò¶Ø¤¸¤Þ¤¹"
1129
1130 #: c-decl.c:4089
1131 #, fuzzy, c-format
1132 msgid "ISO C90 forbids variable-size array `%s'"
1133 msgstr "ISO C89 ¤Ï²ÄÊÑĹ¥µ¥¤¥º¤ÎÇÛÎó `%s' ¤ò¶Ø¤¸¤Þ¤¹"
1134
1135 #: c-decl.c:4119 c-decl.c:4342 cp/decl.c:11897
1136 #, c-format
1137 msgid "size of array `%s' is too large"
1138 msgstr "ÇÛÎó `%s' ¤ÎÂ礭¤µ¤¬Â礭¤¹¤®¤Þ¤¹"
1139
1140 #: c-decl.c:4145
1141 #, fuzzy
1142 msgid "ISO C90 does not support flexible array members"
1143 msgstr "ISO C89 ¤Ï²ÄÊÑÇÛÎó¥á¥ó¥Ð¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
1144
1145 #: c-decl.c:4155
1146 msgid "array type has incomplete element type"
1147 msgstr "ÇÛÎó¤Î·¿¤¬ÉÔ´°Á´Í×ÁÇ·¿¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹"
1148
1149 #: c-decl.c:4162 c-decl.c:4392
1150 msgid "ISO C forbids const or volatile function types"
1151 msgstr "ISO C ¤Ï const ¤ä volatile ¤Î´Ø¿ô·¿¤ò¶Ø¤¸¤Þ¤¹"
1152
1153 #: c-decl.c:4208 cp/decl.c:11445
1154 #, c-format
1155 msgid "`%s' declared as function returning a function"
1156 msgstr "`%s' ¤Ï´Ø¿ô¤òÊÖ¤¹´Ø¿ô¤È¤·¤ÆÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
1157
1158 #: c-decl.c:4213 cp/decl.c:11450
1159 #, c-format
1160 msgid "`%s' declared as function returning an array"
1161 msgstr "`%s' ¤ÏÇÛÎó¤òÊÖ¤¹´Ø¿ô¤È¤·¤ÆÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
1162
1163 #: c-decl.c:4241
1164 msgid "ISO C forbids qualified void function return type"
1165 msgstr "ISO C ¤Ï½¤¾þÉÕ¤­ void ·¿¤ÎÌá¤êÃͤò»ý¤Ä´Ø¿ô¤ò¶Ø¤¸¤Þ¤¹"
1166
1167 #: c-decl.c:4245
1168 msgid "type qualifiers ignored on function return type"
1169 msgstr "´Ø¿ôÌá¤êÃͤη¿½¤¾þ»Ò¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
1170
1171 #: c-decl.c:4274 c-decl.c:4357 c-decl.c:4481 c-decl.c:4573
1172 msgid "ISO C forbids qualified function types"
1173 msgstr "ISO C ¤Ï´Ø¿ô¤Î·¿½¤¾þ»Ò¤ò¶Ø¤¸¤Þ¤¹"
1174
1175 #: c-decl.c:4314 cp/decl.c:11684
1176 msgid "invalid type modifier within pointer declarator"
1177 msgstr "¥Ý¥¤¥ó¥¿Àë¸À»Ò¤ËÉÔŬÀڤʷ¿½¤¾þ»Ò"
1178
1179 #: c-decl.c:4412 cp/decl.c:12182
1180 #, c-format
1181 msgid "variable or field `%s' declared void"
1182 msgstr "ÊÑ¿ô¤Þ¤¿¤ÏÎΰè `%s' ¤Ï void ¤ÈÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
1183
1184 #: c-decl.c:4445
1185 #, fuzzy
1186 msgid "attributes in parameter array declarator ignored"
1187 msgstr "²¾°ú¿ôÀë¸À¤ÎÃæ¤Ç `::' ¤ò»È¤¨¤Þ¤»¤ó"
1188
1189 #: c-decl.c:4470
1190 #, fuzzy
1191 msgid "invalid type modifier within array declarator"
1192 msgstr "¥Ý¥¤¥ó¥¿Àë¸À»Ò¤ËÉÔŬÀڤʷ¿½¤¾þ»Ò"
1193
1194 #: c-decl.c:4515
1195 #, c-format
1196 msgid "field `%s' declared as a function"
1197 msgstr "Îΰè `%s' ¤Ï´Ø¿ô¤È¤·¤ÆÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
1198
1199 #: c-decl.c:4521
1200 #, c-format
1201 msgid "field `%s' has incomplete type"
1202 msgstr "Îΰè `%s' ¤ÏÉÔ´°Á´¤Ê·¿¤Ç¤¹"
1203
1204 #: c-decl.c:4553 c-decl.c:4555 c-decl.c:4557 c-decl.c:4564
1205 #, c-format
1206 msgid "invalid storage class for function `%s'"
1207 msgstr "´Ø¿ô `%s' ¤ËÂФ·¤ÆÉÔŬÀÚ¤ÊÊݸ¥¯¥é¥¹"
1208
1209 #: c-decl.c:4579
1210 msgid "`noreturn' function returns non-void value"
1211 msgstr "`noreturn' ´Ø¿ô¤¬Èó void ÃͤòÊÖ¤·¤Æ¤¤¤Þ¤¹"
1212
1213 #: c-decl.c:4594
1214 msgid "cannot inline function `main'"
1215 msgstr "`main' ¤ò inline ´Ø¿ô¤Ë¤Ï¤Ç¤­¤Þ¤»¤ó"
1216
1217 #: c-decl.c:4649
1218 #, c-format
1219 msgid "variable `%s' declared `inline'"
1220 msgstr "ÊÑ¿ô `%s' ¤¬ `inline' ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
1221
1222 #. A mere warning is sure to result in improper semantics
1223 #. at runtime. Don't bother to allow this to compile.
1224 #: c-decl.c:4677 cp/decl.c:9951
1225 #, fuzzy
1226 msgid "thread-local storage not supported for this target"
1227 msgstr "-fdata-sections ¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ç¼õ¤±Æþ¤ì¤é¤ì¤Þ¤»¤ó"
1228
1229 #: c-decl.c:4732 c-decl.c:5880
1230 msgid "function declaration isn't a prototype"
1231 msgstr "´Ø¿ôÀë¸À¤Ï¥×¥í¥È¥¿¥¤¥×¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1232
1233 #: c-decl.c:4738
1234 msgid "parameter names (without types) in function declaration"
1235 msgstr "´Ø¿ôÀë¸ÀÃæ¤Ë¡Ê·¿¤Î̵¤¤¡Ë²¾°ú¿ô̾¤¬¤¢¤ê¤Þ¤¹"
1236
1237 #: c-decl.c:4770 c-decl.c:6250
1238 #, c-format
1239 msgid "parameter `%s' has incomplete type"
1240 msgstr "²¾°ú¿ô `%s' ¤ÏÉÔ´°Á´·¿¤Ç¤¹"
1241
1242 #: c-decl.c:4773
1243 msgid "parameter has incomplete type"
1244 msgstr "²¾°ú¿ô¤¬ÉÔ´°Á´·¿¤Ç¤¹"
1245
1246 #: c-decl.c:4794
1247 #, c-format
1248 msgid "parameter `%s' points to incomplete type"
1249 msgstr "²¾°ú¿ô `%s' ¤ÏÉÔ´°Á´·¿¤ò»Ø¤·¤Æ¤¤¤Þ¤¹"
1250
1251 #: c-decl.c:4797
1252 msgid "parameter points to incomplete type"
1253 msgstr "²¾°ú¿ô¤¬ÉÔ´°Á´·¿¤ò»Ø¤·¤Æ¤¤¤Þ¤¹"
1254
1255 #: c-decl.c:4862
1256 #, c-format
1257 msgid "parameter `%s' has just a forward declaration"
1258 msgstr "²¾°ú¿ô `%s' ¾¯¤·Á°Êý¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
1259
1260 #: c-decl.c:4903
1261 msgid "`void' in parameter list must be the entire list"
1262 msgstr "²¾°ú¿ô¥ê¥¹¥ÈÃæ¤Î `void' ¤Ï¥ê¥¹¥ÈÁ´ÂΤòÀê¤á¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
1263
1264 #: c-decl.c:4934
1265 #, fuzzy, c-format
1266 msgid "`struct %s' declared inside parameter list"
1267 msgstr "`%s %s' ¤Ï²¾°ú¿ô¥ê¥¹¥ÈÆâ¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
1268
1269 #: c-decl.c:4937
1270 #, fuzzy, c-format
1271 msgid "`union %s' declared inside parameter list"
1272 msgstr "`%s %s' ¤Ï²¾°ú¿ô¥ê¥¹¥ÈÆâ¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
1273
1274 #: c-decl.c:4940
1275 #, fuzzy, c-format
1276 msgid "`enum %s' declared inside parameter list"
1277 msgstr "`%s %s' ¤Ï²¾°ú¿ô¥ê¥¹¥ÈÆâ¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
1278
1279 #: c-decl.c:4947
1280 msgid "anonymous struct declared inside parameter list"
1281 msgstr "̵̾¹½Â¤ÂΤ¬²¾°ú¿ô¥ê¥¹¥ÈÆâ¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
1282
1283 #: c-decl.c:4949
1284 msgid "anonymous union declared inside parameter list"
1285 msgstr "̵̾¶¦ÍÑÂΤ¬²¾°ú¿ô¥ê¥¹¥ÈÆâ¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
1286
1287 #: c-decl.c:4951
1288 msgid "anonymous enum declared inside parameter list"
1289 msgstr "̵̾Îóµó»Ò¤¬²¾°ú¿ô¥ê¥¹¥ÈÆâ¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
1290
1291 #: c-decl.c:4955
1292 #, fuzzy
1293 msgid "its scope is only this definition or declaration, which is probably not what you want"
1294 msgstr "¤½¤Î¥¹¥³¡¼¥×¤ÏÄêµÁ¤«Àë¸À¤À¤±¤Ç¤¹¡¢¶²¤é¤¯Ë¾¤ó¤À¤³¤È¤È°Û¤Ê¤ë¤Ç¤·¤ç¤¦¡£"
1295
1296 #: c-decl.c:5032
1297 #, fuzzy, c-format
1298 msgid "redefinition of `union %s'"
1299 msgstr "`%s' ¤¬ºÆÄêµÁ¤µ¤ì¤Þ¤·¤¿"
1300
1301 #: c-decl.c:5034
1302 #, fuzzy, c-format
1303 msgid "redefinition of `struct %s'"
1304 msgstr "`%s %s' ¤ÎºÆÄêµÁ"
1305
1306 #: c-decl.c:5105 cp/decl.c:7532
1307 msgid "declaration does not declare anything"
1308 msgstr "Àë¸À¤¬²¿¤âÀë¸À¤·¤Æ¤¤¤Þ¤»¤ó"
1309
1310 #: c-decl.c:5169 c-decl.c:5172
1311 #, c-format
1312 msgid "%s defined inside parms"
1313 msgstr "%s¤¬²¾°ú¿ôÆâ¤ÇÄêµÁ¤µ¤ì¤Þ¤·¤¿"
1314
1315 #: c-decl.c:5170 c-decl.c:5173 c-decl.c:5184
1316 msgid "union"
1317 msgstr "¶¦ÍÑÂÎ"
1318
1319 #: c-decl.c:5170 c-decl.c:5173
1320 msgid "structure"
1321 msgstr "¹½Â¤ÂÎ"
1322
1323 #: c-decl.c:5183
1324 #, c-format
1325 msgid "%s has no %s"
1326 msgstr "%s¤¬%s¤ò»ý¤Ã¤Æ¤¤¤Þ¤»¤ó"
1327
1328 #: c-decl.c:5184
1329 msgid "struct"
1330 msgstr "¹½Â¤ÂÎ"
1331
1332 #: c-decl.c:5185
1333 msgid "named members"
1334 msgstr "̾Á°ÉÕ¤­¥á¥ó¥Ð"
1335
1336 #: c-decl.c:5185
1337 msgid "members"
1338 msgstr "¥á¥ó¥Ð"
1339
1340 #: c-decl.c:5224
1341 #, c-format
1342 msgid "nested redefinition of `%s'"
1343 msgstr "`%s' ¤Î¥Í¥¹¥È¤·¤¿ºÆÄêµÁ"
1344
1345 #: c-decl.c:5237
1346 #, c-format
1347 msgid "bit-field `%s' width not an integer constant"
1348 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É `%s' ¤ÎÉý¤¬À°¿ôÄê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1349
1350 #: c-decl.c:5248
1351 #, c-format
1352 msgid "bit-field `%s' has invalid type"
1353 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É `%s' ¤ÏÉÔŬÀڤʷ¿¤ò»ý¤Ã¤Æ¤¤¤Þ¤¹"
1354
1355 #: c-decl.c:5260
1356 #, c-format
1357 msgid "bit-field `%s' type invalid in ISO C"
1358 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É `%s' ·¿¤Ï ISO C ¤Ç¤ÏÉÔŬÀڤǤ¹"
1359
1360 #: c-decl.c:5271
1361 #, c-format
1362 msgid "negative width in bit-field `%s'"
1363 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É `%s' ¤ÎÉý¤¬Éé¤Î¿ô¤Ç¤¹"
1364
1365 #: c-decl.c:5273
1366 #, c-format
1367 msgid "width of `%s' exceeds its type"
1368 msgstr "`%s' ¤ÎÉý¤Ï¤½¤Î·¿¤Î¥µ¥¤¥º¤òĶ¤¨¤Æ¤¤¤Þ¤¹"
1369
1370 #: c-decl.c:5275
1371 #, c-format
1372 msgid "zero width for bit-field `%s'"
1373 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É `%s' ¤ÎÉý¤¬ 0 ¤Ç¤¹"
1374
1375 #: c-decl.c:5289
1376 #, c-format
1377 msgid "`%s' is narrower than values of its type"
1378 msgstr "`%s' ¤Ï¤½¤Î·¿¤ÎÃͤè¤ê¤â¶¹¤¤¤Ç¤¹"
1379
1380 #: c-decl.c:5323
1381 msgid "flexible array member in union"
1382 msgstr "¶¦ÍÑÂΤ˲ÄÊÑÇÛÎó¥á¥ó¥Ð¤¬¤¢¤ê¤Þ¤¹"
1383
1384 #: c-decl.c:5325
1385 msgid "flexible array member not at end of struct"
1386 msgstr "¹½Â¤ÂΤκǸå¤Ç¤Ï¤Ê¤¤½ê¤Ë²ÄÊÑÇÛÎó¥á¥ó¥Ð¤¬¤¢¤ê¤Þ¤¹"
1387
1388 #: c-decl.c:5327
1389 msgid "flexible array member in otherwise empty struct"
1390 msgstr "¹½Â¤ÂΤ˲ÄÊÑÇÛÎó¥á¥ó¥Ð°Ê³°¤Î¥á¥ó¥Ð¤¬¤¢¤ê¤Þ¤»¤ó"
1391
1392 #: c-decl.c:5357
1393 #, c-format
1394 msgid "duplicate member `%s'"
1395 msgstr "½ÅÊ£¤·¤¿¥á¥ó¥Ð `%s'"
1396
1397 #: c-decl.c:5448
1398 msgid "union cannot be made transparent"
1399 msgstr "¶¦ÍÑÂΤòÆ©²áŪ¤Ë¤Ç¤­¤Þ¤»¤ó"
1400
1401 #. This enum is a named one that has been declared already.
1402 #: c-decl.c:5558
1403 #, c-format
1404 msgid "redeclaration of `enum %s'"
1405 msgstr "`enum %s' ¤ÎºÆÀë¸À"
1406
1407 #: c-decl.c:5592
1408 msgid "enum defined inside parms"
1409 msgstr "²¾°ú¿ôÆâ¤Ç enum ¤¬ÄêµÁ¤µ¤ì¤Þ¤·¤¿"
1410
1411 #: c-decl.c:5625
1412 msgid "enumeration values exceed range of largest integer"
1413 msgstr "Îóµó»Ò¤ÎÃͤ¬À°¿ô¤ÎÈϰϤκÇÂçÃͤòĶ¤¨¤Þ¤·¤¿"
1414
1415 #: c-decl.c:5734
1416 #, c-format
1417 msgid "enumerator value for `%s' not integer constant"
1418 msgstr "`%s' ¤ÎÎóµóÃͤ¬À°¿ôÄê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1419
1420 #: c-decl.c:5747
1421 msgid "overflow in enumeration values"
1422 msgstr "ÎóµóÃͤ¬¥ª¡¼¥Ð¡¼¥Õ¥í¡¼"
1423
1424 #: c-decl.c:5752
1425 msgid "ISO C restricts enumerator values to range of `int'"
1426 msgstr "ISO C ¤ÏÎóµó»Ò¤ÎÃͤò `int' ¤ÎÈϰϤ˸ÂÄꤷ¤Æ¤¤¤Þ¤¹"
1427
1428 #: c-decl.c:5834
1429 msgid "return type is an incomplete type"
1430 msgstr "Ìá¤êÃͤη¿¤¬ÉÔ´°Á´·¿¤Ç¤¹"
1431
1432 #: c-decl.c:5842
1433 msgid "return type defaults to `int'"
1434 msgstr "Ìá¤êÃͤη¿¤ò¥Ç¥Õ¥©¥ë¥È¤Î `int' ¤È¤·¤Þ¤¹"
1435
1436 #: c-decl.c:5889
1437 #, c-format
1438 msgid "no previous prototype for `%s'"
1439 msgstr "`%s' ¤ÎÁ°Êý¥×¥í¥È¥¿¥¤¥×¤¬¤¢¤ê¤Þ¤»¤ó"
1440
1441 #: c-decl.c:5896
1442 #, c-format
1443 msgid "`%s' was used with no prototype before its definition"
1444 msgstr "`%s' ¤Ï¤½¤ÎÄêµÁ¤ÎÁ°¤Ë¥×¥í¥È¥¿¥¤¥×¤Ê¤·¤Ç»È¤ï¤ì¤Þ¤·¤¿"
1445
1446 #: c-decl.c:5902
1447 #, c-format
1448 msgid "no previous declaration for `%s'"
1449 msgstr "`%s' ¤ÎÁ°ÊýÀë¸À¤¬¤¢¤ê¤Þ¤»¤ó"
1450
1451 #: c-decl.c:5909
1452 #, c-format
1453 msgid "`%s' was used with no declaration before its definition"
1454 msgstr "`%s' ¤Ï¤½¤ÎÄêµÁ¤ÎÁ°¤ÇÀë¸À¤Ê¤·¤Ç»ÈÍѤµ¤ì¤Þ¤·¤¿"
1455
1456 #: c-decl.c:5933 c-decl.c:6486
1457 #, c-format
1458 msgid "return type of `%s' is not `int'"
1459 msgstr "`%s' ¤ÎÌá¤êÃͤη¿¤¬ `int' ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
1460
1461 #: c-decl.c:5949
1462 #, c-format
1463 msgid "first argument of `%s' should be `int'"
1464 msgstr "`%s' ¤ÎÂè°ì°ú¿ô¤Ï `int' ¤È¤¹¤Ù¤­¤Ç¤¹"
1465
1466 #: c-decl.c:5958
1467 #, c-format
1468 msgid "second argument of `%s' should be `char **'"
1469 msgstr "`%s' ¤ÎÂèÆó°ú¿ô¤Ï `char **' ¤È¤¹¤Ù¤­¤Ç¤¹"
1470
1471 #: c-decl.c:5967
1472 #, c-format
1473 msgid "third argument of `%s' should probably be `char **'"
1474 msgstr "`%s' ¤ÎÂè»°°ú¿ô¤Ï¤ª¤½¤é¤¯ `char **' ¤È¤¹¤Ù¤­¤Ç¤·¤ç¤¦"
1475
1476 #: c-decl.c:5976
1477 #, c-format
1478 msgid "`%s' takes only zero or two arguments"
1479 msgstr "`%s' ¤Ï 0 ¤« 2 ¸Ä¤Î°ú¿ô¤·¤«¤È¤ê¤Þ¤»¤ó"
1480
1481 #: c-decl.c:5979
1482 #, c-format
1483 msgid "`%s' is normally a non-static function"
1484 msgstr "`%s' ¤ÏÄ̾Èó static ¤Ê´Ø¿ô¤Ç¤¹"
1485
1486 #: c-decl.c:6077
1487 msgid "parm types given both in parmlist and separately"
1488 msgstr "²¾°ú¿ô¤Î·¿¤¬¡¢²¾°ú¿ô¥ê¥¹¥È¤È¤ÏÊ̤ΤȤ³¤í¤«¤é¤âÍ¿¤¨¤é¤ì¤Æ¤¤¤Þ¤¹"
1489
1490 #: c-decl.c:6098
1491 msgid "parameter name omitted"
1492 msgstr "²¾°ú¿ô¤¬¾Êά¤µ¤ì¤Þ¤·¤¿"
1493
1494 #: c-decl.c:6102 c-decl.c:6204
1495 #, c-format
1496 msgid "parameter `%s' declared void"
1497 msgstr "²¾°ú¿ô `%s' ¤¬ void ¤ÈÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
1498
1499 #: c-decl.c:6178
1500 msgid "parameter name missing from parameter list"
1501 msgstr "²¾°ú¿ô¥ê¥¹¥È¤«¤é¤Î²¾°ú¿ô̾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
1502
1503 #: c-decl.c:6197
1504 #, c-format
1505 msgid "multiple parameters named `%s'"
1506 msgstr "½ÅÊ£¤·¤¿²¾°ú¿ô̾ `%s'"
1507
1508 #: c-decl.c:6219 c-decl.c:6221
1509 #, c-format
1510 msgid "type of `%s' defaults to `int'"
1511 msgstr "`%s' ¤Î·¿¤ò¥Ç¥Õ¥©¥ë¥È¤Î `int' ¤È¤·¤Þ¤¹"
1512
1513 #: c-decl.c:6257
1514 #, c-format
1515 msgid "declaration for parameter `%s' but no such parameter"
1516 msgstr "²¾°ú¿ô `%s' ¤ÎÀë¸À¤¬¤¢¤ê¤Þ¤¹¤¬¡¢¤½¤ó¤Ê²¾°ú¿ô¤Ï¤¢¤ê¤Þ¤»¤ó"
1517
1518 #: c-decl.c:6305
1519 msgid "number of arguments doesn't match prototype"
1520 msgstr "²¾°ú¿ô¤Î¿ô¤¬¥×¥í¥È¥¿¥¤¥×¤È°ìÃפ·¤Þ¤»¤ó"
1521
1522 #: c-decl.c:6335
1523 #, c-format
1524 msgid "promoted argument `%s' doesn't match prototype"
1525 msgstr "³Ê¾å¤²¤µ¤ì¤¿²¾°ú¿ô `%s' ¤Ï¥×¥í¥È¥¿¥¤¥×¤È°ìÃפ·¤Þ¤»¤ó"
1526
1527 #: c-decl.c:6345
1528 #, c-format
1529 msgid "argument `%s' doesn't match prototype"
1530 msgstr "²¾°ú¿ô `%s' ¤Ï¥×¥í¥È¥¿¥¤¥×¤Ë°ìÃפ·¤Þ¤»¤ó"
1531
1532 #: c-decl.c:6518 cp/decl.c:15049
1533 #, fuzzy
1534 msgid "no return statement in function returning non-void"
1535 msgstr "Ìá¤ê·¿¤¬´Ø¿ô¤Ç¡¢`return' ¤ËÃͤ¬¤¢¤ê¤Þ¤»¤ó"
1536
1537 #: c-decl.c:6525
1538 msgid "this function may return with or without a value"
1539 msgstr "¤³¤Î´Ø¿ô¤ÏÃͤòÊÖ¤·¤¿¤êÊÖ¤µ¤Ê¤«¤Ã¤¿¤ê¤¹¤ë¤Ç¤·¤ç¤¦"
1540
1541 #: c-decl.c:6729
1542 #, c-format
1543 msgid "size of return value of `%s' is %u bytes"
1544 msgstr "`%s' ¤ÎÌá¤êÃͤΥµ¥¤¥º¤¬ %u ¥Ð¥¤¥È¤Ç¤¹"
1545
1546 #: c-decl.c:6733
1547 #, c-format
1548 msgid "size of return value of `%s' is larger than %d bytes"
1549 msgstr "`%s' ¤ÎÌá¤êÃͤΥµ¥¤¥º¤¬ %d ¥Ð¥¤¥È¤è¤ê¤âÂ礭¤¯¤Ê¤ê¤Þ¤¹"
1550
1551 #. If we get here, declarations have been used in a for loop without
1552 #. the C99 for loop scope. This doesn't make much sense, so don't
1553 #. allow it.
1554 #: c-decl.c:6791
1555 msgid "`for' loop initial declaration used outside C99 mode"
1556 msgstr "`for' ¥ë¡¼¥×¤Î½é´ü²½Àë¸À¤¬ C99 ¥â¡¼¥É°Ê³°¤Ç»È¤ï¤ì¤Þ¤·¤¿"
1557
1558 #: c-decl.c:6815
1559 #, fuzzy, c-format
1560 msgid "`struct %s' declared in `for' loop initial declaration"
1561 msgstr "`%s %s' ¤¬ `for' ¥ë¡¼¥×½é´ü²½Àë¸ÀÆâ¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
1562
1563 #: c-decl.c:6818
1564 #, fuzzy, c-format
1565 msgid "`union %s' declared in `for' loop initial declaration"
1566 msgstr "`%s %s' ¤¬ `for' ¥ë¡¼¥×½é´ü²½Àë¸ÀÆâ¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
1567
1568 #: c-decl.c:6821
1569 #, fuzzy, c-format
1570 msgid "`enum %s' declared in `for' loop initial declaration"
1571 msgstr "`%s %s' ¤¬ `for' ¥ë¡¼¥×½é´ü²½Àë¸ÀÆâ¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
1572
1573 #: c-decl.c:6829
1574 #, c-format
1575 msgid "declaration of non-variable `%s' in `for' loop initial declaration"
1576 msgstr "ÈóÊÑ¿ô `%s' ¤ÎÀë¸À¤¬ `for' ¥ë¡¼¥×½é´ü²½Àë¸À¤ÎÃæ¤Ë¤¢¤ê¤Þ¤¹"
1577
1578 #: c-decl.c:6831
1579 #, c-format
1580 msgid "declaration of static variable `%s' in `for' loop initial declaration"
1581 msgstr "¥¹¥¿¥Æ¥£¥Ã¥¯ÊÑ¿ô `%s' ¤ÎÀë¸À¤¬ `for' ¥ë¡¼¥×½é´ü²½Àë¸ÀÆâ¤Ë¤¢¤ê¤Þ¤¹"
1582
1583 #: c-decl.c:6833
1584 #, c-format
1585 msgid "declaration of `extern' variable `%s' in `for' loop initial declaration"
1586 msgstr "`extern' ÊÑ¿ô `%s' ¤ÎÀë¸À¤¬ `for' ¥ë¡¼¥×½é´ü²½Àë¸ÀÆâ¤Ë¤¢¤ê¤Þ¤¹"
1587
1588 #: c-format.c:109 c-format.c:191
1589 msgid "format string arg not a string type"
1590 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥Èʸ»úÎó°ú¿ô¤¬Ê¸»úÎ󷿤ǤϤ¢¤ê¤Þ¤»¤ó"
1591
1592 #: c-format.c:124
1593 msgid "args to be formatted is not '...'"
1594 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤µ¤ì¤ë°ú¿ô¤¬¡¢'...' ¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤»¤ó"
1595
1596 #: c-format.c:133
1597 msgid "strftime formats cannot format arguments"
1598 msgstr "strftime ¥Õ¥©¡¼¥Þ¥Ã¥È¤Ï°ú¿ô¤ò¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç¤­¤Þ¤»¤ó"
1599
1600 #: c-format.c:168 c-format.c:270
1601 msgid "format string has invalid operand number"
1602 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥Èʸ»úÎó¤ËÉÔŬÀڤʥª¥Ú¥é¥ó¥É¿ô¤¬¤¢¤ê¤Þ¤¹"
1603
1604 #: c-format.c:202
1605 msgid "function does not return string type"
1606 msgstr "´Ø¿ô¤¬Ê¸»úÎ󷿤òÊÖ¤·¤Þ¤»¤ó"
1607
1608 #: c-format.c:233
1609 msgid "unrecognized format specifier"
1610 msgstr "ǧ¼±¤Ç¤­¤Ê¤¤¥Õ¥©¡¼¥Þ¥Ã¥È»ØÄê»Ò"
1611
1612 #: c-format.c:246
1613 #, c-format
1614 msgid "`%s' is an unrecognized format function type"
1615 msgstr "`%s' ¤Ïǧ¼±¤Ç¤­¤Ê¤¤¥Õ¥©¡¼¥Þ¥Ã¥È´Ø¿ô·¿¤Ç¤¹"
1616
1617 #: c-format.c:280
1618 msgid "format string arg follows the args to be formatted"
1619 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥Èʸ»úÎó°ú¿ô¤¬¥Õ¥©¡¼¥Þ¥Ã¥È¤µ¤ì¤ë°ú¿ô¤Î¸å¤Ë³¤¤¤Æ¤¤¤Þ¤¹"
1620
1621 #: c-format.c:601
1622 msgid "` ' flag"
1623 msgstr "` ' ¥Õ¥é¥°"
1624
1625 #: c-format.c:601
1626 msgid "the ` ' printf flag"
1627 msgstr "printf ¤Î ` ' ¥Õ¥é¥°"
1628
1629 #: c-format.c:602 c-format.c:673
1630 msgid "`+' flag"
1631 msgstr "`+' ¥Õ¥é¥°"
1632
1633 #: c-format.c:602
1634 msgid "the `+' printf flag"
1635 msgstr "printf ¤Î `+' ¥Õ¥é¥°"
1636
1637 #: c-format.c:603 c-format.c:649
1638 msgid "`#' flag"
1639 msgstr "`#' ¥Õ¥é¥°"
1640
1641 #: c-format.c:603
1642 msgid "the `#' printf flag"
1643 msgstr "printf ¤Î `#' ¥Õ¥é¥°"
1644
1645 #: c-format.c:604 c-format.c:647
1646 msgid "`0' flag"
1647 msgstr "`0' ¥Õ¥é¥°"
1648
1649 #: c-format.c:604
1650 msgid "the `0' printf flag"
1651 msgstr "printf ¤Î `0' ¥Õ¥é¥°"
1652
1653 #: c-format.c:605 c-format.c:646 c-format.c:676
1654 msgid "`-' flag"
1655 msgstr "`-' ¥Õ¥é¥°"
1656
1657 #: c-format.c:605
1658 msgid "the `-' printf flag"
1659 msgstr "printf ¤Î `-' ¥Õ¥é¥°"
1660
1661 #: c-format.c:606 c-format.c:630
1662 msgid "`'' flag"
1663 msgstr "`'' ¥Õ¥é¥°"
1664
1665 #: c-format.c:606
1666 msgid "the `'' printf flag"
1667 msgstr "printf ¤Î `'' ¥Õ¥é¥°"
1668
1669 #: c-format.c:607 c-format.c:631
1670 msgid "`I' flag"
1671 msgstr "`I' ¥Õ¥é¥°"
1672
1673 #: c-format.c:607
1674 msgid "the `I' printf flag"
1675 msgstr "printf ¤Î `I' ¥Õ¥é¥°"
1676
1677 #: c-format.c:608 c-format.c:628 c-format.c:650 c-format.c:677 c-format.c:1702
1678 msgid "field width"
1679 msgstr "¥Õ¥£¡¼¥ë¥ÉÉý"
1680
1681 #: c-format.c:608
1682 msgid "field width in printf format"
1683 msgstr "printf ¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç¤Î¥Õ¥£¡¼¥ë¥ÉÉý"
1684
1685 #: c-format.c:609
1686 msgid "precision"
1687 msgstr "ÀºÅÙ"
1688
1689 #: c-format.c:609
1690 msgid "precision in printf format"
1691 msgstr "printf ¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç¤ÎÀºÅÙ"
1692
1693 #: c-format.c:610 c-format.c:629 c-format.c:680
1694 msgid "length modifier"
1695 msgstr "Ťµ½¤¾þ»Ò"
1696
1697 #: c-format.c:610
1698 msgid "length modifier in printf format"
1699 msgstr "printf ¥Õ¥©¡¼¥Þ¥Ã¥È¤ÎŤµ½¤¾þ»Ò"
1700
1701 #: c-format.c:626
1702 msgid "assignment suppression"
1703 msgstr "ÂåÆþ¤ÎÍÞÀ©"
1704
1705 #: c-format.c:626
1706 #, fuzzy
1707 msgid "the assignment suppression scanf feature"
1708 msgstr "ÂåÆþ¤ÎÍÞÀ©"
1709
1710 #: c-format.c:627
1711 msgid "`a' flag"
1712 msgstr "`a' ¥Õ¥é¥°"
1713
1714 #: c-format.c:627
1715 msgid "the `a' scanf flag"
1716 msgstr "scanf ¤Î `a' ¥Õ¥é¥°"
1717
1718 #: c-format.c:628
1719 msgid "field width in scanf format"
1720 msgstr "scanf ¥Õ¥©¡¼¥Þ¥Ã¥È¤Î¥Õ¥£¡¼¥ë¥ÉÉý"
1721
1722 #: c-format.c:629
1723 msgid "length modifier in scanf format"
1724 msgstr "scanf ¥Õ¥©¡¼¥Þ¥Ã¥È¤ÎŤµ½¤¾þ»Ò"
1725
1726 #: c-format.c:630
1727 msgid "the `'' scanf flag"
1728 msgstr "scanf ¤Î `'' ¥Õ¥é¥°"
1729
1730 #: c-format.c:631
1731 msgid "the `I' scanf flag"
1732 msgstr "scanf ¤Î `I' ¥Õ¥é¥°"
1733
1734 #: c-format.c:645
1735 msgid "`_' flag"
1736 msgstr "`_' ¥Õ¥é¥°"
1737
1738 #: c-format.c:645
1739 msgid "the `_' strftime flag"
1740 msgstr "strftime ¤Î `_' ¥Õ¥é¥°"
1741
1742 #: c-format.c:646
1743 msgid "the `-' strftime flag"
1744 msgstr "strftime ¤Î `-' ¥Õ¥é¥°"
1745
1746 #: c-format.c:647
1747 msgid "the `0' strftime flag"
1748 msgstr "strftime ¤Î `^' ¥Õ¥é¥°"
1749
1750 #: c-format.c:648 c-format.c:672
1751 msgid "`^' flag"
1752 msgstr "`^' ¥Õ¥é¥°"
1753
1754 #: c-format.c:648
1755 msgid "the `^' strftime flag"
1756 msgstr "strftime ¤Î `^' ¥Õ¥é¥°"
1757
1758 #: c-format.c:649
1759 msgid "the `#' strftime flag"
1760 msgstr "strftime ¤Î `#' ¥Õ¥é¥°"
1761
1762 #: c-format.c:650
1763 msgid "field width in strftime format"
1764 msgstr "strftime ¥Õ¥©¡¼¥Þ¥Ã¥È¤Î¥Õ¥£¡¼¥ë¥ÉÉý"
1765
1766 #: c-format.c:651
1767 msgid "`E' modifier"
1768 msgstr "`E' ½¤¾þ»Ò"
1769
1770 #: c-format.c:651
1771 msgid "the `E' strftime modifier"
1772 msgstr "strftime ¤Î `E' ½¤¾þ»Ò"
1773
1774 #: c-format.c:652
1775 msgid "`O' modifier"
1776 msgstr "`O' ½¤¾þ»Ò"
1777
1778 #: c-format.c:652
1779 msgid "the `O' strftime modifier"
1780 msgstr "strftime ¤Î `O' ½¤¾þ»Ò"
1781
1782 #: c-format.c:653
1783 msgid "the `O' modifier"
1784 msgstr "the `O' ½¤¾þ»Ò"
1785
1786 #: c-format.c:671
1787 msgid "fill character"
1788 msgstr "µÍ¤áʸ»ú"
1789
1790 #: c-format.c:671
1791 msgid "fill character in strfmon format"
1792 msgstr "strfmon ¥Õ¥©¡¼¥Þ¥Ã¥È¤ÎµÍ¤áʸ»ú"
1793
1794 #: c-format.c:672
1795 msgid "the `^' strfmon flag"
1796 msgstr "strfmon ¤Î `^' ¥Õ¥é¥°"
1797
1798 #: c-format.c:673
1799 msgid "the `+' strfmon flag"
1800 msgstr "strfmon ¤Î `+' ¥Õ¥é¥°"
1801
1802 #: c-format.c:674
1803 msgid "`(' flag"
1804 msgstr "`(' ¥Õ¥é¥°"
1805
1806 #: c-format.c:674
1807 msgid "the `(' strfmon flag"
1808 msgstr "strfmon ¤Î `(' ¥Õ¥é¥°"
1809
1810 #: c-format.c:675
1811 msgid "`!' flag"
1812 msgstr "`!' ¥Õ¥é¥°"
1813
1814 #: c-format.c:675
1815 msgid "the `!' strfmon flag"
1816 msgstr "strfmon ¤Î `!' ¥Õ¥é¥°"
1817
1818 #: c-format.c:676
1819 msgid "the `-' strfmon flag"
1820 msgstr "strfmon ¤Î `-' ¥Õ¥é¥°"
1821
1822 #: c-format.c:677
1823 msgid "field width in strfmon format"
1824 msgstr "strfmon ¥Õ¥©¡¼¥Þ¥Ã¥È¤Î¥Õ¥£¡¼¥ë¥ÉÉý"
1825
1826 #: c-format.c:678
1827 msgid "left precision"
1828 msgstr "º¸ÀºÅÙ"
1829
1830 #: c-format.c:678
1831 msgid "left precision in strfmon format"
1832 msgstr "strfmon ¥Õ¥©¡¼¥Þ¥Ã¥È¤Îº¸ÀºÅÙ"
1833
1834 #: c-format.c:679
1835 msgid "right precision"
1836 msgstr "±¦ÀºÅÙ"
1837
1838 #: c-format.c:679
1839 msgid "right precision in strfmon format"
1840 msgstr "strfmon ¥Õ¥©¡¼¥Þ¥Ã¥È¤Î±¦ÀºÅÙ"
1841
1842 #: c-format.c:680
1843 msgid "length modifier in strfmon format"
1844 msgstr "strfmon ¥Õ¥©¡¼¥Þ¥Ã¥È¤ÎŤµ½¤¾þ»Ò"
1845
1846 #: c-format.c:983
1847 #, c-format
1848 msgid "function might be possible candidate for `%s' format attribute"
1849 msgstr "´Ø¿ô¤Ï¶²¤é¤¯ `%s' format °À­¤Î¸õÊä¤È»×¤ï¤ì¤Þ¤¹"
1850
1851 #: c-format.c:1107 c-format.c:1128 c-format.c:2112
1852 msgid "missing $ operand number in format"
1853 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥ÈÆâ¤Ç $ ±é»»»ÒÈÖ¹æ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
1854
1855 #: c-format.c:1138
1856 #, c-format
1857 msgid "%s does not support %%n$ operand number formats"
1858 msgstr "%s ¤Ï %%n$ ±é»»»ÒÈÖ¹æ¥Õ¥©¡¼¥Þ¥Ã¥È¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
1859
1860 #: c-format.c:1145
1861 msgid "operand number out of range in format"
1862 msgstr "±é»»»ÒÈֹ椬¥Õ¥©¡¼¥Þ¥Ã¥È¤ÎÈϰϳ°¤Ç¤¹"
1863
1864 #: c-format.c:1168
1865 #, c-format
1866 msgid "format argument %d used more than once in %s format"
1867 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È°ú¿ô %d ¤¬ %s ¥Õ¥©¡¼¥Þ¥Ã¥ÈÃæ¤ÇÆó²ó°Ê¾å»È¤ï¤ì¤Þ¤·¤¿"
1868
1869 #: c-format.c:1218
1870 #, c-format
1871 msgid "format argument %d unused before used argument %d in $-style format"
1872 msgstr "$-¼°¥Õ¥©¡¼¥Þ¥Ã¥ÈÆâ¤Î¥Õ¥©¡¼¥Þ¥Ã¥È°ú¿ô %d ¤¬°ú¿ô %d ¤¬»È¤ï¤ì¤ëÁ°¤Ç̤»ÈÍѤǤ¹"
1873
1874 #: c-format.c:1322
1875 msgid "format not a string literal, format string not checked"
1876 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤¬Ê¸»úÎó¥ê¥Æ¥é¥ë¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤Î¤Ç¡¢¥Õ¥©¡¼¥Þ¥Ã¥È¤Ï¸¡ºº¤µ¤ì¤Þ¤»¤ó"
1877
1878 #: c-format.c:1336
1879 msgid "format not a string literal and no format arguments"
1880 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤ÏÈóʸ»úÎó¥ê¥Æ¥é¥ë¤Ç¡¢³î¤Ä¥Õ¥©¡¼¥Þ¥Ã¥È°ú¿ô¤ò»ý¤Á¤Þ¤»¤ó"
1881
1882 #: c-format.c:1338
1883 msgid "format not a string literal, argument types not checked"
1884 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤Ïʸ»úÎó¥ê¥Æ¥é¥ë¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó¤Î¤Ç¡¢°ú¿ô¤Î·¿¤Ï¸¡ºº¤µ¤ì¤Þ¤»¤ó"
1885
1886 #: c-format.c:1351
1887 msgid "too many arguments for format"
1888 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤Ø¤Î°ú¿ô¤¬Â¿¤¹¤®¤Þ¤¹"
1889
1890 #: c-format.c:1354
1891 msgid "unused arguments in $-style format"
1892 msgstr "$-¼°¤Î¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç̤»ÈÍѤΰú¿ô¤¬¤¢¤ê¤Þ¤¹"
1893
1894 #: c-format.c:1357
1895 #, fuzzy, c-format
1896 msgid "zero-length %s format string"
1897 msgstr "Ťµ 0 ¤Î¥Õ¥©¡¼¥Þ¥Ã¥Èʸ»úÎó"
1898
1899 #: c-format.c:1361
1900 msgid "format is a wide character string"
1901 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤¬¥ï¥¤¥Éʸ»úÎó¤Ç¤¹"
1902
1903 #: c-format.c:1364
1904 msgid "unterminated format string"
1905 msgstr "½ªÃ¼¤µ¤ì¤Æ¤¤¤Ê¤¤¥Õ¥©¡¼¥Þ¥Ã¥Èʸ»úÎó"
1906
1907 #: c-format.c:1581
1908 msgid "embedded `\\0' in format"
1909 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤Ë `\\0' ¤¬Ëä¤á¹þ¤Þ¤ì¤Æ¤¤¤Þ¤¹"
1910
1911 #: c-format.c:1596
1912 #, c-format
1913 msgid "spurious trailing `%%' in format"
1914 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤Ë `%%' ¤Îº¯Àפ餷¤­¤â¤Î¤¬¤¢¤ê¤Þ¤¹"
1915
1916 #: c-format.c:1635 c-format.c:1872
1917 #, c-format
1918 msgid "repeated %s in format"
1919 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥ÈÃæ¤Ç %s ¤ò·«¤êÊÖ¤·¤Æ¤¤¤Þ¤¹"
1920
1921 #: c-format.c:1648
1922 msgid "missing fill character at end of strfmon format"
1923 msgstr "strfmon ¥Õ¥©¡¼¥Þ¥Ã¥È¤Î½ª¤ê¤ÇµÍ¤áʸ»ú¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
1924
1925 #: c-format.c:1687 c-format.c:1786 c-format.c:2066 c-format.c:2119
1926 msgid "too few arguments for format"
1927 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤Ø¤Î°ú¿ô¤¬¾¯¤Ê¤¹¤®¤Þ¤¹"
1928
1929 #: c-format.c:1728
1930 #, c-format
1931 msgid "zero width in %s format"
1932 msgstr "%s ¤ÇÉý 0 ¤Î¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç¤¹"
1933
1934 #: c-format.c:1747
1935 #, c-format
1936 msgid "empty left precision in %s format"
1937 msgstr "%s ¤Ç¶õ¤Îº¸ÀºÅÙ¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç¤¹"
1938
1939 #: c-format.c:1801
1940 msgid "field precision"
1941 msgstr "¥Õ¥£¡¼¥ë¥ÉÀºÅÙ"
1942
1943 #: c-format.c:1816
1944 #, c-format
1945 msgid "empty precision in %s format"
1946 msgstr "%s ¤Ç¶õ¤ÎÀºÅÙ¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç¤¹"
1947
1948 #: c-format.c:1856
1949 #, c-format
1950 msgid "%s does not support the `%s' %s length modifier"
1951 msgstr "%s ¤Ï `%s' %s Ťµ½¤¾þ»Ò¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
1952
1953 #: c-format.c:1906
1954 msgid "conversion lacks type at end of format"
1955 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤Î½ª¤ê¤Ç·¿ÊÑ´¹Ê¸»ú¤¬·ç¤±¤Æ¤¤¤Þ¤¹"
1956
1957 #: c-format.c:1917
1958 #, c-format
1959 msgid "unknown conversion type character `%c' in format"
1960 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥ÈÆâ¤ËÉÔÌÀ¤Ê·¿ÊÑ´¹Ê¸»ú `%c' ¤¬¤¢¤ê¤Þ¤¹"
1961
1962 #: c-format.c:1920
1963 #, c-format
1964 msgid "unknown conversion type character 0x%x in format"
1965 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥ÈÆâ¤ËÉÔÌÀ¤Ê·¿ÊÑ´¹Ê¸»ú 0x%x ¤¬¤¢¤ê¤Þ¤¹"
1966
1967 #: c-format.c:1927
1968 #, c-format
1969 msgid "%s does not support the `%%%c' %s format"
1970 msgstr "%s ¤Ï `%%%c' %s ¥Õ¥©¡¼¥Þ¥Ã¥È¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
1971
1972 #: c-format.c:1943
1973 #, c-format
1974 msgid "%s used with `%%%c' %s format"
1975 msgstr "%s ¤¬ `%%%c' %s ¥Õ¥©¡¼¥Þ¥Ã¥È¤È°ì½ï¤Ë»È¤ï¤ì¤Þ¤·¤¿"
1976
1977 #: c-format.c:1952
1978 #, c-format
1979 msgid "%s does not support %s"
1980 msgstr "%s ¤Ï %s ¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
1981
1982 #: c-format.c:1961
1983 #, c-format
1984 msgid "%s does not support %s with the `%%%c' %s format"
1985 msgstr "%s ¤Ï %s ¤ò `%%%c' %s ¥Õ¥©¡¼¥Þ¥Ã¥È¤È°ì½ï¤Ë»È¤¦»ö¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
1986
1987 #: c-format.c:1994
1988 #, c-format
1989 msgid "%s ignored with %s and `%%%c' %s format"
1990 msgstr "%s ¤Ï %s µÚ¤Ó `%%%c' %s ¥Õ¥©¡¼¥Þ¥Ã¥È¤È°ì½ï¤Ë»È¤¦¤È̵»ë¤µ¤ì¤Þ¤¹"
1991
1992 #: c-format.c:1998
1993 #, c-format
1994 msgid "%s ignored with %s in %s format"
1995 msgstr "%s ¤Ï %s ¤ò %s ¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç°ì½ï¤Ë»È¤¦¤È̵»ë¤µ¤ì¤Þ¤¹"
1996
1997 #: c-format.c:2004
1998 #, c-format
1999 msgid "use of %s and %s together with `%%%c' %s format"
2000 msgstr "%s ¤È %s ¤È¤ò `%%%c' %s ¥Õ¥©¡¼¥Þ¥Ã¥È¤È°ì½ï¤Ë»È¤Ã¤Æ¤¤¤Þ¤¹"
2001
2002 #: c-format.c:2008
2003 #, c-format
2004 msgid "use of %s and %s together in %s format"
2005 msgstr "%s ¤È %s ¤È¤ò %s ¥Õ¥©¡¼¥Þ¥Ã¥È¤ÎÃæ¤Ç»È¤Ã¤Æ¤¤¤Þ¤¹"
2006
2007 #: c-format.c:2027
2008 #, c-format
2009 msgid "`%%%c' yields only last 2 digits of year in some locales"
2010 msgstr "`%%%c' ¤Ï¥í¥±¡¼¥ë¤Ë¤è¤Ã¤Æ¤Ï¡¢Ç¯¤Î²¼Æó·å¤À¤±¤ò¤â¤¿¤é¤·¤Þ¤¹"
2011
2012 #: c-format.c:2030
2013 #, c-format
2014 msgid "`%%%c' yields only last 2 digits of year"
2015 msgstr "`%%%c' ¤Ïǯ¤Î²¼Æó·å¤À¤±¤ò¤â¤¿¤é¤·¤Þ¤¹"
2016
2017 #. The end of the format string was reached.
2018 #: c-format.c:2046
2019 #, c-format
2020 msgid "no closing `]' for `%%[' format"
2021 msgstr "`%%[' ¥Õ¥©¡¼¥Þ¥Ã¥È¤òÊĤ¸¤ë `]' ¤¬¤¢¤ê¤Þ¤»¤ó"
2022
2023 #: c-format.c:2059
2024 #, c-format
2025 msgid "use of `%s' length modifier with `%c' type character"
2026 msgstr "`%s' Ťµ½¤¾þ»Ò¤ò `%c' ·¿ÊÑ´¹Ê¸»ú¤È°ì½ï¤Ë»È¤Ã¤Æ¤¤¤Þ¤¹"
2027
2028 #: c-format.c:2080
2029 #, c-format
2030 msgid "%s does not support the `%%%s%c' %s format"
2031 msgstr "%s ¤Ï `%%%s%c' %s ¥Õ¥©¡¼¥Þ¥Ã¥È¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
2032
2033 #: c-format.c:2095
2034 msgid "operand number specified with suppressed assignment"
2035 msgstr "±é»»»ÒÈֹ椬ÂåÆþ¤ÎÍÞÀ©¤È¶¦¤Ë»È¤ï¤ì¤Æ¤¤¤Þ¤¹"
2036
2037 #: c-format.c:2097
2038 msgid "operand number specified for format taking no argument"
2039 msgstr "±é»»»ÒÈֹ椬°ú¿ô¤ò¼è¤é¤Ê¤¤¥Õ¥©¡¼¥Þ¥Ã¥È¤Ç»ØÄꤵ¤ì¤Þ¤·¤¿"
2040
2041 #: c-format.c:2211
2042 #, c-format
2043 msgid "writing through null pointer (arg %d)"
2044 msgstr "null ¥Ý¥¤¥ó¥¿¤ò½ñ¤­¹þ¤ó¤Ç¤¤¤Þ¤¹ (°ú¿ô %d)"
2045
2046 #: c-format.c:2220
2047 #, c-format
2048 msgid "reading through null pointer (arg %d)"
2049 msgstr "null ¥Ý¥¤¥ó¥¿¤òÆɹþ¤ó¤Ç¤¤¤Þ¤¹ (°ú¿ô %d)"
2050
2051 #: c-format.c:2240
2052 #, c-format
2053 msgid "writing into constant object (arg %d)"
2054 msgstr "Äê¿ô¥ª¥Ö¥¸¥§¥¯¥È¤Ë½ñ¤­¹þ¤ó¤Ç¤¤¤Þ¤¹ (°ú¿ô %d)"
2055
2056 #: c-format.c:2250
2057 #, c-format
2058 msgid "extra type qualifiers in format argument (arg %d)"
2059 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È°ú¿ô¤Ë;ʬ¤Ê·¿½¤¾þ»Ò¤¬¤¢¤ê¤Þ¤¹ (°ú¿ô %d)"
2060
2061 #: c-format.c:2257
2062 #, c-format
2063 msgid "format argument is not a pointer (arg %d)"
2064 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È°ú¿ô¤¬¥Ý¥¤¥ó¥¿¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó (°ú¿ô %d)"
2065
2066 #: c-format.c:2259
2067 #, c-format
2068 msgid "format argument is not a pointer to a pointer (arg %d)"
2069 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È°ú¿ô¤¬¥Ý¥¤¥ó¥¿¤Ø¤Î¥Ý¥¤¥ó¥¿¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó (°ú¿ô %d)"
2070
2071 #: c-format.c:2330
2072 msgid "pointer"
2073 msgstr ""
2074
2075 #: c-format.c:2332
2076 #, fuzzy
2077 msgid "different type"
2078 msgstr "̵¸ú¤Ê»²¾È·¿¤Ç¤¹"
2079
2080 #: c-format.c:2353
2081 #, c-format
2082 msgid "%s is not type %s (arg %d)"
2083 msgstr "%s ¤Ï·¿ %s ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó (°ú¿ô %d)"
2084
2085 #: c-format.c:2356
2086 #, c-format
2087 msgid "%s format, %s arg (arg %d)"
2088 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤Ï %s ¤Ç¤¹¤¬¡¢°ú¿ô¤Ï %s ¤Ç¤¹ (°ú¿ô %d)"
2089
2090 #: c-lex.c:153
2091 #, fuzzy
2092 msgid "YYDEBUG not defined"
2093 msgstr "YYDEBUG ¤¬ÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
2094
2095 #: c-lex.c:293
2096 msgid "badly nested C headers from preprocessor"
2097 msgstr "¥×¥ê¥×¥í¥»¥Ã¥µ¤«¤é°Û¾ï¤Ë¥Í¥¹¥È¤µ¤ì¤¿ C ¥Ø¥Ã¥À¤Ç¤¹"
2098
2099 #: c-lex.c:336
2100 #, c-format
2101 msgid "ignoring #pragma %s %s"
2102 msgstr "#pragma %s %s ¤ò̵»ë¤·¤Þ¤¹"
2103
2104 #: c-lex.c:386
2105 #, c-format
2106 msgid "universal-character-name '\\U%08x' not valid in identifier"
2107 msgstr "¥æ¥Ë¥Ð¡¼¥µ¥ëʸ»ú̾ `\\U%08x' ¤Ï¼±Ê̻ҤÎÃæ¤Ç¤ÏÍ­¸ú¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
2108
2109 #: c-lex.c:632
2110 #, c-format
2111 msgid "universal-character-name '\\u%04x' not valid in identifier"
2112 msgstr "¥æ¥Ë¥Ð¡¼¥µ¥ëʸ»ú̾ `\\u%04x' ¤Ï¼±Ê̻ҤÎÃæ¤Ç¤ÏÍ­¸ú¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
2113
2114 #: c-lex.c:695
2115 #, c-format
2116 msgid "stray '%c' in program"
2117 msgstr "¥×¥í¥°¥é¥à¤È¤·¤Æ°ï椷¤¿Ê¸»ú '%c'"
2118
2119 #: c-lex.c:697
2120 #, c-format
2121 msgid "stray '\\%o' in program"
2122 msgstr "¥×¥í¥°¥é¥à¤È¤·¤Æ°ï椷¤¿Ê¸»ú '\\%o'"
2123
2124 #: c-lex.c:854
2125 msgid "this decimal constant is unsigned only in ISO C90"
2126 msgstr ""
2127
2128 #: c-lex.c:857
2129 msgid "this decimal constant would be unsigned in ISO C90"
2130 msgstr ""
2131
2132 #: c-lex.c:873
2133 #, fuzzy, c-format
2134 msgid "integer constant is too large for \"%s\" type"
2135 msgstr "À°¿ôÄê¿ô¤¬Â礭¤¹¤®¤ë¤Î¤Ç unsigned ¤Ë¤Ê¤ê¤Þ¤·¤¿"
2136
2137 #: c-lex.c:941
2138 #, fuzzy, c-format
2139 msgid "floating constant exceeds range of \"%s\""
2140 msgstr "ÉâÆ°¾®¿ôÅÀ¿ô¤¬ '%s' ¤ÎÈϰϤòĶ¤¨¤Þ¤·¤¿"
2141
2142 #: c-lex.c:977 cpplex.c:330 cpplex.c:668 cpplex.c:1942
2143 #, fuzzy
2144 msgid "ignoring invalid multibyte character"
2145 msgstr "̵¸ú¤Ê¥Þ¥ë¥Á¥Ð¥¤¥Èʸ»ú¤ò̵»ë¤·¤Þ¤¹"
2146
2147 #: c-opts.c:355
2148 #, fuzzy, c-format
2149 msgid "missing argument to \"-%s\""
2150 msgstr "`%s' ¥ª¥×¥·¥ç¥ó¤ËÂФ¹¤ë°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
2151
2152 #: c-opts.c:359
2153 #, fuzzy, c-format
2154 msgid "no class name specified with \"-%s\""
2155 msgstr "%s ¤ËÂФ¹¤ëµ­²±¥¯¥é¥¹»ØÄê»Ò `%s'"
2156
2157 #: c-opts.c:366
2158 #, fuzzy, c-format
2159 msgid "missing filename after \"-%s\""
2160 msgstr "%s ¤Î¸å¤í¤Î¥¿¡¼¥²¥Ã¥È¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
2161
2162 #: c-opts.c:371
2163 #, fuzzy, c-format
2164 msgid "missing target after \"-%s\""
2165 msgstr "static ¥Õ¥£¡¼¥ë¥É `%s' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
2166
2167 #: c-opts.c:505
2168 #, c-format
2169 msgid "options array incorrectly sorted: %s is before %s"
2170 msgstr ""
2171
2172 #: c-opts.c:550
2173 #, fuzzy, c-format
2174 msgid "too many filenames given. Type %s --help for usage"
2175 msgstr "¥Õ¥¡¥¤¥ë̾¤¬Â¿¤¹¤®¤Þ¤¹¡£%s --help ¤È¥¿¥¤¥×¤·¤Æ»È¤¤Êý¤ò¸«¤Þ¤·¤ç¤¦"
2176
2177 #: c-opts.c:937
2178 msgid "-Wno-strict-prototypes is not supported in C++"
2179 msgstr "-Wno-strict-prototypes ¤Ï C++ ¤Ç¤Ï¼õ¤±ÉÕ¤±¤é¤ì¤Þ¤»¤ó"
2180
2181 #: c-opts.c:1017
2182 #, fuzzy, c-format
2183 msgid "switch \"%s\" is no longer supported"
2184 msgstr "-f%s ¤Ï¤â¤Ï¤ä¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
2185
2186 #: c-opts.c:1033
2187 #, c-format
2188 msgid "switch \"%s\" is deprecated, please see documentation for details"
2189 msgstr ""
2190
2191 #: c-opts.c:1153
2192 msgid "-fhandle-exceptions has been renamed to -fexceptions (and is now on by default)"
2193 msgstr "-fhandle-exceptions ¤Ï -fexception ¤ËÊѹ¹¤µ¤ì¤Þ¤·¤¿(¤µ¤é¤Ë¥Ç¥Õ¥©¥ë¥È¤ÇÍ­¸ú¤Ç¤¹)"
2194
2195 #: c-opts.c:1273
2196 #, fuzzy
2197 msgid "output filename specified twice"
2198 msgstr "½ÐÎÏ¥Õ¥¡¥¤¥ë̾¤¬Æó²ó»ØÄꤵ¤ì¤Þ¤·¤¿"
2199
2200 #: c-opts.c:1387
2201 msgid "-Wformat-y2k ignored without -Wformat"
2202 msgstr "-Wformat-y2k ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿¡Ê-Wformat ¤¬¤¢¤ê¤Þ¤»¤ó¡Ë"
2203
2204 #: c-opts.c:1389
2205 msgid "-Wformat-extra-args ignored without -Wformat"
2206 msgstr "-Wformat-extra-args ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿¡Ê-Wformat ¤¬¤¢¤ê¤Þ¤»¤ó¡Ë"
2207
2208 #: c-opts.c:1391
2209 #, fuzzy
2210 msgid "-Wformat-zero-length ignored without -Wformat"
2211 msgstr "-Wformat-extra-args ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿¡Ê-Wformat ¤¬¤¢¤ê¤Þ¤»¤ó¡Ë"
2212
2213 #: c-opts.c:1393
2214 msgid "-Wformat-nonliteral ignored without -Wformat"
2215 msgstr "-Wformat-nonliteral ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿¡Ê-Wformat ¤¬¤¢¤ê¤Þ¤»¤ó¡Ë"
2216
2217 #: c-opts.c:1395
2218 msgid "-Wformat-security ignored without -Wformat"
2219 msgstr "-Wformat-security ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿¡Ê-Wformat ¤¬¤¢¤ê¤Þ¤»¤ó¡Ë"
2220
2221 #: c-opts.c:1397
2222 msgid "-Wmissing-format-attribute ignored without -Wformat"
2223 msgstr "-Wmissing-format-attribute ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿¡Ê-Wformat ¤¬¤¢¤ê¤Þ¤»¤ó¡Ë"
2224
2225 #: c-opts.c:1419
2226 #, fuzzy, c-format
2227 msgid "opening output file %s"
2228 msgstr "½ÐÎÏ¥Õ¥¡¥¤¥ë `%s' ¤ò open ¤Ç¤­¤Þ¤»¤ó"
2229
2230 #: c-opts.c:1474
2231 #, fuzzy, c-format
2232 msgid "opening dependency file %s"
2233 msgstr "ưŪ°Í¸´Ø·¸¡£\n"
2234
2235 #: c-opts.c:1484
2236 #, c-format
2237 msgid "closing dependency file %s"
2238 msgstr ""
2239
2240 #: c-opts.c:1487
2241 #, fuzzy, c-format
2242 msgid "when writing output to %s"
2243 msgstr "%s ¤Ø¤Î½ñ¤­¹þ¤ß¥¨¥é¡¼¤Ç¤¹"
2244
2245 #: c-opts.c:1567
2246 #, fuzzy
2247 msgid "to generate dependencies you must specify either -M or -MM"
2248 msgstr "-M ¤« -MM ¤Î¤¤¤º¤ì¤«¤òÄɲÃŪ¤Ë»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
2249
2250 #: c-opts.c:1715
2251 #, fuzzy, c-format
2252 msgid "\"-%c%s%s\" is valid for %s but not for %s"
2253 msgstr "(%s ÍѤȤ·¤Æ¤ÏÀµ¾ï¤Ç¤¹¤¬¡¢ÁªÂò¤µ¤ì¤¿¸À¸ì¤È¤·¤Æ¤Ï̵¸ú¤Ç¤¹)"
2254
2255 #. To keep the lines from getting too long for some compilers, limit
2256 #. to about 500 characters (6 lines) per chunk.
2257 #: c-opts.c:1726
2258 msgid ""
2259 "Switches:\n"
2260 " -include <file> Include the contents of <file> before other files\n"
2261 " -imacros <file> Accept definition of macros in <file>\n"
2262 " -iprefix <path> Specify <path> as a prefix for next two options\n"
2263 " -iwithprefix <dir> Add <dir> to the end of the system include path\n"
2264 " -iwithprefixbefore <dir> Add <dir> to the end of the main include path\n"
2265 " -isystem <dir> Add <dir> to the start of the system include path\n"
2266 msgstr ""
2267 "¥¹¥¤¥Ã¥Á:\n"
2268 " -include <file> ¾¤Î¥Õ¥¡¥¤¥ë¤ÎÁ°¤Ë <file> ¤ÎÆâÍƤò´Þ¤á¤ë\n"
2269 " -imacros <file> <file> ¤Î¥Þ¥¯¥íÄêµÁ¤ò¼õ¤±Æþ¤ì¤ë\n"
2270 " -iprefix <path> ¼¡¤ÎÆó¤Ä¤Î¥ª¥×¥·¥ç¥óÍÑ¥×¥ì¥Õ¥£¥¯¥¹¤Ë <path> ¤ò»ØÄê\n"
2271 " -iwithprefix <dir> <dir> ¤ò¥·¥¹¥Æ¥à include ¥Ñ¥¹¤Î½ª¤ê¤ËÄɲ乤ë\n"
2272 " -iwithprefixbefore <dir> <dir> ¤ò¥á¥¤¥ó include ¥Ñ¥¹¤Î½ª¤ê¤ËÄɲ乤ë\n"
2273 " -isystem <dir> <dir> ¤ò¥·¥¹¥Æ¥à include ¥Ñ¥¹¤ÎºÇ½é¤ËÄɲ乤ë\n"
2274
2275 #: c-opts.c:1735
2276 msgid ""
2277 " -idirafter <dir> Add <dir> to the end of the system include path\n"
2278 " -I <dir> Add <dir> to the end of the main include path\n"
2279 " -I- Fine-grained include path control; see info docs\n"
2280 " -nostdinc Do not search system include directories\n"
2281 " (dirs specified with -isystem will still be used)\n"
2282 " -nostdinc++ Do not search system include directories for C++\n"
2283 " -o <file> Put output into <file>\n"
2284 msgstr ""
2285 " -idirafter <dir> <dir> ¤ò¥·¥¹¥Æ¥à include ¥Ñ¥¹¤Î½ª¤ê¤ËÄɲ乤ë\n"
2286 " -I <dir> <dir> ¤ò¥á¥¤¥ó include ¥Ñ¥¹¤Î½ª¤ê¤ËÄɲ乤ë\n"
2287 " -I- ¤­¤áºÙ¤«¤Ê include ¥Ñ¥¹À©¸æ -- info ʸ½ñ¤ò»²¾È\n"
2288 " -nostdinc ¥·¥¹¥Æ¥à include ¥Ç¥£¥ì¥¯¥È¥ê¤òõº÷¤·¤Ê¤¤\n"
2289 " (-system ¤Ç»ØÄꤵ¤ì¤¿¥Ç¥£¥ì¥¯¥È¥ê¤Ïõº÷¤µ¤ì¤ë)\n"
2290 " -nostdinc++ C++ ÍÑ¥·¥¹¥Æ¥à include ¥Ç¥£¥ì¥¯¥È¥ê¤òõº÷¤·¤Ê¤¤\n"
2291 " -o <file> <file> ¤Ø½ÐÎϤ¹¤ë\n"
2292
2293 #: c-opts.c:1744
2294 #, fuzzy
2295 msgid ""
2296 " -trigraphs Support ISO C trigraphs\n"
2297 " -std=<std name> Specify the conformance standard; one of:\n"
2298 " gnu89, gnu99, c89, c99, iso9899:1990,\n"
2299 " iso9899:199409, iso9899:1999, c++98\n"
2300 " -w Inhibit warning messages\n"
2301 " -W[no-]trigraphs Warn if trigraphs are encountered\n"
2302 " -W[no-]comment{s} Warn if one comment starts inside another\n"
2303 msgstr ""
2304 " -std=<std name> Ŭ¹ç¤µ¤»¤ëɸ½à¤ò»ØÄê -- °Ê²¼¤è¤ê°ì¤Ä\n"
2305 " gnu89, gnu99, c89, c99, iso9899:1990,\n"
2306 " iso9899:199409, iso9899:1999\n"
2307 " -+ C++ ¼°¤Î¹½Ê¸²òÀϤòµö²Ä¤¹¤ë\n"
2308 " -w ·Ù¹ð¥á¥Ã¥»¡¼¥¸¤òÍÞÀ©¤¹¤ë\n"
2309 " -Wtrigraphs ¥È¥é¥¤¥°¥é¥Õ¤Ë½Ð¤¯¤ï¤·¤¿¤é·Ù¹ð¤¹¤ë\n"
2310 " -Wno-trigraphs ¥È¥é¥¤¥°¥é¥Õ¤Ë¤Ä¤¤¤Æ¤Î·Ù¹ð¤ò¹Ô¤Ê¤ï¤Ê¤¤\n"
2311 " -Wcomment{s} ¥³¥á¥ó¥È¤¬Â¾¤Î¥³¥á¥ó¥ÈÆâ¤Ç»Ï¤Þ¤Ã¤Æ¤¤¤¿¤é·Ù¹ð¤¹¤ë\n"
2312
2313 #: c-opts.c:1753
2314 #, fuzzy
2315 msgid ""
2316 " -W[no-]traditional Warn about features not present in traditional C\n"
2317 " -W[no-]undef Warn if an undefined macro is used by #if\n"
2318 " -W[no-]import Warn about the use of the #import directive\n"
2319 msgstr ""
2320 " -Wno-comment{s} ¥³¥á¥ó¥È¤Ë´Ø¤¹¤ë·Ù¹ð¤ò¹Ô¤Ê¤ï¤Ê¤¤\n"
2321 " -Wtraditional ¸½ºß¤È¤Ï°Û¤Ê¤ë¸Å¤¤ C ¤Ç¤Îµ¡Ç½¤Ë¤Ä¤¤¤Æ·Ù¹ð¤¹¤ë\n"
2322 " -Wno-traditional ¸Å¤¤ C ¤Ë´Ø¤¹¤ë·Ù¹ð¤ò¹Ô¤Ê¤ï¤Ê¤¤\n"
2323 " -Wundef ̤ÄêµÁ¤Î¥Þ¥¯¥í¤¬ #if ¤Ç»È¤ï¤ì¤Æ¤¤¤ì¤Ð·Ù¹ð¤¹¤ë\n"
2324 " -Wno-undef ̤ÄêµÁ¥Þ¥¯¥í¤Îɾ²Á¤Ë´Ø¤¹¤ë·Ù¹ð¤ò¹Ô¤Ê¤ï¤Ê¤¤\n"
2325 " -Wimport #import ¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤ÎÍøÍѤ˴ؤ·¤Æ·Ù¹ð¤¹¤ë\n"
2326
2327 #: c-opts.c:1758
2328 #, fuzzy
2329 msgid ""
2330 " -W[no-]error Treat all warnings as errors\n"
2331 " -W[no-]system-headers Do not suppress warnings from system headers\n"
2332 " -W[no-]all Enable most preprocessor warnings\n"
2333 msgstr ""
2334 " -Wno-import #import ¤ÎÍøÍѤ˴ؤ¹¤ë·Ù¹ð¤ò¹Ô¤Ê¤ï¤Ê¤¤\n"
2335 " -Werror Á´¤Æ¤Î·Ù¹ð¤ò¥¨¥é¡¼¤È¤·¤Æ¼è¤ê°·¤¦\n"
2336 " -Wno-error ·Ù¹ð¤ò¥¨¥é¡¼¤È¤·¤Æ¼è¤ê°·¤ï¤Ê¤¤\n"
2337 " -Wsystem-headers ¥·¥¹¥Æ¥à¥Ø¥Ã¥À¤«¤é¤Î·Ù¹ð¤òÍÞÀ©¤·¤Ê¤¤\n"
2338 " -Wno-system-headers ¥·¥¹¥Æ¥à¥Ø¥Ã¥À¤«¤é¤Î·Ù¹ð¤òÍÞÀ©¤¹¤ë\n"
2339 " -Wall Á´¤Æ¤Î¥×¥ê¥×¥í¥»¥Ã¥µ·Ù¹ð¤òÍ­¸ú¤Ë¤¹¤ë\n"
2340
2341 #: c-opts.c:1763
2342 #, fuzzy
2343 msgid ""
2344 " -M Generate make dependencies\n"
2345 " -MM As -M, but ignore system header files\n"
2346 " -MD Generate make dependencies and compile\n"
2347 " -MMD As -MD, but ignore system header files\n"
2348 " -MF <file> Write dependency output to the given file\n"
2349 " -MG Treat missing header file as generated files\n"
2350 msgstr ""
2351 " -M make °Í¸´Ø·¸¤òÀ¸À®¤¹¤ë\n"
2352 " -MM -M ƱÍÍ¡¢Ã¢¤·¥·¥¹¥Æ¥à¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤ò̵»ë¤¹¤ë\n"
2353 " -MF <file> °Í¸´Ø·¸¤Î½ÐÎϤòÍ¿¤¨¤é¤ì¤¿¥Õ¥¡¥¤¥ë¤Ë½ñ¤­¹þ¤à\n"
2354 " -MG ¸«¤Ä¤«¤é¤Ê¤¤¥Ø¥Ã¥À¤òÀ¸À®¤µ¤ì¤ë¥Õ¥¡¥¤¥ë¤È¤·¤Æ°·¤¦\n"
2355
2356 #: c-opts.c:1771
2357 msgid ""
2358 " -MP\t\t\t Generate phony targets for all headers\n"
2359 " -MQ <target> Add a MAKE-quoted target\n"
2360 " -MT <target> Add an unquoted target\n"
2361 msgstr ""
2362 " -MP\t\t\t Á´¤Æ¤Î¥Ø¥Ã¥À¤Ë¤Ä¤¤¤Æ phony ¥¿¡¼¥²¥Ã¥È¤òÀ¸À®¤¹¤ë\n"
2363 " -MQ <target> MAKE ¤Ç¤Î¥¯¥ª¡¼¥È¤µ¤ì¤¿¥¿¡¼¥²¥Ã¥È¤òÄɲ乤ë\n"
2364 " -MT <target> ¥¯¥ª¡¼¥È¤µ¤ì¤Ê¤¤¥¿¡¼¥²¥Ã¥È¤òÄɲ乤ë\n"
2365
2366 #: c-opts.c:1776
2367 #, fuzzy
2368 msgid ""
2369 " -D<macro> Define a <macro> with string '1' as its value\n"
2370 " -D<macro>=<val> Define a <macro> with <val> as its value\n"
2371 " -A<question>=<answer> Assert the <answer> to <question>\n"
2372 " -A-<question>=<answer> Disable the <answer> to <question>\n"
2373 " -U<macro> Undefine <macro> \n"
2374 " -v Display the version number\n"
2375 msgstr ""
2376 " -D<macro> <macro> ¤òÄêµÁ¤·¡¢¤½¤ÎÃͤòʸ»úÎó¤Î '1' ¤È¤¹¤ë\n"
2377 " -D<macro>=<val> <macro> ¤òÄêµÁ¤·¡¢¤½¤ÎÃͤò <val> ¤È¤¹¤ë\n"
2378 " -A<question> (<answer>) <question> ¤Ë <answer> ¤ÈÀ¼ÌÀ¤¹¤ë\n"
2379 " -A-<question> (<answer>) <question> ¤ò <answer> ¤È¤·¤Ê¤¤\n"
2380 " -U<macro> <macro> ÄêµÁ¤ò²ò½ü¤¹¤ë\n"
2381 " -v ¥Ð¡¼¥¸¥ç¥óÈÖ¹æ¤òɽ¼¨¤¹¤ë\n"
2382
2383 #: c-opts.c:1784
2384 msgid ""
2385 " -H Print the name of header files as they are used\n"
2386 " -C Do not discard comments\n"
2387 " -dM Display a list of macro definitions active at end\n"
2388 " -dD Preserve macro definitions in output\n"
2389 " -dN As -dD except that only the names are preserved\n"
2390 " -dI Include #include directives in the output\n"
2391 msgstr ""
2392 " -H »È¤ï¤ì¤¿¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤òɽ¼¨¤¹¤ë\n"
2393 " -C ¥³¥á¥ó¥È¤òÇË´þ¤·¤Ê¤¤\n"
2394 " -dM ºÇ¸å¤ËÍ­¸ú¤Ê¥Þ¥¯¥íÄêµÁ¥ê¥¹¥È¤òɽ¼¨¤¹¤ë\n"
2395 " -dD ½ÐÎϤ˥ޥ¯¥íÄêµÁ¤òÊݸ¤¹¤ë\n"
2396 " -dN -dD ¤ÈƱÍͤÀ¤¬¡¢Ì¾Á°¤À¤±¤òÊݸ¤¹¤ë\n"
2397 " -dI #include ¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤ò½ÐÎϤ˴ޤá¤ë\n"
2398
2399 #: c-opts.c:1792
2400 #, fuzzy
2401 msgid ""
2402 " -f[no-]preprocessed Treat the input file as already preprocessed\n"
2403 " -ftabstop=<number> Distance between tab stops for column reporting\n"
2404 " -P Do not generate #line directives\n"
2405 " -remap Remap file names when including files\n"
2406 " --help Display this information\n"
2407 msgstr ""
2408 " -fpreprocessed ÆþÎÏ¥Õ¥¡¥¤¥ë¤ò´û¤Ë¥×¥ê¥×¥í¥»¥¹ºÑ¤È¤·¤Æ°·¤¦\n"
2409 " -ftabstop=<number> ¥«¥é¥à¤Î¥¿¥Ö´Ö³Ö¤òÊó¹ð¤¹¤ë\n"
2410 " -P #line ¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤òÀ¸À®¤·¤Ê¤¤\n"
2411 " -$ ¼±Ê̻ҤǤΠ'$' ¤òµö²Ä¤·¤Ê¤¤\n"
2412 " -remap ¥Õ¥¡¥¤¥ë¥¤¥ó¥¯¥ë¡¼¥É»þ¤Ë¥Õ¥¡¥¤¥ë̾¤òºÆ¥Þ¥Ã¥×¤¹¤ë\n"
2413 " --version ¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤òɽ¼¨¤¹¤ë\n"
2414 " -h or --help ¤³¤Î¾ðÊó¤òɽ¼¨¤¹¤ë\n"
2415
2416 #. Like YYERROR but do call yyerror.
2417 #: c-parse.y:55 parse.y:48 objc-parse.y:55
2418 msgid "syntax error"
2419 msgstr "ʸˡ¥¨¥é¡¼"
2420
2421 #: /usr/share/bison/bison.simple:179
2422 msgid "syntax error: cannot back up"
2423 msgstr "ʸˡ¥¨¥é¡¼: ÄÉ¿ï¤Ç¤­¤Þ¤»¤ó"
2424
2425 #: c-parse.y:325 objc-parse.y:346
2426 msgid "ISO C forbids an empty source file"
2427 msgstr "ISO C ¤Ï¶õ¤Î¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤ò¶Ø¤¸¤Þ¤¹"
2428
2429 #: c-parse.y:366 c-typeck.c:6916 objc-parse.y:388
2430 msgid "argument of `asm' is not a constant string"
2431 msgstr "`asm' ¤Î°ú¿ô¤¬Äê¿ôʸ»úÎó¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó "
2432
2433 #: c-parse.y:374 objc-parse.y:396
2434 msgid "ISO C forbids data definition with no type or storage class"
2435 msgstr "ISO C ¤Ï·¿¤äµ­²±¥¯¥é¥¹¤Î¤Ê¤¤¥Ç¡¼¥¿ÄêµÁ¤ò¶Ø¤¸¤Þ¤¹"
2436
2437 #: c-parse.y:376 objc-parse.y:398
2438 msgid "data definition has no type or storage class"
2439 msgstr "¥Ç¡¼¥¿ÄêµÁ¤¬·¿¤äµ­²±¥¯¥é¥¹¤ò»ý¤Ã¤Æ¤¤¤Þ¤»¤ó"
2440
2441 #: c-parse.y:389 objc-parse.y:411
2442 msgid "ISO C does not allow extra `;' outside of a function"
2443 msgstr "ISO C ¤Ç¤Ï´Ø¿ô³°¤Ç¤Î;ʬ¤Ê `;' ¤òµö¤·¤Þ¤»¤ó"
2444
2445 #: c-parse.y:449 cppexp.c:1312
2446 msgid "traditional C rejects the unary plus operator"
2447 msgstr "¸Å¤¤ C ¤Ç¤Ïñ¹à¥×¥é¥¹±é»»»Ò¤òµñÈݤ·¤Þ¤¹"
2448
2449 #: c-parse.y:496 objc-parse.y:518
2450 msgid "`sizeof' applied to a bit-field"
2451 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É¤ËŬÍѤµ¤ì¤¿ `sizeof'"
2452
2453 #: c-parse.y:583 objc-parse.y:605
2454 msgid "ISO C forbids omitting the middle term of a ?: expression"
2455 msgstr "ISO C ¤ÏÃæ´Ö¹à¤¬¾Êά¤µ¤ì¤¿ ?: ¼°¤ò¶Ø¤¸¤Þ¤¹"
2456
2457 #: c-parse.y:632 objc-parse.y:654
2458 msgid "ISO C89 forbids compound literals"
2459 msgstr "ISO C89 ¤ÏÊ£¹ç¥ê¥Æ¥é¥ë¤ò¶Ø¤¸¤Þ¤¹"
2460
2461 #: c-parse.y:646 objc-parse.y:668
2462 msgid "ISO C forbids braced-groups within expressions"
2463 msgstr "ISO C ¤Ï¥Ö¥ì¡¼¥¹¤Ç¤Þ¤È¤á¤é¤ì¤¿¼°¤ò¶Ø¤¸¤Þ¤¹"
2464
2465 #: c-parse.y:677 objc-parse.y:699
2466 #, fuzzy
2467 msgid "first argument to __builtin_choose_expr not a constant"
2468 msgstr "`__builtin_args_info' ¤Î°ú¿ô¤ÏÄê¿ô¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
2469
2470 #: c-parse.y:721 objc-parse.y:767
2471 #, fuzzy
2472 msgid "traditional C rejects ISO C style function definitions"
2473 msgstr "¸Å¤¤ C ¤Ç¤Ïʸ»úÎó·ë¹ç¤òµñÈݤ·¤Þ¤¹"
2474
2475 #: c-parse.y:985 c-parse.y:991 c-parse.y:997 c-parse.y:1003 c-parse.y:1024
2476 #: c-parse.y:1030 c-parse.y:1036 c-parse.y:1042 c-parse.y:1075 c-parse.y:1081
2477 #: c-parse.y:1087 c-parse.y:1093 c-parse.y:1138 c-parse.y:1144 c-parse.y:1150
2478 #: c-parse.y:1156 parse.y:1933 parse.y:1940 parse.y:1975 objc-parse.y:1031
2479 #: objc-parse.y:1037 objc-parse.y:1043 objc-parse.y:1049 objc-parse.y:1070
2480 #: objc-parse.y:1076 objc-parse.y:1082 objc-parse.y:1088 objc-parse.y:1121
2481 #: objc-parse.y:1127 objc-parse.y:1133 objc-parse.y:1139 objc-parse.y:1184
2482 #: objc-parse.y:1190 objc-parse.y:1196 objc-parse.y:1202
2483 #, c-format
2484 msgid "`%s' is not at beginning of declaration"
2485 msgstr "`%s' ¤ÏÀë¸À¤Î»Ï¤Þ¤ê¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
2486
2487 #: c-parse.y:1441 objc-parse.y:1496
2488 msgid "ISO C forbids empty initializer braces"
2489 msgstr "ISO C ¤Ç¤Ï¶õ¤Î½é´ü²½Íѥ֥졼¥¹¤ò¶Ø¤¸¤Þ¤¹"
2490
2491 #: c-parse.y:1455 objc-parse.y:1510
2492 msgid "ISO C89 forbids specifying subobject to initialize"
2493 msgstr "ISO C89 ¤Ï½é´ü²½ÍѤÎÉû¥ª¥Ö¥¸¥§¥¯¥È»ØÄê¤ò¶Ø¤¸¤Þ¤¹"
2494
2495 #: c-parse.y:1458 objc-parse.y:1513
2496 msgid "obsolete use of designated initializer without `='"
2497 msgstr "`=' ¤Î¤Ê¤¤¥á¥ó¥Ð»Ø̾½é´ü²½»Ò¤ÏÇѤì¤Þ¤·¤¿"
2498
2499 #: c-parse.y:1462 objc-parse.y:1517
2500 msgid "obsolete use of designated initializer with `:'"
2501 msgstr "`:' ¤ò¤Ä¤±¤ë¥á¥ó¥Ð»Ø̾½é´ü²½»Ò¤ÏÇѤì¤Þ¤·¤¿"
2502
2503 #: c-parse.y:1489 objc-parse.y:1544
2504 msgid "ISO C forbids specifying range of elements to initialize"
2505 msgstr "ISO C ¤Ï½é´ü²½ÍѤÎÍ×ÁÇÈÏ°Ï»ØÄê¤ò¶Ø¤¸¤Þ¤¹"
2506
2507 #: c-parse.y:1497 c-parse.y:1528 objc-parse.y:1552 objc-parse.y:1583
2508 msgid "ISO C forbids nested functions"
2509 msgstr "ISO C ¤Ï ¥Í¥¹¥È¤µ¤ì¤¿´Ø¿ô¤ò¶Ø¤¸¤Þ¤¹"
2510
2511 #: c-parse.y:1703 objc-parse.y:1760
2512 msgid "ISO C forbids forward references to `enum' types"
2513 msgstr "ISO C ¤Ï `enum' ·¿¤ÎÁ°Êý»²¾È¤ò¶Ø¤¸¤Þ¤¹"
2514
2515 #: c-parse.y:1715 parse.y:2411 objc-parse.y:1772
2516 msgid "comma at end of enumerator list"
2517 msgstr "Îóµó»Ò¥ê¥¹¥È¤ÎºÇ¸å¤Ë¥«¥ó¥Þ¤¬¤¢¤ê¤Þ¤¹"
2518
2519 #: c-parse.y:1723 objc-parse.y:1780
2520 msgid "no semicolon at end of struct or union"
2521 msgstr "struct ¤ä union ¤ÎºÇ¸å¤Ë¥»¥ß¥³¥í¥ó¤¬¤¢¤ê¤Þ¤»¤ó"
2522
2523 #: c-parse.y:1732 objc-parse.y:1789 objc-parse.y:2864
2524 msgid "extra semicolon in struct or union specified"
2525 msgstr "struct ¤ä union ¤ÎÃæ¤Ç;ʬ¤Ê¥»¥ß¥³¥í¥ó¤¬»ØÄꤵ¤ì¤Þ¤·¤¿"
2526
2527 #: c-parse.y:1745 objc-parse.y:1816
2528 msgid "ISO C doesn't support unnamed structs/unions"
2529 msgstr "ISO C ¤Ç¤Ï̵̾¹½Â¤ÂΤ䶦ÍÑÂΤò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
2530
2531 #: c-parse.y:1754 objc-parse.y:1825
2532 msgid "ISO C forbids member declarations with no members"
2533 msgstr "ISO C ¤Ï¥á¥ó¥Ð¤Î¤Ê¤¤¥á¥ó¥ÐÀë¸À¤ò¶Ø¤¸¤Þ¤¹"
2534
2535 #: c-parse.y:1913 objc-parse.y:1984
2536 msgid "deprecated use of label at end of compound statement"
2537 msgstr "Ê£¹çʸ¤Î½ª¤ê¤Ç¥é¥Ù¥ë¤ò»È¤¦¤³¤È¤Ï¿ä¾©¤µ¤ì¤Þ¤»¤ó"
2538
2539 #: c-parse.y:1930 objc-parse.y:2001
2540 msgid "ISO C89 forbids mixed declarations and code"
2541 msgstr "ISO C89 ¤ÏÀë¸À¤È¥³¡¼¥É¤È¤Îº®¹ç¤ò¶Ø¤¸¤Þ¤¹"
2542
2543 #: c-parse.y:2005 objc-parse.y:2080
2544 msgid "ISO C forbids label declarations"
2545 msgstr "ISO C ¤Ï¥é¥Ù¥ëÀë¸À¤ò¶Ø¤¸¤Þ¤¹"
2546
2547 #: c-parse.y:2055 parse.y:1638 objc-parse.y:2130
2548 msgid "braced-group within expression allowed only inside a function"
2549 msgstr "¥Ö¥ì¡¼¥¹¤Ç¤Þ¤È¤á¤é¤ì¤¿¼°¤Ï´Ø¿ô¤ÎÆ⦤ǤΤߵö¤µ¤ì¤Þ¤¹"
2550
2551 #: c-parse.y:2182 objc-parse.y:2257
2552 msgid "empty body in an else-statement"
2553 msgstr "else ʸ¤ÎÃæ¿È¤¬¶õ¤Ç¤¹"
2554
2555 #: c-parse.y:2303 objc-parse.y:2378
2556 msgid "ISO C forbids `goto *expr;'"
2557 msgstr "ISO C `goto *¼°;' ¤Î½ñ¤­Êý¤ò¶Ø¤¸¤Þ¤¹"
2558
2559 #: c-parse.y:2403 objc-parse.y:2478
2560 msgid "ISO C forbids forward parameter declarations"
2561 msgstr "ISO C ¤ÏÁ°Êý²¾°ú¿ôÀë¸À¤ò¶Ø¤¸¤Þ¤¹"
2562
2563 #. Gcc used to allow this as an extension. However, it does
2564 #. not work for all targets, and thus has been disabled.
2565 #. Also, since func (...) and func () are indistinguishable,
2566 #. it caused problems with the code in expand_builtin which
2567 #. tries to verify that BUILT_IN_NEXT_ARG is being used
2568 #. correctly.
2569 #: c-parse.y:2429 objc-parse.y:2504
2570 msgid "ISO C requires a named argument before `...'"
2571 msgstr "ISO C ¤Ï `...' ¤ÎÁ°¤Ë̾Á°¤ò¤Ä¤±¤é¤ì¤¿°ú¿ô¤òÍ׵ᤷ¤Þ¤¹"
2572
2573 #: c-parse.y:2526 objc-parse.y:2601
2574 msgid "`...' in old-style identifier list"
2575 msgstr "¸Å¤¤¥¹¥¿¥¤¥ë¤Î¼±Ê̻ҥꥹ¥È¤Ç¤Î `...'"
2576
2577 #: /usr/share/bison/bison.simple:795
2578 #, fuzzy
2579 msgid "parse error; also virtual memory exhausted"
2580 msgstr "¹½Ê¸²òÀÏ¥¨¥é¡¼ -- ¤µ¤é¤Ë²¾ÁÛ¥á¥â¥ê¤òĶ²á¤·¤Þ¤·¤¿"
2581
2582 #: /usr/share/bison/bison.simple:799 cp/spew.c:364
2583 msgid "parse error"
2584 msgstr "¹½Ê¸²òÀÏ¥¨¥é¡¼"
2585
2586 #: /usr/share/bison/bison.simple:924
2587 msgid "parser stack overflow"
2588 msgstr "¹½Ê¸²òÀÏ´ï¤Î¥¹¥¿¥Ã¥¯¤¬°î¤ì¤Þ¤·¤¿"
2589
2590 #: c-parse.y:2838 cp/spew.c:1525 objc-parse.y:3537
2591 #, c-format
2592 msgid "%s at end of input"
2593 msgstr "ÆþÎϤκǸå¤Ë %s"
2594
2595 #: c-parse.y:2844 cp/spew.c:1533 objc-parse.y:3543
2596 #, c-format
2597 msgid "%s before %s'%c'"
2598 msgstr "%s ¤¬ %s'%c' ¤ÎÁ°¤Ë¤¢¤ê¤Þ¤¹"
2599
2600 #: c-parse.y:2846 cp/spew.c:1535 objc-parse.y:3545
2601 #, c-format
2602 msgid "%s before %s'\\x%x'"
2603 msgstr "%s ¤¬ %s'\\x%x' ¤ÎÁ°¤Ë¤¢¤ê¤Þ¤¹"
2604
2605 #: c-parse.y:2850 cp/spew.c:1542 objc-parse.y:3549
2606 #, c-format
2607 msgid "%s before string constant"
2608 msgstr "ʸ»úÎóÄê¿ô¤ÎÁ°¤Ë %s"
2609
2610 #: c-parse.y:2852 cp/spew.c:1544 objc-parse.y:3551
2611 #, c-format
2612 msgid "%s before numeric constant"
2613 msgstr "¿ôÃÍÄê¿ô¤ÎÁ°¤Ë %s"
2614
2615 #: c-parse.y:2854 objc-parse.y:3553
2616 #, c-format
2617 msgid "%s before \"%s\""
2618 msgstr "%s ¤¬ \"%s\" ¤ÎÁ°¤Ë¤¢¤ê¤Þ¤¹"
2619
2620 #: c-parse.y:2856 objc-parse.y:3555
2621 #, c-format
2622 msgid "%s before '%s' token"
2623 msgstr "%s ¤¬ '%s' ¥È¡¼¥¯¥ó¤ÎÁ°¤Ë¤¢¤ê¤Þ¤¹"
2624
2625 #: c-parse.y:2921
2626 msgid "traditional C rejects string concatenation"
2627 msgstr "¸Å¤¤ C ¤Ç¤Ïʸ»úÎó·ë¹ç¤òµñÈݤ·¤Þ¤¹"
2628
2629 #: c-parse.y:3047 objc-parse.y:3779
2630 #, c-format
2631 msgid "syntax error at '%s' token"
2632 msgstr "'%s' ¥È¡¼¥¯¥ó¤Î½ê¤Çʸˡ¥¨¥é¡¼"
2633
2634 #: c-pragma.c:107
2635 msgid "#pragma pack (pop) encountered without matching #pragma pack (push, <n>)"
2636 msgstr "#pragma pack (pop) ¤¬¡¢Âбþ¤¹¤ë #pragma pack (push, <n>) ¤Ê¤·¤Ë½Ð¸½¤·¤Þ¤·¤¿"
2637
2638 #: c-pragma.c:125
2639 #, c-format
2640 msgid "#pragma pack(pop, %s) encountered without matching #pragma pack(push, %s, <n>)"
2641 msgstr "#pragma pack(pop, %s) ¤¬¡¢Âбþ¤¹¤ë #pragma pack(push, %s) ¤Ê¤·¤Ë½Ð¸½¤·¤Þ¤·¤¿"
2642
2643 #: c-pragma.c:145
2644 #, fuzzy
2645 msgid "#pragma pack(push[, id], <n>) is not supported on this target"
2646 msgstr "¥¹¥¿¥Ã¥¯À©¸Â¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ç¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
2647
2648 #: c-pragma.c:147
2649 #, fuzzy
2650 msgid "#pragma pack(pop[, id], <n>) is not supported on this target"
2651 msgstr "¥¹¥¿¥Ã¥¯À©¸Â¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ç¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
2652
2653 #: c-pragma.c:167
2654 #, fuzzy
2655 msgid "missing '(' after '#pragma pack' - ignored"
2656 msgstr "¤ª¤«¤·¤Ê #pragma align - ̵»ë¤µ¤ì¤Þ¤·¤¿"
2657
2658 #: c-pragma.c:180 c-pragma.c:230
2659 #, fuzzy
2660 msgid "malformed '#pragma pack' - ignored"
2661 msgstr "¤ª¤«¤·¤Ê #pragma align - ̵»ë¤µ¤ì¤Þ¤·¤¿"
2662
2663 #: c-pragma.c:185
2664 #, fuzzy
2665 msgid "malformed '#pragma pack(push[, id], <n>)' - ignored"
2666 msgstr "¤ª¤«¤·¤Ê #pragma align - ̵»ë¤µ¤ì¤Þ¤·¤¿"
2667
2668 #: c-pragma.c:187
2669 #, fuzzy
2670 msgid "malformed '#pragma pack(pop[, id])' - ignored"
2671 msgstr "¤ª¤«¤·¤Ê #pragma map¡¢Ìµ»ë¤µ¤ì¤Þ¤·¤¿"
2672
2673 #: c-pragma.c:196
2674 #, fuzzy, c-format
2675 msgid "unknown action '%s' for '#pragma pack' - ignored"
2676 msgstr "'#pragma pack' ¤ÎËöÈø¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
2677
2678 #: c-pragma.c:233
2679 msgid "junk at end of '#pragma pack'"
2680 msgstr "'#pragma pack' ¤ÎËöÈø¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
2681
2682 #: c-pragma.c:247
2683 #, c-format
2684 msgid "alignment must be a small power of two, not %d"
2685 msgstr ""
2686
2687 #: c-pragma.c:280
2688 #, c-format
2689 msgid "applying #pragma weak `%s' after first use results in unspecified behavior"
2690 msgstr ""
2691
2692 #: c-pragma.c:328 c-pragma.c:333
2693 #, fuzzy
2694 msgid "malformed #pragma weak, ignored"
2695 msgstr "¤ª¤«¤·¤Ê #pragma map¡¢Ìµ»ë¤µ¤ì¤Þ¤·¤¿"
2696
2697 #: c-pragma.c:337
2698 msgid "junk at end of #pragma weak"
2699 msgstr "#pragma weak ¤ÎËöÈø¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
2700
2701 #: c-pragma.c:372 c-pragma.c:377
2702 #, fuzzy
2703 msgid "malformed #pragma redefine_extname, ignored"
2704 msgstr "¤ª¤«¤·¤Ê #pragma map¡¢Ìµ»ë¤µ¤ì¤Þ¤·¤¿"
2705
2706 #: c-pragma.c:382
2707 #, fuzzy
2708 msgid "junk at end of #pragma redefine_extname"
2709 msgstr "#pragma weak ¤ÎËöÈø¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
2710
2711 #: c-pragma.c:389 c-pragma.c:470
2712 #, fuzzy
2713 msgid "#pragma redefine_extname conflicts with declaration"
2714 msgstr "¥Ç¡¼¥¿Îΰè '%s' ¤ÏÁ°¤ÎÀë¸À¤ÈÌ·½â¤·¤Þ¤¹"
2715
2716 #: c-pragma.c:420
2717 #, fuzzy
2718 msgid "malformed #pragma extern_prefix, ignored"
2719 msgstr "¤ª¤«¤·¤Ê #pragma map¡¢Ìµ»ë¤µ¤ì¤Þ¤·¤¿"
2720
2721 #: c-pragma.c:425
2722 #, fuzzy
2723 msgid "junk at end of #pragma extern_prefix"
2724 msgstr "#pragma map ¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
2725
2726 #: c-pragma.c:457
2727 #, fuzzy
2728 msgid "asm declaration conflicts with previous rename"
2729 msgstr "`%s' ¤Î¥»¥¯¥·¥ç¥ó¤ÏÁ°Êý¤Ç¤ËÀë¸À¤µ¤ì¤¿¤â¤Î¤È¾×Æͤ·¤Þ¤¹"
2730
2731 #: c-semantics.c:565
2732 msgid "break statement not within loop or switch"
2733 msgstr "break ʸ¤¬ loop ¤Þ¤¿¤Ï switch ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
2734
2735 #: c-semantics.c:583
2736 msgid "continue statement not within a loop"
2737 msgstr "continue ʸ¤¬ loop ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
2738
2739 #: c-semantics.c:678
2740 msgid "destructor needed for `%#D'"
2741 msgstr "`%#D' ¤Î¤¿¤á¤Î¥Ç¥¹¥È¥é¥¯¥¿¤¬É¬ÍפǤ¹"
2742
2743 #: c-semantics.c:679
2744 msgid "where case label appears here"
2745 msgstr "case ¥é¥Ù¥ë¤¬¸½¤ì¤¿¤Î¤Ï¤³¤³¤Ç¤¹"
2746
2747 #: c-semantics.c:682
2748 msgid "(enclose actions of previous case statements requiring destructors in their own scope.)"
2749 msgstr "(Á°¤Î case ʸ¤Î°Ï¤¤¹þ¤Þ¤ì¤¿Æ°ºî¤Ï¤½¤ì¼«¿È¤Î¥¹¥³¡¼¥×¤Ç¥Ç¥¹¥È¥é¥¯¥¿¤òÍ׵ᤷ¤Þ¤¹)"
2750
2751 #: c-semantics.c:725 c-typeck.c:6942 cp/semantics.c:897
2752 #, c-format
2753 msgid "%s qualifier ignored on asm"
2754 msgstr "asm ¤Ç¤Ï %s ½¤¾þ»Ò¤¬Ìµ»ë¤µ¤ì¤Þ¤¹"
2755
2756 #: c-typeck.c:123
2757 #, c-format
2758 msgid "`%s' has an incomplete type"
2759 msgstr "`%s' ¤ÏÉÔ´°Á´·¿¤Ç¤¹"
2760
2761 #: c-typeck.c:145 cp/call.c:2865
2762 msgid "invalid use of void expression"
2763 msgstr "void ¼°¤ÎÉÔŬÀڤʻÈÍÑ"
2764
2765 #: c-typeck.c:153
2766 #, fuzzy
2767 msgid "invalid use of flexible array member"
2768 msgstr "²ÄÊÑÇÛÎó¥á¥ó¥Ð¤ò½é´ü²½¤·¤Æ¤¤¤Þ¤¹"
2769
2770 #: c-typeck.c:159
2771 msgid "invalid use of array with unspecified bounds"
2772 msgstr "¶­³¦¤¬»ØÄꤵ¤ì¤Ê¤¤ÇÛÎó¤ÎÉÔŬÀÚ¤ÊÍøÍÑ"
2773
2774 #: c-typeck.c:167
2775 #, c-format
2776 msgid "invalid use of undefined type `%s %s'"
2777 msgstr "̤ÄêµÁ¤Î·¿ `%s %s' ¤Î»ÈÍѤÏÉÔŬÀڤǤ¹"
2778
2779 #. If this type has a typedef-name, the TYPE_NAME is a TYPE_DECL.
2780 #: c-typeck.c:171
2781 #, c-format
2782 msgid "invalid use of incomplete typedef `%s'"
2783 msgstr "ÉÔ´°Á´¤Ê typedef `%s' ¤Î»ÈÍѤÏÉÔŬÀڤǤ¹"
2784
2785 #: c-typeck.c:424 c-typeck.c:438
2786 msgid "function types not truly compatible in ISO C"
2787 msgstr "´Ø¿ô·¿¤¬ ISO C ¤È´°Á´¸ß´¹¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
2788
2789 #: c-typeck.c:603
2790 msgid "types are not quite compatible"
2791 msgstr "·¿¤ÏÁ´¤¯¸ß´¹¤¬¤¢¤ê¤Þ¤»¤ó"
2792
2793 #: c-typeck.c:757 c-typeck.c:2687
2794 msgid "arithmetic on pointer to an incomplete type"
2795 msgstr "ÉÔ´°Á´·¿¤Ø¤Î¥Ý¥¤¥ó¥¿¤ËÂФ¹¤ë±é»»"
2796
2797 #: c-typeck.c:1136
2798 #, c-format
2799 msgid "%s has no member named `%s'"
2800 msgstr "%s ¤Ë `%s' ¤È¤¤¤¦Ì¾Á°¤Î¥á¥ó¥Ð¤Ï¤¢¤ê¤Þ¤»¤ó"
2801
2802 #: c-typeck.c:1172
2803 #, c-format
2804 msgid "request for member `%s' in something not a structure or union"
2805 msgstr "¹½Â¤ÂΤǤⶦÍÑÂΤǤâ¤Ê¤¤²¿¤«¤Ç¡¢¥á¥ó¥Ð `%s' ¤òÍ׵ᤵ¤ì¤Þ¤·¤¿"
2806
2807 #: c-typeck.c:1204
2808 msgid "dereferencing pointer to incomplete type"
2809 msgstr "ÉÔ´°Á´·¿¤Î¥Ý¥¤¥ó¥¿¤Ø¤Î´ÖÀÜ»²¾È"
2810
2811 #: c-typeck.c:1208
2812 msgid "dereferencing `void *' pointer"
2813 msgstr "`void *' ¥Ý¥¤¥ó¥¿¤Ø¤Î´ÖÀÜ»²¾È¤Ç¤¹"
2814
2815 #: c-typeck.c:1225 cp/typeck.c:2369
2816 #, c-format
2817 msgid "invalid type argument of `%s'"
2818 msgstr "`%s' ¤Î°ú¿ô¤È¤·¤Æ̵¸ú¤Ê·¿"
2819
2820 #: c-typeck.c:1244 cp/typeck.c:2395
2821 msgid "subscript missing in array reference"
2822 msgstr "ÇÛÎ󻲾ȤǤÎź»ú¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
2823
2824 #: c-typeck.c:1265 cp/typeck.c:2437
2825 msgid "array subscript has type `char'"
2826 msgstr "ÇÛÎó¤Îź»ú¤¬ `char' ·¿¤Ç¤¹"
2827
2828 #: c-typeck.c:1273 c-typeck.c:1362 cp/typeck.c:2444 cp/typeck.c:2523
2829 msgid "array subscript is not an integer"
2830 msgstr "ÇÛÎó¤Îź»ú¤¬À°¿ô·¿¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
2831
2832 #: c-typeck.c:1306
2833 msgid "ISO C forbids subscripting `register' array"
2834 msgstr "ISO C ¤Ï `register' ÇÛÎó¤Ø¤Îź»ú¤ò¶Ø¤¸¤Þ¤¹"
2835
2836 #: c-typeck.c:1308
2837 #, fuzzy
2838 msgid "ISO C90 forbids subscripting non-lvalue array"
2839 msgstr "ISO C89 Èóº¸ÊÕÃÍÇÛÎó¤Ø¤Îź»ú¤ò¶Ø¤¸¤Þ¤¹"
2840
2841 #: c-typeck.c:1341
2842 msgid "subscript has type `char'"
2843 msgstr "ź»ú¤¬ `char' ·¿¤ò¤â¤Á¤Þ¤¹"
2844
2845 #: c-typeck.c:1357 cp/typeck.c:2518
2846 msgid "subscripted value is neither array nor pointer"
2847 msgstr "ź»ú¤ò¤Ä¤±¤é¤ì¤¿Ãͤ¬ÇÛÎó¤Ç¤â¥Ý¥¤¥ó¥¿¤Ç¤â¤¢¤ê¤Þ¤»¤ó"
2848
2849 #: c-typeck.c:1411
2850 #, c-format
2851 msgid "`%s' undeclared here (not in a function)"
2852 msgstr "`%s' ¤¬¤³¤³¤Ç¤ÏÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó (´Ø¿ô¤ÎÃæ¤Ç¤Ï¤Ê¤¤)"
2853
2854 #: c-typeck.c:1418
2855 #, c-format
2856 msgid "`%s' undeclared (first use in this function)"
2857 msgstr "`%s' ¤¬Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤»¤ó (¤³¤Î´Ø¿ôÆâ¤ÇºÇ½é¤ËÍøÍÑ)"
2858
2859 #: c-typeck.c:1423
2860 msgid "(Each undeclared identifier is reported only once"
2861 msgstr "(̤Àë¸À¤Î³ÆÊÑ¿ô¤Ë¤Ä¤¤¤Æ¤Ï¡¢¤½¤ì¤¬ºÇ½é¤Ë¸½¤ï¤ì¤¿¤½¤ì¤¾¤ì¤Î´Ø¿ô"
2862
2863 #: c-typeck.c:1424
2864 msgid "for each function it appears in.)"
2865 msgstr " ¤ËÂФ·¤Æ°ìÅÙ¤À¤±Êó¹ð¤µ¤ì¤Þ¤¹¡£)"
2866
2867 #: c-typeck.c:1441
2868 #, c-format
2869 msgid "local declaration of `%s' hides instance variable"
2870 msgstr "`%s' ¤Î¥í¡¼¥«¥ëÀë¸À¤Ç¡¢¥¤¥ó¥¹¥¿¥ó¥¹ÊÑ¿ô¤¬±£¤µ¤ì¤Þ¤¹"
2871
2872 #: c-typeck.c:1518
2873 msgid "called object is not a function"
2874 msgstr "¸Æ¤Ó½Ð¤µ¤ì¤¿¥ª¥Ö¥¸¥§¥¯¥È¤Ï´Ø¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
2875
2876 #: c-typeck.c:1604 cp/typeck.c:2829
2877 msgid "too many arguments to function"
2878 msgstr "´Ø¿ô¤ËÂФ¹¤ë°ú¿ô¤¬Â¿¤¹¤®¤Þ¤¹"
2879
2880 #: c-typeck.c:1625
2881 #, c-format
2882 msgid "type of formal parameter %d is incomplete"
2883 msgstr "Àµ¼°¤Ê²¾°ú¿ô %d ¤Î·¿¤¬ÉÔ´°Á´¤Ç¤¹"
2884
2885 #: c-typeck.c:1638
2886 #, c-format
2887 msgid "%s as integer rather than floating due to prototype"
2888 msgstr "¥×¥í¥È¥¿¥¤¥×¤Ë¤è¤ë¤È %s ¤ÏÉâÆ°¾®¿ô·¿¤Ç¤Ï¤Ê¤¯À°¿ô·¿¤È¤µ¤ì¤Æ¤¤¤Þ¤¹"
2889
2890 #: c-typeck.c:1641
2891 #, c-format
2892 msgid "%s as integer rather than complex due to prototype"
2893 msgstr "¥×¥í¥È¥¿¥¤¥×¤Ë¤è¤ë¤È %s ¤ÏÊ£ÁÇ¿ô¤Ç¤Ï¤Ê¤¯À°¿ô·¿¤È¤µ¤ì¤Æ¤¤¤Þ¤¹"
2894
2895 #: c-typeck.c:1644
2896 #, c-format
2897 msgid "%s as complex rather than floating due to prototype"
2898 msgstr "¥×¥í¥È¥¿¥¤¥×¤Ë¤è¤ë¤È %s ¤ÏÉâÆ°¾®¿ô·¿¤Ç¤Ï¤Ê¤¯Ê£ÁÇ¿ô·¿¤È¤µ¤ì¤Æ¤¤¤Þ¤¹"
2899
2900 #: c-typeck.c:1647
2901 #, c-format
2902 msgid "%s as floating rather than integer due to prototype"
2903 msgstr "¥×¥í¥È¥¿¥¤¥×¤Ë¤è¤ë¤È %s ¤ÏÀ°¿ô·¿¤Ç¤Ï¤Ê¤¯ÉâÆ°¾®¿ô·¿¤È¤µ¤ì¤Æ¤¤¤Þ¤¹"
2904
2905 #: c-typeck.c:1650
2906 #, c-format
2907 msgid "%s as complex rather than integer due to prototype"
2908 msgstr "¥×¥í¥È¥¿¥¤¥×¤Ë¤è¤ë¤È %s ¤ÏÀ°¿ô·¿¤Ç¤Ï¤Ê¤¯Ê£ÁÇ¿ô·¿¤È¤µ¤ì¤Æ¤¤¤Þ¤¹"
2909
2910 #: c-typeck.c:1653
2911 #, c-format
2912 msgid "%s as floating rather than complex due to prototype"
2913 msgstr "¥×¥í¥È¥¿¥¤¥×¤Ë¤è¤ë¤È %s ¤ÏÊ£ÁÇ¿ô¤Ç¤Ï¤Ê¤¯ÉâÆ°¾®¿ô·¿¤È¤µ¤ì¤Æ¤¤¤Þ¤¹"
2914
2915 #: c-typeck.c:1663
2916 #, c-format
2917 msgid "%s as `float' rather than `double' due to prototype"
2918 msgstr "¥×¥í¥È¥¿¥¤¥×¤Ë¤è¤ë¤È %s ¤Ï `double' ¤Ç¤Ê¤¯ `float' ¤È¤µ¤ì¤Æ¤¤¤Þ¤¹"
2919
2920 #: c-typeck.c:1681
2921 #, c-format
2922 msgid "%s with different width due to prototype"
2923 msgstr "%s ¤Ï¥×¥í¥È¥¿¥¤¥×¤Ç¤Î·¿¤ÎÉý¤È¤Ï°Û¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
2924
2925 #: c-typeck.c:1715
2926 #, c-format
2927 msgid "%s as unsigned due to prototype"
2928 msgstr "¥×¥í¥È¥¿¥¤¥×¤Ë¤è¤ê %s ¤ÏÉä¹ç¤Ê¤·¤È¤µ¤ì¤Æ¤¤¤Þ¤¹"
2929
2930 #: c-typeck.c:1717
2931 #, c-format
2932 msgid "%s as signed due to prototype"
2933 msgstr "¥×¥í¥È¥¿¥¤¥×¤Ë¤è¤ê %s ¤ÏÉä¹çÉÕ¤­¤È¤µ¤ì¤Æ¤¤¤Þ¤¹"
2934
2935 #: c-typeck.c:1751 cp/typeck.c:2933
2936 msgid "too few arguments to function"
2937 msgstr "´Ø¿ô¤Ø¤Î°ú¿ô¤¬¾¯¤Ê¤¹¤®¤Þ¤¹"
2938
2939 #: c-typeck.c:1793
2940 msgid "suggest parentheses around + or - inside shift"
2941 msgstr "¥·¥Õ¥ÈÃæ¤Î + ¤ä - ¤Î¼þ¤ê¤Ç¤Ï³ç¸Ì¤ò¤Ä¤±¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹"
2942
2943 #: c-typeck.c:1800
2944 msgid "suggest parentheses around && within ||"
2945 msgstr "|| ¤È¶¦¤Ë»È¤ï¤ì¤ë && ¤Î¼þ¤ê¤Ç¤Ï³ç¸Ì¤ò¤Ä¤±¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹"
2946
2947 #: c-typeck.c:1809
2948 msgid "suggest parentheses around arithmetic in operand of |"
2949 msgstr "·×»»¤¬ | ±é»»»Ò¤Î¹à¤È¤Ê¤ë¾ì¹ç¤Ë¤Ï³ç¸Ì¤ò¤Ä¤±¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹"
2950
2951 #: c-typeck.c:1812
2952 msgid "suggest parentheses around comparison in operand of |"
2953 msgstr "Èæ³Ó¤¬ | ±é»»»Ò¤Î¹à¤È¤Ê¤ë¾ì¹ç¤Ë¤Ï³ç¸Ì¤ò¤Ä¤±¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹"
2954
2955 #: c-typeck.c:1821
2956 msgid "suggest parentheses around arithmetic in operand of ^"
2957 msgstr "·×»»¤¬ ^ ±é»»»Ò¤Î¹à¤È¤Ê¤ë¾ì¹ç¤Ë¤Ï³ç¸Ì¤ò¤Ä¤±¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹"
2958
2959 #: c-typeck.c:1824
2960 msgid "suggest parentheses around comparison in operand of ^"
2961 msgstr "·×»»¤¬ ^ ±é»»»Ò¤Î¹à¤È¤Ê¤ë¾ì¹ç¤Ë¤Ï³ç¸Ì¤ò¤Ä¤±¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹"
2962
2963 #: c-typeck.c:1831
2964 msgid "suggest parentheses around + or - in operand of &"
2965 msgstr "& ±é»»»Ò¤Î¼þ¤ê¤Î + ¤ä - ¤Î¼þ¤ê¤Ë¤Ï³ç¸Ì¤ò¤Ä¤±¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹"
2966
2967 #: c-typeck.c:1834
2968 msgid "suggest parentheses around comparison in operand of &"
2969 msgstr "Èæ³Ó¤¬ & ±é»»»Ò¤Î¹à¤È¤Ê¤ë¾ì¹ç¤Ë¤Ï³ç¸Ì¤ò¤Ä¤±¤ë¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹"
2970
2971 #: c-typeck.c:1841
2972 msgid "comparisons like X<=Y<=Z do not have their mathematical meaning"
2973 msgstr "X<=Y<=Z ¤ÎÍͤÊÈæ³Ó¤Ï¿ô³ØŪ¤Ê°ÕÌ£¤Ç¤Î·ë²Ì¤ò¤â¤¿¤é¤·¤Þ¤»¤ó"
2974
2975 #: c-typeck.c:2001 c-typeck.c:2036
2976 #, fuzzy
2977 msgid "division by zero"
2978 msgstr "#if ¤Ç¥¼¥í½ü»»¤¬È¯À¸¤·¤Þ¤·¤¿"
2979
2980 #: c-typeck.c:2081 cp/typeck.c:3194
2981 msgid "right shift count is negative"
2982 msgstr "±¦¥·¥Õ¥È²ó¿ô¤¬Éé¤Î¿ô¤Ç¤¹"
2983
2984 #: c-typeck.c:2088 cp/typeck.c:3200
2985 msgid "right shift count >= width of type"
2986 msgstr "±¦¥·¥Õ¥È²ó¿ô >= ·¿¤ÎÉý¤È¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
2987
2988 #: c-typeck.c:2109 cp/typeck.c:3219
2989 msgid "left shift count is negative"
2990 msgstr "º¸¥·¥Õ¥È²ó¿ô¤¬Éé¤Î¿ô¤Ç¤¹"
2991
2992 #: c-typeck.c:2112 cp/typeck.c:3221
2993 msgid "left shift count >= width of type"
2994 msgstr "º¸¥·¥Õ¥È²ó¿ô >= ·¿¤ÎÉý¤È¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
2995
2996 #: c-typeck.c:2133
2997 msgid "shift count is negative"
2998 msgstr "¥·¥Õ¥È²ó¿ô¤¬Éé¤ÎÃͤǤ¹"
2999
3000 #: c-typeck.c:2135
3001 msgid "shift count >= width of type"
3002 msgstr "¥·¥Õ¥È²ó¿ô >= ·¿¤ÎÉý¤È¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
3003
3004 #: c-typeck.c:2152 cp/typeck.c:3256
3005 msgid "comparing floating point with == or != is unsafe"
3006 msgstr "ÉâÆ°¾®¿ôÅÀ¤ÎÈæ³Ó¤Ç == ¤ä != ¤ò»È¤¦¤Î¤Ï°ÂÁ´¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
3007
3008 #: c-typeck.c:2178 c-typeck.c:2184
3009 msgid "ISO C forbids comparison of `void *' with function pointer"
3010 msgstr "ISO C ¤Ï `void *' ¤È´Ø¿ô¥Ý¥¤¥ó¥¿¤È¤ÎÈæ³Ó¤ò¶Ø¤¸¤Þ¤¹"
3011
3012 #: c-typeck.c:2187 c-typeck.c:2227 c-typeck.c:2255
3013 msgid "comparison of distinct pointer types lacks a cast"
3014 msgstr "·¿¤¬Á´¤¯°Û¤Ê¤ë¥Ý¥¤¥ó¥¿¤ÎÈæ³Ó¤Ç¥­¥ã¥¹¥È¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
3015
3016 #: c-typeck.c:2201 c-typeck.c:2206 c-typeck.c:2275 c-typeck.c:2280
3017 msgid "comparison between pointer and integer"
3018 msgstr "¥Ý¥¤¥ó¥¿¤ÈÀ°¿ô¤È¤ÎÈæ³Ó¤ò¹Ô¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
3019
3020 #: c-typeck.c:2222 c-typeck.c:2250
3021 msgid "ISO C forbids ordered comparisons of pointers to functions"
3022 msgstr "ISO C ´Ø¿ô¥Ý¥¤¥ó¥¿¤Î½ç½øÈæ³Ó¤ò¶Ø¤¸¤Þ¤¹"
3023
3024 #: c-typeck.c:2247
3025 msgid "comparison of complete and incomplete pointers"
3026 msgstr "´°Á´¤Ê¥Ý¥¤¥ó¥¿¤ÈÉÔ´°Á´¤Ê¥Ý¥¤¥ó¥¿¤È¤ÎÈæ³Ó¤Ç¤¹"
3027
3028 #: c-typeck.c:2263 c-typeck.c:2270
3029 msgid "ordered comparison of pointer with integer zero"
3030 msgstr "À°¿ô 0 ¤È¥Ý¥¤¥ó¥¿¤È¤Î½ç½øÈæ³Ó¤Ç¤¹"
3031
3032 #: c-typeck.c:2294 cp/typeck.c:3389
3033 msgid "unordered comparison on non-floating point argument"
3034 msgstr "ÈóÉâÆ°¾®¿ôÅÀ°ú¿ô¤Ç¤Î½ç½øÉÕ¤±¤é¤ì¤Ê¤¤Èæ³Ó¤Ç¤¹"
3035
3036 #: c-typeck.c:2505
3037 msgid "comparison between signed and unsigned"
3038 msgstr "Éä¹çÉÕ¤­¤ÈÉä¹ç̵¤·¤È¤ÎÈæ³Ó¤Ç¤¹"
3039
3040 #: c-typeck.c:2551 cp/typeck.c:3633
3041 msgid "comparison of promoted ~unsigned with constant"
3042 msgstr "~¤Çȿž¤µ¤ì¤¿³Ê¾å¤²Éä¹ç̵¤··¿¤ÈÄê¿ô¤È¤ÎÈæ³Ó¤Ç¤¹"
3043
3044 #: c-typeck.c:2559 cp/typeck.c:3641
3045 msgid "comparison of promoted ~unsigned with unsigned"
3046 msgstr "~¤Çȿž¤µ¤ì¤¿Éä¹ç̵¤··¿¤ÈÉä¹ç̵¤··¿¤È¤ÎÈæ³Ó¤Ç¤¹"
3047
3048 #: c-typeck.c:2639
3049 msgid "pointer of type `void *' used in subtraction"
3050 msgstr "`void *' ·¿¤Î¥Ý¥¤¥ó¥¿¤Îº¹¤òµá¤á¤è¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
3051
3052 #: c-typeck.c:2641
3053 msgid "pointer to a function used in subtraction"
3054 msgstr "´Ø¿ô¥Ý¥¤¥ó¥¿¤Îº¹¤òµá¤á¤è¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
3055
3056 #: c-typeck.c:2738
3057 msgid "wrong type argument to unary plus"
3058 msgstr "ñ¹à¥×¥é¥¹¤Ø¤Î°ú¿ô¤Î·¿¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
3059
3060 #: c-typeck.c:2751
3061 msgid "wrong type argument to unary minus"
3062 msgstr "ñ¹à¥Þ¥¤¥Ê¥¹¤Ø¤Î°ú¿ô¤Î·¿¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
3063
3064 #: c-typeck.c:2768
3065 msgid "ISO C does not support `~' for complex conjugation"
3066 msgstr "ISO C ¤ÏÊ£ÁǶ¦ÌòÍѤΠ`~' ¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
3067
3068 #: c-typeck.c:2774
3069 msgid "wrong type argument to bit-complement"
3070 msgstr "¥Ó¥Ã¥Èȿž¤Ø¤Î°ú¿ô¤Î·¿¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
3071
3072 #: c-typeck.c:2783
3073 msgid "wrong type argument to abs"
3074 msgstr "abs ¤Ø¤Î°ú¿ô¤Î·¿¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
3075
3076 #: c-typeck.c:2795
3077 msgid "wrong type argument to conjugation"
3078 msgstr "Ê£ÁǶ¦Ìò(~)¤Ø¤Î°ú¿ô¤Î·¿¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
3079
3080 #: c-typeck.c:2809
3081 msgid "wrong type argument to unary exclamation mark"
3082 msgstr "ñ¹à´¶Ã²Éä(!)¤Ø¤Î°ú¿ô¤Î·¿¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
3083
3084 #: c-typeck.c:2852
3085 msgid "ISO C does not support `++' and `--' on complex types"
3086 msgstr "ISO C ¤Ï complex ·¿¤Ç¤Î `++' ¤È `--' ¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
3087
3088 #: c-typeck.c:2867 c-typeck.c:2899
3089 #, fuzzy
3090 msgid "wrong type argument to increment"
3091 msgstr "¥Ó¥Ã¥Èȿž¤Ø¤Î°ú¿ô¤Î·¿¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
3092
3093 #: c-typeck.c:2869 c-typeck.c:2901
3094 #, fuzzy
3095 msgid "wrong type argument to decrement"
3096 msgstr "¥Ó¥Ã¥Èȿž¤Ø¤Î°ú¿ô¤Î·¿¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
3097
3098 #: c-typeck.c:2890
3099 #, fuzzy
3100 msgid "increment of pointer to unknown structure"
3101 msgstr "ÉÔÌÀ¤Ê¹½Â¤ÂΤËÂФ¹¤ë¥Ý¥¤¥ó¥¿¤Î%s"
3102
3103 #: c-typeck.c:2892
3104 #, fuzzy
3105 msgid "decrement of pointer to unknown structure"
3106 msgstr "ÉÔÌÀ¤Ê¹½Â¤ÂΤËÂФ¹¤ë¥Ý¥¤¥ó¥¿¤Î%s"
3107
3108 #: c-typeck.c:3029
3109 msgid "ISO C forbids the address of a cast expression"
3110 msgstr "ISO C ¤Ï¥­¥ã¥¹¥È¼°¤Î¥¢¥É¥ì¥¹É¾²Á¤ò¶Ø¤¸¤Þ¤¹"
3111
3112 #: c-typeck.c:3039
3113 msgid "invalid lvalue in unary `&'"
3114 msgstr "ñ¹à¤Î `&' ¤Ç¤Îº¸ÊÕÃͤ¬Ìµ¸ú¤Ç¤¹"
3115
3116 #: c-typeck.c:3071
3117 #, c-format
3118 msgid "attempt to take address of bit-field structure member `%s'"
3119 msgstr "¹½Â¤ÂÎ¥á¥ó¥Ð `%s' ¤Î¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É¤Î¥¢¥É¥ì¥¹¤ò¼èÆÀ¤·¤è¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
3120
3121 #: c-typeck.c:3180 c-typeck.c:4651 c-typeck.c:4667 c-typeck.c:4683
3122 #: final.c:3146 final.c:3148 gcc.c:4381 rtl-error.c:122 toplev.c:1694
3123 #: config/cris/cris.c:545 cp/spew.c:1538 cp/typeck.c:4367 java/expr.c:364
3124 #: java/verify.c:1467 java/verify.c:1468 java/verify.c:1483
3125 #, c-format
3126 msgid "%s"
3127 msgstr "%s"
3128
3129 #: c-typeck.c:3241
3130 msgid "ISO C forbids use of conditional expressions as lvalues"
3131 msgstr "ISO C ¤Ïº¸ÊÕÃͤȤ·¤Æ¤Î¾ò·ï¼°¤ÎÍøÍѤò¶Ø¤¸¤Þ¤¹"
3132
3133 #: c-typeck.c:3244
3134 msgid "ISO C forbids use of compound expressions as lvalues"
3135 msgstr "ISO C ¤Ïº¸ÊÕÃͤȤ·¤Æ¤ÎÊ£¹ç¼°¤ÎÍøÍѤò¶Ø¤¸¤Þ¤¹"
3136
3137 #: c-typeck.c:3247
3138 msgid "ISO C forbids use of cast expressions as lvalues"
3139 msgstr "ISO C ¤Ïº¸ÊÕÃͤȤ·¤Æ¤Î¥­¥ã¥¹¥È¼°¤ÎÍøÍѤò¶Ø¤¸¤Þ¤¹"
3140
3141 #: c-typeck.c:3264
3142 #, c-format
3143 msgid "%s of read-only member `%s'"
3144 msgstr "%s¤¬Æɤ߹þ¤ßÀìÍÑ¥á¥ó¥Ð `%s' ¤Ë¹Ô¤ï¤ì¤Þ¤·¤¿"
3145
3146 #: c-typeck.c:3268
3147 #, c-format
3148 msgid "%s of read-only variable `%s'"
3149 msgstr "%s¤¬Æɤ߹þ¤ßÀìÍÑÊÑ¿ô `%s' ¤Ë¹Ô¤ï¤ì¤Þ¤·¤¿"
3150
3151 #: c-typeck.c:3271
3152 #, c-format
3153 msgid "%s of read-only location"
3154 msgstr "%s¤¬Æɤ߹þ¤ßÀìÍÑÎΰè¤Ç¹Ô¤ï¤ì¤Þ¤·¤¿"
3155
3156 #: c-typeck.c:3290
3157 #, fuzzy, c-format
3158 msgid "cannot take address of bit-field `%s'"
3159 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É `%s' ¤Î¥¢¥É¥ì¥¹¤ò¼èÆÀ¤Ç¤­¤Þ¤»¤ó"
3160
3161 #: c-typeck.c:3318
3162 #, c-format
3163 msgid "global register variable `%s' used in nested function"
3164 msgstr "Âç°è¥ì¥¸¥¹¥¿ÊÑ¿ô `%s' ¤¬Æþ¤ì»Ò´Ø¿ô¤ÎÃæ¤Ç»È¤ï¤ì¤Þ¤·¤¿"
3165
3166 #: c-typeck.c:3322
3167 #, c-format
3168 msgid "register variable `%s' used in nested function"
3169 msgstr "¥ì¥¸¥¹¥¿ÊÑ¿ô `%s' ¤¬Æþ¤ì»Ò´Ø¿ô¤ÎÃæ¤Ç»È¤ï¤ì¤Þ¤·¤¿"
3170
3171 #: c-typeck.c:3329
3172 #, c-format
3173 msgid "address of global register variable `%s' requested"
3174 msgstr "Í׵ᤵ¤ì¤¿Âç°è¥ì¥¸¥¹¥¿ÊÑ¿ô `%s' ¤Î¥¢¥É¥ì¥¹"
3175
3176 #: c-typeck.c:3341
3177 msgid "cannot put object with volatile field into register"
3178 msgstr "volatile ¥Õ¥£¡¼¥ë¥É¤ò¥ì¥¸¥¹¥¿¤Ë»ý¤Ã¤Æ¤¤¤ë¤è¤¦¤Ê¥ª¥Ö¥¸¥§¥¯¥È¤òÃÖ¤±¤Þ¤»¤ó"
3179
3180 #: c-typeck.c:3345
3181 #, c-format
3182 msgid "address of register variable `%s' requested"
3183 msgstr "register ÊÑ¿ô `%s' ¤Î¥¢¥É¥ì¥¹¤¬Í׵ᤵ¤ì¤Þ¤·¤¿"
3184
3185 #: c-typeck.c:3453
3186 msgid "signed and unsigned type in conditional expression"
3187 msgstr "¾ò·ï¼°¤ËÉä¹çÉÕ¤­·¿¤ÈÉä¹ç̵¤··¿¤È¤¬¤¢¤ê¤Þ¤¹"
3188
3189 #: c-typeck.c:3460
3190 msgid "ISO C forbids conditional expr with only one void side"
3191 msgstr "ISO C ¤ÏÊÒ¦¤À¤±¤¬ void ¤È¤Ê¤ë¾ò·ï¼°¤ò¶Ø¤¸¤Þ¤¹"
3192
3193 #: c-typeck.c:3476 c-typeck.c:3483
3194 msgid "ISO C forbids conditional expr between `void *' and function pointer"
3195 msgstr "ISO C ¤Ï `void *' ¤È´Ø¿ô¥Ý¥¤¥ó¥¿¤È¤ò¾ò·ï¼°¤È¤¹¤ë¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
3196
3197 #: c-typeck.c:3489
3198 msgid "pointer type mismatch in conditional expression"
3199 msgstr "¾ò·ï¼°¤Ç¤Î¥Ý¥¤¥ó¥¿¤Î·¿¤¬Å¬¹ç¤·¤Þ¤»¤ó"
3200
3201 #: c-typeck.c:3496 c-typeck.c:3506
3202 msgid "pointer/integer type mismatch in conditional expression"
3203 msgstr "¾ò·ï¼°¤Ç¥Ý¥¤¥ó¥¿·¿¤ÈÀ°¿ô·¿¤¬Å¬¹ç¤·¤Þ¤»¤ó"
3204
3205 #: c-typeck.c:3520
3206 msgid "type mismatch in conditional expression"
3207 msgstr "¾ò·ï¼°¤Ç¤Î·¿¤ÎÁȹç¤ï¤»¤¬Å¬¹ç¤·¤Þ¤»¤ó"
3208
3209 #: c-typeck.c:3591 cp/typeck.c:4623
3210 msgid "left-hand operand of comma expression has no effect"
3211 msgstr "¥«¥ó¥Þ±é»»»Ò¤Îº¸Â¦¤Î¼°¤Ë¸úÎϤ¬¤¢¤ê¤Þ¤»¤ó"
3212
3213 #: c-typeck.c:3635
3214 msgid "cast specifies array type"
3215 msgstr "¥­¥ã¥¹¥È¤¬ÇÛÎ󷿤ò»ØÄꤷ¤Æ¤¤¤Þ¤¹"
3216
3217 #: c-typeck.c:3641
3218 msgid "cast specifies function type"
3219 msgstr "¥­¥ã¥¹¥È¤Ï´Ø¿ô·¿¤ò»ØÄꤷ¤Æ¤¤¤Þ¤¹"
3220
3221 #: c-typeck.c:3651
3222 msgid "ISO C forbids casting nonscalar to the same type"
3223 msgstr "ISO C ¤ÏÈó¥¹¥«¥é¡¼¤«¤éƱ¤¸·¿¤Ø¤Î¥­¥ã¥¹¥È¤ò¶Ø¤¸¤Þ¤¹"
3224
3225 #: c-typeck.c:3670
3226 msgid "ISO C forbids casts to union type"
3227 msgstr "ISO C ¤Ï¶¦ÍÑÂη¿¤Ø¤Î¥­¥ã¥¹¥È¤ò¶Ø¤¸¤Þ¤¹"
3228
3229 #: c-typeck.c:3685
3230 msgid "cast to union type from type not present in union"
3231 msgstr "¶¦ÍÑÂΤÎÃæ¤Ë¤Ê¤¤·¿¤«¤é¶¦ÍÑÂη¿¤Ø¥­¥ã¥¹¥È¤·¤Æ¤¤¤Þ¤¹"
3232
3233 #: c-typeck.c:3736
3234 #, fuzzy
3235 msgid "cast adds new qualifiers to function type"
3236 msgstr "¥­¥ã¥¹¥È¤Ï´Ø¿ô·¿¤ò»ØÄꤷ¤Æ¤¤¤Þ¤¹"
3237
3238 #. There are qualifiers present in IN_OTYPE that are not
3239 #. present in IN_TYPE.
3240 #: c-typeck.c:3741
3241 msgid "cast discards qualifiers from pointer target type"
3242 msgstr "¥­¥ã¥¹¥È¤Ë¤è¤Ã¤Æ¥Ý¥¤¥ó¥¿¤¬¼¨¤¹·¿¤«¤é½¤¾þ»Ò¤¬ÀÚ¤ê¼Î¤Æ¤é¤ì¤Þ¤¹"
3243
3244 #: c-typeck.c:3756
3245 msgid "cast increases required alignment of target type"
3246 msgstr "¥­¥ã¥¹¥È¤Ë¤è¤Ã¤Æ¥Ý¥¤¥ó¥¿¤¬¼¨¤¹·¿¤ÎÍ׵ᥢ¥é¥¤¥ó¥á¥ó¥È¤¬Áý²Ã¤·¤Þ¤¹"
3247
3248 #: c-typeck.c:3762 cp/typeck.c:5144
3249 msgid "cast from pointer to integer of different size"
3250 msgstr "¥­¥ã¥¹¥È¤Ë¤è¤Ã¤Æ¥Ý¥¤¥ó¥¿¤«¤é°Û¤Ê¤ë¥µ¥¤¥º¤ÎÀ°¿ô¤È¤Ê¤ê¤Þ¤¹"
3251
3252 #: c-typeck.c:3767
3253 msgid "cast does not match function type"
3254 msgstr "¥­¥ã¥¹¥È¤Ë¤è¤ë´Ø¿ô¤Î·¿¤¬Å¬¹ç¤·¤Þ¤»¤ó"
3255
3256 #: c-typeck.c:3774 cp/typeck.c:5151
3257 msgid "cast to pointer from integer of different size"
3258 msgstr "°Û¤Ê¤ë¥µ¥¤¥º¤ÎÀ°¿ô¤«¤é¥Ý¥¤¥ó¥¿¤Ë¥­¥ã¥¹¥È¤µ¤ì¤Þ¤·¤¿"
3259
3260 #: c-typeck.c:3786
3261 msgid "type-punning to incomplete type might break strict-aliasing rules"
3262 msgstr ""
3263
3264 #: c-typeck.c:3790
3265 msgid "dereferencing type-punned pointer will break strict-aliasing rules"
3266 msgstr ""
3267
3268 #. Now we have handled acceptable kinds of LHS that are not truly lvalues.
3269 #. Reject anything strange now.
3270 #: c-typeck.c:3949
3271 msgid "invalid lvalue in assignment"
3272 msgstr "ÂåÆþ¤È¤·¤Æ̵¸ú¤Êº¸ÊÕÃͤǤ¹"
3273
3274 #. Convert new value to destination type.
3275 #: c-typeck.c:3958 c-typeck.c:3983 c-typeck.c:4000 cp/typeck.c:5266
3276 #: cp/typeck.c:5416
3277 msgid "assignment"
3278 msgstr "ÂåÆþ"
3279
3280 #: c-typeck.c:4070
3281 #, fuzzy
3282 msgid "cannot pass rvalue to reference parameter"
3283 msgstr "»²¾È·¿¤ËÂФ·¤Æ new ¤òŬÍѤǤ­¤Þ¤»¤ó"
3284
3285 #: c-typeck.c:4174 c-typeck.c:4241
3286 #, c-format
3287 msgid "%s makes qualified function pointer from unqualified"
3288 msgstr "%s¤Ë¤è¤ê¡¢½¤¾þ¤µ¤ì¤Ê¤¤´Ø¿ô¥Ý¥¤¥ó¥¿¤«¤é¡¢½¤¾þ¤µ¤ì¤¿´Ø¿ô¥Ý¥¤¥ó¥¿¤òºî¤ê¤Þ¤¹"
3289
3290 #: c-typeck.c:4178 c-typeck.c:4221
3291 #, c-format
3292 msgid "%s discards qualifiers from pointer target type"
3293 msgstr "%s¤Ë¤è¤ê¡¢¥Ý¥¤¥ó¥¿¤Î¼¨¤¹·¿¤«¤é¤Î½¤¾þ»Ò¤¬ÀÚ¤ê¼Î¤Æ¤é¤ì¤Þ¤¹"
3294
3295 #: c-typeck.c:4184
3296 msgid "ISO C prohibits argument conversion to union type"
3297 msgstr "ISO C ¤Ç¤Ï°ú¿ô¤«¤é¶¦ÍÑÂΤؤÎÊÑ´¹¤ò¶Ø»ß¤·¤Æ¤¤¤Þ¤¹"
3298
3299 #: c-typeck.c:4213
3300 #, c-format
3301 msgid "ISO C forbids %s between function pointer and `void *'"
3302 msgstr "ISO C ¤Ï´Ø¿ô¥Ý¥¤¥ó¥¿¤È `void *' ¤È¤Î%s¤ò¶Ø¤¸¤Þ¤¹"
3303
3304 #: c-typeck.c:4230
3305 #, c-format
3306 msgid "pointer targets in %s differ in signedness"
3307 msgstr "%s ¤Ç¥Ý¥¤¥ó¥¿¤Î¼¨¤¹ÂоݤÎÉä¹æ¤Î̵ͭ¤¬°Û¤Ê¤ê¤Þ¤¹"
3308
3309 #: c-typeck.c:4246
3310 #, c-format
3311 msgid "%s from incompatible pointer type"
3312 msgstr "¸ß´¹À­¤Î¤Ê¤¤¥Ý¥¤¥ó¥¿·¿¤«¤é¤Î%s¤Ç¤¹"
3313
3314 #: c-typeck.c:4252 c-typeck.c:4804 cp/typeck.c:1653
3315 msgid "invalid use of non-lvalue array"
3316 msgstr "Èóº¸ÊÕÃÍÇÛÎó¤Î̵¸ú¤ÊÍøÍÑ"
3317
3318 #: c-typeck.c:4267
3319 #, c-format
3320 msgid "%s makes pointer from integer without a cast"
3321 msgstr "%s¤Ë¤è¤ê¡¢¥­¥ã¥¹¥È¤Ê¤·¤ÇÀ°¿ô¤«¤é¥Ý¥¤¥ó¥¿¤òºî¤ê¤Þ¤·¤¿"
3322
3323 #: c-typeck.c:4275
3324 #, c-format
3325 msgid "%s makes integer from pointer without a cast"
3326 msgstr "%s¤Ë¤è¤ê¡¢¥­¥ã¥¹¥È¤Ê¤·¤Ç¥Ý¥¤¥ó¥¿¤«¤éÀ°¿ô¤òºî¤ê¤Þ¤·¤¿"
3327
3328 #: c-typeck.c:4289 c-typeck.c:4292
3329 #, c-format
3330 msgid "incompatible type for argument %d of `%s'"
3331 msgstr "%d ÈÖÌܤΰú¿ô¤¬ `%s' ¤Î·¿¤È¸ß´¹À­¤¬¤¢¤ê¤Þ¤»¤ó"
3332
3333 #: c-typeck.c:4296
3334 #, c-format
3335 msgid "incompatible type for argument %d of indirect function call"
3336 msgstr "´ÖÀÜŪ¤Ê´Ø¿ô¸Æ¤Ó½Ð¤·¤ÎÂè %d °ú¿ô¤ËÂФ·¤Æ¸ß´¹À­¤Î¤Ê¤¤·¿¤Ç¤¹"
3337
3338 #: c-typeck.c:4300
3339 #, c-format
3340 msgid "incompatible types in %s"
3341 msgstr "%s ¤Ë¸ß´¹À­¤Î¤Ê¤¤·¿"
3342
3343 #. Function name is known; supply it.
3344 #: c-typeck.c:4358
3345 #, fuzzy, c-format
3346 msgid "passing arg of `%s'"
3347 msgstr "°ú¿ô %d ¸Ä¤Î `%s' ¤òÅϤ·¤Þ¤¹"
3348
3349 #. Function name unknown (call through ptr).
3350 #: c-typeck.c:4368
3351 #, fuzzy
3352 msgid "passing arg of pointer to function"
3353 msgstr "°ú¿ô %d ¸Ä¤Î´Ø¿ô¥Ý¥¤¥ó¥¿¤òÅϤ·¤Þ¤¹"
3354
3355 #. Function name is known; supply it.
3356 #: c-typeck.c:4376
3357 #, c-format
3358 msgid "passing arg %d of `%s'"
3359 msgstr "°ú¿ô %d ¸Ä¤Î `%s' ¤òÅϤ·¤Þ¤¹"
3360
3361 #. Function name unknown (call through ptr); just give arg number.
3362 #: c-typeck.c:4386
3363 #, c-format
3364 msgid "passing arg %d of pointer to function"
3365 msgstr "°ú¿ô %d ¸Ä¤Î´Ø¿ô¥Ý¥¤¥ó¥¿¤òÅϤ·¤Þ¤¹"
3366
3367 #: c-typeck.c:4452
3368 msgid "initializer for static variable is not constant"
3369 msgstr "static ÊÑ¿ô¤Î½é´ü²½»Ò¤¬Äê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
3370
3371 #: c-typeck.c:4458
3372 msgid "initializer for static variable uses complicated arithmetic"
3373 msgstr "static ÊÑ¿ô¤Î½é´ü²½»Ò¤¬Ê£»¨¤Ê·×»»¤ò»È¤Ã¤Æ¤¤¤Þ¤¹"
3374
3375 #: c-typeck.c:4466
3376 msgid "aggregate initializer is not constant"
3377 msgstr "½¸¹çÂΤνé´ü²½»Ò¤¬Äê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
3378
3379 #: c-typeck.c:4468
3380 msgid "aggregate initializer uses complicated arithmetic"
3381 msgstr "½¸¹çÂΤνé´ü²½»Ò¤ÇÊ£»¨¤Ê·×»»¤ò¹Ô¤Ã¤Æ¤¤¤Þ¤¹"
3382
3383 #: c-typeck.c:4475
3384 msgid "traditional C rejects automatic aggregate initialization"
3385 msgstr "¸Å¤¤ C ¤Ç¤Ï¼«Æ°Åª¤Ê½¸¹çÂΤνé´ü²½¤òµñÀ䤷¤Þ¤¹"
3386
3387 #: c-typeck.c:4654 c-typeck.c:4670 c-typeck.c:4686
3388 #, c-format
3389 msgid "(near initialization for `%s')"
3390 msgstr "(`%s' ¤Î½é´ü²½¤ÏÉÔ´°Á´¤Ç¤¹)"
3391
3392 #: c-typeck.c:4737 cp/typeck2.c:488
3393 msgid "char-array initialized from wide string"
3394 msgstr "¥ï¥¤¥Éʸ»úÎ󤫤é char ¤ÎÇÛÎ󤬽é´ü²½¤µ¤ì¤Þ¤·¤¿"
3395
3396 #: c-typeck.c:4744 cp/typeck2.c:495
3397 msgid "int-array initialized from non-wide string"
3398 msgstr "Èó¥ï¥¤¥Éʸ»úÎ󤫤é int ¤ÎÇÛÎ󤬽é´ü²½¤µ¤ì¤Þ¤·¤¿"
3399
3400 #: c-typeck.c:4762 cp/typeck2.c:511
3401 msgid "initializer-string for array of chars is too long"
3402 msgstr "char ¤ÎÇÛÎó¤Ë¤È¤Ã¤Æ½é´ü²½»Òʸ»úÎó¤¬Ä¹¤¹¤®¤Þ¤¹"
3403
3404 #: c-typeck.c:4822
3405 msgid "array initialized from non-constant array expression"
3406 msgstr "ÈóÄê¿ôÇÛÎó¼°¤«¤éÇÛÎ󤬽é´ü²½¤µ¤ì¤Þ¤·¤¿"
3407
3408 #: c-typeck.c:4839 c-typeck.c:4841 c-typeck.c:4857 c-typeck.c:4878
3409 #: c-typeck.c:6281
3410 msgid "initializer element is not constant"
3411 msgstr "½é´ü²½»Ò¤ÎÍ×ÁǤ¬Äê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
3412
3413 #: c-typeck.c:4873
3414 msgid "initialization"
3415 msgstr "½é´ü²½"
3416
3417 #: c-typeck.c:4884 c-typeck.c:6286
3418 msgid "initializer element is not computable at load time"
3419 msgstr "½é´ü²½»Ò¤ÎÍ×ÁÇ¤Ï¥í¡¼¥É»þ¤Ë·×»»¤µ¤ìÆÀ¤Þ¤»¤ó"
3420
3421 #: c-typeck.c:4899 cp/typeck2.c:588
3422 msgid "invalid initializer"
3423 msgstr "̵¸ú¤Ê½é´ü²½»Ò"
3424
3425 #: c-typeck.c:5393
3426 msgid "extra brace group at end of initializer"
3427 msgstr "½é´ü²½»Ò¤Î½ª¤ï¤ê¤Ë;ʬ¤Ê¥Ö¥ì¡¼¥¹¤Î¥°¥ë¡¼¥×"
3428
3429 #: c-typeck.c:5413
3430 msgid "missing braces around initializer"
3431 msgstr "½é´ü²½»Ò¤Î¤Þ¤ï¤ê¤Î¥Ö¥ì¡¼¥¹¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
3432
3433 #: c-typeck.c:5473
3434 msgid "braces around scalar initializer"
3435 msgstr "¥¹¥«¥é¡¼½é´ü²½»Ò¤¬¥Ö¥ì¡¼¥¹¤Ç°Ï¤Þ¤ì¤Æ¤¤¤Þ¤¹"
3436
3437 #: c-typeck.c:5521
3438 msgid "initialization of flexible array member in a nested context"
3439 msgstr "¥Í¥¹¥È¤·¤¿Ê¸Ì®¤Ç²ÄÊÑÇÛÎó¥á¥ó¥Ð¤ò½é´ü²½¤·¤Æ¤¤¤Þ¤¹"
3440
3441 #: c-typeck.c:5523
3442 msgid "initialization of a flexible array member"
3443 msgstr "²ÄÊÑÇÛÎó¥á¥ó¥Ð¤ò½é´ü²½¤·¤Æ¤¤¤Þ¤¹"
3444
3445 #: c-typeck.c:5554
3446 msgid "missing initializer"
3447 msgstr "½é´ü²½»Ò¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
3448
3449 #: c-typeck.c:5580
3450 msgid "empty scalar initializer"
3451 msgstr "¶õ¤Î¥¹¥«¥é¡¼½é´ü²½»Ò"
3452
3453 #: c-typeck.c:5585
3454 msgid "extra elements in scalar initializer"
3455 msgstr "¥¹¥«¥é¡¼½é´ü²½»Ò¤Ë;ʬ¤ÊÍ×ÁÇ"
3456
3457 #: c-typeck.c:5671
3458 msgid "initialization designators may not nest"
3459 msgstr "½é´ü²½»Ø̾»Ò¤Ç¤Ï¥Í¥¹¥È¤µ¤»¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó"
3460
3461 #: c-typeck.c:5692 c-typeck.c:5763
3462 msgid "array index in non-array initializer"
3463 msgstr "ÈóÇÛÎó¤Î½é´ü²½»Ò¤ËÇÛÎ󥤥ó¥Ç¥Ã¥¯¥¹¤¬»È¤ï¤ì¤Þ¤·¤¿"
3464
3465 #: c-typeck.c:5697 c-typeck.c:5817
3466 msgid "field name not in record or union initializer"
3467 msgstr "¥ì¥³¡¼¥É¤ä¶¦ÍÑÂΤ˥ե£¡¼¥ë¥É̾¤¬¤Ê¤¤½é´ü²½»Ò¤Ç¤¹"
3468
3469 #: c-typeck.c:5759 c-typeck.c:5761
3470 msgid "nonconstant array index in initializer"
3471 msgstr "½é´ü²½»ÒÆâ¤ËÈóÄê¿ô¤ÎÇÛÎ󥤥ó¥Ç¥Ã¥¯¥¹¤¬¤¢¤ê¤Þ¤¹"
3472
3473 #: c-typeck.c:5765 c-typeck.c:5768
3474 msgid "array index in initializer exceeds array bounds"
3475 msgstr "½é´ü²½»ÒÆâ¤ÎÇÛÎ󥤥ó¥Ç¥Ã¥¯¥¹¤¬ÇÛÎó¤Î¶­³¦¤òĶ¤¨¤Þ¤·¤¿"
3476
3477 #: c-typeck.c:5779
3478 msgid "empty index range in initializer"
3479 msgstr "½é´ü²½»ÒÆâ¤Ë¶õ¤ÎÈÏ°Ï¥¤¥ó¥Ç¥Ã¥¯¥¹¤¬¤¢¤ê¤Þ¤¹"
3480
3481 #: c-typeck.c:5788
3482 msgid "array index range in initializer exceeds array bounds"
3483 msgstr "½é´ü²½»Ò¤ÎÈÏ°Ï¥¤¥ó¥Ç¥Ã¥¯¥¹¤¬ÇÛÎó¤Î¶­³¦¤òĶ¤¨¤Þ¤·¤¿"
3484
3485 #: c-typeck.c:5829
3486 #, c-format
3487 msgid "unknown field `%s' specified in initializer"
3488 msgstr "ÉÔÌÀ¤Ê¥Õ¥£¡¼¥ë¥É `%s' ¤¬½é´ü²½»Ò¤Ç»ØÄꤵ¤ì¤Þ¤·¤¿"
3489
3490 #: c-typeck.c:5866 c-typeck.c:5887 c-typeck.c:6348
3491 msgid "initialized field with side-effects overwritten"
3492 msgstr "½é´ü²½¤µ¤ì¤¿¥Õ¥£¡¼¥ë¥É¤¬ÉûºîÍѤǾå½ñ¤­¤µ¤ì¤Þ¤¹"
3493
3494 #: c-typeck.c:6558
3495 msgid "excess elements in char array initializer"
3496 msgstr "char ÇÛÎó½é´ü²½»ÒÆâ¤ÎÍ×ÁǤ¬Â¿¤¹¤®¤Þ¤¹"
3497
3498 #: c-typeck.c:6565 c-typeck.c:6611
3499 msgid "excess elements in struct initializer"
3500 msgstr "¹½Â¤Âνé´ü²½»ÒÆâ¤ÎÍ×ÁǤ¬Â¿¤¹¤®¤Þ¤¹"
3501
3502 #: c-typeck.c:6626
3503 #, fuzzy
3504 msgid "non-static initialization of a flexible array member"
3505 msgstr "²ÄÊÑÇÛÎó¥á¥ó¥Ð¤ò½é´ü²½¤·¤Æ¤¤¤Þ¤¹"
3506
3507 #: c-typeck.c:6693
3508 msgid "excess elements in union initializer"
3509 msgstr "¶¦ÍÑÂνé´ü²½»ÒÆâ¤ÎÍ×ÁǤ¬Â¿¤¹¤®¤Þ¤¹"
3510
3511 #: c-typeck.c:6714
3512 msgid "traditional C rejects initialization of unions"
3513 msgstr "¸Å¤¤ C ¤Ï¶¦ÍÑÂΤνé´ü¤òµñÀ䤷¤Þ¤¹"
3514
3515 #: c-typeck.c:6777
3516 msgid "excess elements in array initializer"
3517 msgstr "ÇÛÎó½é´ü²½»ÒÆâ¤ÎÍ×ÁǤ¬Â¿¤¹¤®¤Þ¤¹"
3518
3519 #: c-typeck.c:6806
3520 #, fuzzy
3521 msgid "excess elements in vector initializer"
3522 msgstr "¥¹¥«¥é¡¼½é´ü²½»ÒÆâ¤ÎÍ×ÁǤ¬Â¿¤¹¤®¤Þ¤¹"
3523
3524 #: c-typeck.c:6828
3525 msgid "excess elements in scalar initializer"
3526 msgstr "¥¹¥«¥é¡¼½é´ü²½»ÒÆâ¤ÎÍ×ÁǤ¬Â¿¤¹¤®¤Þ¤¹"
3527
3528 #: c-typeck.c:6935
3529 msgid "asm template is not a string constant"
3530 msgstr "asm ¥Æ¥ó¥×¥ì¡¼¥È¤¬Ê¸»úÎóÄê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
3531
3532 #: c-typeck.c:6967
3533 msgid "invalid lvalue in asm statement"
3534 msgstr "asm ʸ¤ÎÃæ¤Ë̵¸ú¤Êº¸ÊÕÃÍ"
3535
3536 #: c-typeck.c:7042
3537 msgid "modification by `asm'"
3538 msgstr "`asm' ¤Ë¤è¤ë½¤Àµ"
3539
3540 #: c-typeck.c:7061 cp/typeck.c:6237
3541 msgid "function declared `noreturn' has a `return' statement"
3542 msgstr "`noreturn' ¤ÎÀë¸À¤µ¤ì¤¿´Ø¿ô¤Ë `return' ʸ¤¬¤¢¤ê¤Þ¤¹"
3543
3544 #: c-typeck.c:7068
3545 msgid "`return' with no value, in function returning non-void"
3546 msgstr "Ìá¤ê·¿¤¬´Ø¿ô¤Ç¡¢`return' ¤ËÃͤ¬¤¢¤ê¤Þ¤»¤ó"
3547
3548 #: c-typeck.c:7074
3549 msgid "`return' with a value, in function returning void"
3550 msgstr "Ìá¤ê·¿¤¬ void ¤Î´Ø¿ô¤Ç¡¢`return' ¤ËÃͤ¬¤¢¤ê¤Þ¤¹"
3551
3552 #: c-typeck.c:7078
3553 msgid "return"
3554 msgstr "return"
3555
3556 #: c-typeck.c:7130
3557 msgid "function returns address of local variable"
3558 msgstr "´Ø¿ô¤¬¥í¡¼¥«¥ëÊÑ¿ô¤Î¥¢¥É¥ì¥¹¤òÊÖ¤·¤Æ¤¤¤Þ¤¹"
3559
3560 #: c-typeck.c:7186 cp/semantics.c:555
3561 msgid "switch quantity not an integer"
3562 msgstr "switch ¤ÎÆâÍƤ¬À°¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
3563
3564 #: c-typeck.c:7196
3565 msgid "`long' switch expression not converted to `int' in ISO C"
3566 msgstr "ISO C ¤Ç¤Ï `long' ¤Î switch ¼°¤Ï `int' ¤ËÊÑ´¹¤µ¤ì¤Þ¤»¤ó"
3567
3568 #: c-typeck.c:7231 cp/decl.c:5523
3569 msgid "case label not within a switch statement"
3570 msgstr "case ¥é¥Ù¥ë¤¬ switch ʸ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
3571
3572 #: c-typeck.c:7233 cp/decl.c:5528
3573 msgid "`default' label not within a switch statement"
3574 msgstr "`default' ¥é¥Ù¥ë¤¬ switch ʸ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
3575
3576 #: calls.c:1934 tree-inline.c:1177
3577 #, c-format
3578 msgid "inlining failed in call to `%s'"
3579 msgstr "`%s' ¤Ø¤Î¸Æ¤Ó½Ð¤·¤Î¥¤¥ó¥é¥¤¥ó²½¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
3580
3581 #: calls.c:1935 calls.c:2271 tree-inline.c:1178
3582 msgid "called from here"
3583 msgstr "¤³¤³¤«¤é¸Æ¤Ð¤ì¤Þ¤·¤¿"
3584
3585 #: calls.c:2270
3586 #, c-format
3587 msgid "can't inline call to `%s'"
3588 msgstr "`%s' ¤Ø¤Î¸Æ¤Ó½Ð¤·¤Ï¥¤¥ó¥é¥¤¥ó²½¤Ç¤­¤Þ¤»¤ó"
3589
3590 #: calls.c:2300
3591 msgid "function call has aggregate value"
3592 msgstr "´Ø¿ô¸Æ¤Ó½Ð¤·¤¬½¸¹çÂΤÎÃͤò»ý¤Ã¤Æ¤¤¤Þ¤¹"
3593
3594 #: cfgloop.c:1107
3595 #, c-format
3596 msgid "Size of loop %d should be %d, not %d."
3597 msgstr ""
3598
3599 #: cfgloop.c:1126
3600 #, c-format
3601 msgid "Bb %d do not belong to loop %d."
3602 msgstr ""
3603
3604 #: cfgloop.c:1144
3605 #, c-format
3606 msgid "Loop %d's header does not have exactly 2 entries."
3607 msgstr ""
3608
3609 #: cfgloop.c:1152
3610 #, c-format
3611 msgid "Loop %d's latch does not have exactly 1 successor."
3612 msgstr ""
3613
3614 #: cfgloop.c:1157
3615 #, c-format
3616 msgid "Loop %d's latch does not have header as successor."
3617 msgstr ""
3618
3619 #: cfgloop.c:1162
3620 #, c-format
3621 msgid "Loop %d's latch does not belong directly to it."
3622 msgstr ""
3623
3624 #: cfgloop.c:1168
3625 #, c-format
3626 msgid "Loop %d's header does not belong directly to it."
3627 msgstr ""
3628
3629 #: cfgrtl.c:1774
3630 #, c-format
3631 msgid "bb %d on wrong place"
3632 msgstr ""
3633
3634 #: cfgrtl.c:1780
3635 #, c-format
3636 msgid "prev_bb of %d should be %d, not %d"
3637 msgstr ""
3638
3639 #: cfgrtl.c:1800
3640 #, fuzzy, c-format
3641 msgid "end insn %d for block %d not found in the insn stream"
3642 msgstr "½ªÎ»Ì¿Îá %d(¥Ö¥í¥Ã¥¯ %d) ¤¬°ìÏ¢¤ÎÌ¿ÎáÎó¤ÎÃæ¤Ë¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£"
3643
3644 #: cfgrtl.c:1814
3645 #, fuzzy, c-format
3646 msgid "insn %d is in multiple basic blocks (%d and %d)"
3647 msgstr "Ì¿Îá %d ¤¬Ê£¿ô¤Î´ðËÜ¥Ö¥í¥Ã¥¯(%d ¤È %d)¤ÎÃæ¤Ë¤¢¤ê¤Þ¤¹"
3648
3649 #: cfgrtl.c:1826
3650 #, fuzzy, c-format
3651 msgid "head insn %d for block %d not found in the insn stream"
3652 msgstr "³«»ÏÌ¿Îá %d(¥Ö¥í¥Ã¥¯ %d) ¤¬°ìÏ¢¤ÎÌ¿ÎáÎó¤ÎÃæ¤Ë¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£"
3653
3654 #: cfgrtl.c:1848
3655 #, c-format
3656 msgid "verify_flow_info: REG_BR_PROB does not match cfg %i %i"
3657 msgstr ""
3658
3659 #: cfgrtl.c:1855
3660 #, c-format
3661 msgid "verify_flow_info: Wrong count of block %i %i"
3662 msgstr ""
3663
3664 #: cfgrtl.c:1861
3665 #, c-format
3666 msgid "verify_flow_info: Wrong frequency of block %i %i"
3667 msgstr ""
3668
3669 #: cfgrtl.c:1869
3670 #, c-format
3671 msgid "verify_flow_info: Duplicate edge %i->%i"
3672 msgstr ""
3673
3674 #: cfgrtl.c:1875
3675 #, c-format
3676 msgid "verify_flow_info: Wrong probability of edge %i->%i %i"
3677 msgstr ""
3678
3679 #: cfgrtl.c:1881
3680 #, c-format
3681 msgid "verify_flow_info: Wrong count of edge %i->%i %i"
3682 msgstr ""
3683
3684 #: cfgrtl.c:1911
3685 #, c-format
3686 msgid "verify_flow_info: Incorrect blocks for fallthru %i->%i"
3687 msgstr ""
3688
3689 #: cfgrtl.c:1926
3690 #, c-format
3691 msgid "verify_flow_info: Incorrect fallthru %i->%i"
3692 msgstr ""
3693
3694 #: cfgrtl.c:1928
3695 msgid "wrong insn in the fallthru edge"
3696 msgstr ""
3697
3698 #: cfgrtl.c:1935
3699 #, fuzzy, c-format
3700 msgid "verify_flow_info: Basic block %d succ edge is corrupted"
3701 msgstr "´ðËÜ¥Ö¥í¥Ã¥¯ %d pred edge ¥ê¥¹¥È¤¬µ¡Ç½¤·¤Æ¤¤¤Þ¤»¤ó"
3702
3703 #: cfgrtl.c:1951
3704 #, c-format
3705 msgid "Missing REG_EH_REGION note in the end of bb %i"
3706 msgstr ""
3707
3708 #: cfgrtl.c:1959
3709 #, c-format
3710 msgid "Too many outgoing branch edges from bb %i"
3711 msgstr ""
3712
3713 #: cfgrtl.c:1964
3714 #, c-format
3715 msgid "Fallthru edge after unconditional jump %i"
3716 msgstr ""
3717
3718 #: cfgrtl.c:1969
3719 #, c-format
3720 msgid "Wrong amount of branch edges after unconditional jump %i"
3721 msgstr ""
3722
3723 #: cfgrtl.c:1975
3724 #, fuzzy, c-format
3725 msgid "Wrong amount of branch edges after conditional jump %i"
3726 msgstr "¾ò·ï¤Î¼Â¹Ô¤è¤ê¤Ïʬ´ô¤ÎÀ¸À®¤òÍ¥À褹¤ë"
3727
3728 #: cfgrtl.c:1980
3729 #, c-format
3730 msgid "Call edges for non-call insn in bb %i"
3731 msgstr ""
3732
3733 #: cfgrtl.c:1989
3734 #, c-format
3735 msgid "Abnormal edges for no purpose in bb %i"
3736 msgstr ""
3737
3738 #: cfgrtl.c:2004
3739 #, c-format
3740 msgid "missing barrier after block %i"
3741 msgstr ""
3742
3743 #: cfgrtl.c:2014
3744 #, fuzzy, c-format
3745 msgid "basic block %d pred edge is corrupted"
3746 msgstr "´ðËÜ¥Ö¥í¥Ã¥¯ %d pred edge ¥ê¥¹¥È¤¬µ¡Ç½¤·¤Æ¤¤¤Þ¤»¤ó"
3747
3748 #: cfgrtl.c:2031
3749 #, c-format
3750 msgid "insn %d inside basic block %d but block_for_insn is NULL"
3751 msgstr ""
3752
3753 #: cfgrtl.c:2035
3754 #, c-format
3755 msgid "insn %d inside basic block %d but block_for_insn is %i"
3756 msgstr ""
3757
3758 #: cfgrtl.c:2049 cfgrtl.c:2059
3759 #, c-format
3760 msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d"
3761 msgstr "NOTE_INSN_BASIC_BLOCK ¤¬¥Ö¥í¥Ã¥¯ %d ¤Ë¤¢¤ê¤Þ¤»¤ó"
3762
3763 #: cfgrtl.c:2072
3764 #, fuzzy, c-format
3765 msgid "NOTE_INSN_BASIC_BLOCK %d in middle of basic block %d"
3766 msgstr "NOTE_INSN_BASIC_BLOCK %d ¤¬´ðËÜ¥Ö¥í¥Ã¥¯ %d ¤ÎÃæ¤Û¤É¤Ë¤¢¤ê¤Þ¤¹"
3767
3768 #: cfgrtl.c:2084
3769 #, fuzzy, c-format
3770 msgid "in basic block %d:"
3771 msgstr "´ðËÜ¥Ö¥í¥Ã¥¯ %d Æâ:"
3772
3773 #: cfgrtl.c:2085
3774 msgid "flow control insn inside a basic block"
3775 msgstr ""
3776
3777 #: cfgrtl.c:2104
3778 #, fuzzy, c-format
3779 msgid "basic block %i edge lists are corrupted"
3780 msgstr "´ðËÜ¥Ö¥í¥Ã¥¯ %i edge ¥ê¥¹¥È¤¬µ¡Ç½¤·¤Æ¤¤¤Þ¤»¤ó"
3781
3782 #: cfgrtl.c:2119
3783 #, fuzzy
3784 msgid "basic blocks not numbered consecutively"
3785 msgstr "´ðËÜ¥Ö¥í¥Ã¥¯¤¬Ï¢Â³Åª¤ËÈÖ¹æÉÕ¤±¤é¤ì¤Æ¤¤¤Þ¤»¤ó"
3786
3787 #: cfgrtl.c:2144
3788 #, fuzzy
3789 msgid "insn outside basic block"
3790 msgstr "´ðËÜ¥Ö¥í¥Ã¥¯ %d Æâ:"
3791
3792 #: cfgrtl.c:2152
3793 #, fuzzy
3794 msgid "return not followed by barrier"
3795 msgstr "'#' ¤Ë¥Þ¥¯¥í²¾°ú¿ô̾¤¬Â³¤¤¤Æ¤¤¤Þ¤»¤ó"
3796
3797 #: cfgrtl.c:2157
3798 #, c-format
3799 msgid "number of bb notes in insn chain (%d) != n_basic_blocks (%d)"
3800 msgstr "Ì¿ÎáÏ¢º¿Ãæ¤Î bb ¤Î¿ô (%d) ¤¬ n_basic_blocks (%d) ¤È°ã¤¤¤Þ¤¹"
3801
3802 #: cfgrtl.c:2161
3803 msgid "verify_flow_info failed"
3804 msgstr ""
3805
3806 #: collect2.c:425
3807 msgid "internal error"
3808 msgstr "ÆâÉô¥¨¥é¡¼"
3809
3810 #: collect2.c:934
3811 msgid "no arguments"
3812 msgstr "°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
3813
3814 #: collect2.c:1263 collect2.c:1411 collect2.c:1444
3815 #, c-format
3816 msgid "fopen %s"
3817 msgstr "fopen %s"
3818
3819 #: collect2.c:1266 collect2.c:1416 collect2.c:1447
3820 #, c-format
3821 msgid "fclose %s"
3822 msgstr "fclose %s"
3823
3824 #: collect2.c:1275
3825 #, c-format
3826 msgid "collect2 version %s"
3827 msgstr "collect2 version %s"
3828
3829 #: collect2.c:1365
3830 #, c-format
3831 msgid "%d constructor(s) found\n"
3832 msgstr "%d ¸Ä¤Î¥³¥ó¥¹¥È¥é¥¯¥¿¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
3833
3834 #: collect2.c:1366
3835 #, c-format
3836 msgid "%d destructor(s) found\n"
3837 msgstr "%d ¸Ä¤Î¥Ç¥¹¥È¥é¥¯¥¿¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
3838
3839 #: collect2.c:1367
3840 #, c-format
3841 msgid "%d frame table(s) found\n"
3842 msgstr "%d ¸Ä¤Î¥Õ¥ì¡¼¥à¥Æ¡¼¥Ö¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
3843
3844 #: collect2.c:1508
3845 #, c-format
3846 msgid "%s terminated with signal %d [%s]%s"
3847 msgstr "%s ¥·¥°¥Ê¥ë %d [%s]%s ¤Ç½ªÎ»¤µ¤»¤é¤ì¤Þ¤·¤¿"
3848
3849 #: collect2.c:1527
3850 #, c-format
3851 msgid "%s returned %d exit status"
3852 msgstr "%s ¤Ï exit ¾õÂÖ %d ¤òÊÖ¤·¤Þ¤·¤¿"
3853
3854 #: collect2.c:1555
3855 #, c-format
3856 msgid "[cannot find %s]"
3857 msgstr "[%s ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó]"
3858
3859 #: collect2.c:1570
3860 #, c-format
3861 msgid "cannot find `%s'"
3862 msgstr "`%s' ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
3863
3864 #: collect2.c:1581 collect2.c:1584
3865 #, c-format
3866 msgid "redirecting stdout: %s"
3867 msgstr "stdout ¤Ø¤Î¥ê¥À¥¤¥ì¥¯¥È: %s"
3868
3869 #: collect2.c:1627
3870 #, c-format
3871 msgid "[Leaving %s]\n"
3872 msgstr "[%s ¤òÎ¥¤ì¤Þ¤¹]\n"
3873
3874 #: collect2.c:1870
3875 #, c-format
3876 msgid ""
3877 "\n"
3878 "write_c_file - output name is %s, prefix is %s\n"
3879 msgstr ""
3880 "\n"
3881 "write_c_file - ½ÐÎÏ̾¤Ï %s¡¢¥×¥ì¥Õ¥£¥¯¥¹¤Ï %s\n"
3882
3883 #: collect2.c:2082
3884 msgid "cannot find `nm'"
3885 msgstr "`nm' ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
3886
3887 #: collect2.c:2092 collect2.c:2533
3888 msgid "pipe"
3889 msgstr "pipe"
3890
3891 #: collect2.c:2096 collect2.c:2537
3892 msgid "fdopen"
3893 msgstr "fdopen"
3894
3895 #: collect2.c:2122 collect2.c:2563
3896 #, c-format
3897 msgid "dup2 %d 1"
3898 msgstr "dup2 %d 1"
3899
3900 #: collect2.c:2125 collect2.c:2128 collect2.c:2141 collect2.c:2566
3901 #: collect2.c:2569 collect2.c:2582
3902 #, c-format
3903 msgid "close %d"
3904 msgstr "close %d"
3905
3906 #: collect2.c:2131 collect2.c:2572
3907 #, c-format
3908 msgid "execv %s"
3909 msgstr "execv %s"
3910
3911 #: collect2.c:2185
3912 #, c-format
3913 msgid "init function found in object %s"
3914 msgstr "init ´Ø¿ô¤ò¥ª¥Ö¥¸¥§¥¯¥È %s ¤Ç¸«¤Ä¤±¤Þ¤·¤¿"
3915
3916 #: collect2.c:2193
3917 #, c-format
3918 msgid "fini function found in object %s"
3919 msgstr "fini ´Ø¿ô¤ò¥ª¥Ö¥¸¥§¥¯¥È %s ¤Ç¸«¤Ä¤±¤Þ¤·¤¿"
3920
3921 #: collect2.c:2216 collect2.c:2621
3922 msgid "fclose"
3923 msgstr "fclose"
3924
3925 #: collect2.c:2261
3926 #, c-format
3927 msgid "unable to open file '%s'"
3928 msgstr "¥Õ¥¡¥¤¥ë '%s' ¤ò open ¤Ç¤­¤Þ¤»¤ó"
3929
3930 #: collect2.c:2263
3931 #, c-format
3932 msgid "unable to stat file '%s'"
3933 msgstr "¥Õ¥¡¥¤¥ë '%s' ¤ò stat ¤Ç¤­¤Þ¤»¤ó"
3934
3935 #: collect2.c:2269
3936 #, c-format
3937 msgid "unable to mmap file '%s'"
3938 msgstr "¥Õ¥¡¥¤¥ë '%s' ¤ò mmap ¤Ç¤­¤Þ¤»¤ó"
3939
3940 #: collect2.c:2422
3941 msgid "not found\n"
3942 msgstr "¸«¤Ä¤«¤ê¤Þ¤»¤ó\n"
3943
3944 #: collect2.c:2424 collect2.c:2600
3945 #, c-format
3946 msgid "dynamic dependency %s not found"
3947 msgstr "ưŪ°Í¸´Ø·¸ %s ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
3948
3949 #: collect2.c:2444
3950 #, c-format
3951 msgid "bad magic number in file '%s'"
3952 msgstr "¥Õ¥¡¥¤¥ë '%s' ¤ËÉÔÀµ¤Ê¥Þ¥¸¥Ã¥¯¥Ê¥ó¥Ð"
3953
3954 #: collect2.c:2466
3955 msgid "dynamic dependencies.\n"
3956 msgstr "ưŪ°Í¸´Ø·¸¡£\n"
3957
3958 #: collect2.c:2524
3959 msgid "cannot find `ldd'"
3960 msgstr "`ldd' ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
3961
3962 #: collect2.c:2585
3963 msgid ""
3964 "\n"
3965 "ldd output with constructors/destructors.\n"
3966 msgstr ""
3967 "\n"
3968 "ldd ½ÐÎϤ¬¥³¥ó¥¹¥È¥é¥¯¥¿/¥Ç¥¹¥È¥é¥¯¥¿¤òȼ¤¤¤Þ¤¹¡£\n"
3969
3970 #: collect2.c:2612
3971 #, c-format
3972 msgid "unable to open dynamic dependency '%s'"
3973 msgstr "ưŪ°Í¸´Ø·¸ '%s' ¤ò³«¤±¤Þ¤»¤ó"
3974
3975 #: collect2.c:2726
3976 #, c-format
3977 msgid "%s: not a COFF file"
3978 msgstr "%s: COFF ¥Õ¥¡¥¤¥ë¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
3979
3980 #: collect2.c:2845
3981 #, c-format
3982 msgid "%s: cannot open as COFF file"
3983 msgstr "%s: COFF ¥Õ¥¡¥¤¥ë¤È¤·¤Æ³«¤±¤Þ¤»¤ó"
3984
3985 #: collect2.c:2901
3986 #, fuzzy, c-format
3987 msgid "library lib%s not found"
3988 msgstr "¥é¥¤¥Ö¥é¥ê lib%s ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
3989
3990 #: collect2.c:3028
3991 #, c-format
3992 msgid "open %s"
3993 msgstr "open %s"
3994
3995 #: collect2.c:3051
3996 msgid "incompatibilities between object file & expected values"
3997 msgstr "ξΩ¤·¤Ê¤¤¥ª¥Ö¥¸¥§¥¯¥È¥Õ¥¡¥¤¥ë¤È´üÂÔÃÍ"
3998
3999 #: collect2.c:3124
4000 #, c-format
4001 msgid ""
4002 "\n"
4003 "Processing symbol table #%d, offset = 0x%.8lx, kind = %s\n"
4004 msgstr ""
4005 "\n"
4006 "¥·¥ó¥Ü¥ë¥Æ¡¼¥Ö¥ë #%d ¤ò½èÍý¤·¤Þ¤¹¡¢¥ª¥Õ¥»¥Ã¥È = 0x%.8lx, ¼ïÎà = %s\n"
4007
4008 #: collect2.c:3133
4009 msgid "string section missing"
4010 msgstr "ʸ»úÎ󥻥¯¥·¥ç¥ó¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
4011
4012 #: collect2.c:3136
4013 msgid "section pointer missing"
4014 msgstr "¥»¥¯¥·¥ç¥ó¥Ý¥¤¥ó¥¿¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
4015
4016 #: collect2.c:3184
4017 msgid "no symbol table found"
4018 msgstr "¥·¥ó¥Ü¥ë¥Æ¡¼¥Ö¥ë¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
4019
4020 #: collect2.c:3197
4021 msgid "no cmd_strings found"
4022 msgstr "cmd_strings ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
4023
4024 #: collect2.c:3209
4025 msgid ""
4026 "\n"
4027 "Updating header and load commands.\n"
4028 "\n"
4029 msgstr ""
4030 "\n"
4031 "¥Ø¥Ã¥À¤È load ¥³¥Þ¥ó¥É¤ò¹¹¿·¤·¤Þ¤¹¡£\n"
4032
4033 #: collect2.c:3216
4034 #, c-format
4035 msgid "load command map, %d cmds, new size %ld.\n"
4036 msgstr "load ¥³¥Þ¥ó¥É¥Þ¥Ã¥×¡¢%d ¸Ä¤Î¥³¥Þ¥ó¥É¡¢¿·¤¿¤Ê¥µ¥¤¥º %ld¡£\n"
4037
4038 #: collect2.c:3247
4039 msgid ""
4040 "writing load commands.\n"
4041 "\n"
4042 msgstr ""
4043 "load ¥³¥Þ¥ó¥É¤ò½ñ¤­¹þ¤ß¤Þ¤¹¡£\n"
4044 "\n"
4045
4046 #: collect2.c:3267
4047 #, c-format
4048 msgid "close %s"
4049 msgstr "close %s"
4050
4051 #: collect2.c:3341
4052 msgid "could not convert 0x%l.8x into a region"
4053 msgstr "0x%l.8x ¤òÎΰè¤ËÊÑ´¹¤Ç¤­¤Þ¤»¤ó"
4054
4055 #: collect2.c:3345
4056 #, c-format
4057 msgid "%s function, region %d, offset = %ld (0x%.8lx)\n"
4058 msgstr "%s ´Ø¿ô, Îΰè %d, ¥ª¥Õ¥»¥Ã¥È = %ld (0x%.8lx)\n"
4059
4060 #: collect2.c:3472
4061 msgid "bad magic number"
4062 msgstr "ÉÔÀµ¤Ê¥Þ¥¸¥Ã¥¯¥Ê¥ó¥Ð"
4063
4064 #: collect2.c:3473
4065 msgid "bad header version"
4066 msgstr "ÉÔÀµ¤Ê¥Ø¥Ã¥À¥Ð¡¼¥¸¥ç¥ó"
4067
4068 #: collect2.c:3474
4069 msgid "bad raw header version"
4070 msgstr "ÉÔÀµ¤ÊÀ¸¤Î¥Ø¥Ã¥À¥Ð¡¼¥¸¥ç¥ó"
4071
4072 #: collect2.c:3475
4073 msgid "raw header buffer too small"
4074 msgstr "¾®¤µ¤¹¤®¤ëÀ¸¤Î¥Ø¥Ã¥À¥Ð¥Ã¥Õ¥¡"
4075
4076 #: collect2.c:3476
4077 msgid "old raw header file"
4078 msgstr "¸Å¤¤À¸¤Î¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë"
4079
4080 #: collect2.c:3477
4081 msgid "unsupported version"
4082 msgstr "¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¥Ð¡¼¥¸¥ç¥ó¤Ç¤¹"
4083
4084 #: collect2.c:3479
4085 #, c-format
4086 msgid "unknown {de,en}code_mach_o_hdr return value %d"
4087 msgstr "ÉÔÌÀ¤Ê {de,en}code_mach_o_hdr Ìá¤êÃÍ %d"
4088
4089 #: collect2.c:3499
4090 #, c-format
4091 msgid "fstat %s"
4092 msgstr "fstat %s"
4093
4094 #: collect2.c:3536 collect2.c:3584
4095 #, c-format
4096 msgid "lseek %s 0"
4097 msgstr "lseek %s 0"
4098
4099 #: collect2.c:3540
4100 #, c-format
4101 msgid "read %s"
4102 msgstr "read %s"
4103
4104 #: collect2.c:3543
4105 #, c-format
4106 msgid "read %ld bytes, expected %ld, from %s"
4107 msgstr "%ld ¥Ð¥¤¥ÈÆɹþ¤ß¡£%ld (%s ¤«¤é)Æɹþ¤à¤Ï¤º¤Ç¤¹"
4108
4109 #: collect2.c:3564
4110 #, c-format
4111 msgid "msync %s"
4112 msgstr "msync %s"
4113
4114 #: collect2.c:3571
4115 #, c-format
4116 msgid "munmap %s"
4117 msgstr "munmap %s"
4118
4119 #: collect2.c:3588
4120 #, c-format
4121 msgid "write %s"
4122 msgstr "write %s"
4123
4124 #: collect2.c:3591
4125 #, c-format
4126 msgid "wrote %ld bytes, expected %ld, to %s"
4127 msgstr "%ld ¥Ð¥¤¥È½ñ¹þ¤ß¡£%ld (%s ¤Ø)½ñ¹þ¤à¤Ï¤º¤Ç¤¹"
4128
4129 #: combine.c:13222
4130 #, c-format
4131 msgid ""
4132 ";; Combiner statistics: %d attempts, %d substitutions (%d requiring new space),\n"
4133 ";; %d successes.\n"
4134 "\n"
4135 msgstr ""
4136 ";; ·ë¹çÅý·×: %d »î¹Ô, %d ÂåÂØ (%d ¿·¤¿¤Ê¶õ´Ö¤òÍ×µá),\n"
4137 ";; %d À®¸ù¡£\n"
4138
4139 #: combine.c:13232
4140 #, c-format
4141 msgid ""
4142 "\n"
4143 ";; Combiner totals: %d attempts, %d substitutions (%d requiring new space),\n"
4144 ";; %d successes.\n"
4145 msgstr ""
4146 "\n"
4147 ";; ·ë¹ç¹ç·×: %d »î¹Ô, %d ÂåÂØ (%d ¿·¤¿¤Ê¶õ´Ö¤òÍ×µá),\n"
4148 ";; %d À®¸ù¡£\n"
4149
4150 #: convert.c:69
4151 msgid "cannot convert to a pointer type"
4152 msgstr "¥Ý¥¤¥ó¥¿·¿¤ËÊÑ´¹¤Ç¤­¤Þ¤»¤ó"
4153
4154 #: convert.c:102
4155 msgid "pointer value used where a floating point value was expected"
4156 msgstr "ÉâÆ°¾®¿ôÅÀ¿ô¤¬¤¢¤ë¤Ù¤­²Õ½ê¤Ç¡¢¥Ý¥¤¥ó¥¿Ãͤ¬»È¤ï¤ì¤Þ¤·¤¿"
4157
4158 #: convert.c:106
4159 msgid "aggregate value used where a float was expected"
4160 msgstr "ÉâÆ°¾®¿ôÅÀ·¿¤¬¤¢¤ë¤Ù¤­²Õ½ê¤Ç¡¢½¸¹çÂΤÎÃͤ¬»È¤ï¤ì¤Þ¤·¤¿"
4161
4162 #: convert.c:132
4163 msgid "conversion to incomplete type"
4164 msgstr "ÉÔ´°Á´·¿¤Ø¤ÎÊÑ´¹¤Ç¤¹"
4165
4166 #: convert.c:414 convert.c:494
4167 msgid "can't convert between vector values of different size"
4168 msgstr "Â礭¤µ¤Î°Û¤Ê¤ë¥Ù¥¯¥È¥ëÃÍƱ»Î¤ÎÊÑ´¹¤Ï¤Ç¤­¤Þ¤»¤ó"
4169
4170 #: convert.c:420
4171 msgid "aggregate value used where an integer was expected"
4172 msgstr "À°¿ô·¿¤¬¤¢¤ë¤Ù¤­²Õ½ê¤Ç¡¢½¸¹çÂΤÎÃͤ¬»È¤ï¤ì¤Þ¤·¤¿"
4173
4174 #: convert.c:472 f/com.c:1100
4175 msgid "pointer value used where a complex was expected"
4176 msgstr "Ê£ÁÇ¿ô·¿¤¬¤¢¤ë¤Ù¤­²Õ½ê¤Ç¡¢¥Ý¥¤¥ó¥¿Ãͤ¬»È¤ï¤ì¤Þ¤·¤¿"
4177
4178 #: convert.c:476 f/com.c:1102
4179 msgid "aggregate value used where a complex was expected"
4180 msgstr "Ê£ÁÇ¿ô·¿¤¬¤¢¤ë¤Ù¤­²Õ½ê¤Ç¡¢½¸¹çÂΤÎÃͤ¬»È¤ï¤ì¤Þ¤·¤¿"
4181
4182 #: convert.c:500
4183 msgid "can't convert value to a vector"
4184 msgstr "Ãͤò¥Ù¥¯¥È¥ë¤Ë¤ÏÊÑ´¹¤Ç¤­¤Þ¤»¤ó"
4185
4186 #: cpperror.c:113
4187 msgid "warning: "
4188 msgstr "·Ù¹ð: "
4189
4190 #: cpperror.c:115
4191 msgid "internal error: "
4192 msgstr "ÆâÉô¥¨¥é¡¼: "
4193
4194 #: cpperror.c:189
4195 #, fuzzy
4196 msgid "stdout"
4197 msgstr "¹½Â¤ÂÎ"
4198
4199 #: cpperror.c:191 gcc.c:6428
4200 #, c-format
4201 msgid "%s: %s"
4202 msgstr "%s: %s"
4203
4204 #: cppexp.c:199
4205 #, fuzzy
4206 msgid "too many decimal points in number"
4207 msgstr "`asm' Ãæ¤ÎÂåÂØ¥­¡¼¥ï¡¼¥É¤¬Â¿¤¹¤®¤Þ¤¹"
4208
4209 #: cppexp.c:219
4210 #, fuzzy, c-format
4211 msgid "invalid digit \"%c\" in octal constant"
4212 msgstr "̵¸ú¤Ê¶çÆÉÅÀ `%c' ¤¬À©ÌóÆâ¤Ë¤¢¤ê¤Þ¤¹"
4213
4214 #: cppexp.c:225
4215 #, fuzzy
4216 msgid "use of C99 hexadecimal floating constant"
4217 msgstr "16 ¿ÊÉâÆ°¾®¿ôÄê¿ô¤¬¤Ù¤­¾è¤ò»ý¤Á¤Þ¤»¤ó"
4218
4219 #: cppexp.c:234
4220 #, fuzzy
4221 msgid "exponent has no digits"
4222 msgstr "ÉâÆ°¾®¿ôÄê¿ô¤Î¤Ù¤­¿ô¤¬¡¢¥¢¥é¥Ó¥¢¿ô»ú¤ò»ý¤Ã¤Æ¤¤¤Þ¤»¤ó"
4223
4224 #: cppexp.c:241
4225 #, fuzzy
4226 msgid "hexadecimal floating constants require an exponent"
4227 msgstr "16 ¿ÊÉâÆ°¾®¿ôÄê¿ô¤¬¤Ù¤­¾è¤ò»ý¤Á¤Þ¤»¤ó"
4228
4229 #: cppexp.c:247
4230 #, fuzzy, c-format
4231 msgid "invalid suffix \"%.*s\" on floating constant"
4232 msgstr "ÀÜÈø¼­ '%.*s' ¤ÏÀ°¿ôÄê¿ô¤Ë¤Ï̵¸ú¤Ç¤¹"
4233
4234 #: cppexp.c:257 cppexp.c:282
4235 #, fuzzy, c-format
4236 msgid "traditional C rejects the \"%.*s\" suffix"
4237 msgstr "¸Å¤¤ C ¤Ç¤Ï 'f' ÀÜÈø¼­¤¬µñÈݤµ¤ì¤Þ¤¹"
4238
4239 #: cppexp.c:268
4240 #, fuzzy, c-format
4241 msgid "invalid suffix \"%.*s\" on integer constant"
4242 msgstr "ÀÜÈø¼­ '%.*s' ¤ÏÀ°¿ôÄê¿ô¤Ë¤Ï̵¸ú¤Ç¤¹"
4243
4244 #: cppexp.c:289
4245 #, fuzzy
4246 msgid "use of C99 long long integer constant"
4247 msgstr "ISO C89 ¤Ç¤Ï long long À°¿ôÄê¿ô¤ò¶Ø¤¸¤Þ¤¹"
4248
4249 #: cppexp.c:295
4250 #, fuzzy
4251 msgid "imaginary constants are a GCC extension"
4252 msgstr "#if ¼°¤ÎÃæ¤Ç¤Ïʸ»úÎóÄê¿ô¤¬»È¤¨¤Þ¤»¤ó"
4253
4254 #: cppexp.c:383
4255 #, fuzzy
4256 msgid "integer constant is too large for its type"
4257 msgstr "À°¿ôÄê¿ô¤¬Â礭¤¹¤®¤ë¤Î¤Ç unsigned ¤Ë¤Ê¤ê¤Þ¤·¤¿"
4258
4259 #: cppexp.c:395
4260 msgid "integer constant is so large that it is unsigned"
4261 msgstr "À°¿ôÄê¿ô¤¬Â礭¤¹¤®¤ë¤Î¤Ç unsigned ¤Ë¤Ê¤ê¤Þ¤·¤¿"
4262
4263 #: cppexp.c:482
4264 msgid "missing ')' after \"defined\""
4265 msgstr "\"defined\" ¤Î¸å¤í¤Î ')' ¤¬·ç¤±¤Æ¤¤¤Þ¤¹"
4266
4267 #: cppexp.c:489
4268 msgid "operator \"defined\" requires an identifier"
4269 msgstr "\"defined\" ±é»»»Ò¤Ï¼±Ê̻ҤòÍ׵ᤷ¤Þ¤¹"
4270
4271 #: cppexp.c:497
4272 #, c-format
4273 msgid "(\"%s\" is an alternative token for \"%s\" in C++)"
4274 msgstr "¡ÊC++ ¤Ç¤Ï \"%s\" ¤¬ \"%s\" ¤ÎÂåÂإȡ¼¥¯¥ó¤Ç¤¹¡Ë"
4275
4276 #: cppexp.c:507
4277 msgid "this use of \"defined\" may not be portable"
4278 msgstr ""
4279
4280 #: cppexp.c:545
4281 #, fuzzy
4282 msgid "floating constant in preprocessor expression"
4283 msgstr "À°¿ô¤¬¥×¥ê¥×¥í¥»¥Ã¥µ¼°Æâ¤Ç¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤·¤Þ¤·¤¿"
4284
4285 #: cppexp.c:551
4286 #, fuzzy
4287 msgid "imaginary number in preprocessor expression"
4288 msgstr "À°¿ô¤¬¥×¥ê¥×¥í¥»¥Ã¥µ¼°Æâ¤Ç¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤·¤Þ¤·¤¿"
4289
4290 #: cppexp.c:596
4291 #, c-format
4292 msgid "ISO C++ does not permit \"%s\" in #if"
4293 msgstr "ISO C++ ¤Ï #if Æâ¤Î \"%s\" ¤òµö¤·¤Þ¤»¤ó"
4294
4295 #: cppexp.c:604
4296 #, c-format
4297 msgid "\"%s\" is not defined"
4298 msgstr "\"%s\" ¤ÏÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
4299
4300 #: cppexp.c:737 cppexp.c:772
4301 #, c-format
4302 msgid "missing binary operator before token \"%s\""
4303 msgstr ""
4304
4305 #: cppexp.c:756
4306 #, fuzzy, c-format
4307 msgid "invalid character '%c' in #if"
4308 msgstr "̵¸ú¤Êʸ»úÄê¿ô¤¬ #if ¤Ë¤¢¤ê¤Þ¤¹"
4309
4310 #: cppexp.c:758
4311 #, fuzzy, c-format
4312 msgid "invalid character '\\%03o' in #if"
4313 msgstr "̵¸ú¤Êʸ»úÄê¿ô¤¬ #if ¤Ë¤¢¤ê¤Þ¤¹"
4314
4315 #: cppexp.c:763
4316 #, fuzzy, c-format
4317 msgid "token \"%s\" is not valid in preprocessor expressions"
4318 msgstr "À°¿ô¤¬¥×¥ê¥×¥í¥»¥Ã¥µ¼°Æâ¤Ç¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤·¤Þ¤·¤¿"
4319
4320 #: cppexp.c:782
4321 #, fuzzy
4322 msgid "void expression between '(' and ')'"
4323 msgstr "¼°Ê¸¤¬Ìµ¸ú¤Ç¤¹"
4324
4325 #: cppexp.c:785
4326 #, fuzzy
4327 msgid "#if with no expression"
4328 msgstr " throw ¤µ¤ì¤¿¼°¤ÎÃæ"
4329
4330 #: cppexp.c:787
4331 #, fuzzy, c-format
4332 msgid "operator '%s' has no right operand"
4333 msgstr "È¿Éü»Ò `%s' ¤ÏÈóÀ°¿ô·¿¤Ç¤¹"
4334
4335 #: cppexp.c:813
4336 msgid " ':' without preceding '?'"
4337 msgstr ""
4338
4339 #: cppexp.c:840
4340 #, fuzzy
4341 msgid "unbalanced stack in #if"
4342 msgstr "Âбþ¤·¤Æ¤¤¤Ê¤¤ #endif"
4343
4344 #: cppexp.c:862
4345 #, fuzzy, c-format
4346 msgid "impossible operator '%u'"
4347 msgstr "¤¢¤ê¤¨¤Ê¤¤±é»»»Ò '%s'"
4348
4349 #: cppexp.c:954
4350 #, fuzzy
4351 msgid "missing ')' in expression"
4352 msgstr "Äê¿ô¼°¤¬·ç¤±¤Æ¤¤¤ë¤«Ìµ¸ú¤Ç¤¹"
4353
4354 #: cppexp.c:975
4355 msgid "'?' without following ':'"
4356 msgstr ""
4357
4358 #: cppexp.c:985
4359 msgid "integer overflow in preprocessor expression"
4360 msgstr "À°¿ô¤¬¥×¥ê¥×¥í¥»¥Ã¥µ¼°Æâ¤Ç¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤·¤Þ¤·¤¿"
4361
4362 #: cppexp.c:990
4363 #, fuzzy
4364 msgid "missing '(' in expression"
4365 msgstr "Äê¿ô¼°¤¬·ç¤±¤Æ¤¤¤ë¤«Ìµ¸ú¤Ç¤¹"
4366
4367 #: cppexp.c:1026
4368 #, c-format
4369 msgid "the left operand of \"%s\" changes sign when promoted"
4370 msgstr ""
4371
4372 #: cppexp.c:1031
4373 #, c-format
4374 msgid "the right operand of \"%s\" changes sign when promoted"
4375 msgstr ""
4376
4377 #: cppexp.c:1414
4378 msgid "comma operator in operand of #if"
4379 msgstr "¥«¥ó¥Þ±é»»»Ò¤¬ #if ±é»»»Ò¤ÎÃæ¤Ë¤¢¤ê¤Þ¤¹"
4380
4381 #: cppexp.c:1551
4382 msgid "division by zero in #if"
4383 msgstr "#if ¤Ç¥¼¥í½ü»»¤¬È¯À¸¤·¤Þ¤·¤¿"
4384
4385 #: cppfiles.c:411
4386 #, c-format
4387 msgid "%s is too large"
4388 msgstr "%s ¤ÏÂ礭¤¹¤®¤Þ¤¹"
4389
4390 #: cppfiles.c:447
4391 #, c-format
4392 msgid "%s is shorter than expected"
4393 msgstr "%s ¤¬ËÜÍè¤è¤ê¤âû¤¤¤Ç¤¹"
4394
4395 #: cppfiles.c:461
4396 #, c-format
4397 msgid "%s is a block device"
4398 msgstr "%s ¤Ï¥Ö¥í¥Ã¥¯¥Ç¥Ð¥¤¥¹¤Ç¤¹"
4399
4400 #: cppfiles.c:594
4401 #, fuzzy, c-format
4402 msgid "no include path in which to find %s"
4403 msgstr "%s ¤ò¸«¤Ä¤±¤ë¤¿¤á¤Î¥¤¥ó¥¯¥ë¡¼¥É¥Ñ¥¹¤¬¤¢¤ê¤Þ¤»¤ó"
4404
4405 #: cppfiles.c:668
4406 msgid "Multiple include guards may be useful for:\n"
4407 msgstr "¿½Å include ¤«¤é¤ÎÊݸͭ±×¤È¤Ê¤ë¤Ç¤·¤ç¤¦:\n"
4408
4409 #: cppfiles.c:1014
4410 msgid "absolute file name in remap_filename"
4411 msgstr "ÀäÂХѥ¹¥Õ¥¡¥¤¥ë̾¤¬ remap_filename ¤Ë¤¢¤ê¤Þ¤¹"
4412
4413 #: cppinit.c:224
4414 #, c-format
4415 msgid "ignoring nonexistent directory \"%s\"\n"
4416 msgstr "¸ºß¤·¤Ê¤¤¥Ç¥£¥ì¥¯¥È¥ê \"%s\" ¤ò̵»ë¤·¤Þ¤¹\n"
4417
4418 #: cppinit.c:231
4419 #, c-format
4420 msgid "%s: Not a directory"
4421 msgstr "%s: ¥Ç¥£¥ì¥¯¥È¥ê¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
4422
4423 #: cppinit.c:287
4424 #, c-format
4425 msgid "ignoring duplicate directory \"%s\"\n"
4426 msgstr "½ÅÊ£¤·¤¿¥Ç¥£¥ì¥¯¥È¥ê \"%s\" ¤ò̵»ë¤·¤Þ¤¹\n"
4427
4428 #: cppinit.c:325
4429 msgid " as it is a non-system directory that duplicates a system directory\n"
4430 msgstr ""
4431
4432 #: cppinit.c:891
4433 #, fuzzy
4434 msgid "cppchar_t must be an unsigned type"
4435 msgstr "½Ò¸ì¤Ï¼±Ê̻ҤǤʤ±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
4436
4437 #: cppinit.c:895
4438 #, c-format
4439 msgid "preprocessor arithmetic has maximum precision of %lu bits; target requires %lu bits"
4440 msgstr ""
4441
4442 #: cppinit.c:901
4443 msgid "CPP arithmetic must be at least as precise as a target int"
4444 msgstr ""
4445
4446 #: cppinit.c:904
4447 msgid "target char is less than 8 bits wide"
4448 msgstr ""
4449
4450 #: cppinit.c:908
4451 msgid "target wchar_t is narrower than target char"
4452 msgstr ""
4453
4454 #: cppinit.c:912
4455 msgid "target int is narrower than target char"
4456 msgstr ""
4457
4458 #: cppinit.c:916
4459 msgid "CPP half-integer narrower than CPP character"
4460 msgstr ""
4461
4462 #: cppinit.c:920
4463 #, c-format
4464 msgid "CPP on this host cannot handle wide character constants over %lu bits, but the target requires %lu bits"
4465 msgstr ""
4466
4467 #: cppinit.c:972
4468 msgid "#include \"...\" search starts here:\n"
4469 msgstr "#include \"...\" ¤Îõº÷¤Ï¤³¤³¤«¤é»Ï¤Þ¤ê¤Þ¤¹:\n"
4470
4471 #: cppinit.c:976
4472 msgid "#include <...> search starts here:\n"
4473 msgstr "#include <...> ¤Îõº÷¤Ï¤³¤³¤«¤é»Ï¤Þ¤ê¤Þ¤¹:\n"
4474
4475 #: cppinit.c:979
4476 msgid "End of search list.\n"
4477 msgstr "õº÷¥ê¥¹¥È¤Î½ª¤ï¤ê\n"
4478
4479 #: cppinit.c:1057
4480 #, fuzzy
4481 msgid "<built-in>"
4482 msgstr "<ÁȤ߹þ¤ß>"
4483
4484 #: cppinit.c:1059
4485 msgid "<command line>"
4486 msgstr "<¥³¥Þ¥ó¥É¥é¥¤¥ó>"
4487
4488 #. Irix6 "cc -n32" and OSF4 cc have problems with char foo[] = ("string");
4489 #. I.e. a const string initializer with parens around it. That is
4490 #. what N_("string") resolves to, so we make no_* be macros instead.
4491 #: cppinit.c:1164
4492 #, fuzzy, c-format
4493 msgid "assertion missing after %s"
4494 msgstr "%s ¤Î¸å¤í¤Î¥¢¥µ¡¼¥·¥ç¥ó¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
4495
4496 #: cppinit.c:1165
4497 #, fuzzy, c-format
4498 msgid "directory name missing after %s"
4499 msgstr "%s ¤Î¸å¤í¤Î¥Ç¥£¥ì¥¯¥È¥ê̾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
4500
4501 #: cppinit.c:1166
4502 #, fuzzy, c-format
4503 msgid "file name missing after %s"
4504 msgstr "%s ¤Î¸å¤í¤Î¥Õ¥¡¥¤¥ë̾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
4505
4506 #: cppinit.c:1167
4507 #, fuzzy, c-format
4508 msgid "macro name missing after %s"
4509 msgstr "%s ¤Î¸å¤í¤Î¥Þ¥¯¥í̾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
4510
4511 #: cppinit.c:1168
4512 #, fuzzy, c-format
4513 msgid "path name missing after %s"
4514 msgstr "%s ¤Î¸å¤í¤Î¥Ñ¥¹Ì¾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
4515
4516 #: cppinit.c:1353
4517 msgid "-I- specified twice"
4518 msgstr "-I- ¤¬Æó²ó»ØÄꤵ¤ì¤Þ¤·¤¿"
4519
4520 #: cpplex.c:149
4521 #, c-format
4522 msgid "trigraph ??%c converted to %c"
4523 msgstr "¥È¥é¥¤¥°¥é¥Õ ??%c ¤Ï %c ¤ËÊÑ´¹¤µ¤ì¤Þ¤·¤¿"
4524
4525 #: cpplex.c:157
4526 #, c-format
4527 msgid "trigraph ??%c ignored"
4528 msgstr "¥È¥é¥¤¥°¥é¥Õ ??%c ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
4529
4530 #: cpplex.c:214
4531 msgid "backslash and newline separated by space"
4532 msgstr "¥Ð¥Ã¥¯¥¹¥é¥Ã¥·¥å¤È²þ¹Ô¤¬¶õÇò¤Çʬ³ä¤µ¤ì¤Þ¤·¤¿"
4533
4534 #: cpplex.c:221 cpptrad.c:158
4535 msgid "backslash-newline at end of file"
4536 msgstr "¥Õ¥¡¥¤¥ë¤Î½ª¤ê¤Ë¥Ð¥Ã¥¯¥¹¥é¥Ã¥·¥å-²þ¹Ô¤¬¤¢¤ê¤Þ¤¹"
4537
4538 #: cpplex.c:287 cpptrad.c:199
4539 msgid "\"/*\" within comment"
4540 msgstr "¥³¥á¥ó¥ÈÆâ¤Ë \"/*\" ¤¬¤¢¤ê¤Þ¤¹"
4541
4542 #: cpplex.c:395
4543 msgid "null character(s) ignored"
4544 msgstr "null ʸ»ú¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
4545
4546 #: cpplex.c:402
4547 #, c-format
4548 msgid "%s in preprocessing directive"
4549 msgstr "¥×¥ê¥×¥í¥»¥¹Ì¿ÎáÃæ¤Ë %s ¤¬¤¢¤ê¤Þ¤¹"
4550
4551 #: cpplex.c:475
4552 #, c-format
4553 msgid "attempt to use poisoned \"%s\""
4554 msgstr "±øÀ÷¤µ¤ì¤¿ '%s' »È¤ª¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
4555
4556 #: cpplex.c:483
4557 msgid "__VA_ARGS__ can only appear in the expansion of a C99 variadic macro"
4558 msgstr "__VA_ARGS__ ¤Ï C99 ²ÄÊÑ°ú¿ô¥Þ¥¯¥í³ÈÄ¥¤Ç¤Î¤ß½Ð¸½¤Ç¤­¤Þ¤¹"
4559
4560 #: cpplex.c:555
4561 #, fuzzy
4562 msgid "'$' character(s) in identifier or number"
4563 msgstr "'$' ʸ»ú¤¬¼±Ê̻ҤËÆþ¤Ã¤Æ¤¤¤Þ¤¹"
4564
4565 #: cpplex.c:698
4566 #, c-format
4567 msgid "missing terminating %c character"
4568 msgstr "%c ʸ»ú¤Ç¤Î½ªÃ¼¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
4569
4570 #: cpplex.c:711
4571 msgid "null character(s) preserved in literal"
4572 msgstr "¥ê¥Æ¥é¥ëÃæ¤Ç null ʸ»ú¤¬³ÎÊݤµ¤ì¤Þ¤·¤¿"
4573
4574 #: cpplex.c:915 cpptrad.c:487
4575 msgid "no newline at end of file"
4576 msgstr "¥Õ¥¡¥¤¥ëËöÈø¤Ë²þ¹Ô¤¬¤¢¤ê¤Þ¤»¤ó"
4577
4578 #: cpplex.c:1092 cpptrad.c:213
4579 msgid "unterminated comment"
4580 msgstr "½ªÃ¼¤µ¤ì¤Æ¤¤¤Ê¤¤¥³¥á¥ó¥È"
4581
4582 #: cpplex.c:1103
4583 #, fuzzy
4584 msgid "C++ style comments are not allowed in ISO C90"
4585 msgstr "C++ ¥¹¥¿¥¤¥ë¤Î¥³¥á¥ó¥È¤Ï ISO C89 ¤Ç¤Ïµö¤µ¤ì¤Þ¤»¤ó"
4586
4587 #: cpplex.c:1105
4588 msgid "(this will be reported only once per input file)"
4589 msgstr "(¤³¤ì¤ÏÆþÎÏ¥Õ¥¡¥¤¥ë¤Ë¤Ä¤­°ì²ó¤À¤±Êó¹ð¤µ¤ì¤Þ¤¹)"
4590
4591 #: cpplex.c:1110
4592 msgid "multi-line comment"
4593 msgstr "Ê£¿ô¹Ô¤Î¥³¥á¥ó¥È"
4594
4595 #: cpplex.c:1425
4596 #, fuzzy, c-format
4597 msgid "unknown string token %s\n"
4598 msgstr "ÉÔÌÀ¤Ê¥ì¥¸¥¹¥¿Ì¾¤Ç¤¹: %s"
4599
4600 #: cpplex.c:1438
4601 #, fuzzy, c-format
4602 msgid "unspellable token %s"
4603 msgstr "ÄÖ¤ì¤Ê¤¤¥È¡¼¥¯¥ó %s ¤Ç¤¹"
4604
4605 #: cpplex.c:1695
4606 #, fuzzy, c-format
4607 msgid "the meaning of '\\%c' is different in traditional C"
4608 msgstr "'\\%c' ¤Î°ÕÌ£¤Ï -traditional ¤ò¤Ä¤±¤¿¾ì¹ç¤È°Û¤Ê¤ê¤Þ¤¹"
4609
4610 #: cpplex.c:1701
4611 msgid "incomplete universal-character-name"
4612 msgstr "̵¸ú¤Ê ¥æ¥Ë¥Ð¡¼¥µ¥ëʸ»ú̾"
4613
4614 #: cpplex.c:1715
4615 #, fuzzy, c-format
4616 msgid "non-hex digit '%c' in universal-character-name"
4617 msgstr "Èó 16 ¿Ê¿ô '%c' ¤¬ universal-character-name Æâ¤Ë¤¢¤ê¤Þ¤¹"
4618
4619 #: cpplex.c:1723
4620 msgid "universal-character-name on EBCDIC target"
4621 msgstr "EBCDIC ¤Î¥¿¡¼¥²¥Ã¥È¤Ç `%c' ¤Ë¥æ¥Ë¥Ð¡¼¥µ¥ë¥­¥ã¥é¥¯¥¿Ì¾¤¬»È¤ï¤ì¤Þ¤·¤¿"
4622
4623 #: cpplex.c:1737
4624 #, fuzzy
4625 msgid "universal-character-name out of range"
4626 msgstr "EBCDIC ¤Î¥¿¡¼¥²¥Ã¥È¤Ç `%c' ¤Ë¥æ¥Ë¥Ð¡¼¥µ¥ë¥­¥ã¥é¥¯¥¿Ì¾¤¬»È¤ï¤ì¤Þ¤·¤¿"
4627
4628 #: cpplex.c:1791
4629 #, fuzzy
4630 msgid "the meaning of '\\a' is different in traditional C"
4631 msgstr "'\\a' ¤Î°ÕÌ£¤Ï -traditional ¤ò¤Ä¤±¤¿¾ì¹ç¤È°Û¤Ê¤ê¤Þ¤¹"
4632
4633 #: cpplex.c:1798
4634 #, c-format
4635 msgid "non-ISO-standard escape sequence, '\\%c'"
4636 msgstr "Èó ISO ɸ½à¤Î¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹, '\\%c'"
4637
4638 #: cpplex.c:1809
4639 #, fuzzy
4640 msgid "the meaning of '\\x' is different in traditional C"
4641 msgstr "'\\a' ¤Î°ÕÌ£¤Ï -traditional ¤ò¤Ä¤±¤¿¾ì¹ç¤È°Û¤Ê¤ê¤Þ¤¹"
4642
4643 #: cpplex.c:1828 f/lex.c:585
4644 msgid "\\x used with no following hex digits"
4645 msgstr "\\x ¤Ë¡¢¤½¤ì¤Ë³¤¯¤Ï¤º¤Î 16 ¿Ê¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
4646
4647 #: cpplex.c:1833
4648 msgid "hex escape sequence out of range"
4649 msgstr "16 ¿Ê¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹¤¬Èϰϳ°¤Ç¤¹"
4650
4651 #: cpplex.c:1858
4652 msgid "octal escape sequence out of range"
4653 msgstr "8 ¿Ê¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹¤¬Èϰϳ°¤Ç¤¹"
4654
4655 #: cpplex.c:1874
4656 #, c-format
4657 msgid "unknown escape sequence '\\%c'"
4658 msgstr "ÉÔÌÀ¤Ê¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹ '\\%c'"
4659
4660 #: cpplex.c:1877
4661 #, fuzzy, c-format
4662 msgid "unknown escape sequence: '\\%03o'"
4663 msgstr "ÉÔÌÀ¤Ê¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹ '\\%c'"
4664
4665 #: cpplex.c:1882
4666 #, fuzzy
4667 msgid "escape sequence out of range for its type"
4668 msgstr "ʸ»ú¤ËÂФ¹¤ë¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹¤¬ÈϰϤò³°¤ì¤Æ¤¤¤Þ¤¹"
4669
4670 #: cpplex.c:1973
4671 msgid "empty character constant"
4672 msgstr "¶õ¤Îʸ»úÄê¿ô"
4673
4674 #: cpplex.c:1983
4675 #, fuzzy
4676 msgid "character constant too long for its type"
4677 msgstr "ʸ»úÄê¿ô¤¬Ä¹¤¹¤®¤Þ¤¹"
4678
4679 #: cpplex.c:1986
4680 msgid "multi-character character constant"
4681 msgstr "Ê£¿ôʸ»ú¤«¤é¤Ê¤ëʸ»úÄê¿ô"
4682
4683 #: cpplib.c:225
4684 #, c-format
4685 msgid "extra tokens at end of #%s directive"
4686 msgstr ";ʬ¤Ê¥È¡¼¥¯¥ó¤¬ #%s ¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤Î½ª¤ê¤Ë¤¢¤ê¤Þ¤¹"
4687
4688 #: cpplib.c:315
4689 #, c-format
4690 msgid "#%s is a GCC extension"
4691 msgstr "#%s ¤Ï GCC ¤Î³ÈÄ¥¤Ç¤¹"
4692
4693 #: cpplib.c:327
4694 msgid "suggest not using #elif in traditional C"
4695 msgstr "¸Å¤¤ C ¤Ç¤Ï #elif ¤ò»È¤ï¤Ê¤¤Êý¤¬¤¤¤¤¤Ç¤¹"
4696
4697 #: cpplib.c:330
4698 #, c-format
4699 msgid "traditional C ignores #%s with the # indented"
4700 msgstr "¸Å¤¤ C ¤Ç¤Ï¡¢¥¤¥ó¥Ç¥ó¥È¤µ¤ì¤¿ # ¤Î #%s ¤ò̵»ë¤·¤Þ¤¹"
4701
4702 #: cpplib.c:334
4703 #, c-format
4704 msgid "suggest hiding #%s from traditional C with an indented #"
4705 msgstr "¥¤¥ó¥Ç¥ó¥È¤µ¤ì¤¿ # ¤¬¤¢¤ë¸Å¤¤ C ¤«¤é¤Ï #%s ¤ò±£¤¹¤³¤È¤ò¤ª´«¤á¤·¤Þ¤¹"
4706
4707 #: cpplib.c:358
4708 msgid "embedding a directive within macro arguments is not portable"
4709 msgstr ""
4710
4711 #: cpplib.c:378
4712 #, fuzzy
4713 msgid "style of line directive is a GCC extension"
4714 msgstr "#%s ¤Ï GCC ¤Î³ÈÄ¥¤Ç¤¹"
4715
4716 #: cpplib.c:428
4717 #, c-format
4718 msgid "invalid preprocessing directive #%s"
4719 msgstr "̵¸ú¤Ê¥×¥ê¥×¥í¥»¥¹¥Ç¥£¥ì¥¯¥Æ¥£¥ô #%s"
4720
4721 #: cpplib.c:500
4722 msgid "\"defined\" cannot be used as a macro name"
4723 msgstr "\"defined\" ¤ò¥Þ¥¯¥í̾¤È¤·¤Æ¤Ï»È¤¨¤Þ¤»¤ó"
4724
4725 #: cpplib.c:506
4726 #, c-format
4727 msgid "\"%s\" cannot be used as a macro name as it is an operator in C++"
4728 msgstr "\"%s\" ¤Ï C++ ¤Î±é»»»Ò¤Ç¤¢¤ê¡¢¥Þ¥¯¥í̾¤È¤·¤Æ»ÈÍѤ¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
4729
4730 #: cpplib.c:509
4731 #, c-format
4732 msgid "no macro name given in #%s directive"
4733 msgstr "¥Þ¥¯¥í̾¤¬ #%s ¥Ç¥£¥ì¥¯¥Æ¥£¥ÖÃæ¤ËÍ¿¤¨¤é¤ì¤Æ¤¤¤Þ¤»¤ó"
4734
4735 #: cpplib.c:512
4736 msgid "macro names must be identifiers"
4737 msgstr "¥Þ¥¯¥í̾¤Ï¼±Ê̻ҤǤʤ¯¤Æ¤Ï¤Ê¤ê¤Þ¤»¤ó"
4738
4739 #: cpplib.c:552
4740 #, c-format
4741 msgid "undefining \"%s\""
4742 msgstr "\"%s\" ¤ò undef ¤·¤Þ¤¹"
4743
4744 #: cpplib.c:598
4745 msgid "missing terminating > character"
4746 msgstr "½ªÃ¼Ê¸»ú > ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
4747
4748 #: cpplib.c:637
4749 #, c-format
4750 msgid "#%s expects \"FILENAME\" or <FILENAME>"
4751 msgstr "#%s ¤Ï \"¥Õ¥¡¥¤¥ë̾\" ¤¢¤ë¤¤¤Ï <¥Õ¥¡¥¤¥ë̾> ¤òɬÍפȤ·¤Þ¤¹"
4752
4753 #: cpplib.c:648
4754 #, c-format
4755 msgid "empty file name in #%s"
4756 msgstr "#%s ¤Ç¤Î¥Õ¥¡¥¤¥ë̾¤¬¶õ¤Ç¤¹"
4757
4758 #: cpplib.c:667
4759 msgid "#include_next in primary source file"
4760 msgstr "#include_next ¤¬¼ç¤¿¤ë¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤Ë¤¢¤ê¤Þ¤¹"
4761
4762 #: cpplib.c:674
4763 msgid "#import is obsolete, use an #ifndef wrapper in the header file"
4764 msgstr "#import ¤Ï¸Å¤¤É½¸½¤Ç¤¹. ¥Ø¥Ã¥À¥Õ¥¡¥¤¥ëÃæ¤Ç #ifndef ¤Î¥é¥Ã¥Ñ¡¼¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤"
4765
4766 #: cpplib.c:682
4767 msgid "#include nested too deeply"
4768 msgstr "#include ¤Î¥Í¥¹¥È¤¬¿¼¤¹¤®¤Þ¤¹"
4769
4770 #: cpplib.c:739
4771 #, c-format
4772 msgid "invalid flag \"%s\" in line directive"
4773 msgstr "\"%s\" ¤Ï line ¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤Ç¤Ï̵¸ú¤Ê¥Õ¥é¥°¤Ç¤¹"
4774
4775 #: cpplib.c:814
4776 #, c-format
4777 msgid "\"%s\" after #line is not a positive integer"
4778 msgstr "#line ¤Î¸å¤í¤Î \"%s\" ¤¬Àµ¤ÎÀ°¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
4779
4780 #: cpplib.c:820
4781 msgid "line number out of range"
4782 msgstr "¹ÔÈֹ椬Èϰϳ°¤Ç¤¹"
4783
4784 #: cpplib.c:831 cpplib.c:902
4785 #, c-format
4786 msgid "\"%s\" is not a valid filename"
4787 msgstr "\"%s\" ¤ÏÀµ¾ï¤Ê¥Õ¥¡¥¤¥ë̾¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
4788
4789 #: cpplib.c:866
4790 #, fuzzy, c-format
4791 msgid "\"%s\" after # is not a positive integer"
4792 msgstr "#line ¤Î¸å¤í¤Î \"%s\" ¤¬Àµ¤ÎÀ°¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
4793
4794 #: cpplib.c:973
4795 #, fuzzy
4796 msgid "invalid #ident directive"
4797 msgstr "̵¸ú¤Ê #ident"
4798
4799 #: cpplib.c:1061
4800 #, c-format
4801 msgid "registering \"%s\" as both a pragma and a pragma namespace"
4802 msgstr ""
4803
4804 #: cpplib.c:1064
4805 #, fuzzy, c-format
4806 msgid "#pragma %s %s is already registered"
4807 msgstr "¥¯¥é¥¹ `%s' ¤Ï´û¤Ë¸ºß¤·¤Þ¤¹"
4808
4809 #: cpplib.c:1067
4810 #, c-format
4811 msgid "#pragma %s is already registered"
4812 msgstr ""
4813
4814 #: cpplib.c:1143
4815 msgid "#pragma once is obsolete"
4816 msgstr "#pragma once ¤Ï¤â¤¦»È¤ï¤ì¤Æ¤¤¤Þ¤»¤ó"
4817
4818 #: cpplib.c:1146
4819 msgid "#pragma once in main file"
4820 msgstr "#pragma once ¤¬¥á¥¤¥ó¥Õ¥¡¥¤¥ë¤Ë¤¢¤ê¤Þ¤¹"
4821
4822 #: cpplib.c:1170
4823 msgid "invalid #pragma GCC poison directive"
4824 msgstr "#pragma GCC ±øÀ÷¥Ç¥£¥ì¥¯¥Æ¥£¥ô¤¬Ìµ¸ú¤Ç¤¹"
4825
4826 #: cpplib.c:1179
4827 #, c-format
4828 msgid "poisoning existing macro \"%s\""
4829 msgstr "´û¸¤Î¥Þ¥¯¥í \"%s' ¤ò±øÀ÷¤·¤Þ¤¹"
4830
4831 #: cpplib.c:1201
4832 msgid "#pragma system_header ignored outside include file"
4833 msgstr "include ¥Õ¥¡¥¤¥ë³°¤Î #pragma system_header ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
4834
4835 #: cpplib.c:1226
4836 #, c-format
4837 msgid "cannot find source %s"
4838 msgstr "¥½¡¼¥¹ %s ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
4839
4840 #: cpplib.c:1230
4841 #, c-format
4842 msgid "current file is older than %s"
4843 msgstr "¸½ºß¤Î¥Õ¥¡¥¤¥ë¤Ï %s ¤è¤ê¸Å¤¤¤Ç¤¹"
4844
4845 #: cpplib.c:1346
4846 msgid "_Pragma takes a parenthesized string literal"
4847 msgstr "_Pramga ¤¬³ç¸Ì¤Ç°Ï¤Þ¤ì¤¿Ê¸»úÎó¥ê¥Æ¥é¥ë¤ò¼õ¤±¼è¤ê¤Þ¤·¤¿"
4848
4849 #: cpplib.c:1429
4850 msgid "#else without #if"
4851 msgstr "#else ¤Ë #if ¤¬¤¢¤ê¤Þ¤»¤ó"
4852
4853 #: cpplib.c:1434
4854 msgid "#else after #else"
4855 msgstr "#else ¤¬ #else ¤Î¸å¤í¤Ë¤¢¤ê¤Þ¤¹"
4856
4857 #: cpplib.c:1436 cpplib.c:1470
4858 msgid "the conditional began here"
4859 msgstr "¤½¤Î¾ò·ï¤Ï¤³¤³¤«¤é»Ï¤Þ¤ê¤Þ¤¹"
4860
4861 #: cpplib.c:1463
4862 msgid "#elif without #if"
4863 msgstr "#elif ¤Ë #if ¤¬¤¢¤ê¤Þ¤»¤ó"
4864
4865 #: cpplib.c:1468
4866 msgid "#elif after #else"
4867 msgstr "#elif ¤¬ #else ¤Î¸å¤í¤Ë¤¢¤ê¤Þ¤¹"
4868
4869 #: cpplib.c:1499
4870 msgid "#endif without #if"
4871 msgstr "#endif ¤Ë #if ¤¬¤¢¤ê¤Þ¤»¤ó"
4872
4873 #: cpplib.c:1582
4874 msgid "missing '(' after predicate"
4875 msgstr "½Ò¸ì¤Î¸å¤í¤Î '(' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
4876
4877 #: cpplib.c:1597
4878 msgid "missing ')' to complete answer"
4879 msgstr "²ò¤òÊä´°¤¹¤ë ')' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
4880
4881 #: cpplib.c:1617
4882 msgid "predicate's answer is empty"
4883 msgstr "½Ò¸ì¤Î²ò¤¬¶õ¤Ç¤¹"
4884
4885 #: cpplib.c:1647
4886 msgid "assertion without predicate"
4887 msgstr "½Ò¸ì¤Î¤Ê¤¤¥¢¥µ¡¼¥·¥ç¥ó¤Ç¤¹"
4888
4889 #: cpplib.c:1649
4890 msgid "predicate must be an identifier"
4891 msgstr "½Ò¸ì¤Ï¼±Ê̻ҤǤʤ±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
4892
4893 #: cpplib.c:1738
4894 #, c-format
4895 msgid "\"%s\" re-asserted"
4896 msgstr "\"%s\" ¤¬ºÆ¥¢¥µ¡¼¥È¤µ¤ì¤Þ¤·¤¿"
4897
4898 #: cpplib.c:1968
4899 #, c-format
4900 msgid "unterminated #%s"
4901 msgstr "½ªÃ¼¤Î¤Ê¤¤ #%s"
4902
4903 #: cppmacro.c:94
4904 #, fuzzy, c-format
4905 msgid "macro \"%s\" is not used"
4906 msgstr "\"%s\" ¤ÏÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
4907
4908 #: cppmacro.c:139 cppmacro.c:294
4909 #, fuzzy, c-format
4910 msgid "invalid built-in macro \"%s\""
4911 msgstr "ÁȤ߹þ¤ß¥Þ¥¯¥í \"%s\" ¤Ï̵¸ú¤Ç¤¹"
4912
4913 #: cppmacro.c:234
4914 #, fuzzy
4915 msgid "could not determine date and time"
4916 msgstr "°Í¸´Ø·¸¤ÎÄÉÀפΤ¿¤á¤Î¥¿¡¼¥²¥Ã¥È̾¤¬ÆÃÄê¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿"
4917
4918 #: cppmacro.c:407
4919 msgid "invalid string literal, ignoring final '\\'"
4920 msgstr "ʸ»úÎó¥ê¥Æ¥é¥ë¤¬Ìµ¸ú¤Ç¤¹¡¢ºÇ¸å¤Î '\\' ¤ò̵»ë¤·¤Þ¤¹"
4921
4922 #: cppmacro.c:504
4923 #, c-format
4924 msgid "pasting \"%s\" and \"%s\" does not give a valid preprocessing token"
4925 msgstr "\"%s\" ¤È \"%s\" ¤òŽÉÕ¤±¤Þ¤·¤¿¤¬Àµ¾ï¤Ê¥×¥ê¥×¥í¥»¥Ã¥µ¥È¡¼¥¯¥ó¤È¤Ê¤ê¤Þ¤»¤ó"
4926
4927 #: cppmacro.c:546
4928 msgid "ISO C99 requires rest arguments to be used"
4929 msgstr "ISO C99 ¤Ï»ÈÍѤµ¤ì¤ë¤Ù¤­»Ä¤ê¤Î¤Î°ú¿ô¤òÍ׵ᤷ¤Þ¤¹"
4930
4931 #: cppmacro.c:551
4932 #, c-format
4933 msgid "macro \"%s\" requires %u arguments, but only %u given"
4934 msgstr "¥Þ¥¯¥í \"%s\" ¤Ï°ú¿ô¤ò %u Í׵ᤷ¤Þ¤¹¤¬¡¢%u ¸Ä¤·¤«Í¿¤¨¤é¤ì¤Æ¤¤¤Þ¤»¤ó"
4935
4936 #: cppmacro.c:556
4937 #, c-format
4938 msgid "macro \"%s\" passed %u arguments, but takes just %u"
4939 msgstr "¥Þ¥¯¥í \"%s\" ¤Ë°ú¿ô¤¬ %u ÅϤµ¤ì¤Þ¤·¤¿¤¬¡¢%u ¤·¤«¼õ¤±¼è¤ê¤Þ¤»¤ó"
4940
4941 #: cppmacro.c:669 cpptrad.c:774
4942 #, c-format
4943 msgid "unterminated argument list invoking macro \"%s\""
4944 msgstr "½ªÃ¼¤µ¤ì¤Æ¤¤¤Ê¤¤°ú¿ô¥ê¥¹¥È¤¬¥Þ¥¯¥í \"%s\" ¤òµ¯Æ°¤·¤è¤¦¤È¤·¤Þ¤·¤¿"
4945
4946 #: cppmacro.c:776
4947 #, c-format
4948 msgid "function-like macro \"%s\" must be used with arguments in traditional C"
4949 msgstr "¸Å¤¤ C ¤Ç¤Ï¡¢´Ø¿ôŪ¥Þ¥¯¥í \"%s\" ¤Ë°ú¿ô¤¬Í¿¤¨¤é¤ì¤Í¤Ð¤Ê¤ê¤Þ¤»¤ó"
4950
4951 #: cppmacro.c:1314
4952 #, c-format
4953 msgid "duplicate macro parameter \"%s\""
4954 msgstr "¥Þ¥¯¥í²¾°ú¿ô \"%s\" ¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
4955
4956 #: cppmacro.c:1351
4957 #, c-format
4958 msgid "\"%s\" may not appear in macro parameter list"
4959 msgstr "\"%s\" ¤Ï¥Þ¥¯¥í²¾°ú¿ô¥ê¥¹¥È¤Ë¸½¤ì¤Æ¤Ï¤Ê¤ê¤Þ¤»¤ó"
4960
4961 #: cppmacro.c:1359
4962 msgid "macro parameters must be comma-separated"
4963 msgstr "¥Þ¥¯¥í²¾°ú¿ô¤Ï¥«¥ó¥Þ¶èÀڤꤵ¤ì¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
4964
4965 #: cppmacro.c:1376
4966 msgid "parameter name missing"
4967 msgstr "²¾°ú¿ô̾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
4968
4969 #: cppmacro.c:1391
4970 msgid "anonymous variadic macros were introduced in C99"
4971 msgstr "̵̾²ÄÊÑ°ú¿ô¥Þ¥¯¥í¤Ï C99 ¤ÇºÎ¤êÆþ¤ì¤é¤ì¤Þ¤·¤¿"
4972
4973 #: cppmacro.c:1395
4974 msgid "ISO C does not permit named variadic macros"
4975 msgstr "ISO C ¤Ç¤Ï̾Á°¤Ä¤­²ÄÊÑ°ú¿ô¥Þ¥¯¥í¤òµö¤·¤Þ¤»¤ó"
4976
4977 #: cppmacro.c:1404
4978 msgid "missing ')' in macro parameter list"
4979 msgstr "¥Þ¥¯¥í²¾°ú¿ô¥ê¥¹¥È¤Ç¡¢')' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
4980
4981 #: cppmacro.c:1472
4982 msgid "ISO C requires whitespace after the macro name"
4983 msgstr "ISO C ¤Ç¤Ï¥Þ¥¯¥í̾¤Î¸å¤í¤Ë¶õÇò¤òÍ׵ᤷ¤Þ¤¹"
4984
4985 #: cppmacro.c:1500
4986 msgid "'#' is not followed by a macro parameter"
4987 msgstr "'#' ¤Ë¥Þ¥¯¥í²¾°ú¿ô̾¤¬Â³¤¤¤Æ¤¤¤Þ¤»¤ó"
4988
4989 #: cppmacro.c:1519
4990 msgid "'##' cannot appear at either end of a macro expansion"
4991 msgstr "'##' ¤Ï¥Þ¥¯¥íŸ³«¤Îξü¤Ë¤Ï½Ð¸½¤Ç¤­¤Þ¤»¤ó"
4992
4993 #: cppmacro.c:1601
4994 #, c-format
4995 msgid "\"%s\" redefined"
4996 msgstr "\"%s\" ¤¬ºÆÄêµÁ¤µ¤ì¤Þ¤·¤¿"
4997
4998 #: cppmacro.c:1606
4999 msgid "this is the location of the previous definition"
5000 msgstr "¤³¤³¤¬°ÊÁ°¤ÎÀë¸À¤¬¤¢¤ë°ÌÃ֤Ǥ¹"
5001
5002 #: cppmacro.c:1657
5003 #, fuzzy, c-format
5004 msgid "macro argument \"%s\" would be stringified in traditional C"
5005 msgstr "¥Þ¥¯¥í°ú¿ô \"%s\" ¤Ï -traditional ¤ò¤Ä¤±¤ë¤Èʸ»úÎ󲽤µ¤ì¤¿»ö¤Ç¤·¤ç¤¦"
5006
5007 #: cppmacro.c:1682
5008 #, fuzzy, c-format
5009 msgid "invalid hash type %d in cpp_macro_definition"
5010 msgstr "dump_definition ¤Ë ̵¸ú¤Ê¥Ï¥Ã¥·¥å¥¿¥¤¥× %d"
5011
5012 #: cppspec.c:109
5013 #, c-format
5014 msgid "\"%s\" is not a valid option to the preprocessor"
5015 msgstr "\"%s\" ¤Ï¥×¥ê¥×¥í¥»¥Ã¥µ¤ËÂФ¹¤ëÀµ¾ï¤Ê¥ª¥×¥·¥ç¥ó¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
5016
5017 #: cppspec.c:133
5018 msgid "too many input files"
5019 msgstr "ÆþÎÏ¥Õ¥¡¥¤¥ë¤¬Â¿¤¹¤®¤Þ¤¹"
5020
5021 #: cpptrad.c:841
5022 #, fuzzy, c-format
5023 msgid "detected recursion whilst expanding macro \"%s\""
5024 msgstr "½ªÃ¼¤µ¤ì¤Æ¤¤¤Ê¤¤°ú¿ô¥ê¥¹¥È¤¬¥Þ¥¯¥í \"%s\" ¤òµ¯Æ°¤·¤è¤¦¤È¤·¤Þ¤·¤¿"
5025
5026 #: cse.c:7195
5027 #, c-format
5028 msgid ";; Processing block from %d to %d, %d sets.\n"
5029 msgstr ";; %d ¤«¤é %d ¤Þ¤Ç¤Î½èÍý¥Ö¥í¥Ã¥¯¡¢%d ¥»¥Ã¥È¡£\n"
5030
5031 #: diagnostic.c:714
5032 msgid "((anonymous))"
5033 msgstr "((̵̾))"
5034
5035 #: diagnostic.c:928
5036 #, c-format
5037 msgid "%s: warnings being treated as errors\n"
5038 msgstr "%s: ·Ù¹ð¤Ï¥¨¥é¡¼¤È¤·¤Æ¼è¤ê°·¤ï¤ì¤Þ¤¹\n"
5039
5040 #: diagnostic.c:963
5041 #, c-format
5042 msgid "%s: %s: "
5043 msgstr "%s: %s: "
5044
5045 #: diagnostic.c:1054
5046 #, c-format
5047 msgid "%s "
5048 msgstr "%s "
5049
5050 #: diagnostic.c:1056
5051 #, c-format
5052 msgid " %s"
5053 msgstr " %s"
5054
5055 #: diagnostic.c:1078
5056 msgid "At top level:"
5057 msgstr "¥È¥Ã¥×¥ì¥Ù¥ë:"
5058
5059 #: diagnostic.c:1083
5060 #, fuzzy, c-format
5061 msgid "In member function `%s':"
5062 msgstr "´Ø¿ô `%s' Æâ:"
5063
5064 #: diagnostic.c:1087
5065 #, c-format
5066 msgid "In function `%s':"
5067 msgstr "´Ø¿ô `%s' Æâ:"
5068
5069 #: diagnostic.c:1175
5070 msgid "compilation terminated.\n"
5071 msgstr "¥³¥ó¥Ñ¥¤¥ë¤¬ÃæÃǤµ¤ì¤Þ¤·¤¿¡£\n"
5072
5073 #: diagnostic.c:1193
5074 #, c-format
5075 msgid "%s:%d: confused by earlier errors, bailing out\n"
5076 msgstr "%s:%d: Á°¤Î¥¨¥é¡¼¤Ë¤è¤êº®Í𤷤Ƥ¤¤Þ¤¹¤Î¤Ç¡¢Ã¦½Ð¤·¤Þ¤¹\n"
5077
5078 #: diagnostic.c:1208 diagnostic.c:1316
5079 #, c-format
5080 msgid ""
5081 "Please submit a full bug report,\n"
5082 "with preprocessed source if appropriate.\n"
5083 "See %s for instructions.\n"
5084 msgstr ""
5085 "´°Á´¤Ê¥Ð¥°Êó¹ð¤òÁ÷¤Ã¤Æ²¼¤µ¤¤¡£\n"
5086 "ŬÀڤʤé¤Ð¥×¥ê¥×¥í¥»¥¹¸å¤Î¥½¡¼¥¹¤ò¤Ä¤±¤Æ¤¯¤À¤µ¤¤¡£\n"
5087 "%s ¤ò¸«¤ì¤ÐÊýË¡¤¬½ñ¤¤¤Æ¤¢¤ê¤Þ¤¹¡£\n"
5088
5089 #: diagnostic.c:1314
5090 msgid "Internal compiler error: Error reporting routines re-entered.\n"
5091 msgstr "ÆâÉô¥³¥ó¥Ñ¥¤¥ë¥¨¥é¡¼: ¥¨¥é¡¼Êó¹ð¥ë¡¼¥Á¥ó¤ËºÆÆþ¤·¤Þ¤·¤¿¡£\n"
5092
5093 #: diagnostic.c:1376
5094 #, fuzzy, c-format
5095 msgid "in %s, at %s:%d"
5096 msgstr "%s ¤ÇÃæÃÇ, °ÌÃÖ %s:%d"
5097
5098 #: diagnostic.c:1397
5099 #, c-format
5100 msgid "In file included from %s:%d"
5101 msgstr "%s:%d ¤«¤é include ¤µ¤ì¤¿¥Õ¥¡¥¤¥ëÆâ"
5102
5103 #: diagnostic.c:1400
5104 #, c-format
5105 msgid ""
5106 ",\n"
5107 " from %s:%d"
5108 msgstr ""
5109 ",\n"
5110 " %s:%d ¤«¤é"
5111
5112 #: diagnostic.c:1401
5113 msgid ":\n"
5114 msgstr ":\n"
5115
5116 #: diagnostic.c:1445 diagnostic.c:1462
5117 #, c-format
5118 msgid "`%s' is deprecated (declared at %s:%d)"
5119 msgstr ""
5120
5121 #: diagnostic.c:1465
5122 #, fuzzy, c-format
5123 msgid "`%s' is deprecated"
5124 msgstr "%s ¤Ï¥Ç¥£¥ì¥¯¥È¥ê¤Ç¤¹"
5125
5126 #: diagnostic.c:1468
5127 #, c-format
5128 msgid "type is deprecated (declared at %s:%d)"
5129 msgstr ""
5130
5131 #: diagnostic.c:1471
5132 msgid "type is deprecated"
5133 msgstr ""
5134
5135 #: dominance.c:728
5136 #, c-format
5137 msgid "dominator of %d should be %d, not %d"
5138 msgstr ""
5139
5140 #: dwarf2out.c:3135
5141 #, fuzzy, c-format
5142 msgid "DW_LOC_OP %s not implemented\n"
5143 msgstr "DW_LOC_OP %s ¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
5144
5145 #: dwarfout.c:2066
5146 #, fuzzy, c-format
5147 msgid "internal regno botch: `%s' has regno = %d\n"
5148 msgstr "ÆâÉôŪ¤Ë regno ¤Î½èÍý¤¬ÊÑ: regno = %d\n"
5149
5150 #: dwarfout.c:6181
5151 msgid "support for the DWARF1 debugging format is deprecated"
5152 msgstr ""
5153
5154 #: dwarfout.c:6278
5155 msgid "can't get current directory"
5156 msgstr "¥«¥ì¥ó¥È¥Ç¥£¥ì¥¯¥È¥ê¤ò¼èÆÀ¤Ç¤­¤Þ¤»¤ó"
5157
5158 #: emit-rtl.c:1155
5159 #, fuzzy
5160 msgid "can't access real part of complex value in hard register"
5161 msgstr "¥Ï¡¼¥É¥ì¥¸¥¹¥¿Æâ¤ÇÊ£ÁÇ¿ô¤Î¼Â¿ôÉôʬ¤Ë¥¢¥¯¥»¥¹¤Ç¤­¤Þ¤»¤ó"
5162
5163 #: emit-rtl.c:1177
5164 msgid "can't access imaginary part of complex value in hard register"
5165 msgstr "¥Ï¡¼¥É¥ì¥¸¥¹¥¿Æâ¤ÇÊ£ÁÇ¿ô¤Îµõ¿ôÉôʬ¤Ë¥¢¥¯¥»¥¹¤Ç¤­¤Þ¤»¤ó"
5166
5167 #: emit-rtl.c:3402
5168 msgid "ICE: emit_insn used where emit_jump_insn needed:\n"
5169 msgstr "ICE: emit_insn ¤¬ emit_jump_insn ¤òÍפ¹¤ë½ê¤Ç»È¤ï¤ì¤Þ¤·¤¿:\n"
5170
5171 #: errors.c:136
5172 #, c-format
5173 msgid "abort in %s, at %s:%d"
5174 msgstr "%s ¤ÇÃæÃÇ, °ÌÃÖ %s:%d"
5175
5176 #: except.c:369
5177 msgid "exception handling disabled, use -fexceptions to enable"
5178 msgstr "Îã³°½èÍý¤ò̵¸ú¤Ë¤·¤Þ¤·¤¿. Í­¸ú¤Ë¤¹¤ë¤Ë¤Ï -fexceptions ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤"
5179
5180 #: except.c:2994
5181 msgid "argument of `__builtin_eh_return_regno' must be constant"
5182 msgstr "`__builtin_eh_return_regno' ¤Î°ú¿ô¤ÏÄê¿ô¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
5183
5184 #: except.c:3137
5185 msgid "__builtin_eh_return not supported on this target"
5186 msgstr "__builtin_eh_return ¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
5187
5188 #: explow.c:1408
5189 msgid "stack limits not supported on this target"
5190 msgstr "¥¹¥¿¥Ã¥¯À©¸Â¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ç¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
5191
5192 #: expr.c:3355
5193 msgid "function using short complex types cannot be inline"
5194 msgstr "short complex ·¿¤ò»È¤¦´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
5195
5196 #: expr.c:6272 expr.c:6281 expr.c:6290 expr.c:6295 expr.c:6604 expr.c:6620
5197 msgid "unsupported wide integer operation"
5198 msgstr "¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¥ï¥¤¥ÉÀ°¿ô±é»»"
5199
5200 #: expr.c:6669
5201 #, c-format
5202 msgid "prior parameter's size depends on `%s'"
5203 msgstr "Í¥À褹¤ë²¾°ú¿ô¤Î¥µ¥¤¥º¤Ï `%s' ¼¡Âè¤Ç¤¹"
5204
5205 #: expr.c:7005
5206 msgid "returned value in block_exit_expr"
5207 msgstr "block_exit_expr ¤ÇÃͤò return ¤·¤Þ¤·¤¿"
5208
5209 #. We can't make a bitwise copy of this object, so fail.
5210 #: expr.c:9202
5211 #, fuzzy
5212 msgid "cannot take the address of an unaligned member"
5213 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É `%s' ¤Î¥¢¥É¥ì¥¹¤ò¼èÆÀ¤Ç¤­¤Þ¤»¤ó"
5214
5215 #: final.c:1342
5216 msgid "negative insn length"
5217 msgstr ""
5218
5219 #: final.c:2793
5220 msgid "could not split insn"
5221 msgstr ""
5222
5223 #: final.c:3141
5224 #, fuzzy
5225 msgid "invalid `asm': "
5226 msgstr "̵¸ú¤Ê `asm': %s"
5227
5228 #: final.c:3328
5229 msgid "nested assembly dialect alternatives"
5230 msgstr ""
5231
5232 #: final.c:3345 final.c:3357
5233 msgid "unterminated assembly dialect alternative"
5234 msgstr ""
5235
5236 #: final.c:3401
5237 #, fuzzy, c-format
5238 msgid "operand number missing after %%-letter"
5239 msgstr "±é»»¿ô¤¬ %-letter ¤Î¸å¤Ë¤¢¤ê¤Þ¤»¤ó"
5240
5241 #: final.c:3404 final.c:3443
5242 msgid "operand number out of range"
5243 msgstr "±é»»¿ô¤¬Èϰϳ°¤Ç¤¹"
5244
5245 #: final.c:3462
5246 #, c-format
5247 msgid "invalid %%-code"
5248 msgstr "̵¸ú¤Ê %%-code"
5249
5250 #: final.c:3493
5251 #, fuzzy, c-format
5252 msgid "`%%l' operand isn't a label"
5253 msgstr "`%l' ±é»»¤Ï¥é¥Ù¥ë¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
5254
5255 #. We can't handle floating point constants;
5256 #. PRINT_OPERAND must handle them.
5257 #: final.c:3600 vmsdbgout.c:466 config/i386/i386.c:6314
5258 #: config/pdp11/pdp11.c:1573
5259 msgid "floating constant misused"
5260 msgstr "ÉâÆ°¾®¿ôÄê¿ô¤ò»È¤¤Â»¤Í¤Þ¤·¤¿"
5261
5262 #: final.c:3656 vmsdbgout.c:523 config/i386/i386.c:6392
5263 #: config/pdp11/pdp11.c:1620
5264 msgid "invalid expression as operand"
5265 msgstr "¥ª¥Ú¥é¥ó¥É¤È¤·¤Æ̵¸ú¤Ê¼°"
5266
5267 #: flow.c:352
5268 msgid "function might be possible candidate for attribute `noreturn'"
5269 msgstr "´Ø¿ô¤Ï¶²¤é¤¯ `noreturn' °À­¤Î¸õÊä¤È»×¤ï¤ì¤Þ¤¹"
5270
5271 #: flow.c:357
5272 msgid "`noreturn' function does return"
5273 msgstr "`noreturn' ´Ø¿ô¤¬ return ¤·¤Æ¤¤¤Þ¤¹"
5274
5275 #: flow.c:378
5276 msgid "control reaches end of non-void function"
5277 msgstr "À©¸æ¤¬Èó void ´Ø¿ô¤Î½ª¤ê¤ËÅþ㤷¤Þ¤·¤¿"
5278
5279 #: flow.c:1642
5280 msgid "Attempt to delete prologue/epilogue insn:"
5281 msgstr ""
5282
5283 #: fold-const.c:2546 fold-const.c:2559
5284 #, fuzzy, c-format
5285 msgid "comparison is always %d due to width of bit-field"
5286 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É¤ÎÉý¤Î¤»¤¤¤ÇÈæ³Ó¤¬¾ï¤Ë %d ¤È¤Ê¤ê¤Þ¤¹"
5287
5288 #: fold-const.c:3753 fold-const.c:3770
5289 #, c-format
5290 msgid "comparison is always %d"
5291 msgstr "Èæ³Ó¤¬¾ï¤Ë %d ¤È¤Ê¤ê¤Þ¤¹"
5292
5293 #: fold-const.c:3901
5294 msgid "`or' of unmatched not-equal tests is always 1"
5295 msgstr "°ìÃפ·¤Ê¤¤ÃÍƱ»Î¤Ç¤ÎÈóÅù²Á¤Î `or' ¥Æ¥¹¥È¤Ï¾ï¤Ë 1 ¤Ç¤¹"
5296
5297 #: fold-const.c:3906
5298 msgid "`and' of mutually exclusive equal-tests is always 0"
5299 msgstr "Áê¸ßÇÓ¾Ū¤ÊÃͤÎÅù²Á¤Î `and' ¥Æ¥¹¥È¤Ï¾ï¤Ë 0 ¤Ç¤¹"
5300
5301 #: function.c:884 varasm.c:1503
5302 #, c-format
5303 msgid "size of variable `%s' is too large"
5304 msgstr "ÊÑ¿ô `%s' ¤Î¥µ¥¤¥º¤¬Â礭¤¹¤®¤Þ¤¹"
5305
5306 #: function.c:3772
5307 #, fuzzy
5308 msgid "impossible constraint in `asm'"
5309 msgstr "`asm' Æâ¤Ç¤Ï¥ì¥¸¥¹¥¿À©Ìó¤ò¹Ô¤Ê¤¨¤Þ¤»¤ó"
5310
5311 #: function.c:5527
5312 #, c-format
5313 msgid "`%s' might be used uninitialized in this function"
5314 msgstr "`%s' ¤Ï¤³¤Î´Ø¿ôÆâ¤Ç½é´ü²½¤µ¤ì¤º¤Ë»ÈÍѤµ¤ì¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹"
5315
5316 #: function.c:5534
5317 #, c-format
5318 msgid "variable `%s' might be clobbered by `longjmp' or `vfork'"
5319 msgstr "ÊÑ¿ô `%s' ¤Ï `longjmp' ¤ä `vfork' ¤Ë¤è¤Ã¤Æ¹ó¤¤¤³¤È¤Ë¤Ê¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹"
5320
5321 #: function.c:5553
5322 #, c-format
5323 msgid "argument `%s' might be clobbered by `longjmp' or `vfork'"
5324 msgstr "°ú¿ô `%s' ¤Ï `longjmp' ¤ä `vfork' ¤Ë¤è¤Ã¤Æ¹ó¤¤¤³¤È¤Ë¤Ê¤ë²ÄǽÀ­¤¬¤¢¤ê¤Þ¤¹"
5325
5326 #: function.c:6420
5327 msgid "function returns an aggregate"
5328 msgstr "´Ø¿ô¤¬½¸¹çÂΤòÊÖ¤·¤Æ¤¤¤Þ¤¹"
5329
5330 #: function.c:6925
5331 #, c-format
5332 msgid "unused parameter `%s'"
5333 msgstr "°ú¿ô `%s' ¤¬Ì¤»ÈÍѤǤ¹"
5334
5335 #: gcc.c:1107
5336 #, fuzzy, c-format
5337 msgid "ambiguous abbreviation %s"
5338 msgstr "¤¢¤¤¤Þ¤¤¤Ê¾Êά %s ¤Ç¤¹"
5339
5340 #: gcc.c:1134
5341 #, fuzzy, c-format
5342 msgid "incomplete `%s' option"
5343 msgstr "ÉÔ´°Á´¤Ê `%s' ¥ª¥×¥·¥ç¥ó¤Ç¤¹"
5344
5345 #: gcc.c:1145
5346 #, fuzzy, c-format
5347 msgid "missing argument to `%s' option"
5348 msgstr "`%s' ¥ª¥×¥·¥ç¥ó¤ËÂФ¹¤ë°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
5349
5350 #: gcc.c:1158
5351 #, fuzzy, c-format
5352 msgid "extraneous argument to `%s' option"
5353 msgstr "`%s' ¥ª¥×¥·¥ç¥ó¤ËÂФ·¤Æ̵´Ø·¸¤Ê°ú¿ô"
5354
5355 #: gcc.c:1486
5356 #, fuzzy
5357 msgid "Using built-in specs.\n"
5358 msgstr "ÁȤ߹þ¤ß spec ¤ò»ÈÍÑ.\n"
5359
5360 #: gcc.c:1667
5361 #, c-format
5362 msgid ""
5363 "Setting spec %s to '%s'\n"
5364 "\n"
5365 msgstr ""
5366 "spec %s ¤ò '%s' ¤ËÀßÄêÃæ\n"
5367 "\n"
5368
5369 #: gcc.c:1774
5370 #, c-format
5371 msgid "Reading specs from %s\n"
5372 msgstr "%s ¤«¤é spec ¤òÆɤ߹þ¤ßÃæ\n"
5373
5374 #: gcc.c:1872 gcc.c:1891
5375 #, c-format
5376 msgid "specs %%include syntax malformed after %ld characters"
5377 msgstr "specs ¤Î %ld ʸ»úÌܰʹߤΠ%%include ¤Î½ñ¼°¤¬ÊѤǤ¹"
5378
5379 #: gcc.c:1899
5380 #, fuzzy, c-format
5381 msgid "could not find specs file %s\n"
5382 msgstr "spec ¥Õ¥¡¥¤¥ë %s ¤ò¸«¤Ä¤±¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿\n"
5383
5384 #: gcc.c:1916 gcc.c:1924 gcc.c:1933 gcc.c:1942
5385 #, c-format
5386 msgid "specs %%rename syntax malformed after %ld characters"
5387 msgstr "specs ¤Î %ld ʸ»úÌܰʹߤΠ%%rename ¤Î½ñ¼°¤¬ÊѤǤ¹"
5388
5389 #: gcc.c:1951
5390 #, c-format
5391 msgid "specs %s spec was not found to be renamed"
5392 msgstr "spec ¥Õ¥¡¥¤¥ë %s ¤Ë̾Á°¤òÊѹ¹¤¹¤ë spec ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Ç¤·¤¿"
5393
5394 #: gcc.c:1958
5395 #, c-format
5396 msgid "%s: attempt to rename spec '%s' to already defined spec '%s'"
5397 msgstr ""
5398
5399 #: gcc.c:1963
5400 #, c-format
5401 msgid "rename spec %s to %s\n"
5402 msgstr "spec %s ¤ò %s ¤Ë̾Á°¤òÊѹ¹\n"
5403
5404 #: gcc.c:1965
5405 #, c-format
5406 msgid ""
5407 "spec is '%s'\n"
5408 "\n"
5409 msgstr ""
5410 "spec ¤Ï '%s' ¤Ç¤¹\n"
5411 "\n"
5412
5413 #: gcc.c:1978
5414 #, c-format
5415 msgid "specs unknown %% command after %ld characters"
5416 msgstr "spec ¥Õ¥¡¥¤¥ëÃæ¤Î %ld ʸ»ú¤Î¸å¤ËÉÔÌÀ¤Ê %% ¥³¥Þ¥ó¥É"
5417
5418 #: gcc.c:1989 gcc.c:2002
5419 #, c-format
5420 msgid "specs file malformed after %ld characters"
5421 msgstr "%ld ʸ»ú¤Î¸å¤Ë¤ª¤«¤·¤Ê spec ¥Õ¥¡¥¤¥ë"
5422
5423 #: gcc.c:2056
5424 msgid "spec file has no spec for linking"
5425 msgstr "spec ¥Õ¥¡¥¤¥ë¤Ë¥ê¥ó¥¯¤Ë´Ø¤¹¤ë spec ¤¬¤¢¤ê¤Þ¤»¤ó"
5426
5427 #: gcc.c:2554
5428 msgid "-pipe not supported"
5429 msgstr "-pipe ¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
5430
5431 #: gcc.c:2609
5432 msgid ""
5433 "\n"
5434 "Go ahead? (y or n) "
5435 msgstr ""
5436 "\n"
5437 "³¤±¤Þ¤¹¤«? (y ¤Þ¤¿¤Ï n) "
5438
5439 #: gcc.c:2735
5440 #, c-format
5441 msgid ""
5442 "Internal error: %s (program %s)\n"
5443 "Please submit a full bug report.\n"
5444 "See %s for instructions."
5445 msgstr ""
5446 "ÆâÉô¥¨¥é¡¼: %s (¥×¥í¥°¥é¥à %s)\n"
5447 "´°Á´¤Ê¥Ð¥°¥ì¥Ý¡¼¥È¤òÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£\n"
5448 "%s ¤Ë¼ê½ç¤¬½ñ¤¤¤Æ¤¢¤ê¤Þ¤¹¡£"
5449
5450 #: gcc.c:2753
5451 #, c-format
5452 msgid "# %s %.2f %.2f\n"
5453 msgstr "# %s %.2f %.2f\n"
5454
5455 #: gcc.c:2883
5456 #, c-format
5457 msgid "Usage: %s [options] file...\n"
5458 msgstr "»È¤¤Êý: %s [¥ª¥×¥·¥ç¥ó] ¥Õ¥¡¥¤¥ë...\n"
5459
5460 #: gcc.c:2884
5461 msgid "Options:\n"
5462 msgstr "¥ª¥×¥·¥ç¥ó:\n"
5463
5464 #: gcc.c:2886
5465 msgid " -pass-exit-codes Exit with highest error code from a phase\n"
5466 msgstr ""
5467 " -pass-exit-codes ¥Õ¥§¡¼¥º¤«¤é¤Î¥¨¥é¡¼¥³¡¼¥É¤ÎºÇÂçÃͤò exit\n"
5468 " ¥³¡¼¥É¤È¤·¤ÆÊÖ¤¹\n"
5469
5470 #: gcc.c:2887
5471 msgid " --help Display this information\n"
5472 msgstr " --help ¤³¤Î¥Ø¥ë¥×¾ðÊó¤òɽ¼¨\n"
5473
5474 #: gcc.c:2888
5475 msgid " --target-help Display target specific command line options\n"
5476 msgstr " --target-help ¥¿¡¼¥²¥Ã¥È¸ÇÍ­¤Î¥³¥Þ¥ó¥É¥é¥¤¥ó¥ª¥×¥·¥ç¥ó¤òɽ¼¨\n"
5477
5478 #: gcc.c:2890
5479 msgid " (Use '-v --help' to display command line options of sub-processes)\n"
5480 msgstr "(`-v --help' ¤ò»È¤¦¤È¡¢»Ò¥×¥í¥»¥¹¤Î¥³¥Þ¥ó¥É¥é¥¤¥ó¥ª¥×¥·¥ç¥ó¤òɽ¼¨)\n"
5481
5482 #: gcc.c:2891
5483 msgid " -dumpspecs Display all of the built in spec strings\n"
5484 msgstr " -dumpspecs ÁȤ߹þ¤Þ¤ì¤¿ spec ʸ»úÎó¤òÁ´¤Æɽ¼¨\n"
5485
5486 #: gcc.c:2892
5487 msgid " -dumpversion Display the version of the compiler\n"
5488 msgstr " -dumpversion ¥³¥ó¥Ñ¥¤¥é¤Î¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨\n"
5489
5490 #: gcc.c:2893
5491 msgid " -dumpmachine Display the compiler's target processor\n"
5492 msgstr " -dumpmachine ¥³¥ó¥Ñ¥¤¥é¤Î¥¿¡¼¥²¥Ã¥È¥×¥í¥»¥Ã¥µ¤òɽ¼¨\n"
5493
5494 #: gcc.c:2894
5495 msgid " -print-search-dirs Display the directories in the compiler's search path\n"
5496 msgstr " -print-search-dirs ¥³¥ó¥Ñ¥¤¥é¤Î¥µ¡¼¥Á¥Ñ¥¹¤Ë¤¢¤ë¥Ç¥£¥ì¥¯¥È¥ê¤òɽ¼¨\n"
5497
5498 #: gcc.c:2895
5499 msgid " -print-libgcc-file-name Display the name of the compiler's companion library\n"
5500 msgstr " -print-libgcc-file-name ¥³¥ó¥Ñ¥¤¥é¤Î¥³¥ó¥Ñ¥Ë¥ª¥ó¥é¥¤¥Ö¥é¥ê̾¤òɽ¼¨\n"
5501
5502 #: gcc.c:2896
5503 msgid " -print-file-name=<lib> Display the full path to library <lib>\n"
5504 msgstr " -print-file-name=<lib> ¥é¥¤¥Ö¥é¥ê <lib> ¤Ø¤Î¥Õ¥ë¥Ñ¥¹¤òɽ¼¨\n"
5505
5506 #: gcc.c:2897
5507 msgid " -print-prog-name=<prog> Display the full path to compiler component <prog>\n"
5508 msgstr " -print-prog-name=<prog> ¥³¥ó¥Ñ¥¤¥é¤ÎÉôÉÊ <prog> ¤Ø¤Î¥Õ¥ë¥Ñ¥¹¤òɽ¼¨\n"
5509
5510 #: gcc.c:2898
5511 msgid " -print-multi-directory Display the root directory for versions of libgcc\n"
5512 msgstr " -print-multi-directory libgcc ¤Î¥Ð¡¼¥¸¥ç¥ó¥Ç¥£¥ì¥¯¥È¥ê¥ë¡¼¥È¤òɽ¼¨\n"
5513
5514 #: gcc.c:2899
5515 msgid ""
5516 " -print-multi-lib Display the mapping between command line options and\n"
5517 " multiple library search directories\n"
5518 msgstr ""
5519 " -print-multi-lib ¥³¥Þ¥ó¥É¥é¥¤¥ó¥ª¥×¥·¥ç¥ó¤ÈÊ£¿ô¤Î¥é¥¤¥Ö¥é¥êõº÷\n"
5520 " ¥Ç¥£¥ì¥¯¥È¥ê¤È¤ÎÂбþ¤òɽ¼¨\n"
5521
5522 #: gcc.c:2902
5523 #, fuzzy
5524 msgid " -print-multi-os-directory Display the relative path to OS libraries\n"
5525 msgstr " -print-multi-directory libgcc ¤Î¥Ð¡¼¥¸¥ç¥ó¥Ç¥£¥ì¥¯¥È¥ê¥ë¡¼¥È¤òɽ¼¨\n"
5526
5527 #: gcc.c:2903
5528 msgid " -Wa,<options> Pass comma-separated <options> on to the assembler\n"
5529 msgstr " -Wa,<options> ¥«¥ó¥Þ¶èÀÚ¤ê¤Î <options> ¤ò¥¢¥»¥ó¥Ö¥é¤ËÅϤ¹\n"
5530
5531 #: gcc.c:2904
5532 msgid " -Wp,<options> Pass comma-separated <options> on to the preprocessor\n"
5533 msgstr " -Wp,<options> ¥«¥ó¥Þ¶èÀÚ¤ê¤Î <options> ¤ò¥×¥ê¥×¥í¥»¥Ã¥µ¤ËÅϤ¹\n"
5534
5535 #: gcc.c:2905
5536 msgid " -Wl,<options> Pass comma-separated <options> on to the linker\n"
5537 msgstr " -Wl,<options> ¥«¥ó¥Þ¶èÀÚ¤ê¤Î <options> ¤ò¥ê¥ó¥«¤ËÅϤ¹\n"
5538
5539 #: gcc.c:2906
5540 msgid " -Xlinker <arg> Pass <arg> on to the linker\n"
5541 msgstr " -Xlinker <arg> <arg> ¤ò¥ê¥ó¥«¤ËÅϤ¹\n"
5542
5543 #: gcc.c:2907
5544 msgid " -save-temps Do not delete intermediate files\n"
5545 msgstr " -save-temps Ãæ´Ö¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Ê¤¤\n"
5546
5547 #: gcc.c:2908
5548 msgid " -pipe Use pipes rather than intermediate files\n"
5549 msgstr " -pipe Ãæ´Ö¥Õ¥¡¥¤¥ë¤Ç¤Ï¤Ê¤¯¥Ñ¥¤¥×¤ò»È¤¦\n"
5550
5551 #: gcc.c:2909
5552 msgid " -time Time the execution of each subprocess\n"
5553 msgstr " -time »Ò¥×¥í¥»¥¹¤´¤È¤Î¼Â¹Ô»þ´Ö¤ò·×¬¤¹¤ë\n"
5554
5555 #: gcc.c:2910
5556 #, fuzzy
5557 msgid " -specs=<file> Override built-in specs with the contents of <file>\n"
5558 msgstr " -specs=<file> ÁȤ߹þ¤ß specs ¤ò <file> ¤ÎÆâÍƤÇÃÖ¤­´¹¤¨¤ë\n"
5559
5560 #: gcc.c:2911
5561 msgid " -std=<standard> Assume that the input sources are for <standard>\n"
5562 msgstr " -std=<standard> ÆþÎÏ¥½¡¼¥¹¤ò <standard> ¤È¸«¤Ê¤¹\n"
5563
5564 #: gcc.c:2912
5565 msgid " -B <directory> Add <directory> to the compiler's search paths\n"
5566 msgstr " -B <directory> <directory> ¤ò¥³¥ó¥Ñ¥¤¥é¤Îõº÷¥Ñ¥¹¤ËÄɲ乤ë\n"
5567
5568 #: gcc.c:2913
5569 msgid " -b <machine> Run gcc for target <machine>, if installed\n"
5570 msgstr ""
5571 " -b <machine> ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ì¤Ð¥¿¡¼¥²¥Ã¥È <machine> ¤È¤·¤Æ\n"
5572 " gcc ¤ò¼Â¹Ô¤¹¤ë\n"
5573
5574 #: gcc.c:2914
5575 msgid " -V <version> Run gcc version number <version>, if installed\n"
5576 msgstr ""
5577 " -V <version> ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ì¤Ð <version> ¥Ð¡¼¥¸¥ç¥óÈÖ¹æ¤Î\n"
5578 " gcc ¤È¤·¤Æ¼Â¹Ô¤¹¤ë\n"
5579
5580 #: gcc.c:2915
5581 msgid " -v Display the programs invoked by the compiler\n"
5582 msgstr " -v ¥³¥ó¥Ñ¥¤¥é¤Ë¤è¤Ã¤Æµ¯Æ°¤µ¤ì¤ë¥×¥í¥°¥é¥à¤òɽ¼¨\n"
5583
5584 #: gcc.c:2916
5585 msgid " -### Like -v but options quoted and commands not executed\n"
5586 msgstr ""
5587
5588 #: gcc.c:2917
5589 msgid " -E Preprocess only; do not compile, assemble or link\n"
5590 msgstr ""
5591 " -E ¥×¥ê¥×¥í¥»¥¹¤Î¤ß -- ¥³¥ó¥Ñ¥¤¥ë¡¢¥¢¥»¥ó¥Ö¥ë¡¢¥ê¥ó¥¯\n"
5592 " ¤ò¹Ô¤Ê¤ï¤Ê¤¤\n"
5593
5594 #: gcc.c:2918
5595 msgid " -S Compile only; do not assemble or link\n"
5596 msgstr " -S ¥³¥ó¥Ñ¥¤¥ë¤Î¤ß -- ¥¢¥»¥ó¥Ö¥ë¡¢¥ê¥ó¥¯¤ò¹Ô¤Ê¤ï¤Ê¤¤\n"
5597
5598 #: gcc.c:2919
5599 msgid " -c Compile and assemble, but do not link\n"
5600 msgstr " -c ¥³¥ó¥Ñ¥¤¥ë¡¢¥¢¥»¥ó¥Ö¥ë¤¹¤ë¤¬¡¢¥ê¥ó¥¯¤ò¹Ô¤Ê¤ï¤Ê¤¤\n"
5601
5602 #: gcc.c:2920
5603 msgid " -o <file> Place the output into <file>\n"
5604 msgstr " -o <file> <file> ¤Ë½ÐÎϤò¹Ô¤Ê¤¦\n"
5605
5606 #: gcc.c:2921
5607 #, fuzzy
5608 msgid ""
5609 " -x <language> Specify the language of the following input files\n"
5610 " Permissible languages include: c c++ assembler none\n"
5611 " 'none' means revert to the default behavior of\n"
5612 " guessing the language based on the file's extension\n"
5613 msgstr ""
5614 " -x <language> °Ê²¼¤ÎÆþÎÏ¥Õ¥¡¥¤¥ë¤Î¸À¸ì¤ò»ØÄꤹ¤ë\n"
5615 " »ØÄê¤Ç¤­¤ë¸À¸ì: c c++ assembler none\n"
5616 " 'none' ¤ò»ØÄꤹ¤ë¤È¥Õ¥¡¥¤¥ë³ÈÄ¥»Ò¤Ë¤è¤Ã¤Æ¸À¸ì¤ò\n"
5617 " ¿äÄꤹ¤ë¡¢¥Ç¥Õ¥©¥ë¥È¤Î¿¶¤ëÉñ¤¤¤ËÌá¤ë\n"
5618
5619 #: gcc.c:2928
5620 #, c-format
5621 msgid ""
5622 "\n"
5623 "Options starting with -g, -f, -m, -O, -W, or --param are automatically\n"
5624 " passed on to the various sub-processes invoked by %s. In order to pass\n"
5625 " other options on to these processes the -W<letter> options must be used.\n"
5626 msgstr ""
5627 "\n"
5628 "-g, -f, -m, -O, -W ¤Ç»Ï¤Þ¤ë¥ª¥×¥·¥ç¥ó¤ä¡¢--param ¤Ï %s ¤¬µ¯Æ°¤¹¤ë¤¢¤é¤æ¤ë\n"
5629 "»Ò¥×¥í¥»¥¹¤Ë¼«Æ°Åª¤ËÅϤµ¤ì¤Þ¤¹¡£¤³¤¦¤¤¤Ã¤¿¥×¥í¥»¥¹¤Ë¤½¤Î¾¤Î¥ª¥×¥·¥ç¥ó¤òÅϤ¹\n"
5630 "¤Ë¤Ï -W<letter> ¥ª¥×¥·¥ç¥ó¤ò»È¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó¡£\n"
5631
5632 #: gcc.c:3063
5633 #, fuzzy, c-format
5634 msgid "`-%c' option must have argument"
5635 msgstr "-param ¥ª¥×¥·¥ç¥ó¤Ë°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
5636
5637 #: gcc.c:3085
5638 #, c-format
5639 msgid "couldn't run `%s': %s"
5640 msgstr ""
5641
5642 #. translate_options () has turned --version into -fversion.
5643 #: gcc.c:3262
5644 #, c-format
5645 msgid "%s (GCC) %s\n"
5646 msgstr ""
5647
5648 #: gcc.c:3263
5649 msgid "Copyright (C) 2003 Free Software Foundation, Inc.\n"
5650 msgstr ""
5651
5652 #: gcc.c:3265 gcov.c:364
5653 msgid ""
5654 "This is free software; see the source for copying conditions. There is NO\n"
5655 "warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n"
5656 "\n"
5657 msgstr ""
5658
5659 #: gcc.c:3366
5660 msgid "argument to `-Xlinker' is missing"
5661 msgstr "`-Xlinker' ¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
5662
5663 #: gcc.c:3374
5664 #, fuzzy
5665 msgid "argument to `-l' is missing"
5666 msgstr "`-x' ¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
5667
5668 #: gcc.c:3391
5669 msgid "argument to `-specs' is missing"
5670 msgstr "`-specs' ¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
5671
5672 #: gcc.c:3406
5673 msgid "argument to `-specs=' is missing"
5674 msgstr "`-specs=' ¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
5675
5676 #: gcc.c:3436
5677 #, c-format
5678 msgid "`-%c' must come at the start of the command line"
5679 msgstr ""
5680
5681 #: gcc.c:3445
5682 msgid "argument to `-B' is missing"
5683 msgstr "`-B' ¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
5684
5685 #: gcc.c:3618
5686 msgid "cannot specify -o with -c or -S and multiple compilations"
5687 msgstr "-c ¤ä -S ¤È°ì½ï¤Ë -o ¤ò»ØÄꤹ¤ë¤È¡¢Ê£¿ô¥³¥ó¥Ñ¥¤¥ë¤Ç¤­¤Þ¤»¤ó"
5688
5689 #: gcc.c:3791
5690 #, fuzzy
5691 msgid "warning: -pipe ignored because -save-temps specified"
5692 msgstr "·Ù¹ð: -save-temps ¤¬»ØÄꤵ¤ì¤¿¤Î¤Ç -pipe ¤Ï̵»ë¤µ¤ì¤Þ¤¹"
5693
5694 #: gcc.c:3795
5695 #, fuzzy
5696 msgid "warning: -pipe ignored because -time specified"
5697 msgstr "·Ù¹ð: -time ¤¬»ØÄꤵ¤ì¤¿¤Î¤Ç -pipe ¤Ï̵»ë¤µ¤ì¤Þ¤¹"
5698
5699 #: gcc.c:3807
5700 msgid "argument to `-x' is missing"
5701 msgstr "`-x' ¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
5702
5703 #: gcc.c:3835
5704 #, c-format
5705 msgid "argument to `-%s' is missing"
5706 msgstr "`-%s' ¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
5707
5708 #: gcc.c:3896
5709 #, fuzzy, c-format
5710 msgid "warning: `-x %s' after last input file has no effect"
5711 msgstr "·Ù¹ð: ºÇ¸å¤ÎÆþÎÏ¥Õ¥¡¥¤¥ë¤Î¸å¤Î `-x %s' ¤Ï²¿¤â¤·¤Þ¤»¤ó"
5712
5713 #: gcc.c:4241
5714 #, fuzzy
5715 msgid "invalid specification! Bug in cc"
5716 msgstr "̵¸ú¤Ê»ØÄê! cc ¤Î¥Ð¥°."
5717
5718 #: gcc.c:4395
5719 #, c-format
5720 msgid "%s\n"
5721 msgstr "%s\n"
5722
5723 #. Catch the case where a spec string contains something like
5724 #. '%{foo:%*}'. ie there is no * in the pattern on the left
5725 #. hand side of the :.
5726 #: gcc.c:4955
5727 #, fuzzy, c-format
5728 msgid "spec failure: '%%*' has not been initialized by pattern match"
5729 msgstr "spec ¥¨¥é¡¼: '%%*' ¤Ï¥Ñ¥¿¡¼¥ó¥Þ¥Ã¥Á¤Ç½é´ü²½¤µ¤ì¤Ê¤¤¤Þ¤Þ¤Ç¤¹"
5730
5731 #: gcc.c:4964
5732 #, fuzzy, c-format
5733 msgid "warning: use of obsolete %%[ operator in specs"
5734 msgstr "·Ù¹ð: µì¼°¤Î %%[ ±é»»»Ò¤¬ spec ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤¹"
5735
5736 #: gcc.c:4982
5737 #, c-format
5738 msgid "Processing spec %c%s%c, which is '%s'\n"
5739 msgstr "spec %c%s%c ¤ò½èÍýÃæ, ¤³¤ì¤Ï '%s' ¤Ç¤¹\n"
5740
5741 #: gcc.c:5107
5742 #, fuzzy, c-format
5743 msgid "spec failure: unrecognized spec option '%c'"
5744 msgstr "spec ¥¨¥é¡¼: ǧ¼±ÉÔǽ¤Ê spec ¥ª¥×¥·¥ç¥ó '%c'"
5745
5746 #: gcc.c:5188
5747 #, fuzzy, c-format
5748 msgid "unknown spec function `%s'"
5749 msgstr "´Ø¿ô `%s' Æâ:"
5750
5751 #: gcc.c:5207
5752 #, fuzzy, c-format
5753 msgid "error in args to spec function `%s'"
5754 msgstr "´Ø¿ô `%s' ¤ËÂФ¹¤ë°ú¿ô¤¬Â¿¤¹¤®¤Þ¤¹"
5755
5756 #: gcc.c:5256
5757 #, fuzzy
5758 msgid "malformed spec function name"
5759 msgstr "¥­¥ã¥¹¥È¤Ï´Ø¿ô·¿¤ò»ØÄꤷ¤Æ¤¤¤Þ¤¹"
5760
5761 #. )
5762 #: gcc.c:5259
5763 #, fuzzy
5764 msgid "no arguments for spec function"
5765 msgstr "´Ø¿ô¤Ø¤Î°ú¿ô¤¬¾¯¤Ê¤¹¤®¤Þ¤¹"
5766
5767 #: gcc.c:5278
5768 msgid "malformed spec function arguments"
5769 msgstr ""
5770
5771 #: gcc.c:5386
5772 msgid "mismatched braces in specs"
5773 msgstr ""
5774
5775 #: gcc.c:6081
5776 #, c-format
5777 msgid "unrecognized option `-%s'"
5778 msgstr "ǧ¼±ÉÔǽ¤Ê¥ª¥×¥·¥ç¥ó `-%s'"
5779
5780 #: gcc.c:6087
5781 #, c-format
5782 msgid "install: %s%s\n"
5783 msgstr "¥¤¥ó¥¹¥È¡¼¥ë: %s%s\n"
5784
5785 #: gcc.c:6088
5786 #, c-format
5787 msgid "programs: %s\n"
5788 msgstr "¥×¥í¥°¥é¥à: %s\n"
5789
5790 #: gcc.c:6089
5791 #, c-format
5792 msgid "libraries: %s\n"
5793 msgstr "¥é¥¤¥Ö¥é¥ê: %s\n"
5794
5795 #: gcc.c:6146
5796 msgid ""
5797 "\n"
5798 "For bug reporting instructions, please see:\n"
5799 msgstr ""
5800 "\n"
5801 "¥Ð¥°¥ì¥Ý¡¼¥È¤Î¼ê½ç¤Ï¡¢°Ê²¼¤ò»²¾È\n"
5802
5803 #: gcc.c:6162
5804 #, c-format
5805 msgid "Configured with: %s\n"
5806 msgstr "¥³¥ó¥Õ¥£¥°¥ª¥×¥·¥ç¥ó: %s\n"
5807
5808 #: gcc.c:6176
5809 #, c-format
5810 msgid "Thread model: %s\n"
5811 msgstr "¥¹¥ì¥Ã¥É¥â¥Ç¥ë: %s\n"
5812
5813 #: gcc.c:6187
5814 #, c-format
5815 msgid "gcc version %s\n"
5816 msgstr "gcc ¥Ð¡¼¥¸¥ç¥ó %s\n"
5817
5818 #: gcc.c:6189
5819 #, c-format
5820 msgid "gcc driver version %s executing gcc version %s\n"
5821 msgstr "gcc ¥É¥é¥¤¥Ð¥Ð¡¼¥¸¥ç¥ó %s ¼Â¹Ô gcc ¥Ð¡¼¥¸¥ç¥ó %s\n"
5822
5823 #: gcc.c:6197
5824 #, fuzzy
5825 msgid "no input files"
5826 msgstr "ÆþÎÏ¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó"
5827
5828 #: gcc.c:6235
5829 #, c-format
5830 msgid "%s: %s compiler not installed on this system"
5831 msgstr "%s: %s ¥³¥ó¥Ñ¥¤¥é¤Ï¤³¤Î¥·¥¹¥Æ¥à¤Ë¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
5832
5833 #: gcc.c:6310
5834 #, c-format
5835 msgid "%s: linker input file unused because linking not done"
5836 msgstr "%s: ¥ê¥ó¥¯¤¬´°Î»¤·¤Ê¤«¤Ã¤¿¤Î¤Ç¥ê¥ó¥«¤ÎÆþÎÏ¥Õ¥¡¥¤¥ë¤Ï»È¤ï¤ì¤Þ¤»¤ó¤Ç¤·¤¿"
5837
5838 #: gcc.c:6353
5839 #, c-format
5840 msgid "language %s not recognized"
5841 msgstr "¸À¸ì %s ¤Ïǧ¼±¤Ç¤­¤Þ¤»¤ó"
5842
5843 #: gcc.c:6456
5844 #, fuzzy
5845 msgid "internal gcc abort"
5846 msgstr "ÆâÉô gcc ÃæÃÇ"
5847
5848 #: gcov.c:325
5849 msgid "Internal gcov abort.\n"
5850 msgstr "ÆâÉô gcc abort.\n"
5851
5852 #: gcov.c:338
5853 msgid ""
5854 "Usage: gcov [OPTION]... SOURCEFILE\n"
5855 "\n"
5856 msgstr ""
5857
5858 #: gcov.c:339
5859 #, fuzzy
5860 msgid ""
5861 "Print code coverage information.\n"
5862 "\n"
5863 msgstr "¸Æ¤Ó½Ð¤·¥°¥é¥Õ¾ðÊó¤òÁ÷½Ð¤¹¤ë"
5864
5865 #: gcov.c:340
5866 #, fuzzy
5867 msgid " -h, --help Print this help, then exit\n"
5868 msgstr " --help ¤³¤Î¥Ø¥ë¥×¾ðÊó¤òɽ¼¨\n"
5869
5870 #: gcov.c:341
5871 #, fuzzy
5872 msgid " -v, --version Print version number, then exit\n"
5873 msgstr ""
5874 " -V <version> ¥¤¥ó¥¹¥È¡¼¥ë¤µ¤ì¤Æ¤¤¤ì¤Ð <version> ¥Ð¡¼¥¸¥ç¥óÈÖ¹æ¤Î\n"
5875 " gcc ¤È¤·¤Æ¼Â¹Ô¤¹¤ë\n"
5876
5877 #: gcov.c:342
5878 msgid " -b, --branch-probabilities Include branch probabilities in output\n"
5879 msgstr ""
5880
5881 #: gcov.c:343
5882 msgid ""
5883 " -c, --branch-counts Given counts of branches taken\n"
5884 " rather than percentages\n"
5885 msgstr ""
5886
5887 #: gcov.c:345
5888 #, fuzzy
5889 msgid " -n, --no-output Do not create an output file\n"
5890 msgstr " -save-temps Ãæ´Ö¥Õ¥¡¥¤¥ë¤òºï½ü¤·¤Ê¤¤\n"
5891
5892 #: gcov.c:346
5893 msgid ""
5894 " -l, --long-file-names Use long output file names for included\n"
5895 " source files\n"
5896 msgstr ""
5897
5898 #: gcov.c:348
5899 msgid " -f, --function-summaries Output summaries for each function\n"
5900 msgstr ""
5901
5902 #: gcov.c:349
5903 msgid " -o, --object-directory DIR|FILE Search for object files in DIR or called FILE\n"
5904 msgstr ""
5905
5906 #: gcov.c:350
5907 msgid " -p, --preserve-paths Preserve all pathname components\n"
5908 msgstr ""
5909
5910 #: gcov.c:351
5911 #, fuzzy, c-format
5912 msgid ""
5913 "\n"
5914 "For bug reporting instructions, please see:\n"
5915 "%s.\n"
5916 msgstr ""
5917 "\n"
5918 "¥Ð¥°¥ì¥Ý¡¼¥È¤Î¼ê½ç¤Ï¡¢°Ê²¼¤ò»²¾È\n"
5919
5920 #: gcov.c:361
5921 #, c-format
5922 msgid "gcov (GCC) %s\n"
5923 msgstr ""
5924
5925 #: gcov.c:362
5926 msgid "Copyright (C) 2001 Free Software Foundation, Inc.\n"
5927 msgstr ""
5928
5929 #: gcov.c:500
5930 #, c-format
5931 msgid "Could not open basic block file %s.\n"
5932 msgstr "´ðËÜ¥Ö¥í¥Ã¥¯¥Õ¥¡¥¤¥ë %s ¤ò³«¤±¤Þ¤»¤ó¤Ç¤·¤¿¡£\n"
5933
5934 #: gcov.c:507
5935 #, c-format
5936 msgid "Could not open program flow graph file %s.\n"
5937 msgstr "¥×¥í¥°¥é¥à¥Õ¥í¡¼¥Õ¥¡¥¤¥ë %s ¤ò³«¤±¤Þ¤»¤ó¤Ç¤·¤¿¡£\n"
5938
5939 #: gcov.c:524
5940 #, c-format
5941 msgid "Could not open data file %s.\n"
5942 msgstr "¥Ç¡¼¥¿¥Õ¥¡¥¤¥ë %s ¤ò³«¤¯¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿¡£\n"
5943
5944 #: gcov.c:525
5945 msgid "Assuming that all execution counts are zero.\n"
5946 msgstr "Á´¼Â¹Ô¿ô¤¬¥¼¥í¤Ç¤¢¤ë¤È²¾Äꤷ¤Þ¤¹¡£\n"
5947
5948 #: gcov.c:534
5949 #, c-format
5950 msgid "No executable code associated with file %s.\n"
5951 msgstr "¥Õ¥¡¥¤¥ë %s ¤Ë·ë¤ÓÉÕ¤¯¼Â¹Ô¥³¡¼¥É¤¬¤¢¤ê¤Þ¤»¤ó¡£\n"
5952
5953 #: gcov.c:1186
5954 #, fuzzy, c-format
5955 msgid "%s of %d lines executed in %s %s\n"
5956 msgstr "%6.2f%%(%d ¹ÔÃæ) ¤Î¥½¡¼¥¹¹Ô¤¬¥Õ¥¡¥¤¥ë %s ¤Ç¼Â¹Ô¤µ¤ì¤Þ¤·¤¿\n"
5957
5958 #: gcov.c:1191
5959 #, fuzzy, c-format
5960 msgid "No executable lines in %s %s\n"
5961 msgstr "¥Õ¥¡¥¤¥ë %s ¤Ë¼Â¹Ô²Äǽ¤Ê¥½¡¼¥¹¹Ô¤¬¤¢¤ê¤Þ¤»¤ó\n"
5962
5963 #: gcov.c:1198
5964 #, fuzzy, c-format
5965 msgid "%s of %d branches executed in %s %s\n"
5966 msgstr "%6.2f%%(%d ËÜÃæ) ¤Î¥Ö¥é¥ó¥Á¤¬¥Õ¥¡¥¤¥ë %s ¤Ç¼Â¹Ô¤µ¤ì¤Þ¤·¤¿\n"
5967
5968 #: gcov.c:1203
5969 #, fuzzy, c-format
5970 msgid "%s of %d branches taken at least once in %s %s\n"
5971 msgstr "%6.2f%%(%d ËÜÃæ) ¤Î¥Ö¥é¥ó¥Á¤¬¾¯¤Ê¤¯¤È¤â°ì²ó¤Ï¥Õ¥¡¥¤¥ë %s ¤Ç¼õ¼è¤é¤ì¤Þ¤·¤¿\n"
5972
5973 #: gcov.c:1209
5974 #, fuzzy, c-format
5975 msgid "No branches in %s %s\n"
5976 msgstr "¥Õ¥¡¥¤¥ë %s ¤Ë¤Ï¥Ö¥é¥ó¥Á¤¬¤¢¤ê¤Þ¤»¤ó\n"
5977
5978 #: gcov.c:1211
5979 #, fuzzy, c-format
5980 msgid "%s of %d calls executed in %s %s\n"
5981 msgstr "%6.2f%%(%d ²óÃæ) ¤Î¸Æ¤Ó½Ð¤·¤¬¥Õ¥¡¥¤¥ë %s Æâ¤Ç¼Â¹Ô¤µ¤ì¤Þ¤·¤¿\n"
5982
5983 #: gcov.c:1216
5984 #, fuzzy, c-format
5985 msgid "No calls in %s %s\n"
5986 msgstr "¥Õ¥¡¥¤¥ë %s ¤Ë¸Æ¤Ó½Ð¤·¤¬¤¢¤ê¤Þ¤»¤ó\n"
5987
5988 #: gcov.c:1351
5989 #, c-format
5990 msgid "didn't use all bb entries of graph, function %s\n"
5991 msgstr "¥°¥é¥Õ¤Î bb ¥¨¥ó¥È¥ê¤Î°ìÉô¤·¤«»È¤¤¤Þ¤»¤ó¤Ç¤·¤¿¡¢´Ø¿ô %s\n"
5992
5993 #: gcov.c:1353
5994 #, c-format
5995 msgid "block_num = %ld, num_blocks = %d\n"
5996 msgstr "¥Ö¥í¥Ã¥¯¿ô = %ld¡¢ÈÖ¹æ¥Ö¥í¥Ã¥¯ = %d\n"
5997
5998 #: gcov.c:1367
5999 #, fuzzy, c-format
6000 msgid "ERROR: unexpected line number %ld\n"
6001 msgstr "¹ÔÈÖ¹æ %u ¤ËÌá¤ë¤Ï¤º¤Ç¤·¤¿"
6002
6003 #: gcov.c:1383
6004 #, fuzzy, c-format
6005 msgid "ERROR: too many basic blocks in function %s\n"
6006 msgstr "¥¨¥é¡¼: .bb ¥Õ¥¡¥¤¥ë %s ¤Ë´ðËÜ¥Ö¥í¥Ã¥¯¤¬Â¿¤¹¤®¤Þ¤¹\n"
6007
6008 #: gcov.c:1398
6009 #, fuzzy, c-format
6010 msgid "ERROR: out of range line number in function %s\n"
6011 msgstr "´Ø¿ô %s ¤Ë¼Â¹Ô²Äǽ¤Ê¥½¡¼¥¹¹Ô¤¬¤¢¤ê¤Þ¤»¤ó\n"
6012
6013 #: gcov.c:1470
6014 #, c-format
6015 msgid "Could not open source file %s.\n"
6016 msgstr "¥½¡¼¥¹¥Õ¥¡¥¤¥ë %s ¤ò³«¤±¤Þ¤»¤ó¤Ç¤·¤¿.\n"
6017
6018 #: gcov.c:1480
6019 #, fuzzy, c-format
6020 msgid "Warning: source file %s is newer than %s\n"
6021 msgstr "¸½ºß¤Î¥Õ¥¡¥¤¥ë¤Ï %s ¤è¤ê¸Å¤¤¤Ç¤¹"
6022
6023 #: gcov.c:1510
6024 #, c-format
6025 msgid "Unexpected EOF while reading source file %s.\n"
6026 msgstr "¥½¡¼¥¹¥Õ¥¡¥¤¥ë %s ¤òÆɤ߹þ¤ßÃæ¤Ëͽ´ü¤»¤Ì EOF.\n"
6027
6028 #: gcov.c:1532
6029 #, fuzzy, c-format
6030 msgid "call %2d never executed\n"
6031 msgstr "¸Æ¤Ó½Ð¤· %d ¤Ï°ìÅÙ¤â¼Â¹Ô¤»¤º\n"
6032
6033 #: gcov.c:1535
6034 #, fuzzy, c-format
6035 msgid "call %2d returns %s\n"
6036 msgstr "¸Æ¤Ó½Ð¤· %d ¤ÎÌá¤ê = %d\n"
6037
6038 #: gcov.c:1543
6039 #, fuzzy, c-format
6040 msgid "branch %2d never executed\n"
6041 msgstr "¥Ö¥é¥ó¥Á %d ¤Ï°ìÅÙ¤â¼Â¹Ô¤µ¤ì¤º\n"
6042
6043 #: gcov.c:1546
6044 #, fuzzy, c-format
6045 msgid "branch %2d taken %s\n"
6046 msgstr "¥Ö¥é¥ó¥Á %d ¼õÍý = %d\n"
6047
6048 #: gcov.c:1610
6049 #, c-format
6050 msgid "Creating %s.\n"
6051 msgstr "%s ¤òºîÀ®Ãæ.\n"
6052
6053 #: gcov.c:1613
6054 #, fuzzy, c-format
6055 msgid "Error writing output file %s.\n"
6056 msgstr "%s ¤Ø¤Î½ñ¤­¹þ¤ß¥¨¥é¡¼¤Ç¤¹"
6057
6058 #: gcov.c:1618
6059 #, c-format
6060 msgid "Could not open output file %s.\n"
6061 msgstr "½ÐÎÏ¥Õ¥¡¥¤¥ë %s ¤ò³«¤±¤Þ¤»¤ó¤Ç¤·¤¿.\n"
6062
6063 #: gcse.c:763
6064 #, c-format
6065 msgid "GCSE disabled: %d > 1000 basic blocks and %d >= 20 edges/basic block"
6066 msgstr "GCSE ¤ò̵¸ú²½: %d > 1000 ´ðËÜ¥Ö¥í¥Ã¥¯¡¢µÚ¤Ó %d >= 20 edge/´ðËÜ¥Ö¥í¥Ã¥¯"
6067
6068 #: gcse.c:775
6069 #, c-format
6070 msgid "GCSE disabled: %d basic blocks and %d registers"
6071 msgstr "GCSE ¤ò̵¸ú²½: %d ´ðËÜ¥Ö¥í¥Ã¥¯¡¢µÚ¤Ó %d ¸Ä¤Î¥ì¥¸¥¹¥¿"
6072
6073 #: genautomata.c:1490
6074 #, c-format
6075 msgid "Name `%s' contains quotes"
6076 msgstr ""
6077
6078 #: genautomata.c:1621
6079 #, fuzzy, c-format
6080 msgid "invalid string `%s' in define_cpu_unit"
6081 msgstr "̵¸ú¤Ê¶çÆÉÅÀ `%c' ¤¬À©ÌóÆâ¤Ë¤¢¤ê¤Þ¤¹"
6082
6083 #: genautomata.c:1650
6084 #, c-format
6085 msgid "invalid string `%s' in define_query_cpu_unit"
6086 msgstr ""
6087
6088 #: genautomata.c:1682 genautomata.c:1685
6089 #, fuzzy, c-format
6090 msgid "invalid string `%s' in define_bypass"
6091 msgstr "̤ÄêµÁ¤Î·¿ `%s %s' ¤Î»ÈÍѤÏÉÔŬÀڤǤ¹"
6092
6093 #: genautomata.c:1720
6094 #, fuzzy, c-format
6095 msgid "invalid first string `%s' in exclusion_set"
6096 msgstr "̵¸ú¤Ê¶çÆÉÅÀ `%c' ¤¬À©ÌóÆâ¤Ë¤¢¤ê¤Þ¤¹"
6097
6098 #: genautomata.c:1724
6099 #, fuzzy, c-format
6100 msgid "invalid second string `%s' in exclusion_set"
6101 msgstr "̵¸ú¤Ê¶çÆÉÅÀ `%c' ¤¬À©ÌóÆâ¤Ë¤¢¤ê¤Þ¤¹"
6102
6103 #: genautomata.c:1760
6104 #, c-format
6105 msgid "invalid first string `%s' in presence_set"
6106 msgstr ""
6107
6108 #: genautomata.c:1764
6109 #, c-format
6110 msgid "invalid second string `%s' in presence_set"
6111 msgstr ""
6112
6113 #: genautomata.c:1800
6114 #, c-format
6115 msgid "invalid first string `%s' in absence_set"
6116 msgstr ""
6117
6118 #: genautomata.c:1804
6119 #, c-format
6120 msgid "invalid second string `%s' in absence_set"
6121 msgstr ""
6122
6123 #: genautomata.c:1837
6124 #, fuzzy, c-format
6125 msgid "invalid string `%s' in define_automaton"
6126 msgstr "dump_definition ¤Ë ̵¸ú¤Ê¥Ï¥Ã¥·¥å¥¿¥¤¥× %d"
6127
6128 #: genautomata.c:1868
6129 #, fuzzy, c-format
6130 msgid "invalid option `%s' in automata_option"
6131 msgstr "̵¸ú¤Ê¶çÆÉÅÀ `%c' ¤¬À©ÌóÆâ¤Ë¤¢¤ê¤Þ¤¹"
6132
6133 #: genautomata.c:1890
6134 #, c-format
6135 msgid "garbage after ) in reservation `%s'"
6136 msgstr ""
6137
6138 #: genautomata.c:1921 genautomata.c:1954 genautomata.c:1981
6139 #, fuzzy, c-format
6140 msgid "invalid `%s' in reservation `%s'"
6141 msgstr "`%s' ¤ËÂФ¹¤ë¥ì¥¸¥¹¥¿Ì¾¤È¤·¤Æ̵¸ú¤Ç¤¹"
6142
6143 #: genautomata.c:1932
6144 #, c-format
6145 msgid "repetition `%s' <= 1 in reservation `%s'"
6146 msgstr ""
6147
6148 #: genautomata.c:2425
6149 #, c-format
6150 msgid "unit `%s' in exclusion is not declared"
6151 msgstr ""
6152
6153 #: genautomata.c:2427
6154 #, c-format
6155 msgid "`%s' in exclusion is not unit"
6156 msgstr ""
6157
6158 #: genautomata.c:2465
6159 #, fuzzy, c-format
6160 msgid "unit `%s' excludes itself"
6161 msgstr "`%s' ¤ÎÉý¤Ï¤½¤Î·¿¤Î¥µ¥¤¥º¤òĶ¤¨¤Æ¤¤¤Þ¤¹"
6162
6163 #: genautomata.c:2473
6164 #, c-format
6165 msgid "units `%s' and `%s' in exclusion set belong to different automata"
6166 msgstr ""
6167
6168 #: genautomata.c:2603 genautomata.c:2609
6169 #, c-format
6170 msgid "unit `%s' excludes and requires presence of `%s'"
6171 msgstr ""
6172
6173 #: genautomata.c:2623 genautomata.c:2629
6174 #, c-format
6175 msgid "unit `%s' requires absence and presence of `%s'"
6176 msgstr ""
6177
6178 #: genautomata.c:2692 genautomata.c:2695
6179 #, fuzzy, c-format
6180 msgid "repeated declaration of automaton `%s'"
6181 msgstr "´Ø¿ô `%s' ¤Î°ÅÌÛ¤ÎÀë¸À"
6182
6183 #: genautomata.c:2711
6184 #, c-format
6185 msgid "define_insn_reservation `%s' has negative latency time"
6186 msgstr ""
6187
6188 #: genautomata.c:2717
6189 #, c-format
6190 msgid "`%s' is already used as insn reservation name"
6191 msgstr ""
6192
6193 #: genautomata.c:2723
6194 #, c-format
6195 msgid "define_bypass `%s - %s' has negative latency time"
6196 msgstr ""
6197
6198 #: genautomata.c:2737
6199 #, fuzzy, c-format
6200 msgid "automaton `%s' is not declared"
6201 msgstr "²¾°ú¿ô `%s' ¤Î·¿¤¬Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
6202
6203 #: genautomata.c:2747
6204 #, c-format
6205 msgid "define_unit `%s' without automaton when one defined"
6206 msgstr ""
6207
6208 #: genautomata.c:2753
6209 #, fuzzy, c-format
6210 msgid "`%s' is declared as cpu unit"
6211 msgstr "Îΰè `%s' ¤Ï´Ø¿ô¤È¤·¤ÆÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
6212
6213 #: genautomata.c:2762
6214 #, fuzzy, c-format
6215 msgid "`%s' is declared as cpu reservation"
6216 msgstr "`%s' ¤Ï´Ø¿ô¤òÊÖ¤¹´Ø¿ô¤È¤·¤ÆÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
6217
6218 #: genautomata.c:2772
6219 #, fuzzy, c-format
6220 msgid "repeated declaration of unit `%s'"
6221 msgstr "`%s' ¤¬ºÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
6222
6223 #: genautomata.c:2775
6224 #, fuzzy, c-format
6225 msgid "repeated declaration of reservation `%s'"
6226 msgstr "´Ø¿ô `%s' ¤Î°ÅÌÛ¤ÎÀë¸À"
6227
6228 #: genautomata.c:2790 genautomata.c:2793
6229 #, c-format
6230 msgid "there is no insn reservation `%s'"
6231 msgstr ""
6232
6233 #: genautomata.c:2810 genautomata.c:2815
6234 #, c-format
6235 msgid "the same bypass `%s - %s' is already defined"
6236 msgstr ""
6237
6238 #: genautomata.c:2820
6239 #, fuzzy, c-format
6240 msgid "bypass `%s - %s' is already defined"
6241 msgstr "¥¯¥é¥¹ `%s' ¤Ï´û¤Ë¸ºß¤·¤Þ¤¹"
6242
6243 #: genautomata.c:2925 genautomata.c:2927
6244 #, c-format
6245 msgid "automaton `%s' is not used"
6246 msgstr ""
6247
6248 #: genautomata.c:2950
6249 #, c-format
6250 msgid "undeclared unit or reservation `%s'"
6251 msgstr ""
6252
6253 #: genautomata.c:3028 genautomata.c:3030
6254 #, fuzzy, c-format
6255 msgid "unit `%s' is not used"
6256 msgstr "`%s' ¤¬ÄêµÁ¤µ¤ì¤Þ¤·¤¿¤¬»È¤ï¤ì¤Þ¤»¤ó¤Ç¤·¤¿"
6257
6258 #: genautomata.c:3035 genautomata.c:3037
6259 #, fuzzy, c-format
6260 msgid "reservation `%s' is not used"
6261 msgstr "`%s' ¤ÎÌá¤êÃͤη¿¤¬ `int' ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
6262
6263 #: genautomata.c:3134
6264 #, fuzzy, c-format
6265 msgid "cycle in definition of reservation `%s'"
6266 msgstr "`%s %s' ¤ÎºÆÄêµÁ"
6267
6268 #: genautomata.c:5333
6269 #, c-format
6270 msgid "Units `%s' and `%s' should be in the same automaton"
6271 msgstr ""
6272
6273 #: genautomata.c:9441
6274 #, fuzzy
6275 msgid "-split has no argument."
6276 msgstr "#%s ¤Ë°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
6277
6278 #: genautomata.c:9442
6279 #, fuzzy
6280 msgid "option `-split' has not been implemented yet\n"
6281 msgstr "¥×¥í¥Õ¥¡¥¤¥ê¥ó¥°¤Ï¡¢¤Þ¤À¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£"
6282
6283 #: genautomata.c:9486 genautomata.c:9491
6284 #, c-format
6285 msgid "Automaton `%s': Insn `%s' will never be issued"
6286 msgstr ""
6287
6288 #: genautomata.c:9498 genautomata.c:9501
6289 #, c-format
6290 msgid "Insn `%s' will never be issued"
6291 msgstr ""
6292
6293 #: genautomata.c:9649
6294 #, fuzzy
6295 msgid "Errors in DFA description"
6296 msgstr "ÀâÌÀ¤Ï¤Þ¤À¤¢¤ê¤Þ¤»¤ó"
6297
6298 #: genautomata.c:9732
6299 #, fuzzy, c-format
6300 msgid "Error in writing DFA description file %s"
6301 msgstr "%s ¤Ø¤Î½ñ¤­¹þ¤ß¥¨¥é¡¼¤Ç¤¹"
6302
6303 #: genconditions.c:196
6304 #, fuzzy
6305 msgid "No input file name."
6306 msgstr "ÆþÎÏ¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó"
6307
6308 #: ggc-page.c:1265
6309 msgid "open /dev/zero"
6310 msgstr ""
6311
6312 #: graph.c:420 profile.c:1204 profile.c:1211 toplev.c:1836 toplev.c:5168
6313 #: f/com.c:14210 java/jcf-parse.c:917 java/jcf-parse.c:1063 java/lex.c:1776
6314 #: objc/objc-act.c:449
6315 #, c-format
6316 msgid "can't open %s"
6317 msgstr "%s ¤ò³«¤±¤Þ¤»¤ó"
6318
6319 #: haifa-sched.c:196
6320 #, c-format
6321 msgid "fix_sched_param: unknown param: %s"
6322 msgstr "fix_sched_param: ÉÔÌÀ¤Ê¥Ñ¥é¥á¥¿: %s"
6323
6324 #: integrate.c:174
6325 msgid "function cannot be inline"
6326 msgstr "´Ø¿ô¤ò inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
6327
6328 #: integrate.c:178
6329 msgid "varargs function cannot be inline"
6330 msgstr "²ÄÊÑ°ú¿ô´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
6331
6332 #: integrate.c:181
6333 msgid "function using alloca cannot be inline"
6334 msgstr "alloca ¤ò»È¤Ã¤Æ¤¤¤ë´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
6335
6336 #: integrate.c:184
6337 msgid "function using setjmp cannot be inline"
6338 msgstr "setjmp ¤ò»È¤Ã¤Æ¤¤¤ë´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
6339
6340 #: integrate.c:187
6341 msgid "function uses __builtin_eh_return"
6342 msgstr "´Ø¿ô¤¬ __builtin_eh_return ¤ò»È¤¤¤Þ¤¹"
6343
6344 #: integrate.c:190
6345 msgid "function with nested functions cannot be inline"
6346 msgstr "Æþ¤ì»Ò´Ø¿ô¤ò»ý¤Ä´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
6347
6348 #: integrate.c:194
6349 msgid "function with label addresses used in initializers cannot inline"
6350 msgstr "¥é¥Ù¥ë¥¢¥É¥ì¥¹¤ò»ý¤Á¡¢½é´ü²½»Ò¤Ç»È¤ï¤ì¤ë´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
6351
6352 #: integrate.c:201 integrate.c:245
6353 msgid "function too large to be inline"
6354 msgstr "´Ø¿ô¤¬Â礭¤¹¤®¤Æ inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
6355
6356 #: integrate.c:211
6357 msgid "no prototype, and parameter address used; cannot be inline"
6358 msgstr "¥×¥í¥È¥¿¥¤¥×¤¬¤Ê¤¯¡¢²¾°ú¿ô¤Î¥¢¥É¥ì¥¹¤¬»È¤ï¤ì¤Æ¤¤¤ë -- inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
6359
6360 #: integrate.c:218 integrate.c:263
6361 msgid "inline functions not supported for this return value type"
6362 msgstr "¤³¤ÎÌá¤êÃÍ·¿¤Î inline ´Ø¿ô¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
6363
6364 #: integrate.c:223
6365 msgid "function with varying-size return value cannot be inline"
6366 msgstr "²ÄÊÑŤÎÌá¤êÃͤòÊÖ¤¹´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
6367
6368 #: integrate.c:230
6369 msgid "function with varying-size parameter cannot be inline"
6370 msgstr "²ÄÊÑĹ°ú¿ô¤ò»ý¤Ä´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
6371
6372 #: integrate.c:233
6373 msgid "function with transparent unit parameter cannot be inline"
6374 msgstr "Æ©²á¶¦ÍÑÂΤΰú¿ô¤ò»ý¤Ä´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
6375
6376 #: integrate.c:252
6377 msgid "function with computed jump cannot inline"
6378 msgstr "»»½Ð¤µ¤ì¤¿¥¸¥ã¥ó¥×¤ò¹Ô¤Ê¤¦´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
6379
6380 #: integrate.c:256
6381 msgid "function with nonlocal goto cannot be inline"
6382 msgstr "Èó¥í¡¼¥«¥ë goto ¤ò»È¤Ã¤Æ¤¤¤ë´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
6383
6384 #: integrate.c:270
6385 msgid "function with target specific attribute(s) cannot be inlined"
6386 msgstr "¥¿¡¼¥²¥Ã¥È¸Çͭ°À­Éդδؿô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
6387
6388 #: line-map.c:198
6389 #, c-format
6390 msgid "In file included from %s:%u"
6391 msgstr "%s:%u ¤«¤é include ¤µ¤ì¤¿¥Õ¥¡¥¤¥ëÃæ"
6392
6393 #. Translators note: this message is used in conjunction
6394 #. with "In file included from %s:%ld" and some other
6395 #. tricks. We want something like this:
6396 #.
6397 #. | In file included from sys/select.h:123,
6398 #. | from sys/types.h:234,
6399 #. | from userfile.c:31:
6400 #. | bits/select.h:45: <error message here>
6401 #.
6402 #. with all the "from"s lined up.
6403 #. The trailing comma is at the beginning of this message,
6404 #. and the trailing colon is not translated.
6405 #: line-map.c:216
6406 #, c-format
6407 msgid ""
6408 ",\n"
6409 " from %s:%u"
6410 msgstr ""
6411 ",\n"
6412 " %s:%u ¤«¤é"
6413
6414 #. If we didn't find this parameter, issue an error message.
6415 #: params.c:80
6416 #, c-format
6417 msgid "invalid parameter `%s'"
6418 msgstr "²¾°ú¿ô `%s' ¤Ï̵¸ú¤Ç¤¹"
6419
6420 #: profile.c:397
6421 #, c-format
6422 msgid "Profile does not match flowgraph of function %s (out of date?)"
6423 msgstr ""
6424
6425 #: profile.c:400
6426 #, fuzzy
6427 msgid ".da file corrupted"
6428 msgstr ".da ¥Õ¥¡¥¤¥ë¤ÎÆâÍƤò»È¤¤ÀڤäƤ¤¤Þ¤»¤ó\n"
6429
6430 #: profile.c:634
6431 #, c-format
6432 msgid "corrupted profile info: prob for %d-%d thought to be %d"
6433 msgstr ""
6434
6435 #: profile.c:1226
6436 #, fuzzy, c-format
6437 msgid "file %s not found, execution counts assumed to be zero"
6438 msgstr "¥Õ¥¡¥¤¥ë %s ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¤Î¤Ç¡¢¼Â¹Ô¥«¥¦¥ó¥È¤Ï¥¼¥í¤È¸«¤Ê¤·¤Þ¤¹"
6439
6440 #: protoize.c:542
6441 #, c-format
6442 msgid "%s: internal abort\n"
6443 msgstr "%s: ÆâÉôÃæÃÇ\n"
6444
6445 #: protoize.c:633
6446 #, c-format
6447 msgid "%s: error writing file `%s': %s\n"
6448 msgstr "%s: ¥Õ¥¡¥¤¥ë `%s' ¤Ë½ñ¤­¹þ¤ßÃæ¤Ë¥¨¥é¡¼: %s\n"
6449
6450 #: protoize.c:678
6451 #, c-format
6452 msgid "%s: usage '%s [ -VqfnkN ] [ -i <istring> ] [ filename ... ]'\n"
6453 msgstr "%s: »ÈÍÑË¡ '%s [ -VqfnkN ] [ -i <istring> ] [ ¥Õ¥¡¥¤¥ë̾ ... ]'\n"
6454
6455 #: protoize.c:681
6456 #, c-format
6457 msgid "%s: usage '%s [ -VqfnkNlgC ] [ -B <dirname> ] [ filename ... ]'\n"
6458 msgstr "%s: »ÈÍÑË¡ '%s [ -VqfnkNlgC ] [ -B <¥Ç¥£¥ì¥¯¥È¥ê̾> ] [ ¥Õ¥¡¥¤¥ë̾ ... ]'\n"
6459
6460 #: protoize.c:788
6461 #, c-format
6462 msgid "%s: warning: no read access for file `%s'\n"
6463 msgstr "%s: ·Ù¹ð: ¥Õ¥¡¥¤¥ë `%s' ¤ËÂФ·¤ÆÆɤ߽Ф·µö²Ä¤¬¤¢¤ê¤Þ¤»¤ó\n"
6464
6465 #: protoize.c:796
6466 #, c-format
6467 msgid "%s: warning: no write access for file `%s'\n"
6468 msgstr "%s: ·Ù¹ð: ¥Õ¥¡¥¤¥ë `%s' ¤ËÂФ·¤Æ½ñ¤­¹þ¤ßµö²Ä¤¬¤¢¤ê¤Þ¤»¤ó\n"
6469
6470 #: protoize.c:804
6471 #, c-format
6472 msgid "%s: warning: no write access for dir containing `%s'\n"
6473 msgstr "%s: ·Ù¹ð: `%s' ¤ò´Þ¤à¥Ç¥£¥ì¥¯¥È¥ê¤ËÂФ·¤Æ½ñ¤­¹þ¤ßµö²Ä¤¬¤¢¤ê¤Þ¤»¤ó\n"
6474
6475 #. Catch cases like /.. where we try to backup to a
6476 #. point above the absolute root of the logical file
6477 #. system.
6478 #: protoize.c:1222
6479 #, c-format
6480 msgid "%s: invalid file name: %s\n"
6481 msgstr "%s: ̵¸ú¤Ê¥Õ¥¡¥¤¥ë̾: %s\n"
6482
6483 #: protoize.c:1374
6484 #, c-format
6485 msgid "%s: %s: can't get status: %s\n"
6486 msgstr "%s: %s: ¾õÂÖ¤ò¼èÆÀ¤Ç¤­¤Þ¤»¤ó: %s\n"
6487
6488 #: protoize.c:1395
6489 #, c-format
6490 msgid ""
6491 "\n"
6492 "%s: fatal error: aux info file corrupted at line %d\n"
6493 msgstr ""
6494 "\n"
6495 "%s: Ã×̿Ū¥¨¥é¡¼: Éû info ¥Õ¥¡¥¤¥ë¤¬ %d ¹ÔÌܤDzõ¤ì¤Æ¤¤¤Þ¤¹\n"
6496
6497 #: protoize.c:1731
6498 #, c-format
6499 msgid "%s:%d: declaration of function `%s' takes different forms\n"
6500 msgstr "%s:%d: ´Ø¿ô `%s' ¤ÎÀë¸À¤¬Ê̤ηÁ¤ò¼è¤Ã¤Æ¤¤¤Þ¤¹\n"
6501
6502 #: protoize.c:1989
6503 #, c-format
6504 msgid "%s: compiling `%s'\n"
6505 msgstr "%s: `%s' ¤ò¥³¥ó¥Ñ¥¤¥ëÃæ\n"
6506
6507 #: protoize.c:2012
6508 #, c-format
6509 msgid "%s: wait: %s\n"
6510 msgstr "%s: ÂÔ¤Á: %s\n"
6511
6512 #: protoize.c:2017
6513 #, c-format
6514 msgid "%s: subprocess got fatal signal %d\n"
6515 msgstr "%s: ¥µ¥Ö¥×¥í¥»¥¹¤¬Ã×̿Ū¥·¥°¥Ê¥ë %d ¤ò¼õ¤±¼è¤ê¤Þ¤·¤¿\n"
6516
6517 #: protoize.c:2025
6518 #, c-format
6519 msgid "%s: %s exited with status %d\n"
6520 msgstr "%s: %s ¤Ï¥¹¥Æ¡¼¥¿¥¹ %d ¤Ç½ªÎ»¤·¤Þ¤·¤¿\n"
6521
6522 #: protoize.c:2077
6523 #, c-format
6524 msgid "%s: warning: missing SYSCALLS file `%s'\n"
6525 msgstr "%s: ·Ù¹ð: SYSCALLS ¥Õ¥¡¥¤¥ë `%s' ¤¬¤¢¤ê¤Þ¤»¤ó\n"
6526
6527 #: protoize.c:2086 protoize.c:2115
6528 #, c-format
6529 msgid "%s: can't read aux info file `%s': %s\n"
6530 msgstr "%s: Éû info ¥Õ¥¡¥¤¥ë `%s' ¤òÆɤळ¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s\n"
6531
6532 #: protoize.c:2131 protoize.c:2159
6533 #, c-format
6534 msgid "%s: can't get status of aux info file `%s': %s\n"
6535 msgstr "%s: Éû info ¥Õ¥¡¥¤¥ë `%s' ¤Î¾õÂÖ¤ò¼èÆÀ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s\n"
6536
6537 #: protoize.c:2187
6538 #, c-format
6539 msgid "%s: can't open aux info file `%s' for reading: %s\n"
6540 msgstr "%s: Éû info ¥Õ¥¡¥¤¥ë `%s' ¤òÆɤ߹þ¤ßÍѤ˳«¤¯¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s\n"
6541
6542 #: protoize.c:2205
6543 #, c-format
6544 msgid "%s: error reading aux info file `%s': %s\n"
6545 msgstr "%s: Éû info ¥Õ¥¡¥¤¥ë `%s' ¤òÆɤ߹þ¤ßÃæ¤Ë¥¨¥é¡¼: %s\n"
6546
6547 #: protoize.c:2218
6548 #, c-format
6549 msgid "%s: error closing aux info file `%s': %s\n"
6550 msgstr "%s: Éû info ¥Õ¥¡¥¤¥ë `%s' ¤òÊĤ¸¤Æ¤¤¤ëºÇÃæ¤Ë¥¨¥é¡¼: %s\n"
6551
6552 #: protoize.c:2234
6553 #, c-format
6554 msgid "%s: can't delete aux info file `%s': %s\n"
6555 msgstr "%s: Éû info ¥Õ¥¡¥¤¥ë `%s' ¤òºï½ü¤Ç¤­¤Þ¤»¤ó: %s\n"
6556
6557 #: protoize.c:2316 protoize.c:4318
6558 #, c-format
6559 msgid "%s: can't delete file `%s': %s\n"
6560 msgstr "%s: ¥Õ¥¡¥¤¥ë `%s' ¤òºï½ü¤Ç¤­¤Þ¤»¤ó: %s\n"
6561
6562 #: protoize.c:2395
6563 #, c-format
6564 msgid "%s: warning: can't rename file `%s' to `%s': %s\n"
6565 msgstr "%s: ·Ù¹ð: ¥Õ¥¡¥¤¥ë `%s' ¤ò `%s' ̾Á°Êѹ¹¤Ç¤­¤Þ¤»¤ó: %s\n"
6566
6567 #: protoize.c:2520
6568 #, c-format
6569 msgid "%s: conflicting extern definitions of '%s'\n"
6570 msgstr "%s: '%s' ¤Î³°ÉôÄêµÁ¤¬Ì·½â¤·¤Æ¤¤¤Þ¤¹\n"
6571
6572 #: protoize.c:2524
6573 #, c-format
6574 msgid "%s: declarations of '%s' will not be converted\n"
6575 msgstr "%s: '%s' ¤ÎÀë¸À¤ÏÊÑ´¹¤µ¤ì¤Þ¤»¤ó\n"
6576
6577 #: protoize.c:2526
6578 #, c-format
6579 msgid "%s: conflict list for '%s' follows:\n"
6580 msgstr "%s: `%s' ¤ËÂФ¹¤ëÌ·½â°ìÍ÷¤Ï°Ê²¼¤ÎÄ̤ê¤Ç¤¹:\n"
6581
6582 #: protoize.c:2559
6583 #, c-format
6584 msgid "%s: warning: using formals list from %s(%d) for function `%s'\n"
6585 msgstr "%s: ·Ù¹ð: %s(%d) ¤«¤é¤Î·Á¼°¥ê¥¹¥È¤ò¡¢´Ø¿ô `%s' ¤Î°Ù¤Ë»È¤¤¤Þ¤¹\n"
6586
6587 #: protoize.c:2599
6588 #, c-format
6589 msgid "%s: %d: `%s' used but missing from SYSCALLS\n"
6590 msgstr "%s: %d: `%s' ¤Ï»È¤ï¤ì¤Æ¤¤¤Þ¤¹¤¬ SYSCALLS ¤Ë¤¢¤ê¤Þ¤»¤ó\n"
6591
6592 #: protoize.c:2605
6593 #, c-format
6594 msgid "%s: %d: warning: no extern definition for `%s'\n"
6595 msgstr "%s: %d: ·Ù¹ð: `%s' ¤ËÂФ¹¤ë³°ÉôÄêµÁ¤¬¤¢¤ê¤Þ¤»¤ó\n"
6596
6597 #: protoize.c:2636
6598 #, c-format
6599 msgid "%s: warning: no static definition for `%s' in file `%s'\n"
6600 msgstr "%s: ·Ù¹ð: `%s' ¤ÎÀÅŪÄêµÁ¤¬¥Õ¥¡¥¤¥ë `%s' ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó\n"
6601
6602 #: protoize.c:2642
6603 #, c-format
6604 msgid "%s: multiple static defs of `%s' in file `%s'\n"
6605 msgstr "%s: `%s' ¤ÎÀÅŪÄêµÁ¤¬¥Õ¥¡¥¤¥ë `%s' ¤ÎÃæ¤Ç½ÅÊ£¤·¤Æ¤¤¤Þ¤¹\n"
6606
6607 #: protoize.c:2815 protoize.c:2818
6608 #, c-format
6609 msgid "%s: %d: warning: source too confusing\n"
6610 msgstr "%s: %d: ·Ù¹ð: ¥½¡¼¥¹¤¬º®Í𤷤¹¤®¤Æ¤¤¤Þ¤¹\n"
6611
6612 #: protoize.c:3024
6613 #, c-format
6614 msgid "%s: %d: warning: varargs function declaration not converted\n"
6615 msgstr "%s: %d: ·Ù¹ð: varargs ´Ø¿ôÀë¸À¤¬ÊÑ´¹¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
6616
6617 #: protoize.c:3039
6618 #, c-format
6619 msgid "%s: declaration of function `%s' not converted\n"
6620 msgstr "%s: ´Ø¿ô `%s' ¤ÎÀë¸À¤¬ÊÑ´¹¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
6621
6622 #: protoize.c:3162
6623 #, c-format
6624 msgid "%s: warning: too many parameter lists in declaration of `%s'\n"
6625 msgstr "%s: ·Ù¹ð: `%s' ¤ÎÀë¸À¤Ç¤Î²¾°ú¿ô¥ê¥¹¥È¤¬Â¿¤¹¤®¤Þ¤¹\n"
6626
6627 #: protoize.c:3183
6628 #, c-format
6629 msgid ""
6630 "\n"
6631 "%s: warning: too few parameter lists in declaration of `%s'\n"
6632 msgstr ""
6633 "\n"
6634 "%s: ·Ù¹ð: `%s' ¤ÎÀë¸À¤Ç¤Î²¾°ú¿ô¥ê¥¹¥È¤¬¾¯¤Ê¤¹¤®¤Þ¤¹\n"
6635
6636 #: protoize.c:3281
6637 #, c-format
6638 msgid "%s: %d: warning: found `%s' but expected `%s'\n"
6639 msgstr "%s: %d: ·Ù¹ð: `%s' ¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿¤¬ `%s' ¤¬´üÂÔ¤µ¤ì¤Æ¤¤¤Þ¤¹\n"
6640
6641 #: protoize.c:3459
6642 #, c-format
6643 msgid "%s: local declaration for function `%s' not inserted\n"
6644 msgstr "%s: ´Ø¿ô `%s' ¤Î¥í¡¼¥«¥ëÀë¸À¤¬ÁÞÆþ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
6645
6646 #: protoize.c:3486
6647 #, c-format
6648 msgid ""
6649 "\n"
6650 "%s: %d: warning: can't add declaration of `%s' into macro call\n"
6651 msgstr ""
6652 "\n"
6653 "%s: %d: ·Ù¹ð: `%s' ¤ÎÀë¸À¤ò¥Þ¥¯¥í¸Æ¤Ó½Ð¤·¤ËÄɲäǤ­¤Þ¤»¤ó\n"
6654
6655 #: protoize.c:3560
6656 #, c-format
6657 msgid "%s: global declarations for file `%s' not inserted\n"
6658 msgstr "%s: ¥Õ¥¡¥¤¥ë `%s' ¤ÎÂç°èÀë¸À¤¬ÁÞÆþ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
6659
6660 #: protoize.c:3651 protoize.c:3681
6661 #, c-format
6662 msgid "%s: definition of function `%s' not converted\n"
6663 msgstr "%s: ´Ø¿ô `%s' ¤ÎÄêµÁ¤¬ÊÑ´¹¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
6664
6665 #: protoize.c:3670
6666 #, c-format
6667 msgid "%s: %d: warning: definition of %s not converted\n"
6668 msgstr "%s: %d: ·Ù¹ð: %s ¤ÎÄêµÁ¤¬ÊÑ´¹¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
6669
6670 #: protoize.c:4000
6671 #, c-format
6672 msgid "%s: found definition of `%s' at %s(%d)\n"
6673 msgstr "%s: `%s' ¤ÎÄêµÁ¤¬ %s(%d) ¤Ë¸«¤Ä¤«¤ê¤Þ¤·¤¿\n"
6674
6675 #. If we make it here, then we did not know about this
6676 #. function definition.
6677 #: protoize.c:4016
6678 #, c-format
6679 msgid "%s: %d: warning: `%s' excluded by preprocessing\n"
6680 msgstr "%s: %d: ·Ù¹ð: `%s' ¤Ï¥×¥ê¥×¥í¥»¥¹¤«¤é½ü³°¤µ¤ì¤Æ¤¤¤Þ¤¹\n"
6681
6682 #: protoize.c:4019
6683 #, c-format
6684 msgid "%s: function definition not converted\n"
6685 msgstr "%s: ´Ø¿ô¤ÎÄêµÁ¤¬ÊÑ´¹¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
6686
6687 #: protoize.c:4078
6688 #, c-format
6689 msgid "%s: `%s' not converted\n"
6690 msgstr "%s: `%s' ¤ÏÊÑ´¹¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
6691
6692 #: protoize.c:4086
6693 #, c-format
6694 msgid "%s: would convert file `%s'\n"
6695 msgstr "%s: `%s' ¤òÊÑ´¹¤·¤Þ¤¹\n"
6696
6697 #: protoize.c:4089
6698 #, c-format
6699 msgid "%s: converting file `%s'\n"
6700 msgstr "%s: ¥Õ¥¡¥¤¥ë `%s' ¤òÊÑ´¹Ãæ\n"
6701
6702 #: protoize.c:4099
6703 #, c-format
6704 msgid "%s: can't get status for file `%s': %s\n"
6705 msgstr "%s: ¥Õ¥¡¥¤¥ë `%s' ¤Î¾õÂÖ¤ò¼èÆÀ¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s\n"
6706
6707 #: protoize.c:4141
6708 #, c-format
6709 msgid "%s: can't open file `%s' for reading: %s\n"
6710 msgstr "%s: Æɤ߹þ¤ßÍѤ˥ե¡¥¤¥ë `%s' ¤ò³«¤¯¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s\n"
6711
6712 #: protoize.c:4156
6713 #, c-format
6714 msgid ""
6715 "\n"
6716 "%s: error reading input file `%s': %s\n"
6717 msgstr ""
6718 "\n"
6719 "%s: ÆþÎÏ¥Õ¥¡¥¤¥ë `%s' ¤òÆɤ߹þ¤ßÃæ¤Ë¥¨¥é¡¼: %s\n"
6720
6721 #: protoize.c:4190
6722 #, c-format
6723 msgid "%s: can't create/open clean file `%s': %s\n"
6724 msgstr "%s: ¤­¤ì¤¤¤Ê¥Õ¥¡¥¤¥ë `%s' ¤òºîÀ®/¥ª¡¼¥×¥ó¤Ç¤­¤Þ¤»¤ó: %s\n"
6725
6726 #: protoize.c:4295
6727 #, c-format
6728 msgid "%s: warning: file `%s' already saved in `%s'\n"
6729 msgstr "%s: ·Ù¹ð: ¥Õ¥¡¥¤¥ë `%s' ¤Ï´û¤Ë `%s' ¤ËÊݸ¤µ¤ì¤Æ¤¤¤Þ¤¹\n"
6730
6731 #: protoize.c:4303
6732 #, c-format
6733 msgid "%s: can't link file `%s' to `%s': %s\n"
6734 msgstr "%s: ¥Õ¥¡¥¤¥ë `%s' ¤ò `%s' ¤Ë¥ê¥ó¥¯¤Ç¤­¤Þ¤»¤ó: %s\n"
6735
6736 #: protoize.c:4333
6737 #, c-format
6738 msgid "%s: can't create/open output file `%s': %s\n"
6739 msgstr "%s: ½ÐÎÏ¥Õ¥¡¥¤¥ë `%s' ¤òºîÀ®¤·¤¿¤ê³«¤¤¤¿¤ê¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó: %s\n"
6740
6741 #: protoize.c:4366
6742 #, c-format
6743 msgid "%s: can't change mode of file `%s': %s\n"
6744 msgstr "%s: ¥Õ¥¡¥¤¥ë `%s' ¤Î¥â¡¼¥É¤òÊѹ¹¤Ç¤­¤Þ¤»¤ó: %s\n"
6745
6746 #: protoize.c:4541
6747 #, c-format
6748 msgid "%s: cannot get working directory: %s\n"
6749 msgstr "%s: ºî¶È¥Ç¥£¥ì¥¯¥È¥ê¤¬Ê¬¤«¤ê¤Þ¤»¤ó: %s\n"
6750
6751 #: protoize.c:4639
6752 #, c-format
6753 msgid "%s: input file names must have .c suffixes: %s\n"
6754 msgstr "%s: ÆþÎÏ¥Õ¥¡¥¤¥ë̾¤Ë¤Ï³ÈÄ¥»Ò .c ¤¬¤Ê¤±¤ì¤Ð¤¤¤±¤Þ¤»¤ó: %s\n"
6755
6756 #: ra.c:750
6757 msgid "Didn't find a coloring.\n"
6758 msgstr ""
6759
6760 #: reg-stack.c:673
6761 #, fuzzy, c-format
6762 msgid "output constraint %d must specify a single register"
6763 msgstr "½ÐÎÏÀ©Ìó %d ¤Ï°ì¤Ä¤Î¥ì¥¸¥¹¥¿¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
6764
6765 #: reg-stack.c:683
6766 #, fuzzy, c-format
6767 msgid "output constraint %d cannot be specified together with \"%s\" clobber"
6768 msgstr "½ÐÎÏÀ©Ìó %d ¤Ï°ì¤Ä¤Î¥ì¥¸¥¹¥¿¤ò»ØÄꤷ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
6769
6770 #: reg-stack.c:706
6771 #, fuzzy
6772 msgid "output regs must be grouped at top of stack"
6773 msgstr "½ÐÎϥ쥸¥¹¥¿¤Ï¥¹¥¿¥Ã¥¯¤Î¥È¥Ã¥×¤Ë¥°¥ë¡¼¥×¤µ¤ì¤Æ¤¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
6774
6775 #: reg-stack.c:743
6776 #, fuzzy
6777 msgid "implicitly popped regs must be grouped at top of stack"
6778 msgstr "°ÅÌÛ¤Ë pop ¤µ¤ì¤ë¥ì¥¸¥¹¥¿¤Ï¥¹¥¿¥Ã¥¯¤Î¥È¥Ã¥×¤Ë¥°¥ë¡¼¥×¤µ¤ì¤Æ¤¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
6779
6780 #: reg-stack.c:762
6781 #, fuzzy, c-format
6782 msgid "output operand %d must use `&' constraint"
6783 msgstr "½ÐÎÏ¥ª¥Ú¥é¥ó¥É %d ¤Ï `&' À©Ìó¤ò»È¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
6784
6785 #: regclass.c:756
6786 #, c-format
6787 msgid "can't use '%s' as a %s register"
6788 msgstr "'%s' ¤ò %s ¤Î¥ì¥¸¥¹¥¿¤È¤·¤Æ»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó"
6789
6790 #: regclass.c:771 config/ia64/ia64.c:4304 config/ia64/ia64.c:4311
6791 #, c-format
6792 msgid "unknown register name: %s"
6793 msgstr "ÉÔÌÀ¤Ê¥ì¥¸¥¹¥¿Ì¾¤Ç¤¹: %s"
6794
6795 #: regclass.c:782
6796 msgid "global register variable follows a function definition"
6797 msgstr "Âç°è register ÊÑ¿ô¤¬´Ø¿ôÄêµÁ¤Î¸å¤í¤Ë¤¢¤ê¤Þ¤¹"
6798
6799 #: regclass.c:786
6800 msgid "register used for two global register variables"
6801 msgstr "¥ì¥¸¥¹¥¿¤¬Æó¤Ä¤Î¥°¥í¡¼¥Ð¥ë¥ì¥¸¥¹¥¿ÊÑ¿ô¤È¤·¤Æ»È¤ï¤ì¤Þ¤·¤¿"
6802
6803 #: regclass.c:791
6804 msgid "call-clobbered register used for global register variable"
6805 msgstr "¸Æ¤Ó½Ð¤·¤ÇÇ˲õ¤µ¤ì¤ë¥ì¥¸¥¹¥¿¤¬¥°¥í¡¼¥Ð¥ë¥ì¥¸¥¹¥¿ÊÑ¿ô¤È¤·¤Æ»È¤ï¤ì¤Þ¤·¤¿"
6806
6807 #: regrename.c:1899
6808 #, c-format
6809 msgid "validate_value_data: [%u] Bad next_regno for empty chain (%u)"
6810 msgstr ""
6811
6812 #: regrename.c:1911
6813 #, c-format
6814 msgid "validate_value_data: Loop in regno chain (%u)"
6815 msgstr ""
6816
6817 #: regrename.c:1914
6818 #, c-format
6819 msgid "validate_value_data: [%u] Bad oldest_regno (%u)"
6820 msgstr ""
6821
6822 #: regrename.c:1926
6823 #, c-format
6824 msgid "validate_value_data: [%u] Non-empty reg in chain (%s %u %i)"
6825 msgstr ""
6826
6827 #: reload.c:1229
6828 msgid "cannot reload integer constant operand in `asm'"
6829 msgstr "À°¿ôÄê¿ô¥ª¥Ú¥é¥ó¥É¤ò `asm' Æâ¤ÇºÆ¥í¡¼¥É¤Ç¤­¤Þ¤»¤ó"
6830
6831 #: reload.c:1251
6832 msgid "impossible register constraint in `asm'"
6833 msgstr "`asm' Æâ¤Ç¤Ï¥ì¥¸¥¹¥¿À©Ìó¤ò¹Ô¤Ê¤¨¤Þ¤»¤ó"
6834
6835 #: reload.c:3461
6836 msgid "`&' constraint used with no register class"
6837 msgstr "`&' À©Ì󤬥쥸¥¹¥¿¥¯¥é¥¹Ìµ¤·¤Ç»È¤ï¤ì¤Þ¤·¤¿"
6838
6839 #: reload.c:3629
6840 #, fuzzy
6841 msgid "unable to generate reloads for:"
6842 msgstr "¥³¡¼¥É¤¬À¸À®¤µ¤ì¤ë CPU ¤òÁªÂò¤¹¤ë"
6843
6844 #: reload.c:3630 reload.c:3844
6845 msgid "inconsistent operand constraints in an `asm'"
6846 msgstr "`asm' Æâ¤Ç¤Î¥ª¥Ú¥é¥ó¥ÉÀ©Ìó¤¬Ì·½â¤·¤Æ¤¤¤Þ¤¹"
6847
6848 #: reload1.c:1250
6849 msgid "frame size too large for reliable stack checking"
6850 msgstr "¥Õ¥ì¡¼¥à¥µ¥¤¥º¤¬Â礭¤¹¤®¤Æ¡¢¥¹¥¿¥Ã¥¯¸¡ºº¤¬¿®Íê¤Ç¤­¤Ê¤¯¤Ê¤ê¤Þ¤¹"
6851
6852 #: reload1.c:1253
6853 msgid "try reducing the number of local variables"
6854 msgstr "¥í¡¼¥«¥ëÊÑ¿ô¤Î¿ô¤òºï¸º¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤"
6855
6856 #: reload1.c:1909
6857 #, fuzzy, c-format
6858 msgid "can't find a register in class `%s' while reloading `asm'"
6859 msgstr "¥¯¥é¥¹ `%s' Æâ¤Î¥ì¥¸¥¹¥¿¤ò `asm' ºÆ¥í¡¼¥ÉÃæ¤Ë¸«¤Ä¤±¤é¤ì¤Þ¤»¤ó"
6860
6861 #: reload1.c:1913
6862 #, fuzzy, c-format
6863 msgid "unable to find a register to spill in class `%s'"
6864 msgstr "¥¯¥é¥¹ `%s' Æâ¤Ç¤Õ¤ë¤¤Íî¤È¤¹¥ì¥¸¥¹¥¿¤ò¸«¤Ä¤±¤é¤ì¤Þ¤»¤ó"
6865
6866 #: reload1.c:1915
6867 msgid "this is the insn:"
6868 msgstr ""
6869
6870 #: reload1.c:3938
6871 msgid "`asm' operand requires impossible reload"
6872 msgstr "`asm' ¥ª¥Ú¥é¥ó¥É¤ÏºÆ¥í¡¼¥É¤Ç¤­¤Ê¤¤»ö¤¬Í׵ᤵ¤ì¤Þ¤¹"
6873
6874 #. It's the compiler's fault.
6875 #: reload1.c:5052
6876 #, fuzzy
6877 msgid "could not find a spill register"
6878 msgstr "spec ¥Õ¥¡¥¤¥ë %s ¤ò¸«¤Ä¤±¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿\n"
6879
6880 #: reload1.c:5057
6881 msgid "`asm' operand constraint incompatible with operand size"
6882 msgstr "`asm' ¥ª¥Ú¥é¥ó¥ÉÀ©Ì󤬥ª¥Ú¥é¥ó¥É¥µ¥¤¥º¤ÈÀ°¹ç¤·¤Þ¤»¤ó"
6883
6884 #. It's the compiler's fault.
6885 #: reload1.c:6679
6886 #, fuzzy
6887 msgid "VOIDmode on an output"
6888 msgstr "½ÐÎÏÃæ¤Ë I/O ¥¨¥é¡¼¤¬È¯À¸"
6889
6890 #: reload1.c:6680
6891 msgid "output operand is constant in `asm'"
6892 msgstr "½ÐÎÏ¥ª¥Ú¥é¥ó¥É¤¬ `asm' Æâ¤ÇÄê¿ô¤Ç¤¹"
6893
6894 #: rtl-error.c:140
6895 #, fuzzy
6896 msgid "unrecognizable insn:"
6897 msgstr "ǧ¼±ÉÔǽ¤ÊÌ¿Îá:"
6898
6899 #: rtl-error.c:142
6900 #, fuzzy
6901 msgid "insn does not satisfy its constraints:"
6902 msgstr "Ì¿Î᤬¤½¤ÎÀ©Ìó¤òËþ¤¿¤·¤Þ¤»¤ó"
6903
6904 #: rtl.c:535
6905 #, c-format
6906 msgid "RTL check: access of elt %d of `%s' with last elt %d in %s, at %s:%d"
6907 msgstr "RTL ¸¡ºº: elt %d(%s) ¤¬ºÇ¸å¤Î elt %d(%s Ãæ) ¤È°ì½ï¤Ë¥¢¥¯¥»¥¹¤·¤Þ¤¹ (%s:%d)"
6908
6909 #: rtl.c:550
6910 #, c-format
6911 msgid "RTL check: expected elt %d type '%c', have '%c' (rtx %s) in %s, at %s:%d"
6912 msgstr "RTL ¸¡ºº: elt %d ·¿¤Ï '%c' ¤Î¤Ï¤º¤Ê¤Î¤Ë '%c' (rtx %s, %s Ãæ)¤Ç¤¹ (%s:%d)"
6913
6914 #: rtl.c:566
6915 #, c-format
6916 msgid "RTL check: expected elt %d type '%c' or '%c', have '%c' (rtx %s) in %s, at %s:%d"
6917 msgstr "RTL ¸¡ºº: elt %d ·¿¤Ï '%c' ¤« '%c' ¤Î¤Ï¤º¤Ê¤Î¤Ë '%c' (rtx %s, %s Ãæ) ¤Ç¤¹ (%s:%d)"
6918
6919 #: rtl.c:579
6920 #, c-format
6921 msgid "RTL check: expected code `%s', have `%s' in %s, at %s:%d"
6922 msgstr "RTL ¸¡ºº: ¥³¡¼¥É `%s' ¤Î¤Ï¤º¤Ê¤Î¤Ë `%s' (%s Ãæ)¤Ç¤¹ (%s:%d)"
6923
6924 #: rtl.c:593
6925 #, c-format
6926 msgid "RTL check: expected code `%s' or `%s', have `%s' in %s, at %s:%d"
6927 msgstr "RTL ¸¡ºº: ¥³¡¼¥É `%s' ¤« `%s' ¤Î¤Ï¤º¤Ê¤Î¤Ë `%s' (%s Ãæ)¤Ç¤¹ (%s:%d)"
6928
6929 #: rtl.c:608
6930 #, c-format
6931 msgid "RTL check: access of elt %d of vector with last elt %d in %s, at %s:%d"
6932 msgstr "RTL check: ¥Ù¥¯¥È¥ë¤Î elt %d ¤òºÇ¸å¤Î elt %d (%s Ãæ)¤È°ì½ï¤Ë¥¢¥¯¥»¥¹¤·¤Þ¤¹ (%s:%d)"
6933
6934 #: rtl.c:623
6935 #, fuzzy, c-format
6936 msgid "RTL flag check: %s used with unexpected rtx code `%s' in %s, at %s:%d"
6937 msgstr "RTL ¸¡ºº: ¥³¡¼¥É `%s' ¤Î¤Ï¤º¤Ê¤Î¤Ë `%s' (%s Ãæ)¤Ç¤¹ (%s:%d)"
6938
6939 #: stmt.c:766
6940 #, c-format
6941 msgid "jump to `%s' invalidly jumps into binding contour"
6942 msgstr "`%s' ¤Ø¤Î¥¸¥ã¥ó¥×¤ÏÅ»¤á¤é¤ì¤¿¥Ö¥í¥Ã¥¯Æâ¤Ø¡¢Ìµ¸ú¤Ë¥¸¥ã¥ó¥×¤·¤Æ¤¤¤Þ¤¹"
6943
6944 #: stmt.c:1002 stmt.c:3766
6945 #, c-format
6946 msgid "label `%s' used before containing binding contour"
6947 msgstr "¥é¥Ù¥ë `%s' ¤¬Å»¤á¤é¤ì¤¿¥Ö¥í¥Ã¥¯¤ò¹½À®¤¹¤ëÁ°¤Ë»È¤ï¤ì¤Þ¤·¤¿"
6948
6949 #: stmt.c:1190
6950 msgid "output operand constraint lacks `='"
6951 msgstr "½ÐÎÏ¥ª¥Ú¥é¥ó¥ÉÀ©Ìó¤Ë `=' ¤¬·ç¤±¤Æ¤¤¤Þ¤¹"
6952
6953 #: stmt.c:1205
6954 #, c-format
6955 msgid "output constraint `%c' for operand %d is not at the beginning"
6956 msgstr "½ÐÎÏÀ©Ìó `%c' (operand %d ÍÑ) ¤¬³«»ÏÉôʬ¤Ë¤¢¤ê¤Þ¤»¤ó"
6957
6958 #: stmt.c:1227
6959 #, fuzzy
6960 msgid "operand constraint contains incorrectly positioned '+' or '='"
6961 msgstr "¥ª¥Ú¥é¥ó¥ÉÀ©ÌóÃæ¡¢ÉÔÀµ¤Ê°ÌÃÖ¤Ë '+' ¤ä '=' ¤¬´Þ¤Þ¤ì¤Æ¤¤¤Þ¤¹"
6962
6963 #: stmt.c:1233 stmt.c:1337
6964 #, c-format
6965 msgid "`%%' constraint used with last operand"
6966 msgstr "`%%' À©Ì󤬺Ǹå¤Î¥ª¥Ú¥é¥ó¥É¤È¤È¤â¤Ë»È¤ï¤ì¤Þ¤·¤¿"
6967
6968 #: stmt.c:1252
6969 msgid "matching constraint not valid in output operand"
6970 msgstr "½ÐÎÏ¥ª¥Ú¥é¥ó¥ÉÆâ¤ÎÀ©Ìó¤¬Àµ¤·¤¯¤¢¤ê¤Þ¤»¤ó"
6971
6972 #: stmt.c:1328
6973 #, c-format
6974 msgid "input operand constraint contains `%c'"
6975 msgstr "ÆþÎÏ¥ª¥Ú¥é¥ó¥ÉÀ©Ìó¤¬ `%c' ¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹"
6976
6977 #: stmt.c:1368
6978 msgid "matching constraint references invalid operand number"
6979 msgstr "À©Ìó¤ËŬ¹ç¤µ¤»¤ë»þ¤Ë¡¢Ìµ¸ú¤Ê¥ª¥Ú¥é¥ó¥ÉÈÖ¹æ¤ò»²¾È¤·¤Þ¤·¤¿"
6980
6981 #: stmt.c:1400
6982 #, c-format
6983 msgid "invalid punctuation `%c' in constraint"
6984 msgstr "̵¸ú¤Ê¶çÆÉÅÀ `%c' ¤¬À©ÌóÆâ¤Ë¤¢¤ê¤Þ¤¹"
6985
6986 #: stmt.c:1450
6987 #, fuzzy, c-format
6988 msgid "asm-specifier for variable `%s' conflicts with asm clobber list"
6989 msgstr "`%s' ¤Î·¿½¤¾þ»Ò¤¬Á°Êý¤ÎÀë¸À¤ÈÌ·½â¤·¤Þ¤¹"
6990
6991 #: stmt.c:1540
6992 #, c-format
6993 msgid "unknown register name `%s' in `asm'"
6994 msgstr "`asm' Ãæ¤ËÉÔÌÀ¤Ê¥ì¥¸¥¹¥¿Ì¾ `%s' ¤¬¤¢¤ê¤Þ¤¹"
6995
6996 #: stmt.c:1588
6997 #, c-format
6998 msgid "more than %d operands in `asm'"
6999 msgstr "`asm' ¤ÎÃæ¤Ë %d ¤ò±Û¤¨¤ë¥ª¥Ú¥é¥ó¥É¤¬¤¢¤ê¤Þ¤¹"
7000
7001 #: stmt.c:1650
7002 #, c-format
7003 msgid "output number %d not directly addressable"
7004 msgstr "½ÐÎÏÈÖ¹æ %d ¤ÏľÀÜ¥¢¥É¥ì¥¹»ØÄê¤Ç¤­¤Þ¤»¤ó"
7005
7006 #: stmt.c:1728
7007 #, c-format
7008 msgid "asm operand %d probably doesn't match constraints"
7009 msgstr "asm ¥ª¥Ú¥é¥ó¥É %d ¤Ï¶²¤é¤¯À©Ìó¤ËŬ¹ç¤·¤Þ¤»¤ó"
7010
7011 #: stmt.c:1738
7012 #, c-format
7013 msgid "use of memory input without lvalue in asm operand %d is deprecated"
7014 msgstr ""
7015
7016 #: stmt.c:1889
7017 msgid "asm clobber conflict with output operand"
7018 msgstr ""
7019
7020 #: stmt.c:1894
7021 msgid "asm clobber conflict with input operand"
7022 msgstr ""
7023
7024 #: stmt.c:1929
7025 msgid "too many alternatives in `asm'"
7026 msgstr "`asm' Ãæ¤ÎÂåÂØ¥­¡¼¥ï¡¼¥É¤¬Â¿¤¹¤®¤Þ¤¹"
7027
7028 #: stmt.c:1941
7029 msgid "operand constraints for `asm' differ in number of alternatives"
7030 msgstr "`asm' ¤Î¥ª¥Ú¥é¥ó¥ÉÀ©Ìó¤¬ÂåÂØÈÖ¹æ¤È¤Ï°Û¤Ê¤ê¤Þ¤¹"
7031
7032 #: stmt.c:1994
7033 #, fuzzy, c-format
7034 msgid "duplicate asm operand name '%s'"
7035 msgstr "½ÅÊ£¤·¤¿¥á¥ó¥Ð `%s'"
7036
7037 #: stmt.c:2081
7038 msgid "missing close brace for named operand"
7039 msgstr ""
7040
7041 #: stmt.c:2109
7042 #, fuzzy, c-format
7043 msgid "undefined named operand '%s'"
7044 msgstr "ÅÐÏ¿¤µ¤ì¤Æ¤¤¤Ê¤¤±é»»»Ò %s ¤Ç¤¹"
7045
7046 #: stmt.c:3703
7047 #, c-format
7048 msgid "unused variable `%s'"
7049 msgstr "ÊÑ¿ô `%s' ¤Ï»È¤ï¤ì¤Þ¤»¤ó¤Ç¤·¤¿"
7050
7051 #: stmt.c:5189
7052 #, c-format
7053 msgid "enumeration value `%s' not handled in switch"
7054 msgstr "ÎóµóÃÍ `%s' ¤Ï switch Æâ¤Ç°·¤ï¤ì¤Æ¤¤¤Þ¤»¤ó"
7055
7056 #: stmt.c:5214 stmt.c:5234
7057 #, c-format
7058 msgid "case value `%ld' not in enumerated type"
7059 msgstr "case ÃÍ `%ld' ¤ÏÎóµó·¿¤Ë¤Ï¤¢¤ê¤Þ¤»¤ó"
7060
7061 #: stmt.c:5217 stmt.c:5237
7062 #, c-format
7063 msgid "case value `%ld' not in enumerated type `%s'"
7064 msgstr "case ÃÍ `%ld' ¤ÏÎóµó·¿ `%s' ¤Ë¤Ï¤¢¤ê¤Þ¤»¤ó"
7065
7066 #: stmt.c:5310
7067 #, fuzzy
7068 msgid "switch missing default case"
7069 msgstr "¤³¤ì¤¬ºÇ½é¤Î default ¥é¥Ù¥ë¤Ç¤¹"
7070
7071 #: stor-layout.c:178
7072 msgid "type size can't be explicitly evaluated"
7073 msgstr "·¿¤ÎÂ礭¤µ¤ÏÌÀ¼¨Åª¤Ëɾ²Á¤µ¤ì¤ë¤â¤Î¤Ç¤Ï¤¢¤ê¤¨¤Þ¤»¤ó"
7074
7075 #: stor-layout.c:180
7076 msgid "variable-size type declared outside of any function"
7077 msgstr "ÊÑ¿ô¥µ¥¤¥º·¿¤¬´Ø¿ô¤Î³°Â¦¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
7078
7079 #: stor-layout.c:487
7080 #, c-format
7081 msgid "size of `%s' is %d bytes"
7082 msgstr "`%s' ¤Î¥µ¥¤¥º¤¬ %d ¥Ð¥¤¥È¤Ç¤¹"
7083
7084 #: stor-layout.c:489
7085 #, c-format
7086 msgid "size of `%s' is larger than %d bytes"
7087 msgstr "`%s' ¤Î¥µ¥¤¥º¤¬ %d ¥Ð¥¤¥È¤è¤êÂ礭¤¯¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
7088
7089 #: stor-layout.c:909 stor-layout.c:1325
7090 #, c-format
7091 msgid "packed attribute causes inefficient alignment for `%s'"
7092 msgstr "packed °À­¤Ï `%s' ¤ËÂФ·¤ÆÉÔ¸úΨ¤Ê¥¢¥é¥¤¥ó¥á¥ó¥È¤ò°ú¤­µ¯¤³¤·¤Þ¤¹"
7093
7094 #: stor-layout.c:911 stor-layout.c:1327
7095 #, c-format
7096 msgid "packed attribute is unnecessary for `%s'"
7097 msgstr "packed °À­¤Ï `%s' ¤Ë¤ÏɬÍפ¢¤ê¤Þ¤»¤ó"
7098
7099 #: stor-layout.c:926
7100 #, c-format
7101 msgid "padding struct to align `%s'"
7102 msgstr "`%s' ¤ò¥¢¥é¥¤¥ó¤¹¤ë¤¿¤á¤Ë¹½Â¤ÂΤò¥Ñ¥Ç¥£¥ó¥°¤·¤Þ¤¹"
7103
7104 #: stor-layout.c:1289
7105 msgid "padding struct size to alignment boundary"
7106 msgstr "¥¢¥é¥¤¥ó¥á¥ó¥È¶­³¦¤Î¥µ¥¤¥º¤Ë¹½Â¤ÂΤò¥Ñ¥Ç¥£¥ó¥°¤·¤Þ¤¹"
7107
7108 #: stor-layout.c:1332
7109 msgid "packed attribute causes inefficient alignment"
7110 msgstr "packed °À­¤ÏÉÔ¸úΨ¤Ê¥¢¥é¥¤¥ó¥á¥ó¥È¤ò°ú¤­µ¯¤³¤·¤Þ¤¹"
7111
7112 #: stor-layout.c:1334
7113 msgid "packed attribute is unnecessary"
7114 msgstr "packed °À­¤ÏɬÍפ¢¤ê¤Þ¤»¤ó"
7115
7116 #: timevar.c:322
7117 #, c-format
7118 msgid "cannot timevar_pop '%s' when top of timevars stack is '%s'"
7119 msgstr ""
7120
7121 #: timevar.c:453
7122 msgid ""
7123 "\n"
7124 "Execution times (seconds)\n"
7125 msgstr ""
7126 "\n"
7127 "¼Â¹Ô²ó¿ô (ÉÃ)\n"
7128
7129 #. Print total time.
7130 #: timevar.c:503
7131 msgid " TOTAL :"
7132 msgstr " ¹ç·× :"
7133
7134 #: timevar.c:539
7135 #, c-format
7136 msgid "time in %s: %ld.%06ld (%ld%%)\n"
7137 msgstr "%s ¤Ç¤Î»þ´Ö: %ld.%06ld (%ld%%)\n"
7138
7139 #: tlink.c:399
7140 #, c-format
7141 msgid "collect: reading %s\n"
7142 msgstr "collect: %s ¤òÆɤ߹þ¤ß¤Þ¤¹\n"
7143
7144 #: tlink.c:502
7145 #, c-format
7146 msgid "collect: recompiling %s\n"
7147 msgstr "collect: %s ¤òºÆ¥³¥ó¥Ñ¥¤¥ë¤·¤Þ¤¹\n"
7148
7149 #: tlink.c:674
7150 #, c-format
7151 msgid "collect: tweaking %s in %s\n"
7152 msgstr "collect: %s ¤ò°ú¤ÃÄ¥¤ê¤Þ¤¹(%s Æâ)\n"
7153
7154 #: tlink.c:721
7155 msgid "collect: relinking\n"
7156 msgstr "collect: ºÆ¥ê¥ó¥¯¤·¤Þ¤¹\n"
7157
7158 #: tlink.c:730
7159 #, c-format
7160 msgid "ld returned %d exit status"
7161 msgstr "ld ¤Ï¥¹¥Æ¡¼¥¿¥¹ %d ¤Ç½ªÎ»¤·¤Þ¤·¤¿"
7162
7163 #: toplev.c:920
7164 msgid "Generate debugging info in default format"
7165 msgstr "¥Ç¥Õ¥©¥ë¥È·Á¼°¤Î¥Ç¥Ð¥Ã¥°¾ðÊó¤òÀ¸À®¤¹¤ë"
7166
7167 #: toplev.c:921
7168 msgid "Generate debugging info in default extended format"
7169 msgstr "¥Ç¥Õ¥©¥ë¥È³ÈÄ¥·Á¼°¤Î¥Ç¥Ð¥Ã¥°¾ðÊó¤òÀ¸À®¤¹¤ë"
7170
7171 #: toplev.c:923
7172 msgid "Generate STABS format debug info"
7173 msgstr "STABS ·Á¼°¤Î¥Ç¥Ð¥Ã¥°¾ðÊó¤òÀ¸À®¤¹¤ë"
7174
7175 #: toplev.c:924
7176 msgid "Generate extended STABS format debug info"
7177 msgstr "³ÈÄ¥ STABS ·Á¼°¤Î¥Ç¥Ð¥Ã¥°¾ðÊó¤òÀ¸À®¤¹¤ë"
7178
7179 #: toplev.c:927
7180 msgid "Generate DWARF-1 format debug info"
7181 msgstr "DWARF-1 ·Á¼°¤Î¥Ç¥Ð¥Ã¥°¾ðÊó¤òÀ¸À®¤¹¤ë"
7182
7183 #: toplev.c:929
7184 msgid "Generate extended DWARF-1 format debug info"
7185 msgstr "³ÈÄ¥ DWARF-1 ·Á¼°¤Î¥Ç¥Ð¥Ã¥°¾ðÊó¤òÀ¸À®¤¹¤ë"
7186
7187 #: toplev.c:932
7188 msgid "Generate DWARF-2 debug info"
7189 msgstr "DWARF-2 ·Á¼°¤Î¥Ç¥Ð¥Ã¥°¾ðÊó¤òÀ¸À®¤¹¤ë"
7190
7191 #: toplev.c:935
7192 msgid "Generate XCOFF format debug info"
7193 msgstr "XCOFF ·Á¼°¤Î¥Ç¥Ð¥Ã¥°¾ðÊó¤òÀ¸À®¤¹¤ë"
7194
7195 #: toplev.c:936
7196 msgid "Generate extended XCOFF format debug info"
7197 msgstr "³ÈÄ¥ XCOFF ·Á¼°¤Î¥Ç¥Ð¥Ã¥°¾ðÊó¤òÀ¸À®¤¹¤ë"
7198
7199 #: toplev.c:939
7200 msgid "Generate COFF format debug info"
7201 msgstr "COFF ·Á¼°¤Î¥Ç¥Ð¥Ã¥°¾ðÊó¤òÀ¸À®¤¹¤ë"
7202
7203 #: toplev.c:942
7204 #, fuzzy
7205 msgid "Generate VMS format debug info"
7206 msgstr "STABS ·Á¼°¤Î¥Ç¥Ð¥Ã¥°¾ðÊó¤òÀ¸À®¤¹¤ë"
7207
7208 #: toplev.c:981
7209 #, fuzzy
7210 msgid "Perform DWARF2 duplicate elimination"
7211 msgstr "ËöÈø¸Æ¤Ó½Ð¤·ºÇŬ²½¤ò¹Ô¤¦"
7212
7213 #: toplev.c:983
7214 msgid "Do not store floats in registers"
7215 msgstr "¥ì¥¸¥¹¥¿¤ËÉâÆ°¾®¿ô¤ò³ÊǼ¤·¤Ê¤¤"
7216
7217 #: toplev.c:985
7218 msgid "Consider all mem refs through pointers as volatile"
7219 msgstr "¥Ý¥¤¥ó¥¿·Ðͳ¤Î¥á¥â¥ê»²¾È¤òÁ´¤Æ volatile ¤È¤ß¤Ê¤¹"
7220
7221 #: toplev.c:987
7222 msgid "Consider all mem refs to global data to be volatile"
7223 msgstr "Âç°è¥Ç¡¼¥¿¤Ø¤Î¥á¥â¥ê»²¾È¤òÁ´¤Æ volatile ¤È¤ß¤Ê¤¹"
7224
7225 #: toplev.c:989
7226 msgid "Consider all mem refs to static data to be volatile"
7227 msgstr "ÀÅŪ¥Ç¡¼¥¿¤Ø¤Î¥á¥â¥ê»²¾È¤òÁ´¤Æ volatile ¤È¤ß¤Ê¤¹"
7228
7229 #: toplev.c:991
7230 msgid "Defer popping functions args from stack until later"
7231 msgstr "´Ø¿ô°ú¿ô¤ò¥¹¥¿¥Ã¥¯¤«¤é pop ¤¹¤ë¤Î¤ò¸Æ¤Ó½Ð¤·¸å¤Þ¤ÇÃ٤餻¤ë"
7232
7233 #: toplev.c:993
7234 msgid "When possible do not generate stack frames"
7235 msgstr "²Äǽ¤Ê¾ì¹ç¡¢¥¹¥¿¥Ã¥¯¥Õ¥ì¡¼¥à¤òÀ¸À®¤·¤Ê¤¤"
7236
7237 #: toplev.c:995
7238 msgid "Optimize sibling and tail recursive calls"
7239 msgstr "sibling ¸Æ¤Ó½Ð¤·¤äËöÈøºÆµ¢¸Æ¤Ó½Ð¤·¤òºÇŬ²½¤¹¤ë"
7240
7241 #: toplev.c:997
7242 msgid "Perform superblock formation via tail duplication"
7243 msgstr ""
7244
7245 #: toplev.c:999
7246 msgid "When running CSE, follow jumps to their targets"
7247 msgstr "CSE ¤ÇÆ°ºî¤¹¤ë¤È¤­¡¢¤½¤ì¤é¤Î¥¿¡¼¥²¥Ã¥È¤Ø¤Î¥¸¥ã¥ó¥×¤ËÄɿ魯¤ë"
7248
7249 #: toplev.c:1001
7250 msgid "When running CSE, follow conditional jumps"
7251 msgstr "CSE ¤ÇÆ°ºî¤¹¤ë¤È¤­¡¢¾ò·ï¥¸¥ã¥ó¥×¤ËÄɿ魯¤ë"
7252
7253 #: toplev.c:1003
7254 #, fuzzy
7255 msgid "Perform a number of minor, expensive optimizations"
7256 msgstr "ÌÜΩ¤¿¤Ê¤¤¡¢¥³¥¹¥È¤Î¤«¤«¤ëºÇŬ²½¤ò¹Ô¤Ê¤¦"
7257
7258 #: toplev.c:1005
7259 #, fuzzy
7260 msgid "Perform jump threading optimizations"
7261 msgstr "¥¸¥ã¥ó¥×ʬ´ôºÇŬ²½¤ò¹Ô¤Ê¤¦"
7262
7263 #: toplev.c:1007
7264 #, fuzzy
7265 msgid "Perform strength reduction optimizations"
7266 msgstr "¶¯Åٺ︺ºÇŬ²½¤ò¹Ô¤Ê¤¦"
7267
7268 #: toplev.c:1009
7269 msgid "Perform loop unrolling when iteration count is known"
7270 msgstr "È¿Éü²ó¿ô¤¬´ûÃΤΤȤ­¡¢¥ë¡¼¥×Ÿ³«¤ò¹Ô¤Ê¤¦"
7271
7272 #: toplev.c:1011
7273 msgid "Perform loop unrolling for all loops"
7274 msgstr "Á´¤Æ¤Î¥ë¡¼¥×¤Ç¥ë¡¼¥×Ÿ³«¤ò¹Ô¤Ê¤¦"
7275
7276 #: toplev.c:1013
7277 msgid "Generate prefetch instructions, if available, for arrays in loops"
7278 msgstr ""
7279
7280 #: toplev.c:1015
7281 msgid "Force all loop invariant computations out of loops"
7282 msgstr "¥ë¡¼¥×Ãæ¤ËÉÔÊѤʷ׻»¤ò¥ë¡¼¥×¤Î³°¤Ë°ÜÆ°¤¹¤ë"
7283
7284 #: toplev.c:1017
7285 msgid "Strength reduce all loop general induction variables"
7286 msgstr "¥ë¡¼¥×¤ÎÃæ¤ÎÁ´¤Æ¤Î°ìÈÌͶƳÊÑ¿ô¤ò¶¯Åٺ︺¤¹¤ë"
7287
7288 #: toplev.c:1019
7289 msgid "Store strings in writable data section"
7290 msgstr "ʸ»úÎó¤ò½ñ¤­¹þ¤ß²Äǽ¥Ç¡¼¥¿¥»¥¯¥·¥ç¥ó¤Ë³ÊǼ¤¹¤ë"
7291
7292 #: toplev.c:1021
7293 #, fuzzy
7294 msgid "Enable machine specific peephole optimizations"
7295 msgstr "µ¡¼ï¸ÇÍ­¤ÎÇÁ¤­·êºÇŬ²½¤òÍ­¸ú¤Ë¤¹¤ë"
7296
7297 #: toplev.c:1023
7298 msgid "Copy memory operands into registers before using"
7299 msgstr "¥á¥â¥ê¥ª¥Ú¥é¥ó¥É¤òÍøÍѤ¹¤ëÁ°¤Ë¥ì¥¸¥¹¥¿¤Ø¥³¥Ô¡¼¤¹¤ë"
7300
7301 #: toplev.c:1025
7302 msgid "Copy memory address constants into regs before using"
7303 msgstr "¥á¥â¥ê¥¢¥É¥ì¥¹Äê¿ô¤òÍøÍѤ¹¤ëÁ°¤Ë¥ì¥¸¥¹¥¿¤Ø¥³¥Ô¡¼¤¹¤ë"
7304
7305 #: toplev.c:1027
7306 msgid "Allow function addresses to be held in registers"
7307 msgstr "´Ø¿ô¥¢¥É¥ì¥¹¤ò¥ì¥¸¥¹¥¿¤Ë»ý¤¿¤»¤ë»ö¤òµö²Ä¤¹¤ë"
7308
7309 #: toplev.c:1029
7310 msgid "Integrate simple functions into their callers"
7311 msgstr "ñ½ã¤Ê´Ø¿ô¤ò¸Æ¤Ó½Ð¤·Â¦¤ËÅý¹ç¤¹¤ë"
7312
7313 #: toplev.c:1031
7314 msgid "Generate code for funcs even if they are fully inlined"
7315 msgstr "Á´¤Æ¥¤¥ó¥é¥¤¥ó¤È¤µ¤ì¤¿¤È¤·¤Æ¤â´Ø¿ô¤Î¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
7316
7317 #: toplev.c:1033
7318 msgid "Pay attention to the 'inline' keyword"
7319 msgstr "'inline' ¥­¡¼¥ï¡¼¥É¤ËÃí°Õ¤òʧ¤¦"
7320
7321 #: toplev.c:1035
7322 msgid "Emit static const variables even if they are not used"
7323 msgstr "»ÈÍѤµ¤ì¤Ê¤¤ÀÅŪÄê¿ôÊÑ¿ô¤Ç¤¢¤Ã¤Æ¤â½ÐÎϤ¹¤ë"
7324
7325 #: toplev.c:1037
7326 msgid "Check for syntax errors, then stop"
7327 msgstr "ʸˡ¥¨¥é¡¼¤ò¸¡½Ð¤·¤Æ¡¢¤½¤³¤ÇÄä»ß¤¹¤ë"
7328
7329 #: toplev.c:1039
7330 msgid "Mark data as shared rather than private"
7331 msgstr "¥Ç¡¼¥¿¤ò¥×¥é¥¤¥Ù¡¼¥È¤Ç¤Ï¤Ê¤¯¶¦Í­¤µ¤ì¤ë¤è¤¦¥Þ¡¼¥¯¤¹¤ë"
7332
7333 #: toplev.c:1041
7334 msgid "Enable saving registers around function calls"
7335 msgstr "´Ø¿ô¸Æ¤Ó½Ð¤·¤ÎÁ°¸å¤Ç¥ì¥¸¥¹¥¿¤ÎÊݸ¤òÍ­¸ú¤Ë¤¹¤ë"
7336
7337 #: toplev.c:1043
7338 msgid "Return 'short' aggregates in memory, not registers"
7339 msgstr "'¾®¤µ¤Ê' ½¸¹çÂΤò¥ì¥¸¥¹¥¿¤Ç¤Ï¤Ê¤¯¥á¥â¥ê¤Ë³ÊǼ¤·¤ÆÊÖ¤¹"
7340
7341 #: toplev.c:1045
7342 msgid "Return 'short' aggregates in registers"
7343 msgstr "'¾®¤µ¤Ê' ½¸¹çÂΤò¥ì¥¸¥¹¥¿¤Ë³ÊǼ¤·¤ÆÊÖ¤¹"
7344
7345 #: toplev.c:1047
7346 msgid "Attempt to fill delay slots of branch instructions"
7347 msgstr "ʬ´ôÌ¿Îá¤ÎÃٱ䥹¥í¥Ã¥È¤ò»È¤¦¤³¤È¤ò»î¤ß¤ë"
7348
7349 #: toplev.c:1049
7350 msgid "Perform the global common subexpression elimination"
7351 msgstr "¥°¥í¡¼¥Ð¥ë¶¦ÄÌÉôʬ¼°¤ò½üµî¤¹¤ë"
7352
7353 #: toplev.c:1051
7354 #, fuzzy
7355 msgid "Perform enhanced load motion during global subexpression elimination"
7356 msgstr "¥°¥í¡¼¥Ð¥ë¶¦ÄÌÉôʬ¼°¤ò½üµî¤¹¤ë"
7357
7358 #: toplev.c:1053
7359 #, fuzzy
7360 msgid "Perform store motion after global subexpression elimination"
7361 msgstr "¥°¥í¡¼¥Ð¥ë¶¦ÄÌÉôʬ¼°¤ò½üµî¤¹¤ë"
7362
7363 #: toplev.c:1055
7364 #, fuzzy
7365 msgid "Perform the loop optimizations"
7366 msgstr "ËöÈø¸Æ¤Ó½Ð¤·ºÇŬ²½¤ò¹Ô¤¦"
7367
7368 #: toplev.c:1057
7369 #, fuzzy
7370 msgid "Perform cross-jumping optimization"
7371 msgstr "¥¸¥ã¥ó¥×ʬ´ôºÇŬ²½¤ò¹Ô¤Ê¤¦"
7372
7373 #: toplev.c:1059
7374 msgid "Perform conversion of conditional jumps to branchless equivalents"
7375 msgstr ""
7376
7377 #: toplev.c:1061
7378 #, fuzzy
7379 msgid "Perform conversion of conditional jumps to conditional execution"
7380 msgstr "¾ò·ïŪ¤Ê¼Â¹Ô¤Ø¤ÎÊѹ¹¤Î¤¿¤á¤ÎïçÃͤòÊѹ¹¤¹¤ë"
7381
7382 #: toplev.c:1063
7383 #, fuzzy
7384 msgid "Run CSE pass after loop optimizations"
7385 msgstr "¥ë¡¼¥×ºÇŬ²½¸å¤Ë¶¦ÄÌÉôʬ¼°½üµî²áÄø¤ò¼Â¹Ô"
7386
7387 #: toplev.c:1065
7388 #, fuzzy
7389 msgid "Run the loop optimizer twice"
7390 msgstr "¥ë¡¼¥×ºÇŬ²½¤òÆó²ó¼Â¹Ô¤¹¤ë"
7391
7392 #: toplev.c:1067
7393 msgid "Delete useless null pointer checks"
7394 msgstr "̵°ÕÌ£¤Ê null ¥Ý¥¤¥ó¥¿¸¡ºº¤òºï½ü¤¹¤ë"
7395
7396 #: toplev.c:1069
7397 msgid "Reschedule instructions before register allocation"
7398 msgstr "¥ì¥¸¥¹¥¿³ÎÊݤÎÁ°¤ËÌ¿Îá¤òÊ¤Ùľ¤¹"
7399
7400 #: toplev.c:1071
7401 msgid "Reschedule instructions after register allocation"
7402 msgstr "¥ì¥¸¥¹¥¿³ÎÊݤθå¤ÇÌ¿Îá¤òÊ¤Ùľ¤¹"
7403
7404 #: toplev.c:1073
7405 msgid "Enable scheduling across basic blocks"
7406 msgstr "´ðËÜ¥Ö¥í¥Ã¥¯¤ò¸Ù¤°Ì¿ÎáÇÛÃÖ¤òÍ­¸ú¤Ë¤¹¤ë"
7407
7408 #: toplev.c:1075
7409 msgid "Allow speculative motion of non-loads"
7410 msgstr "Èó¥í¡¼¥É¤Ç¤ÎÉԳμ¤ÊÆ°ºî¤òµö²Ä¤¹¤ë"
7411
7412 #: toplev.c:1077
7413 msgid "Allow speculative motion of some loads"
7414 msgstr "¤¤¤¯¤Ä¤«¤Î¥í¡¼¥É¤Ç¤ÎÉԳμ¤ÊÆ°ºî¤òµö²Ä¤¹¤ë"
7415
7416 #: toplev.c:1079
7417 msgid "Allow speculative motion of more loads"
7418 msgstr "¤è¤ê¿¤¯¤Î¥í¡¼¥É¤Ç¤ÎÉԳμ¤ÊÆ°ºî¤òµö²Ä¤¹¤ë"
7419
7420 #: toplev.c:1081
7421 msgid "Replace add,compare,branch with branch on count reg"
7422 msgstr "²Ã»»¡¢Èæ³Ó¥Ö¥é¥ó¥Á¤ÎÂå¤ï¤ê¤Ë¥«¥¦¥ó¥È¥ì¥¸¥¹¥¿¤Î¥Ö¥é¥ó¥Á¤ò»È¤¦"
7423
7424 #: toplev.c:1083
7425 msgid "Generate position independent code, if possible"
7426 msgstr "²Äǽ¤Ç¤¢¤ì¤Ð°ÌÃÖÆÈΩ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
7427
7428 #: toplev.c:1086
7429 msgid "Enable exception handling"
7430 msgstr "Îã³°Ê᪤òÍ­¸ú¤Ë¤¹¤ë"
7431
7432 #: toplev.c:1088
7433 msgid "Just generate unwind tables for exception handling"
7434 msgstr "´¬¤­Ìᤷ¤ò¹Ô¤Ê¤¦Îã³°Êä­Íѥơ¼¥Ö¥ë¤òÀ¸À®¤¹¤ë"
7435
7436 #: toplev.c:1090
7437 #, fuzzy
7438 msgid "Generate unwind tables exact at each instruction boundary"
7439 msgstr "´¬¤­Ìᤷ¤ò¹Ô¤Ê¤¦Îã³°Êä­Íѥơ¼¥Ö¥ë¤òÀ¸À®¤¹¤ë"
7440
7441 #: toplev.c:1092
7442 msgid "Support synchronous non-call exceptions"
7443 msgstr "Ʊ´üÈó¸Æ¤Ó½Ð¤·Îã³°¤ò¥µ¥Ý¡¼¥È¤¹¤ë"
7444
7445 #: toplev.c:1094
7446 msgid "Insert arc based program profiling code"
7447 msgstr "¥×¥í¥°¥é¥à¤¬¥³¡¼¥É¥×¥í¥Õ¥¡¥¤¥ë¤¹¤ë¸µ¤Ë¤Ê¤ë¸Ì¤òÁÞÆþ¤¹¤ë"
7448
7449 #: toplev.c:1096
7450 msgid "Create data files needed by gcov"
7451 msgstr "gcov ¤¬É¬ÍפȤ¹¤ë¥Ç¡¼¥¿¥Õ¥¡¥¤¥ë¤òºîÀ®¤¹¤ë"
7452
7453 #: toplev.c:1098
7454 msgid "Use profiling information for branch probabilities"
7455 msgstr "ʬ´ô·ÐÏ©¿ä¬ÍѤΥץí¥Õ¥¡¥¤¥ë¾ðÊó¤òÍøÍѤ¹¤ë"
7456
7457 #: toplev.c:1100
7458 #, fuzzy
7459 msgid "Enable basic program profiling code"
7460 msgstr "¥×¥í¥°¥é¥à¤¬¥³¡¼¥É¥×¥í¥Õ¥¡¥¤¥ë¤¹¤ë¸µ¤Ë¤Ê¤ë¸Ì¤òÁÞÆþ¤¹¤ë"
7461
7462 #: toplev.c:1102
7463 msgid "Reorder basic blocks to improve code placement"
7464 msgstr "¥³¡¼¥ÉÇÛÃÖ¤ò²þÁ±¤¹¤ë¤¿¤á¤Ë´ðËÜ¥Ö¥í¥Ã¥¯¤òºÆÀ°Íý¤¹¤ë"
7465
7466 #: toplev.c:1104
7467 #, fuzzy
7468 msgid "Reorder functions to improve code placement"
7469 msgstr "¥³¡¼¥ÉÇÛÃÖ¤ò²þÁ±¤¹¤ë¤¿¤á¤Ë´ðËÜ¥Ö¥í¥Ã¥¯¤òºÆÀ°Íý¤¹¤ë"
7470
7471 #: toplev.c:1106
7472 msgid "Do the register renaming optimization pass"
7473 msgstr "ºÇŬ²½²áÄø¤Î¥ì¥¸¥¹¥¿¤Ä¤±ÊѤ¨¤ò¹Ô¤Ê¤¦"
7474
7475 #: toplev.c:1108
7476 #, fuzzy
7477 msgid "Do the register copy-propagation optimization pass"
7478 msgstr "ºÇŬ²½²áÄø¤Î¥ì¥¸¥¹¥¿¤Ä¤±ÊѤ¨¤ò¹Ô¤Ê¤¦"
7479
7480 #: toplev.c:1110
7481 #, fuzzy
7482 msgid "Do not put uninitialized globals in the common section"
7483 msgstr "Âç°èÊÑ¿ôÅù¤ò½é´ü²½¤µ¤ì¤Ê¤¤¥³¥â¥ó¥»¥¯¥·¥ç¥ó¤ËÃÖ¤«¤Ê¤¤"
7484
7485 #: toplev.c:1112
7486 msgid "Do not generate .size directives"
7487 msgstr ".size µ¿»÷Ì¿Îá¤òÀ¸À®¤·¤Ê¤¤"
7488
7489 #: toplev.c:1114
7490 msgid "place each function into its own section"
7491 msgstr "³Æ¡¹¤Î´Ø¿ô¤ò¤½¤ì¼«¿È¤Î¥»¥¯¥·¥ç¥ó¤ËÇÛÃÖ¤¹¤ë"
7492
7493 #: toplev.c:1116
7494 msgid "place data items into their own section"
7495 msgstr "¥Ç¡¼¥¿¹àÌܤò¤½¤ì¤é¼«¿È¤Î¥»¥¯¥·¥ç¥ó¤ËÇÛÃÖ¤¹¤ë"
7496
7497 #: toplev.c:1118
7498 #, fuzzy
7499 msgid "Add extra commentary to assembler output"
7500 msgstr ";ʬ¤Ê¥³¥á¥ó¥È¤ò¥¢¥»¥ó¥Ö¥é½ÐÎϤËÄɲ乤ë"
7501
7502 #: toplev.c:1120
7503 #, fuzzy
7504 msgid "Output GNU ld formatted global initializers"
7505 msgstr "GNU ld ·Á¼°¤ÎÂç°è½é´ü²½»Ò¤ò½ÐÎϤ¹¤ë"
7506
7507 #: toplev.c:1122
7508 #, fuzzy
7509 msgid "Enables a register move optimization"
7510 msgstr "°ÜÆ°Ì¿ÎáºÇŬ²½¥ì¥¸¥¹¥¿¤òÍ­¸ú¤Ë¤¹¤ë"
7511
7512 #: toplev.c:1124
7513 msgid "Do the full regmove optimization pass"
7514 msgstr "ºÇŬ²½²áÄø¤ÇºÇÂç¸Â¤Î regmove ¤ò¹Ô¤Ê¤¦"
7515
7516 #: toplev.c:1126
7517 msgid "Pack structure members together without holes"
7518 msgstr "¹½Â¤ÂÎ¥á¥ó¥Ð¤ò·ê¤¬³«¤«¤Ê¤¤¤è¤¦¤Ë¥Ñ¥Ã¥¯¤¹¤ë"
7519
7520 #: toplev.c:1128
7521 msgid "Insert stack checking code into the program"
7522 msgstr "¥×¥í¥°¥é¥à¤Ë¥¹¥¿¥Ã¥¯¶­³¦¸¡½Ð¥³¡¼¥É¤òÁÞÆþ¤¹¤ë"
7523
7524 #: toplev.c:1130
7525 msgid "Specify that arguments may alias each other & globals"
7526 msgstr "°ú¿ô¤ÈÂç°è¥Ç¡¼¥¿¤ä¾¤Î°ú¿ô¤ÈÊÌ̾¤Ë¤Ê¤ê¤¦¤ë»ö¤ò»ØÄꤹ¤ë"
7527
7528 #: toplev.c:1132
7529 msgid "Assume arguments may alias globals but not each other"
7530 msgstr "°ú¿ô¤ÈÂç°è¥Ç¡¼¥¿¤ÏÊÌ̾¤Ë¤Ê¤ê¤¦¤ë¤¬Â¾¤Î°ú¿ô¤È¤ÏÊÌ̾¤Ç¤Ï¤Ê¤¤¤È¤ß¤Ê¤¹"
7531
7532 #: toplev.c:1134
7533 msgid "Assume arguments do not alias each other or globals"
7534 msgstr "°ú¿ô¤¬Âç°è¥Ç¡¼¥¿¤ä¾¤Î°ú¿ô¤ÈÊÌ̾¤Ë¤Ï¤Ê¤é¤Ê¤¤¤È¤ß¤Ê¤¹"
7535
7536 #: toplev.c:1136
7537 msgid "Assume strict aliasing rules apply"
7538 msgstr "¸·Ì©¤ÊÊÌ̾µ¬Â§¤ËŬ¹ç¤¹¤ë¤È¤ß¤Ê¤¹"
7539
7540 #: toplev.c:1138
7541 msgid "Align the start of loops"
7542 msgstr "¥ë¡¼¥×¤Î³«»Ï¤ò¥¢¥é¥¤¥ó¤¹¤ë"
7543
7544 #: toplev.c:1140
7545 msgid "Align labels which are only reached by jumping"
7546 msgstr "¥é¥Ù¥ë¤Î¤¦¤Á¥¸¥ã¥ó¥×ÅþãÀè¤È¤Ê¤ë¤â¤Î¤À¤±¤ò¥¢¥é¥¤¥ó¤¹¤ë"
7547
7548 #: toplev.c:1142
7549 msgid "Align all labels"
7550 msgstr "Á´¤Æ¤Î¥é¥Ù¥ë¤ò¥¢¥é¥¤¥ó¤¹¤ë"
7551
7552 #: toplev.c:1144
7553 msgid "Align the start of functions"
7554 msgstr "´Ø¿ô¤Î³«»Ï¤ò¥¢¥é¥¤¥ó¤¹¤ë"
7555
7556 #: toplev.c:1146
7557 msgid "Attempt to merge identical constants across compilation units"
7558 msgstr ""
7559
7560 #: toplev.c:1148
7561 msgid "Attempt to merge identical constants and constant variables"
7562 msgstr ""
7563
7564 #: toplev.c:1150
7565 msgid "Suppress output of instruction numbers and line number notes in debugging dumps"
7566 msgstr "¥Ç¥Ð¥Ã¥°¥À¥ó¥×¤ÇÌ¿ÎáÈÖ¹æ¤È¹ÔÈÖ¹æ¥Î¡¼¥È¤Î½ÐÎϤòÍÞÀ©¤¹¤ë"
7567
7568 #: toplev.c:1152
7569 msgid "Instrument function entry/exit with profiling calls"
7570 msgstr "´Ø¿ô¤ÎÆþ¤ê¸ý/½Ð¸ý¤Ç¥×¥í¥Õ¥¡¥¤¥ë¸Æ¤Ó½Ð¤·¤òÀ¸À®¤¹¤ë"
7571
7572 #: toplev.c:1154
7573 #, fuzzy
7574 msgid "Put zero initialized data in the bss section"
7575 msgstr "Âç°èÊÑ¿ôÅù¤ò½é´ü²½¤µ¤ì¤Ê¤¤¥³¥â¥ó¥»¥¯¥·¥ç¥ó¤ËÃÖ¤«¤Ê¤¤"
7576
7577 #: toplev.c:1156
7578 msgid "Enable SSA optimizations"
7579 msgstr "SSA ºÇŬ²½¤òÍ­¸ú¤Ë¤¹¤ë"
7580
7581 #: toplev.c:1158
7582 #, fuzzy
7583 msgid "Enable SSA conditional constant propagation"
7584 msgstr "¾ò·ïŪ move Ì¿Îá¤ÎÍøÍѤòÍ­¸ú¤Ë¤¹¤ë"
7585
7586 #: toplev.c:1160
7587 #, fuzzy
7588 msgid "Enable aggressive SSA dead code elimination"
7589 msgstr "¥Ç¥Ã¥É¥³¡¼¥É¤Î½üµî¤ò¹Ô¤Ê¤¦"
7590
7591 #: toplev.c:1162
7592 msgid "External symbols have a leading underscore"
7593 msgstr "³°Éô¥·¥ó¥Ü¥ë¤ËƬʸ»ú¥¢¥ó¥À¡¼¥¹¥³¥¢¤ò»ý¤¿¤»¤ë"
7594
7595 #: toplev.c:1164
7596 msgid "Process #ident directives"
7597 msgstr "#ident ¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤ò½èÍý¤¹¤ë"
7598
7599 #: toplev.c:1166
7600 msgid "Enables an rtl peephole pass run before sched2"
7601 msgstr "ÂèÆóÌ¿ÎáÇÛÃÖ¤ÎÁ°¤Ç rtl ÇÁ¤­·ê²áÄø¤òÍ­¸ú¤Ë¤¹¤ë"
7602
7603 #: toplev.c:1168
7604 msgid "Assume no NaNs or +-Infs are generated"
7605 msgstr ""
7606
7607 #: toplev.c:1170
7608 msgid "Enables guessing of branch probabilities"
7609 msgstr "ʬ´ô·ÐÏ©¿ä¬¤òÍ­¸ú¤Ë¤¹¤ë"
7610
7611 #: toplev.c:1172
7612 msgid "Set errno after built-in math functions"
7613 msgstr "ÁȤ߹þ¤ß¿ô³Ø´Ø¿ô¤Î¸å¤Ë errno ¤ò¥»¥Ã¥È¤¹¤ë"
7614
7615 #: toplev.c:1174
7616 #, fuzzy
7617 msgid "Floating-point operations can trap"
7618 msgstr "ÉâÆ°¾®¿ôÅÀ¤Î¨Ãͤò½ÐÎϤ¹¤ëºÝ¤Ë¥È¥é¥Ã¥×¤¬¤«¤«¤ê¤Þ¤·¤¿"
7619
7620 #: toplev.c:1176
7621 msgid "Allow math optimizations that may violate IEEE or ANSI standards"
7622 msgstr ""
7623
7624 #: toplev.c:1178
7625 msgid "Disable optimizations observable by IEEE signaling NaNs"
7626 msgstr ""
7627
7628 #: toplev.c:1180
7629 #, fuzzy
7630 msgid "Generate code to check bounds before indexing arrays"
7631 msgstr "ÇÛÎó¤Îź»ú¤Èź»ú¶­³¦¤ò¸¡ºº¤¹¤ë¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
7632
7633 #: toplev.c:1182
7634 msgid "Convert floating point constant to single precision constant"
7635 msgstr "ÉâÆ°¾®¿ôÅÀÄê¿ô¤òñÀºÅÙÄê¿ô¤ËÊÑ´¹¤¹¤ë"
7636
7637 #: toplev.c:1184
7638 msgid "Report time taken by each compiler pass at end of run"
7639 msgstr "¼Â¹Ô½ªÎ»»þ¤Ë¥³¥ó¥Ñ¥¤¥é¤Î³Æ²áÄø¤ËÍפ·¤¿»þ´Ö¤òÊó¹ð¤¹¤ë"
7640
7641 #: toplev.c:1186
7642 msgid "Report on permanent memory allocation at end of run"
7643 msgstr "¼Â¹Ô½ªÎ»»þ¤Ë±Ê³Ū¤Ë³ÎÊݤµ¤ì¤¿¥á¥â¥ê¤òÊó¹ð¤¹¤ë"
7644
7645 #: toplev.c:1188
7646 #, fuzzy
7647 msgid "Trap for signed overflow in addition / subtraction / multiplication"
7648 msgstr "Éä¹çÉÕ¤­¤Î²Ã»»/¸º»»/¾è»»¤Ç¤Î·å¤¢¤Õ¤ì¤ò¥È¥é¥Ã¥×¤¹¤ë"
7649
7650 #: toplev.c:1190
7651 #, fuzzy
7652 msgid "Use graph coloring register allocation."
7653 msgstr "¥ì¥¸¥¹¥¿³ÎÊݤÎÁ°¤ËÌ¿Îá¤òÊ¤Ùľ¤¹"
7654
7655 #: toplev.c:1207
7656 #, fuzzy
7657 msgid "Compile just for ISO C90"
7658 msgstr "ISO C89 ÍѤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
7659
7660 #: toplev.c:1209
7661 msgid "Determine language standard"
7662 msgstr "¸À¸ì¤Îɸ½à¤ò·èÄꤹ¤ë"
7663
7664 #: toplev.c:1213
7665 #, fuzzy
7666 msgid "Make bit-fields by unsigned by default"
7667 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É¤ò¥Ç¥Õ¥©¥ë¥È¤ÇÉä¹ç̵¤·¤È¤¹¤ë"
7668
7669 #: toplev.c:1217
7670 msgid "Make 'char' be signed by default"
7671 msgstr "'char' ¤ò¥Ç¥Õ¥©¥ë¥È¤ÇÉä¹çÉÕ¤­¤È¤¹¤ë"
7672
7673 #: toplev.c:1219
7674 msgid "Make 'char' be unsigned by default"
7675 msgstr "'char' ¤ò¥Ç¥Õ¥©¥ë¥È¤ÇÉä¹ç̵¤·¤È¤¹¤ë"
7676
7677 #: toplev.c:1225
7678 #, fuzzy
7679 msgid "Do not recognize the 'asm' keyword"
7680 msgstr "'asm' ͽÌó¸ì¤òǧ¼±¤µ¤»¤Ê¤¤"
7681
7682 #: toplev.c:1228
7683 #, fuzzy
7684 msgid "Do not recognize any built in functions"
7685 msgstr "¤¤¤¯¤Ä¤«¤ÎÁȤ߹þ¤ß´Ø¿ô¤òǧ¼±¤µ¤»¤Ê¤¤"
7686
7687 #: toplev.c:1230
7688 msgid "Assume normal C execution environment"
7689 msgstr "Ä̾ï¤Î C ¼Â¹Ô´Ä¶­¤òÁ°Äó¤È¤¹¤ë"
7690
7691 #: toplev.c:1233
7692 msgid "Assume that standard libraries & main might not exist"
7693 msgstr "ɸ½à¥é¥¤¥Ö¥é¥ê¤ä main ¤¬Â¸ºß¤·¤Ê¤¤²ÄǽÀ­¤¬¤¢¤ë¤â¤Î¤È¤¹¤ë"
7694
7695 #: toplev.c:1236
7696 msgid "Allow different types as args of ? operator"
7697 msgstr "? ±é»»»Ò¤Î°ú¿ô¤È¤·¤Æ°Û¤Ê¤Ã¤¿·¿¤òµöÍƤ¹¤ë"
7698
7699 #: toplev.c:1239
7700 msgid "Allow the use of $ inside identifiers"
7701 msgstr "¼±ÊÌ»ÒÃæ¤Ç¤Î $ ¤Î»ÈÍѤòµöÍƤ¹¤ë"
7702
7703 #: toplev.c:1244
7704 msgid "Use the same size for double as for float"
7705 msgstr "double ¤Î¥µ¥¤¥º¤ò float ¤ÈƱ¤¸¤È¤·¤Æ»ÈÍѤ¹¤ë"
7706
7707 #: toplev.c:1247
7708 msgid "Use the smallest fitting integer to hold enums"
7709 msgstr "Îóµó·¿¤¬ÊÝ»ý¤Ç¤­¤ëºÇ¾®¤ÎÀ°¿ô·¿¤ò»ÈÍѤ¹¤ë"
7710
7711 #: toplev.c:1250
7712 msgid "Override the underlying type for wchar_t to `unsigned short'"
7713 msgstr "wchar_t ¤Îº¬ËÜŪ¤Ê·¿¤ò `unsigned short' ¤Èʤ¤¹"
7714
7715 #: toplev.c:1254
7716 msgid "Enable most warning messages"
7717 msgstr "Ëؤó¤É¤Î·Ù¹ð¥á¥Ã¥»¡¼¥¸¤òÍ­¸ú¤Ë¤¹¤ë"
7718
7719 #: toplev.c:1256
7720 msgid "Warn about casting functions to incompatible types"
7721 msgstr "·¿¤Ë¸ß´¹À­¤Î¤Ê¤¤´Ø¿ô¤Î¥­¥ã¥¹¥È¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7722
7723 #: toplev.c:1259
7724 msgid "Warn about functions which might be candidates for format attributes"
7725 msgstr "format °À­¤ò¤Î¸õÊä¤È¤Ê¤ê¤½¤¦¤Ê´Ø¿ô¤Ë¤Ä¤¤¤Æ·Ù¹ð¤¹¤ë"
7726
7727 #: toplev.c:1262
7728 msgid "Warn about casts which discard qualifiers"
7729 msgstr "½¤¾þ»Ò¤ò¼è¤êµî¤ë¥­¥ã¥¹¥È¤Ë¤Ä¤¤¤Æ·Ù¹ð¤¹¤ë"
7730
7731 #: toplev.c:1265
7732 msgid "Warn about subscripts whose type is 'char'"
7733 msgstr "ź»ú¤Î·¿¤¬ 'char' ¤Ç¤¢¤ì¤Ð·Ù¹ð¤¹¤ë"
7734
7735 #: toplev.c:1268 toplev.c:1271
7736 msgid "Warn if nested comments are detected"
7737 msgstr "Æþ¤ì»Ò¤Ë¤Ê¤Ã¤¿¥³¥á¥ó¥È¤ò¸¡½Ð¤·¤¿¤È¤­¤Ë·Ù¹ð¤¹¤ë"
7738
7739 #: toplev.c:1274
7740 msgid "Warn about possibly confusing type conversions"
7741 msgstr "·¿ÊÑ´¹¤¬º®Í𤹤ë²ÄǽÀ­¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7742
7743 #: toplev.c:1278
7744 #, fuzzy
7745 msgid "Do not warn about compile-time integer division by zero"
7746 msgstr "À°¿ô¤Î¥¼¥í½ü»»¤ò¥È¥é¥Ã¥×¤·¤Ê¤¤"
7747
7748 #: toplev.c:1280
7749 msgid "Warn about testing equality of floating point numbers"
7750 msgstr "ÉâÆ°¾®¿ôÅÀ¿ô¤ÎÅù²Á¥Æ¥¹¥È¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7751
7752 #: toplev.c:1283
7753 msgid "Warn about printf/scanf/strftime/strfmon format anomalies"
7754 msgstr "printf/scanf/strftime/strfmon ·Á¼°¤ÎÊѧŪ¤Ê¤â¤Î¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7755
7756 #: toplev.c:1287
7757 msgid "Don't warn about too many arguments to format functions"
7758 msgstr "format ´Ø¿ô¤Ø¤Î¿¤¹¤®¤ë°ú¿ô¤Ë´Ø¤¹¤ë·Ù¹ð¤·¤Ê¤¤"
7759
7760 #: toplev.c:1289
7761 msgid "Warn about non-string-literal format strings"
7762 msgstr "Èóʸ»úÎó¥ê¥Æ¥é¥ë¤Î format ʸ»úÎó¤Ë¤Ä¤¤¤Æ·Ù¹ð¤¹¤ë"
7763
7764 #: toplev.c:1292
7765 msgid "Warn about possible security problems with format functions"
7766 msgstr "¥»¥­¥å¥ê¥Æ¥£Åª¤ÊÌäÂê¤È¤Ê¤ê¤¦¤ë format ´Ø¿ô¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7767
7768 #: toplev.c:1296
7769 msgid "Don't warn about strftime formats yielding 2 digit years"
7770 msgstr "strftime ·Á¼°¤¬Æó·å¤Çǯ¤òɽ¤·¤Æ¤¤¤ë»þ¤Î·Ù¹ð¤·¤Ê¤¤"
7771
7772 #: toplev.c:1298
7773 msgid "Warn about implicit function declarations"
7774 msgstr "°ÅÌۤδؿôÀë¸À¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7775
7776 #: toplev.c:1302
7777 msgid "Warn when a declaration does not specify a type"
7778 msgstr "Àë¸À¤¬·¿¤ò»ØÄꤷ¤Æ¤¤¤Ê¤¤¾ì¹ç¤Ë·Ù¹ð¤¹¤ë"
7779
7780 #: toplev.c:1307
7781 msgid "Warn about the use of the #import directive"
7782 msgstr "#import ¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤ÎÍøÍѤ˴ؤ·¤Æ·Ù¹ð¤¹¤ë"
7783
7784 #: toplev.c:1311
7785 msgid "Do not warn about using 'long long' when -pedantic"
7786 msgstr "-pedantic »ØÄê»þ¤Ç¤â 'long long' ¤Î»ÈÍѤˤĤ¤¤Æ¤Ï·Ù¹ð¤·¤Ê¤¤"
7787
7788 #: toplev.c:1313
7789 msgid "Warn about suspicious declarations of main"
7790 msgstr "µ¿¤ï¤·¤¤ main ¤ÎÀë¸À¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7791
7792 #: toplev.c:1316
7793 #, fuzzy
7794 msgid "Warn about possibly missing braces around initializers"
7795 msgstr "½é´ü²½»Ò¤Î¼þ¤ê¤Ë¥Ö¥ì¡¼¥¹¤ò·ç¤¤¤Æ¤¤¤ëÍͤǤ¢¤ì¤Ð·Ù¹ð¤¹¤ë"
7796
7797 #: toplev.c:1319
7798 msgid "Warn about global funcs without previous declarations"
7799 msgstr "»öÁ°¤ÎÀë¸À¤Ê¤·¤ÎÂç°è´Ø¿ô¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7800
7801 #: toplev.c:1322
7802 msgid "Warn about global funcs without prototypes"
7803 msgstr "¥×¥í¥È¥¿¥¤¥×¤Ê¤·¤ÎÂç°è´Ø¿ô¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7804
7805 #: toplev.c:1325
7806 msgid "Warn about use of multicharacter literals"
7807 msgstr "Ê£¿ôʸ»ú¥ê¥Æ¥é¥ë¤Î»ÈÍѤ˴ؤ·¤Æ·Ù¹ð¤¹¤ë"
7808
7809 #: toplev.c:1328
7810 msgid "Warn about externs not at file scope level"
7811 msgstr "¥Õ¥¡¥¤¥ë¥¹¥³¡¼¥×¥ì¥Ù¥ë¤Ç¤Ê¤¤ extern ¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7812
7813 #: toplev.c:1331
7814 msgid "Warn about possible missing parentheses"
7815 msgstr "³ç¸Ì¤ò·ç¤¤¤Æ¤¤¤ë²ÄǽÀ­¤¬¤¢¤ë¾ì¹ç¤Ë·Ù¹ð¤¹¤ë"
7816
7817 #: toplev.c:1334
7818 msgid "Warn about function pointer arithmetic"
7819 msgstr "´Ø¿ô¥Ý¥¤¥ó¥¿¤Î·×»»¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7820
7821 #: toplev.c:1337
7822 msgid "Warn about multiple declarations of the same object"
7823 msgstr "Ʊ°ì¥ª¥Ö¥¸¥§¥¯¥È¤ÎÀë¸À¤¬Ê£¿ô¤¢¤ì¤Ð·Ù¹ð¤¹¤ë"
7824
7825 #: toplev.c:1340
7826 #, fuzzy
7827 msgid "Warn whenever a function's return-type defaults to int"
7828 msgstr "Ìá¤êÃͤη¿¤ò¥Ç¥Õ¥©¥ë¥È¤Î `int' ¤È¤·¤Þ¤¹"
7829
7830 #: toplev.c:1343
7831 msgid "Warn about possible violations of sequence point rules"
7832 msgstr "ÉûºîÍÑ´°Î»ÅÀµ¬Â§¤òÇˤë²ÄǽÀ­¤¬¤¢¤ë¾ì¹ç¤Ë·Ù¹ð¤¹¤ë"
7833
7834 #: toplev.c:1346
7835 msgid "Warn about signed/unsigned comparisons"
7836 msgstr "Éä¹çÉÕ¤­/Éä¹ç̵¤·¤ÎÈæ³Ó¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7837
7838 #: toplev.c:1349
7839 msgid "Warn about non-prototyped function decls"
7840 msgstr "¥×¥í¥È¥¿¥¤¥×¤µ¤ì¤Æ¤¤¤Ê¤¤´Ø¿ôÀë¸À¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7841
7842 #: toplev.c:1352
7843 #, fuzzy
7844 msgid "Warn about constructs whose meanings change in ISO C"
7845 msgstr "ISO C ¤Ç¤½¤Î°ÕÌ£¤¬Êѹ¹¤µ¤ì¤¿ÆâÍƤ˴ؤ·¤Æ·Ù¹ð¤¹¤ë"
7846
7847 #: toplev.c:1355
7848 msgid "Warn when trigraphs are encountered"
7849 msgstr "¥È¥é¥¤¥°¥é¥Õ¤òȯ¸«¤·¤¿¤È¤­¤Ë·Ù¹ð¤¹¤ë"
7850
7851 #: toplev.c:1360
7852 msgid "Warn about unrecognized pragmas"
7853 msgstr "ǧ¼±¤Ç¤­¤Ê¤¤ pragma ¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7854
7855 #: toplev.c:1363
7856 msgid "Mark strings as 'const char *'"
7857 msgstr "ʸ»úÎó¤ò 'const char *' ¤È¤·¤Æ¥Þ¡¼¥¯¤¹¤ë"
7858
7859 #: toplev.c:1508
7860 msgid "Warn when a function is unused"
7861 msgstr "´Ø¿ô¤¬»È¤ï¤ì¤Ê¤¤¤È¤­¤Ë·Ù¹ð¤¹¤ë"
7862
7863 #: toplev.c:1510
7864 msgid "Warn when a label is unused"
7865 msgstr "¥é¥Ù¥ë¤¬»È¤ï¤ì¤Ê¤¤¤È¤­¤Ë·Ù¹ð¤¹¤ë"
7866
7867 #: toplev.c:1512
7868 msgid "Warn when a function parameter is unused"
7869 msgstr "´Ø¿ô¤Î²¾°ú¿ô¤¬»È¤ï¤ì¤Ê¤¤¤È¤­¤Ë·Ù¹ð¤¹¤ë"
7870
7871 #: toplev.c:1514
7872 msgid "Warn when a variable is unused"
7873 msgstr "ÊÑ¿ô¤¬»È¤ï¤ì¤Ê¤¤¤È¤­¤Ë·Ù¹ð¤¹¤ë"
7874
7875 #: toplev.c:1516
7876 msgid "Warn when an expression value is unused"
7877 msgstr "¼°¤ÎÃͤ¬»È¤ï¤ì¤Ê¤¤¤È¤­¤Ë·Ù¹ð¤¹¤ë"
7878
7879 #: toplev.c:1518
7880 msgid "Do not suppress warnings from system headers"
7881 msgstr "¥·¥¹¥Æ¥à¥Ø¥Ã¥À¤«¤é¤Î·Ù¹ð¤òÍÞÀ©¤·¤Ê¤¤"
7882
7883 #: toplev.c:1520
7884 msgid "Treat all warnings as errors"
7885 msgstr "Á´¤Æ¤Î·Ù¹ð¤ò¥¨¥é¡¼¤È¤·¤Æ¼è¤ê°·¤¦"
7886
7887 #: toplev.c:1522
7888 msgid "Warn when one local variable shadows another"
7889 msgstr "¤¢¤ë¥í¡¼¥«¥ëÊÑ¿ô¤¬Â¾¤Î¤â¤Î¤òʤ¤¤±£¤¹¤È¤­¤Ë·Ù¹ð¤¹¤ë"
7890
7891 #: toplev.c:1524
7892 #, fuzzy
7893 msgid "Warn about enumerated switches, with no default, missing a case"
7894 msgstr "ÎóµóÄê¿ô¤Î switch ¤Ç case »ØÄ꤬·ç¤±¤Æ¤¤¤ë¤â¤Î¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7895
7896 #: toplev.c:1526
7897 #, fuzzy
7898 msgid "Warn about enumerated switches missing a default case"
7899 msgstr "ÎóµóÄê¿ô¤Î switch ¤Ç case »ØÄ꤬·ç¤±¤Æ¤¤¤ë¤â¤Î¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7900
7901 #: toplev.c:1528
7902 #, fuzzy
7903 msgid "Warn about all enumerated switches missing a specific case"
7904 msgstr "ÎóµóÄê¿ô¤Î switch ¤Ç case »ØÄ꤬·ç¤±¤Æ¤¤¤ë¤â¤Î¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7905
7906 #: toplev.c:1530
7907 msgid "Warn about returning structures, unions or arrays"
7908 msgstr "¹½Â¤ÂΡ¢¶¦ÍÑÂÎËô¤ÏÇÛÎó¤òÊÖ¤¹¤â¤Î¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7909
7910 #: toplev.c:1532
7911 msgid "Warn about pointer casts which increase alignment"
7912 msgstr "¥Ý¥¤¥ó¥¿¤Î¥­¥ã¥¹¥È¤Ç¥¢¥é¥¤¥ó¥á¥ó¥È¤¬Áý²Ã¤¹¤ë¤â¤Î¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7913
7914 #: toplev.c:1534
7915 msgid "Warn about code that will never be executed"
7916 msgstr "¼Â¹Ô¤µ¤ì¤ë¤³¤È¤¬¤Ê¤¤¥³¡¼¥É¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7917
7918 #: toplev.c:1536
7919 #, fuzzy
7920 msgid "Warn about uninitialized automatic variables"
7921 msgstr "½é´ü²½¤µ¤ì¤Ê¤¤¼«Æ°ÊÑ¿ô¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7922
7923 #: toplev.c:1538
7924 msgid "Warn when an inlined function cannot be inlined"
7925 msgstr "¥¤¥ó¥é¥¤¥ó´Ø¿ô¤ò¥¤¥ó¥é¥¤¥ó²½¤Ç¤­¤Ê¤¤¾ì¹ç¤Ë·Ù¹ð¤¹¤ë"
7926
7927 #: toplev.c:1540
7928 msgid "Warn when the packed attribute has no effect on struct layout"
7929 msgstr "packed °À­¤¬¹½Â¤ÂÎÇÛÃ֤˱ƶÁ¤·¤Ê¤¤¾ì¹ç¤Ë·Ù¹ð¤¹¤ë"
7930
7931 #: toplev.c:1542
7932 msgid "Warn when padding is required to align struct members"
7933 msgstr "¹½Â¤ÂÎ¥á¥ó¥Ð¤Î¥¢¥é¥¤¥ó¤Ç¡¢¥Ñ¥Ç¥£¥ó¥°¤òÍפ¹¤ë¾ì¹ç¤Ë·Ù¹ð¤¹¤ë"
7934
7935 #: toplev.c:1544
7936 msgid "Warn when an optimization pass is disabled"
7937 msgstr "ºÇŬ²½²áÄø¤¬Ìµ¸ú²½¤µ¤ì¤¿¾ì¹ç¤Ë·Ù¹ð¤¹¤ë"
7938
7939 #: toplev.c:1546
7940 msgid "Warn about uses of __attribute__((deprecated)) declarations"
7941 msgstr ""
7942
7943 #: toplev.c:1548
7944 msgid "Warn about functions which might be candidates for attribute noreturn"
7945 msgstr "noreturn °À­¤Î¸õÊä¤È¤Ê¤ê¤½¤¦¤Ê´Ø¿ô¤Ë´Ø¤·¤Æ·Ù¹ð¤¹¤ë"
7946
7947 #: toplev.c:1550
7948 #, fuzzy
7949 msgid "Warn about code which might break the strict aliasing rules"
7950 msgstr "format °À­¤ò¤Î¸õÊä¤È¤Ê¤ê¤½¤¦¤Ê´Ø¿ô¤Ë¤Ä¤¤¤Æ·Ù¹ð¤¹¤ë"
7951
7952 #: toplev.c:1627 toplev.c:4548 config/rs6000/rs6000.c:680
7953 #, fuzzy, c-format
7954 msgid "invalid option `%s'"
7955 msgstr "̵¸ú¤Ê¥ª¥×¥·¥ç¥ó `%s'"
7956
7957 #: toplev.c:2031
7958 #, c-format
7959 msgid "`%s' used but never defined"
7960 msgstr "`%s' ¤¬»È¤ï¤ì¤Þ¤·¤¿¤¬Ì¤ÄêµÁ¤Ç¤¹"
7961
7962 #: toplev.c:2034
7963 #, c-format
7964 msgid "`%s' declared `static' but never defined"
7965 msgstr "`%s' ¤¬ `static' ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿¤¬Ì¤ÄêµÁ¤Ç¤¹"
7966
7967 #: toplev.c:2057
7968 #, c-format
7969 msgid "`%s' defined but not used"
7970 msgstr "`%s' ¤¬ÄêµÁ¤µ¤ì¤Þ¤·¤¿¤¬»È¤ï¤ì¤Þ¤»¤ó¤Ç¤·¤¿"
7971
7972 #: toplev.c:2280
7973 #, c-format
7974 msgid "invalid register name `%s' for register variable"
7975 msgstr "`%s' ¤Ï¥ì¥¸¥¹¥¿ÊÑ¿ô¤È¤·¤Æ¤Ï̵¸ú¤Ê¥ì¥¸¥¹¥¿Ì¾¤Ç¤¹"
7976
7977 #: toplev.c:3697
7978 msgid " -ffixed-<register> Mark <register> as being unavailable to the compiler\n"
7979 msgstr " -ffixed-<register> ¥³¥ó¥Ñ¥¤¥é¤ËÂФ· <register> ¤ò»ÈÍÑÉԲĤȥޡ¼¥¯¤¹¤ë\n"
7980
7981 #: toplev.c:3698
7982 msgid " -fcall-used-<register> Mark <register> as being corrupted by function calls\n"
7983 msgstr " -fcall-used-<register> ´Ø¿ô¸Æ¤Ó½Ð¤·¤ÇÇ˲õ¤µ¤ì¤ë <register> ¤È¤·¤Æ¥Þ¡¼¥¯¤¹¤ë\n"
7984
7985 #: toplev.c:3699
7986 msgid " -fcall-saved-<register> Mark <register> as being preserved across functions\n"
7987 msgstr " -fcall-saved-<register> <register> ¤¬´Ø¿ô¤òÄ̤¸¤ÆÊÝ»ý¤µ¤ì¤ë¤È¥Þ¡¼¥¯¤¹¤ë\n"
7988
7989 #: toplev.c:3700
7990 msgid " -finline-limit=<number> Limits the size of inlined functions to <number>\n"
7991 msgstr " -finline-limit=<number> ¥¤¥ó¥é¥¤¥ó´Ø¿ô¤Î¥µ¥¤¥º¤ò <number> ¤ËÀ©¸Â¤¹¤ë\n"
7992
7993 #: toplev.c:3701
7994 msgid " -fmessage-length=<number> Limits diagnostics messages lengths to <number> characters per line. 0 suppresses line-wrapping\n"
7995 msgstr " -fmessage-length=<number> ¿ÇÃÇ¥á¥Ã¥»¡¼¥¸¤ÎŤµ¤ò°ì¹ÔÊÕ¤ê <number> ʸ»ú¤ËÀ©¸Â¤¹¤ë¡£ 0 ¤À¤È²þ¹Ô¤òÍÞÀ©¤¹¤ë\n"
7996
7997 #: toplev.c:3702
7998 msgid " -fdiagnostics-show-location=[once | every-line] Indicates how often source location information should be emitted, as prefix, at the beginning of diagnostics when line-wrapping\n"
7999 msgstr ""
8000 " -fdiagnostics-show-location=[once | every-line] ¿ÇÃÇ¥á¥Ã¥»¡¼¥¸¤Î²þ¹Ô¤ÎºÝ¤Ë,\n"
8001 " ¥½¡¼¥¹°ÌÃÖ¾ðÊ󤬹Ԥκǽé¤Ëɽ¼¨¤µ¤ì¤ëÉÑÅÙ¤ò»ØÄꤹ¤ë\n"
8002
8003 #: toplev.c:3703
8004 msgid " -ftls-model=[global-dynamic | local-dynamic | initial-exec | local-exec] Indicates the default thread-local storage code generation model\n"
8005 msgstr ""
8006
8007 #: toplev.c:3704
8008 msgid " -fstack-limit-register=<register> Trap if the stack goes past <register>\n"
8009 msgstr ""
8010
8011 #: toplev.c:3705
8012 msgid " -fstack-limit-symbol=<name> Trap if the stack goes past symbol <name>\n"
8013 msgstr ""
8014
8015 #: toplev.c:3706
8016 msgid " -frandom-seed=<string> Make compile reproducible using <string>\n"
8017 msgstr ""
8018
8019 #: toplev.c:3718
8020 #, fuzzy
8021 msgid " -O[number] Set optimization level to [number]\n"
8022 msgstr " -O[number] ºÇŬ²½¥ì¥Ù¥ë¤ò [number] ¤ËÀßÄꤹ¤ë\n"
8023
8024 #: toplev.c:3719
8025 #, fuzzy
8026 msgid " -Os Optimize for space rather than speed\n"
8027 msgstr " -Os ®ÅÙ¤è¤ê¤â¥µ¥¤¥º¤ÎºÇŬ²½¤ò¹Ô¤Ê¤¦\n"
8028
8029 #: toplev.c:3731
8030 msgid " -pedantic Issue warnings needed by strict compliance to ISO C\n"
8031 msgstr " -pedantic ¸·Ì©¤Ê ISO C ¤Ø¤ÎŬ¹ç¤ËÍפ¹¤ë·Ù¹ð¤òȯ¤¹¤ë\n"
8032
8033 #: toplev.c:3732
8034 msgid " -pedantic-errors Like -pedantic except that errors are produced\n"
8035 msgstr " -pedantic-errors -pedantic ¤ÈƱÍͤÀ¤¬¡¢¥¨¥é¡¼¤òȯÀ¸¤µ¤»¤ë\n"
8036
8037 #: toplev.c:3733
8038 msgid " -w Suppress warnings\n"
8039 msgstr " -w ·Ù¹ð¤òÍÞÀ©¤¹¤ë\n"
8040
8041 #: toplev.c:3734
8042 msgid " -W Enable extra warnings\n"
8043 msgstr " -W ÆÃÊ̤ʷٹð¤òÍ­¸ú¤Ë¤¹¤ë\n"
8044
8045 #: toplev.c:3745
8046 msgid " -Wunused Enable unused warnings\n"
8047 msgstr " -Wunused ̤»ÈÍѤˤĤ¤¤Æ¤Î·Ù¹ð¤òÍ­¸ú¤Ë¤¹¤ë\n"
8048
8049 #: toplev.c:3746
8050 msgid " -Wlarger-than-<number> Warn if an object is larger than <number> bytes\n"
8051 msgstr " -Wlarger-than-<number> ¥ª¥Ö¥¸¥§¥¯¥È¤¬ <number> ¥Ð¥¤¥È¤è¤êÂ礭¤±¤ì¤Ð·Ù¹ð¤¹¤ë\n"
8052
8053 #: toplev.c:3747
8054 msgid " -p Enable function profiling\n"
8055 msgstr " -p ´Ø¿ô¥×¥í¥Õ¥¡¥¤¥ë¤òÍ­¸ú¤Ë¤¹¤ë\n"
8056
8057 #: toplev.c:3748
8058 msgid " -o <file> Place output into <file> \n"
8059 msgstr " -o <file> ½ÐÎϤò <file> ¤Ë½ñ¤­¹þ¤à\n"
8060
8061 #: toplev.c:3749
8062 msgid ""
8063 " -G <number> Put global and static data smaller than <number>\n"
8064 " bytes into a special section (on some targets)\n"
8065 msgstr ""
8066 " -G <number> <number> ¥Ð¥¤¥È¤è¤ê¾®¤µ¤ÊÂç°è¤ª¤è¤ÓÀÅŪ¥Ç¡¼¥¿¤ò\n"
8067 " ÆÃÊ̤ʥ»¥¯¥·¥ç¥ó¤ËÃÖ¤¯ (¥¿¡¼¥²¥Ã¥È¼¡Âè)\n"
8068
8069 #: toplev.c:3760
8070 msgid " -aux-info <file> Emit declaration info into <file>\n"
8071 msgstr " -aux-info <file> Àë¸À¾ðÊó¤ò <file> ¤Øȯ¹Ô¤¹¤ë\n"
8072
8073 #: toplev.c:3761
8074 msgid " -quiet Do not display functions compiled or elapsed time\n"
8075 msgstr " -quiet ¥³¥ó¥Ñ¥¤¥ë¤µ¤ì¤¿´Ø¿ô¤ä·Ð²á»þ´Ö¤òɽ¼¨¤·¤Ê¤¤\n"
8076
8077 #: toplev.c:3762
8078 msgid " -version Display the compiler's version\n"
8079 msgstr " -version ¥³¥ó¥Ñ¥¤¥é¤Î¥Ð¡¼¥¸¥ç¥ó¤òɽ¼¨¤¹¤ë\n"
8080
8081 #: toplev.c:3763
8082 msgid " -d[letters] Enable dumps from specific passes of the compiler\n"
8083 msgstr " -d[letters] ¥³¥ó¥Ñ¥¤¥é¤Î²áÄø¤«¤é¤Î¥À¥ó¥×¤òÍ­¸ú¤Ë¤¹¤ë\n"
8084
8085 #: toplev.c:3764
8086 msgid " -dumpbase <file> Base name to be used for dumps from specific passes\n"
8087 msgstr " -dumpbase <file> ²áÄø¤«¤é¤Î¥À¥ó¥×¤Ë»È¤ï¤ì¤ë̾Á°¤Î¥Ù¡¼¥¹¤È¤¹¤ë\n"
8088
8089 #: toplev.c:3766
8090 msgid " -fsched-verbose=<number> Set the verbosity level of the scheduler\n"
8091 msgstr " -fsched-verbose=<number> ¥¹¥±¥¸¥å¡¼¥é¤ÎñÁÀå¥ì¥Ù¥ë¤òÀßÄꤹ¤ë\n"
8092
8093 #: toplev.c:3768
8094 msgid " --help Display this information\n"
8095 msgstr " --help ¤³¤Î¾ðÊó¤òɽ¼¨¤¹¤ë\n"
8096
8097 #: toplev.c:3783
8098 msgid ""
8099 "\n"
8100 "Language specific options:\n"
8101 msgstr ""
8102 "\n"
8103 "¸À¸ì»ÅÍÍ¥ª¥×¥·¥ç¥ó:\n"
8104
8105 #: toplev.c:3795
8106 #, c-format
8107 msgid " %-23.23s [undocumented]\n"
8108 msgstr " %-23.23s [ʸ½ñ²½¤µ¤ì¤Æ¤¤¤Ê¤¤]\n"
8109
8110 #: toplev.c:3803 toplev.c:3817
8111 #, c-format
8112 msgid ""
8113 "\n"
8114 "There are undocumented %s specific options as well.\n"
8115 msgstr ""
8116 "\n"
8117 "ʸ½ñ²½¤µ¤ì¤Æ¤¤¤Ê¤¤ %s »ÅÍÍ¥ª¥×¥·¥ç¥ó¤â¤¢¤ê¤Þ¤¹¡£\n"
8118
8119 #: toplev.c:3807
8120 #, c-format
8121 msgid ""
8122 "\n"
8123 " Options for %s:\n"
8124 msgstr ""
8125 "\n"
8126 " %s ÍÑ¥ª¥×¥·¥ç¥ó:\n"
8127
8128 #: toplev.c:3844
8129 msgid ""
8130 "\n"
8131 "Target specific options:\n"
8132 msgstr ""
8133 "\n"
8134 "¥¿¡¼¥²¥Ã¥È»ÅÍÍ¥ª¥×¥·¥ç¥ó:\n"
8135
8136 #: toplev.c:3858 toplev.c:3877
8137 #, c-format
8138 msgid " -m%-23.23s [undocumented]\n"
8139 msgstr " -m%-23.23s [ʸ½ñ²½¤µ¤ì¤Æ¤¤¤Ê¤¤]\n"
8140
8141 #: toplev.c:3886
8142 msgid ""
8143 "\n"
8144 "There are undocumented target specific options as well.\n"
8145 msgstr ""
8146 "\n"
8147 "ʸ½ñ²½¤µ¤ì¤Æ¤¤¤Ê¤¤¥¿¡¼¥²¥Ã¥È»ÅÍÍ¥ª¥×¥·¥ç¥ó¤â¤¢¤ê¤Þ¤¹¡£\n"
8148
8149 #: toplev.c:3888
8150 msgid " They exist, but they are not documented.\n"
8151 msgstr " ¤³¤ì¤é¤Ï¸ºß¤·¤Þ¤¹¤¬¡¢Ê¸½ñ²½¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
8152
8153 #: toplev.c:3941
8154 #, c-format
8155 msgid "unrecognized gcc debugging option: %c"
8156 msgstr "ǧ¼±¤Ç¤­¤Ê¤¤ gcc ¥Ç¥Ð¥Ã¥°¥ª¥×¥·¥ç¥ó: %c"
8157
8158 #: toplev.c:4007
8159 #, fuzzy, c-format
8160 msgid "`%s': unknown tls-model option"
8161 msgstr "`%s': ÉÔÌÀ¤Þ¤¿¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Ê¤¤ -g ¥ª¥×¥·¥ç¥ó¤Ç¤¹"
8162
8163 #: toplev.c:4034
8164 #, c-format
8165 msgid "unrecognized register name `%s'"
8166 msgstr "ǧ¼±¤Ç¤­¤Ê¤¤¥ì¥¸¥¹¥¿Ì¾ `%s'"
8167
8168 #: toplev.c:4059 toplev.c:5012
8169 #, fuzzy, c-format
8170 msgid "unrecognized option `%s'"
8171 msgstr "ǧ¼±ÉÔǽ¤Ê¥ª¥×¥·¥ç¥ó `-%s'"
8172
8173 #: toplev.c:4107
8174 #, fuzzy
8175 msgid "-Wid-clash-LEN is no longer supported"
8176 msgstr "-f%s ¤Ï¤â¤Ï¤ä¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
8177
8178 #: toplev.c:4184
8179 #, c-format
8180 msgid "use -gdwarf -g%d for DWARF v1, level %d"
8181 msgstr "-gdwarf -g%d ¤ò»ÈÍÑ (DWARF v1, ¥ì¥Ù¥ë %d)"
8182
8183 #: toplev.c:4187
8184 msgid "use -gdwarf-2 for DWARF v2"
8185 msgstr "-gdwarf-2 ¤ò»ÈÍÑ (DWARF v2)"
8186
8187 #: toplev.c:4192
8188 #, c-format
8189 msgid "ignoring option `%s' due to invalid debug level specification"
8190 msgstr "̵¸ú¤Ê¥Ç¥Ð¥Ã¥°¥ì¥Ù¥ë»ØÄê¤Ë¤è¤ê¡¢¥ª¥×¥·¥ç¥ó `%s' ¤ò̵»ë¤·¤Þ¤¹"
8191
8192 #: toplev.c:4215 toplev.c:5010
8193 #, c-format
8194 msgid "`%s': unknown or unsupported -g option"
8195 msgstr "`%s': ÉÔÌÀ¤Þ¤¿¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Ê¤¤ -g ¥ª¥×¥·¥ç¥ó¤Ç¤¹"
8196
8197 #: toplev.c:4222
8198 #, c-format
8199 msgid "`%s' ignored, conflicts with `-g%s'"
8200 msgstr "`%s' ¤Ï `-g%s' ¤È¶¥¹ç¤¹¤ë¤¿¤á̵»ë¤µ¤ì¤Þ¤·¤¿"
8201
8202 #: toplev.c:4304
8203 msgid "-param option missing argument"
8204 msgstr "-param ¥ª¥×¥·¥ç¥ó¤Ë°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
8205
8206 #: toplev.c:4313
8207 #, c-format
8208 msgid "invalid --param option: %s"
8209 msgstr "̵¸ú¤Ê --param ¥ª¥×¥·¥ç¥ó: %s"
8210
8211 #: toplev.c:4325
8212 #, c-format
8213 msgid "invalid parameter value `%s'"
8214 msgstr "̵¸ú¤Ê¥Ñ¥é¥á¥¿ÃÍ `%s'"
8215
8216 #: toplev.c:4565
8217 #, c-format
8218 msgid ""
8219 "%s%s%s version %s (%s)\n"
8220 "%s\tcompiled by GNU C version %s.\n"
8221 "%s%s%s version %s (%s) compiled by CC.\n"
8222 msgstr ""
8223 "%s%s%s version %s (%s)\n"
8224 "%s\tcompiled by GNU C version %s.\n"
8225 "%s%s%s version %s (%s) compiled by CC.\n"
8226
8227 #: toplev.c:4572
8228 #, c-format
8229 msgid "%s%sGGC heuristics: --param ggc-min-expand=%d --param ggc-min-heapsize=%d\n"
8230 msgstr ""
8231
8232 #: toplev.c:4630
8233 msgid "options passed: "
8234 msgstr "ÅϤµ¤ì¤¿¥ª¥×¥·¥ç¥ó: "
8235
8236 #: toplev.c:4659
8237 msgid "options enabled: "
8238 msgstr "Í­¸ú¥ª¥×¥·¥ç¥ó: "
8239
8240 #: toplev.c:4718 java/jcf-write.c:3453
8241 #, c-format
8242 msgid "can't open %s for writing"
8243 msgstr "%s ¤ò½ñ¤­¹þ¤ßÍѤ˳«¤±¤Þ¤»¤ó¤Ç¤·¤¿"
8244
8245 #: toplev.c:5002
8246 #, fuzzy, c-format
8247 msgid "ignoring command line option '%s'"
8248 msgstr "¥³¥Þ¥ó¥É¥é¥¤¥ó¥ª¥×¥·¥ç¥ó '%s' ¤ò̵»ë¤·¤Þ¤¹"
8249
8250 #: toplev.c:5005
8251 #, fuzzy, c-format
8252 msgid "(it is valid for %s but not the selected language)"
8253 msgstr "(%s ÍѤȤ·¤Æ¤ÏÀµ¾ï¤Ç¤¹¤¬¡¢ÁªÂò¤µ¤ì¤¿¸À¸ì¤È¤·¤Æ¤Ï̵¸ú¤Ç¤¹)"
8254
8255 #: toplev.c:5039
8256 msgid "-Wuninitialized is not supported without -O"
8257 msgstr "-Wuninitialized ¤Ï -O ̵¤·¤Ë¤Ï¼õ¤±Æþ¤ì¤é¤ì¤Þ¤»¤ó"
8258
8259 #: toplev.c:5094
8260 msgid "instruction scheduling not supported on this target machine"
8261 msgstr "Ì¿Î᥹¥±¥¸¥å¡¼¥ê¥ó¥°¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¥Þ¥·¥ó¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
8262
8263 #: toplev.c:5098
8264 msgid "this target machine does not have delayed branches"
8265 msgstr "¤³¤Î¥¿¡¼¥²¥Ã¥È¥Þ¥·¥ó¤ÏÃÙ±äʬ´ô¤ò»ý¤Ã¤Æ¤¤¤Þ¤»¤ó"
8266
8267 #: toplev.c:5112
8268 #, c-format
8269 msgid "-f%sleading-underscore not supported on this target machine"
8270 msgstr "-f%sleading-underscore ¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¥Þ¥·¥ó¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
8271
8272 #: toplev.c:5175
8273 #, fuzzy
8274 msgid "-ffunction-sections not supported for this target"
8275 msgstr "-ffunction-sections ¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ç¼õ¤±Æþ¤ì¤é¤ì¤Þ¤»¤ó"
8276
8277 #: toplev.c:5180
8278 #, fuzzy
8279 msgid "-fdata-sections not supported for this target"
8280 msgstr "-fdata-sections ¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ç¼õ¤±Æþ¤ì¤é¤ì¤Þ¤»¤ó"
8281
8282 #: toplev.c:5187
8283 #, fuzzy
8284 msgid "-ffunction-sections disabled; it makes profiling impossible"
8285 msgstr "-ffunction-sections ¤¬Ìµ¸ú¤Ç¤¹ -- ¥×¥í¥Õ¥¡¥¤¥ë¤ÏÉÔ²Äǽ¤Ç¤¹"
8286
8287 #: toplev.c:5194
8288 #, fuzzy
8289 msgid "-fprefetch-loop-arrays not supported for this target"
8290 msgstr "-fdata-sections ¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ç¼õ¤±Æþ¤ì¤é¤ì¤Þ¤»¤ó"
8291
8292 #: toplev.c:5200
8293 #, fuzzy
8294 msgid "-fprefetch-loop-arrays not supported for this target (try -march switches)"
8295 msgstr "-f%sleading-underscore ¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¥Þ¥·¥ó¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
8296
8297 #: toplev.c:5209
8298 #, fuzzy
8299 msgid "-fprefetch-loop-arrays is not supported with -Os"
8300 msgstr "-mg ¤Ç¤Î¥×¥í¥Õ¥¡¥¤¥ë¤ÏÄ󶡤µ¤ì¤Þ¤»¤ó\n"
8301
8302 #: toplev.c:5215
8303 #, fuzzy
8304 msgid "-ffunction-sections may affect debugging on some targets"
8305 msgstr "-ffunction-sections ¤Ï¥¿¡¼¥²¥Ã¥È¤Ë¤è¤Ã¤Æ¤Ï¥Ç¥Ð¥Ã¥°¤Ë±Æ¶Á¤¹¤ë¤«¤â¤·¤ì¤Þ¤»¤ó"
8306
8307 #: toplev.c:5327
8308 #, c-format
8309 msgid "error writing to %s"
8310 msgstr "%s ¤Ø¤Î½ñ¤­¹þ¤ß¥¨¥é¡¼¤Ç¤¹"
8311
8312 #: toplev.c:5329 java/jcf-parse.c:936 java/jcf-write.c:3460
8313 #, c-format
8314 msgid "error closing %s"
8315 msgstr "¥¨¥é¡¼¤Ë¤è¤ê %s ¤òÊĤ¸¤Þ¤¹"
8316
8317 #: tree-dump.c:702
8318 #, c-format
8319 msgid "could not open dump file `%s'"
8320 msgstr "¥À¥ó¥×¥Õ¥¡¥¤¥ë %s ¤ò³«¤±¤Þ¤»¤ó¤Ç¤·¤¿"
8321
8322 #: tree-dump.c:778
8323 #, fuzzy, c-format
8324 msgid "ignoring unknown option `%.*s' in `-f%s'"
8325 msgstr "`%s'(`-f%s' ¤Î½ª¤ê¤Ë¤¢¤ë) ¤ò̵»ë¤·¤Þ¤¹"
8326
8327 #: tree.c:3645
8328 msgid "arrays of functions are not meaningful"
8329 msgstr "´Ø¿ô¤ÎÇÛÎó¤Ï°ÕÌ£¤¬¤¢¤ê¤Þ¤»¤ó"
8330
8331 #: tree.c:3702
8332 msgid "function return type cannot be function"
8333 msgstr "´Ø¿ô¤ÎÊÖ¤¹·¿¤¬´Ø¿ô¤Ç¤¢¤Ã¤Æ¤Ï¤Ê¤ê¤Þ¤»¤ó"
8334
8335 #: tree.c:4557
8336 msgid "invalid initializer for bit string"
8337 msgstr "̵¸ú¤Ê¥Ó¥Ã¥ÈÎó½é´ü²½»Ò¤Ç¤¹"
8338
8339 #: tree.c:4616
8340 #, fuzzy, c-format
8341 msgid "tree check: expected %s, have %s in %s, at %s:%d"
8342 msgstr "Tree ¸¡ºº: %s ¤¬¤¢¤ë¤Ù¤­½ê¤Ë %s ¤¬¤¢¤ê¤Þ¤¹(%s Æâ, %s:%d)"
8343
8344 #: tree.c:4633
8345 #, fuzzy, c-format
8346 msgid "tree check: expected class '%c', have '%c' (%s) in %s, at %s:%d"
8347 msgstr "Tree ¸¡ºº: ¥¯¥é¥¹ '%c' ¤Î¤Ï¤º¤¬ '%c' (%s) ¤Ç¤¹(%s Æâ, %s:%d)"
8348
8349 #: tree.c:4650
8350 #, fuzzy, c-format
8351 msgid "tree check: accessed elt %d of tree_vec with %d elts in %s, at %s:%d"
8352 msgstr "RTL check: ¥Ù¥¯¥È¥ë¤Î elt %d ¤òºÇ¸å¤Î elt %d (%s Ãæ)¤È°ì½ï¤Ë¥¢¥¯¥»¥¹¤·¤Þ¤¹ (%s:%d)"
8353
8354 #: varasm.c:455 config/i386/winnt.c:611
8355 #, c-format
8356 msgid "%s causes a section type conflict"
8357 msgstr "%s ¤Ï¥»¥¯¥·¥ç¥ó¥¿¥¤¥×¤Î¶¥¹ç¤ò°ú¤­µ¯¤³¤·¤Þ¤¹"
8358
8359 #: varasm.c:841
8360 #, c-format
8361 msgid "register name not specified for `%s'"
8362 msgstr "¥ì¥¸¥¹¥¿Ì¾¤¬ `%s' ÍѤ˻ØÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó"
8363
8364 #: varasm.c:843
8365 #, c-format
8366 msgid "invalid register name for `%s'"
8367 msgstr "`%s' ¤ËÂФ¹¤ë¥ì¥¸¥¹¥¿Ì¾¤È¤·¤Æ̵¸ú¤Ç¤¹"
8368
8369 #: varasm.c:846
8370 #, c-format
8371 msgid "data type of `%s' isn't suitable for a register"
8372 msgstr "`%s' ¤Î¥Ç¡¼¥¿·¿¤Ï register ¤Ë¤Ï¤Õ¤µ¤ï¤·¤¯¤¢¤ê¤Þ¤»¤ó"
8373
8374 #: varasm.c:849
8375 #, c-format
8376 msgid "register specified for `%s' isn't suitable for data type"
8377 msgstr "`%s' ¤Ë»ØÄꤵ¤ì¤¿ register ¤Ï¥Ç¡¼¥¿·¿¤Ë¤Õ¤µ¤ï¤·¤¯¤¢¤ê¤Þ¤»¤ó"
8378
8379 #: varasm.c:858
8380 msgid "global register variable has initial value"
8381 msgstr "Âç°è register ÊÑ¿ô¤¬½é´üÃͤò»ý¤Ã¤Æ¤¤¤Þ¤¹"
8382
8383 #: varasm.c:861
8384 msgid "volatile register variables don't work as you might wish"
8385 msgstr "volatile register ÊÑ¿ô¤Ï°Õ¿Þ¤·¤¿¤è¤¦¤Ë¤ÏÆ°ºî¤·¤Þ¤»¤ó"
8386
8387 #: varasm.c:894
8388 #, c-format
8389 msgid "register name given for non-register variable `%s'"
8390 msgstr "¥ì¥¸¥¹¥¿Ì¾¤¬Èó register ÊÑ¿ô `%s' ¤ËÍ¿¤¨¤é¤ì¤Þ¤·¤¿"
8391
8392 #: varasm.c:1542
8393 #, fuzzy, c-format
8394 msgid "alignment of `%s' is greater than maximum object file alignment. Using %d"
8395 msgstr "`%s' ¤Î¥¢¥é¥¤¥ó¥á¥ó¥È¤Ï¥ª¥Ö¥¸¥§¥¯¥È¥Õ¥¡¥¤¥ë¤ÎºÇÂçÃͤè¤ê¤âÂ礭¤¤¤Ç¤¹¡£ %d ¤ò»È¤¤¤Þ¤¹¡£"
8396
8397 #: varasm.c:1584
8398 msgid "thread-local COMMON data not implemented"
8399 msgstr ""
8400
8401 #: varasm.c:1610
8402 #, fuzzy, c-format
8403 msgid "requested alignment for %s is greater than implemented alignment of %d"
8404 msgstr "%s ¤ËÍ׵ᤵ¤ì¤¿¥¢¥é¥¤¥ó¥á¥ó¥È¤Ï¼ÂÁõ¤µ¤ì¤¿¥¢¥é¥¤¥ó¥á¥ó¥È %d ¤è¤êÂ礭¤¤¤Ç¤¹"
8405
8406 #: varasm.c:4048
8407 msgid "initializer for integer value is too complicated"
8408 msgstr "À°¿ô¤Î½é´üÀßÄê»Ò¤ÎÃͤ¬Ê£»¨¤¹¤®¤Þ¤¹"
8409
8410 #: varasm.c:4053
8411 msgid "initializer for floating value is not a floating constant"
8412 msgstr "ÉâÆ°¾®¿ôÅÀ¿ô¤Î½é´üÀßÄê»Ò¤ÎÃͤ¬¡¢ÉâÆ°¾®¿ôÅÀÄê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
8413
8414 #: varasm.c:4120
8415 msgid "unknown set constructor type"
8416 msgstr "ÉÔÌÀ¤ÊÀßÄêºÑ¥³¥ó¥¹¥È¥é¥¯¥¿·¿¤Ç¤¹"
8417
8418 #: varasm.c:4334
8419 #, c-format
8420 msgid "invalid initial value for member `%s'"
8421 msgstr "¥á¥ó¥Ð `%s' ¤ËÂФ¹¤ë̵¸ú¤Ê½é´üÃÍ"
8422
8423 #: varasm.c:4525 varasm.c:4568
8424 #, c-format
8425 msgid "weak declaration of `%s' must precede definition"
8426 msgstr "`%s' ¤Î weak Àë¸À¤ÏÄêµÁ¤è¤ê¤âÀè¤Ë¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
8427
8428 #: varasm.c:4532
8429 #, fuzzy, c-format
8430 msgid "weak declaration of `%s' after first use results in unspecified behavior"
8431 msgstr "`%s' ¤Î weak Àë¸À¤ÏÄêµÁ¤è¤ê¤âÀè¤Ë¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
8432
8433 #: varasm.c:4566
8434 #, c-format
8435 msgid "weak declaration of `%s' must be public"
8436 msgstr "`%s' ¤Î weak Àë¸À¤Ï public ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
8437
8438 #: varasm.c:4575
8439 #, fuzzy, c-format
8440 msgid "weak declaration of `%s' not supported"
8441 msgstr "`%s' ¤Î weak Àë¸À¤Ï public ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
8442
8443 #: varasm.c:4602 varasm.c:4677
8444 msgid "only weak aliases are supported in this configuration"
8445 msgstr "¸½ºß¤ÎÀßÄê¤Ç¤Ï weak alias ¤·¤«¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
8446
8447 #: varasm.c:4685
8448 msgid "alias definitions not supported in this configuration; ignored"
8449 msgstr "¸½ºß¤ÎÀßÄê¤Ç¤Ï alias ÄêµÁ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó -- ̵»ë¤µ¤ì¤Þ¤·¤¿"
8450
8451 #: varasm.c:4716
8452 #, fuzzy
8453 msgid "visibility attribute not supported in this configuration; ignored"
8454 msgstr "¸½ºß¤ÎÀßÄê¤Ç¤Ï alias ÄêµÁ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó -- ̵»ë¤µ¤ì¤Þ¤·¤¿"
8455
8456 #: varray.c:134
8457 #, fuzzy, c-format
8458 msgid "virtual array %s[%lu]: element %lu out of bounds in %s, at %s:%d"
8459 msgstr "²¾Áۥơ¼¥Ö¥ë %s[%lu]: Í×ÁÇ %lu ¤¬Èϰϳ°¤Ç¤¹"
8460
8461 #. Print an error message for unrecognized stab codes.
8462 #: xcoffout.c:175
8463 #, fuzzy, c-format
8464 msgid "no sclass for %s stab (0x%x)\n"
8465 msgstr "%s ¥¹¥¿¥ÖÍѤΠsclass ¤¬¤¢¤ê¤Þ¤»¤ó (0x%x)\n"
8466
8467 #: pretty-print.h:97
8468 #, fuzzy, c-format
8469 msgid "#`%s' not supported by %s#"
8470 msgstr "`%s' ¤Ï %s ¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
8471
8472 #: params.def:53
8473 msgid "The maximum number of instructions in a single function eligible for inlining"
8474 msgstr ""
8475
8476 #: params.def:65
8477 msgid "The maximum number of instructions when automatically inlining"
8478 msgstr ""
8479
8480 #: params.def:84
8481 msgid "The maximum number of instructions by repeated inlining before gcc starts to throttle inlining"
8482 msgstr ""
8483
8484 #: params.def:97
8485 msgid "The slope of the linear function throttling inlining after the recursive inlining limit has been reached is given by the negative reciprocal value of this parameter"
8486 msgstr ""
8487
8488 #: params.def:110
8489 msgid "The number of instructions in a single functions still eligible to inlining after a lot recursive inlining"
8490 msgstr ""
8491
8492 #: params.def:120
8493 #, fuzzy
8494 msgid "The maximum number of instructions for the RTL inliner"
8495 msgstr "RPTS ÍѤκÇÂçÈ¿Éü¿ô¤ò»ØÄꤹ¤ë"
8496
8497 #: params.def:131
8498 msgid "The maximum number of instructions to consider to fill a delay slot"
8499 msgstr ""
8500
8501 #: params.def:142
8502 msgid "The maximum number of instructions to consider to find accurate live register information"
8503 msgstr ""
8504
8505 #: params.def:152
8506 msgid "The maximum length of scheduling's pending operations list"
8507 msgstr ""
8508
8509 #: params.def:159
8510 msgid "The maximum amount of memory to be allocated by GCSE"
8511 msgstr ""
8512
8513 #: params.def:164
8514 msgid "The maximum number of passes to make when doing GCSE"
8515 msgstr ""
8516
8517 #: params.def:171
8518 msgid "The maximum number of instructions to consider to unroll in a loop"
8519 msgstr ""
8520
8521 #: params.def:176
8522 msgid "Select fraction of the maximal count of repetitions of basic block in program given basic block needs to have to be considered hot"
8523 msgstr ""
8524
8525 #: params.def:181
8526 msgid "Select fraction of the maximal frequency of executions of basic block in function given basic block needs to have to be considered hot"
8527 msgstr ""
8528
8529 #: params.def:186
8530 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is available"
8531 msgstr ""
8532
8533 #: params.def:191
8534 msgid "The percentage of function, weighted by execution frequency, that must be covered by trace formation. Used when profile feedback is not available"
8535 msgstr ""
8536
8537 #: params.def:196
8538 msgid "Maximal code growth caused by tail duplication (in percents)"
8539 msgstr ""
8540
8541 #: params.def:200
8542 msgid "Stop reverse growth if the reverse probability of best edge is less than this threshold (in percents)"
8543 msgstr ""
8544
8545 #: params.def:205
8546 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percents). Used when profile feedback is available"
8547 msgstr ""
8548
8549 #: params.def:210
8550 msgid "Stop forward growth if the probability of best edge is less than this threshold (in percents). Used when profile feedback is not available"
8551 msgstr ""
8552
8553 #: params.def:217
8554 msgid "The maximum number of incoming edges to consider for crossjumping"
8555 msgstr ""
8556
8557 #: params.def:230
8558 msgid "Minimum heap expansion to trigger garbage collection, as a percentage of the total size of the heap."
8559 msgstr ""
8560
8561 #: params.def:236
8562 msgid "Minimum heap size before we start collecting garbage, in kilobytes."
8563 msgstr ""
8564
8565 #: config/darwin-c.c:75
8566 msgid "too many #pragma options align=reset"
8567 msgstr ""
8568
8569 #: config/darwin-c.c:97 config/darwin-c.c:100 config/darwin-c.c:102
8570 #: config/darwin-c.c:104
8571 #, fuzzy
8572 msgid "malformed '#pragma options', ignoring"
8573 msgstr "¤ª¤«¤·¤Ê #pragma map¡¢Ìµ»ë¤µ¤ì¤Þ¤·¤¿"
8574
8575 #: config/darwin-c.c:107
8576 #, fuzzy
8577 msgid "junk at end of '#pragma options'"
8578 msgstr "'#pragma %s' ¤ÎºÇ¸å¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
8579
8580 #: config/darwin-c.c:117
8581 msgid "malformed '#pragma options align={mac68k|power|reset}', ignoring"
8582 msgstr ""
8583
8584 #: config/darwin-c.c:130
8585 #, fuzzy
8586 msgid "missing '(' after '#pragma unused', ignoring"
8587 msgstr "½Ò¸ì¤Î¸å¤í¤Î '(' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
8588
8589 #: config/darwin-c.c:148
8590 #, fuzzy
8591 msgid "missing ')' after '#pragma unused', ignoring"
8592 msgstr "½Ò¸ì¤Î¸å¤í¤Î '(' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
8593
8594 #: config/darwin-c.c:151
8595 #, fuzzy
8596 msgid "junk at end of '#pragma unused'"
8597 msgstr "'#pragma %s' ¤ÎºÇ¸å¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
8598
8599 #: config/lynx-ng.h:97 config/lynx.h:121 config/rs6000/lynx.h:100
8600 msgid "-msystem-v and -p are incompatible"
8601 msgstr "-msystem-v ¤È -p ¤Ï¸ß´¹À­¤¬¤¢¤ê¤Þ¤»¤ó"
8602
8603 #: config/lynx-ng.h:99 config/lynx.h:123 config/rs6000/lynx.h:102
8604 msgid "-msystem-v and -mthreads are incompatible"
8605 msgstr "-msystem-v ¤È -mthreads ¤Ï¸ß´¹À­¤¬¤¢¤ê¤Þ¤»¤ó"
8606
8607 #: config/alpha/alpha.c:342
8608 #, fuzzy, c-format
8609 msgid "-f%s ignored for Unicos/Mk (not supported)"
8610 msgstr "-f%s ¤Ï 68HC11/68HC12 ÍѤȤ·¤Æ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿ (¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó)"
8611
8612 #: config/alpha/alpha.c:366
8613 #, fuzzy
8614 msgid "-mieee not supported on Unicos/Mk"
8615 msgstr "-pipe ¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
8616
8617 #: config/alpha/alpha.c:377
8618 msgid "-mieee-with-inexact not supported on Unicos/Mk"
8619 msgstr ""
8620
8621 #: config/alpha/alpha.c:394
8622 #, c-format
8623 msgid "bad value `%s' for -mtrap-precision switch"
8624 msgstr "-mtrap-precision ¥¹¥¤¥Ã¥Á¤Ë¤È¤Ã¤Æ¤ÎÉÔÀµ¤ÊÃÍ `%s'"
8625
8626 #: config/alpha/alpha.c:408
8627 #, c-format
8628 msgid "bad value `%s' for -mfp-rounding-mode switch"
8629 msgstr "-mfp-rounding-mode ¥¹¥¤¥Ã¥Á¤Ë¤È¤Ã¤Æ¤ÎÉÔÀµ¤ÊÃÍ `%s'"
8630
8631 #: config/alpha/alpha.c:423
8632 #, c-format
8633 msgid "bad value `%s' for -mfp-trap-mode switch"
8634 msgstr "-mfp-trap-mode ¥¹¥¤¥Ã¥Á¤Ë¤È¤Ã¤Æ¤ÎÉÔÀµ¤ÊÃÍ `%s'"
8635
8636 #: config/alpha/alpha.c:435
8637 #, fuzzy, c-format
8638 msgid "bad value `%s' for -mtls-size switch"
8639 msgstr "-mcpu ¥¹¥¤¥Ã¥Á¤Ë¤È¤Ã¤Æ¤ÎÉÔÀµ¤ÊÃÍ `%s'"
8640
8641 #: config/alpha/alpha.c:454 config/alpha/alpha.c:466
8642 #, c-format
8643 msgid "bad value `%s' for -mcpu switch"
8644 msgstr "-mcpu ¥¹¥¤¥Ã¥Á¤Ë¤È¤Ã¤Æ¤ÎÉÔÀµ¤ÊÃÍ `%s'"
8645
8646 #: config/alpha/alpha.c:473
8647 #, fuzzy
8648 msgid "trap mode not supported on Unicos/Mk"
8649 msgstr "VAX ÉâÆ°¾®¿ô¤Ç¤Ï¥È¥é¥Ã¥×¥â¡¼¥É¤òÍøÍѤǤ­¤Þ¤»¤ó"
8650
8651 #: config/alpha/alpha.c:480
8652 msgid "fp software completion requires -mtrap-precision=i"
8653 msgstr "ÉâÆ°¾®¿ôÅÀÊä´°¤Ï -mtrap-precision=i ¤òɬÍפȤ·¤Þ¤¹"
8654
8655 #: config/alpha/alpha.c:496
8656 msgid "rounding mode not supported for VAX floats"
8657 msgstr "VAX ÉâÆ°¾®¿ô¤Ç¤Ï´Ý¤á¥â¡¼¥É¤òÍøÍѤǤ­¤Þ¤»¤ó"
8658
8659 #: config/alpha/alpha.c:501
8660 msgid "trap mode not supported for VAX floats"
8661 msgstr "VAX ÉâÆ°¾®¿ô¤Ç¤Ï¥È¥é¥Ã¥×¥â¡¼¥É¤òÍøÍѤǤ­¤Þ¤»¤ó"
8662
8663 #: config/alpha/alpha.c:530
8664 #, c-format
8665 msgid "L%d cache latency unknown for %s"
8666 msgstr "L%d ¥­¥ã¥Ã¥·¥å¥ì¥¤¥Æ¥ó¥·¤Ï %s ¤Ë¤È¤Ã¤ÆÉÔÌÀ¤Ç¤¹"
8667
8668 #: config/alpha/alpha.c:545
8669 #, c-format
8670 msgid "bad value `%s' for -mmemory-latency"
8671 msgstr "`%s' ¤Ï -mmemory-latency ¤Ë¤È¤Ã¤ÆÉÔÀµ¤ÊÃͤǤ¹"
8672
8673 #: config/alpha/alpha.c:5604 config/m88k/m88k.c:2889 config/romp/romp.c:754
8674 #: config/romp/romp.c:761
8675 #, c-format
8676 msgid "invalid %%H value"
8677 msgstr "̵¸ú¤Ê %%H ÃÍ"
8678
8679 #: config/alpha/alpha.c:5625
8680 #, fuzzy, c-format
8681 msgid "invalid %%J value"
8682 msgstr "̵¸ú¤Ê %%W ÃͤǤ¹"
8683
8684 #: config/alpha/alpha.c:5641 config/ia64/ia64.c:3970 config/m88k/m88k.c:3034
8685 #, c-format
8686 msgid "invalid %%r value"
8687 msgstr "̵¸ú¤Ê %%r ÃÍ"
8688
8689 #: config/alpha/alpha.c:5651 config/rs6000/rs6000.c:7737
8690 #, c-format
8691 msgid "invalid %%R value"
8692 msgstr "̵¸ú¤Ê %%R ÃÍ"
8693
8694 #: config/alpha/alpha.c:5657 config/rs6000/rs6000.c:7663
8695 #, c-format
8696 msgid "invalid %%N value"
8697 msgstr "̵¸ú¤Ê %%N ÃÍ"
8698
8699 #: config/alpha/alpha.c:5665 config/rs6000/rs6000.c:7691
8700 #, c-format
8701 msgid "invalid %%P value"
8702 msgstr "̵¸ú¤Ê %%P ÃÍ"
8703
8704 #: config/alpha/alpha.c:5673 config/m88k/m88k.c:2895 config/romp/romp.c:740
8705 #: config/romp/romp.c:747
8706 #, c-format
8707 msgid "invalid %%h value"
8708 msgstr "̵¸ú¤Ê %%h ÃÍ"
8709
8710 #: config/alpha/alpha.c:5681 config/romp/romp.c:698
8711 #, c-format
8712 msgid "invalid %%L value"
8713 msgstr "̵¸ú¤Ê %%L ÃÍ"
8714
8715 #: config/alpha/alpha.c:5720 config/rs6000/rs6000.c:7645
8716 #, c-format
8717 msgid "invalid %%m value"
8718 msgstr "̵¸ú¤Ê %%m ÃÍ"
8719
8720 #: config/alpha/alpha.c:5728 config/rs6000/rs6000.c:7653
8721 #, c-format
8722 msgid "invalid %%M value"
8723 msgstr "̵¸ú¤Ê %%M ÃÍ"
8724
8725 #: config/alpha/alpha.c:5772
8726 #, c-format
8727 msgid "invalid %%U value"
8728 msgstr "̵¸ú¤Ê %%U ÃÍ"
8729
8730 #: config/alpha/alpha.c:5784 config/alpha/alpha.c:5798 config/romp/romp.c:706
8731 #: config/rs6000/rs6000.c:7745
8732 #, c-format
8733 msgid "invalid %%s value"
8734 msgstr "̵¸ú¤Ê %%s ÃÍ"
8735
8736 #: config/alpha/alpha.c:5821 config/m88k/m88k.c:2997
8737 #, c-format
8738 msgid "invalid %%C value"
8739 msgstr "̵¸ú¤Ê %%C ÃÍ"
8740
8741 #: config/alpha/alpha.c:5858 config/m88k/m88k.c:3018
8742 #: config/rs6000/rs6000.c:7502
8743 #, c-format
8744 msgid "invalid %%E value"
8745 msgstr "̵¸ú¤Ê %%E ÃÍ"
8746
8747 #: config/alpha/alpha.c:5883 config/alpha/alpha.c:5933
8748 #, fuzzy
8749 msgid "unknown relocation unspec"
8750 msgstr "ÉÔÌÀ¤ÊÀßÄêºÑ¥³¥ó¥¹¥È¥é¥¯¥¿·¿¤Ç¤¹"
8751
8752 #: config/alpha/alpha.c:5892 config/romp/romp.c:981
8753 #: config/rs6000/rs6000.c:8052
8754 #, c-format
8755 msgid "invalid %%xn code"
8756 msgstr "̵¸ú¤Ê %%xn ¥³¡¼¥É"
8757
8758 #: config/alpha/alpha.c:6618 config/alpha/alpha.c:6621 config/s390/s390.c:6069
8759 #: config/s390/s390.c:6072
8760 #, fuzzy
8761 msgid "bad builtin fcode"
8762 msgstr "ÁȤ߹þ¤ß¥Þ¥¯¥í \"%s\" ¤Ï̵¸ú¤Ç¤¹"
8763
8764 #. Macro to define tables used to set the flags.
8765 #. This is a list in braces of pairs in braces,
8766 #. each pair being { "NAME", VALUE }
8767 #. where VALUE is the bits to set or minus the bits to clear.
8768 #. An empty string NAME is used to identify the default VALUE.
8769 #: config/alpha/alpha.h:279 config/i386/i386.h:294 config/i386/i386.h:296
8770 #: config/i386/i386.h:298 config/ns32k/ns32k.h:140 config/rs6000/rs6000.h:292
8771 #: config/s390/s390.h:68 config/sparc/sparc.h:522 config/sparc/sparc.h:527
8772 msgid "Use hardware fp"
8773 msgstr "¥Ï¡¼¥É¥¦¥§¥¢ÉâÆ°¾®¿ôÅÀ¤òÍøÍÑ"
8774
8775 #: config/alpha/alpha.h:280 config/i386/i386.h:295 config/i386/i386.h:297
8776 #: config/rs6000/rs6000.h:294 config/sparc/sparc.h:524
8777 #: config/sparc/sparc.h:529
8778 msgid "Do not use hardware fp"
8779 msgstr "¥Ï¡¼¥É¥¦¥§¥¢ÉâÆ°¾®¿ôÅÀ¤òÍøÍѤ·¤Ê¤¤"
8780
8781 #: config/alpha/alpha.h:281
8782 msgid "Use fp registers"
8783 msgstr "ÉâÆ°¾®¿ôÅÀ¥ì¥¸¥¹¥¿¤òÍøÍѤ¹¤ë"
8784
8785 #: config/alpha/alpha.h:283
8786 msgid "Do not use fp registers"
8787 msgstr "ÉâÆ°¾®¿ôÅÀ¥ì¥¸¥¹¥¿¤òÍøÍѤ·¤Ê¤¤"
8788
8789 #: config/alpha/alpha.h:284
8790 msgid "Do not assume GAS"
8791 msgstr "GAS ¤ÎÍøÍѤòÁ°Äó¤È¤·¤Ê¤¤"
8792
8793 #: config/alpha/alpha.h:285
8794 msgid "Assume GAS"
8795 msgstr "GAS ¤ÎÍøÍѤòÁ°Äó¤È¤¹¤ë"
8796
8797 #: config/alpha/alpha.h:287
8798 msgid "Request IEEE-conformant math library routines (OSF/1)"
8799 msgstr "IEEE ½àµò¤Î¿ô³Ø¥é¥¤¥Ö¥é¥ê¥ë¡¼¥Á¥ó (OSF/1) ¤òÍ׵᤹¤ë"
8800
8801 #: config/alpha/alpha.h:289
8802 msgid "Emit IEEE-conformant code, without inexact exceptions"
8803 msgstr "ÉÔŬÀÚ¤ÊÎã³°¤ò½ü¤¤¤Æ IEEE ½àµò¤Î¥³¡¼¥É¤òȯ¹Ô¤¹¤ë"
8804
8805 #: config/alpha/alpha.h:291
8806 msgid "Emit IEEE-conformant code, with inexact exceptions"
8807 msgstr "ÉÔŬÀÚ¤ÊÎã³°¤ò´Þ¤á¤Æ IEEE ½àµò¤Î¥³¡¼¥É¤òȯ¹Ô¤¹¤ë"
8808
8809 #: config/alpha/alpha.h:293
8810 msgid "Do not emit complex integer constants to read-only memory"
8811 msgstr "Ê£ÁÇ¿ô¤ÎÀ°¿ôÄê¿ô¤òÆɤ߹þ¤ßÀìÍÑ¥á¥â¥ê¤ËŸ³«¤µ¤»¤Ê¤¤"
8812
8813 #: config/alpha/alpha.h:294
8814 msgid "Use VAX fp"
8815 msgstr "VAX ÉâÆ°¾®¿ôÅÀ¤òÍøÍѤ¹¤ë"
8816
8817 #: config/alpha/alpha.h:295
8818 msgid "Do not use VAX fp"
8819 msgstr "VAX ÉâÆ°¾®¿ôÅÀ¤òÍøÍѤ·¤Ê¤¤"
8820
8821 #: config/alpha/alpha.h:296
8822 msgid "Emit code for the byte/word ISA extension"
8823 msgstr "¥Ð¥¤¥È/¥ï¡¼¥É ISA ³ÈÄ¥ÍѤΥ³¡¼¥É¤òȯ¹Ô¤¹¤ë"
8824
8825 #: config/alpha/alpha.h:299
8826 msgid "Emit code for the motion video ISA extension"
8827 msgstr "¥â¡¼¥·¥ç¥ó¥Ó¥Ç¥ª ISA ³ÈÄ¥ÍѤΥ³¡¼¥É¤òȯ¹Ô¤¹¤ë"
8828
8829 #: config/alpha/alpha.h:302
8830 msgid "Emit code for the fp move and sqrt ISA extension"
8831 msgstr "ÉâÆ°¾®¿ôÅÀ move ¤È sqrt ISA ³ÈÄ¥ÍѤΥ³¡¼¥É¤òȯ¹Ô¤¹¤ë"
8832
8833 #: config/alpha/alpha.h:304
8834 msgid "Emit code for the counting ISA extension"
8835 msgstr "¥«¥¦¥ó¥È ISA ³ÈÄ¥ÍѤΥ³¡¼¥É¤òȯ¹Ô¤¹¤ë"
8836
8837 #: config/alpha/alpha.h:307
8838 msgid "Emit code using explicit relocation directives"
8839 msgstr ""
8840
8841 #: config/alpha/alpha.h:310
8842 msgid "Emit 16-bit relocations to the small data areas"
8843 msgstr ""
8844
8845 #: config/alpha/alpha.h:312
8846 msgid "Emit 32-bit relocations to the small data areas"
8847 msgstr ""
8848
8849 #: config/alpha/alpha.h:314
8850 msgid "Emit rdval instead of rduniq for thread pointer"
8851 msgstr ""
8852
8853 #. For -mcpu=
8854 #. For -mtune=
8855 #. For -mfp-rounding-mode=[n|m|c|d]
8856 #. For -mfp-trap-mode=[n|u|su|sui]
8857 #. For -mtrap-precision=[p|f|i]
8858 #. For -mmemory-latency=
8859 #. For -mtls-size=
8860 #: config/alpha/alpha.h:343
8861 msgid "Use features of and schedule given CPU"
8862 msgstr "CPU ¤ËÍ¿¤¨¤é¤ì¤¿ÆÃħ¤ä¥¹¥±¥¸¥å¡¼¥ë¤òÍøÍѤ¹¤ë"
8863
8864 #: config/alpha/alpha.h:345
8865 msgid "Schedule given CPU"
8866 msgstr "CPU ¤ËÍ¿¤¨¤é¤ì¤¿¥¹¥±¥¸¥å¡¼¥ë¤òÍøÍѤ¹¤ë"
8867
8868 #: config/alpha/alpha.h:347
8869 msgid "Control the generated fp rounding mode"
8870 msgstr "À¸À®¤µ¤ì¤¿ÉâÆ°¾®¿ôÅÀ´Ý¤á¥â¡¼¥É¤òÀ©¸æ¤¹¤ë"
8871
8872 #: config/alpha/alpha.h:349
8873 msgid "Control the IEEE trap mode"
8874 msgstr "IEEE ¥È¥é¥Ã¥×¥â¡¼¥É¤òÀ©¸æ¤¹¤ë"
8875
8876 #: config/alpha/alpha.h:351
8877 msgid "Control the precision given to fp exceptions"
8878 msgstr "ÉâÆ°¾®¿ôÅÀÎã³°¤ËÍ¿¤¨¤é¤ì¤¿ÀºÅÙ¤òÀ©¸æ¤¹¤ë"
8879
8880 #: config/alpha/alpha.h:353
8881 msgid "Tune expected memory latency"
8882 msgstr "ͽ´ü¤µ¤ì¤ë¥á¥â¥ê¥ì¥¤¥Æ¥ó¥·¤òÄ´À°¤¹¤ë"
8883
8884 #: config/alpha/alpha.h:355 config/ia64/ia64.h:225
8885 msgid "Specify bit size of immediate TLS offsets"
8886 msgstr ""
8887
8888 #: config/arc/arc.c:135
8889 #, c-format
8890 msgid "bad value (%s) for -mcpu switch"
8891 msgstr "-mcpu ¥¹¥¤¥Ã¥Á¤ËÂФ¹¤ëÉÔÀµ¤ÊÃÍ (%s)"
8892
8893 #: config/arc/arc.c:362
8894 #, fuzzy, c-format
8895 msgid "argument of `%s' attribute is not a string constant"
8896 msgstr "`asm' ¤Î°ú¿ô¤¬Äê¿ôʸ»úÎó¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó "
8897
8898 #: config/arc/arc.c:369
8899 #, c-format
8900 msgid "argument of `%s' attribute is not \"ilink1\" or \"ilink2\""
8901 msgstr ""
8902
8903 #: config/arc/arc.c:1708 config/m32r/m32r.c:2286
8904 #, fuzzy, c-format
8905 msgid "invalid operand to %%R code"
8906 msgstr "%R ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
8907
8908 #: config/arc/arc.c:1740 config/m32r/m32r.c:2309
8909 #, fuzzy, c-format
8910 msgid "invalid operand to %%H/%%L code"
8911 msgstr "%H/%L ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
8912
8913 #: config/arc/arc.c:1763 config/m32r/m32r.c:2385
8914 #, fuzzy, c-format
8915 msgid "invalid operand to %%U code"
8916 msgstr "%U ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
8917
8918 #: config/arc/arc.c:1774
8919 #, fuzzy, c-format
8920 msgid "invalid operand to %%V code"
8921 msgstr "%V ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
8922
8923 #. Unknown flag.
8924 #: config/arc/arc.c:1781 config/m32r/m32r.c:2424 config/sparc/sparc.c:6533
8925 msgid "invalid operand output code"
8926 msgstr "̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É½ÐÎÏ¥³¡¼¥É"
8927
8928 #: config/arm/arm.c:458
8929 #, c-format
8930 msgid "switch -mcpu=%s conflicts with -march= switch"
8931 msgstr "-mcpu=%s ¥¹¥¤¥Ã¥Á¤Ï -march= ¥¹¥¤¥Ã¥Á¤È¶¥¹ç¤·¤Þ¤¹"
8932
8933 #: config/arm/arm.c:468 config/rs6000/rs6000.c:558 config/sparc/sparc.c:393
8934 #, c-format
8935 msgid "bad value (%s) for %s switch"
8936 msgstr "ÃÍ (%s) ¤Ï %s switch ¤Ë¤È¤Ã¤ÆÀµ¤·¤¯¤¢¤ê¤Þ¤»¤ó"
8937
8938 #: config/arm/arm.c:604
8939 msgid "target CPU does not support APCS-32"
8940 msgstr "¥¿¡¼¥²¥Ã¥È CPU ¤Ï APCS-32 ¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤»¤ó"
8941
8942 #: config/arm/arm.c:609
8943 msgid "target CPU does not support APCS-26"
8944 msgstr "¥¿¡¼¥²¥Ã¥È CPU ¤Ï APCS-26 ¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤»¤ó"
8945
8946 #: config/arm/arm.c:615
8947 msgid "target CPU does not support interworking"
8948 msgstr "¥¿¡¼¥²¥Ã¥È CPU ¤Ï interworking ¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤»¤ó"
8949
8950 #: config/arm/arm.c:621
8951 #, fuzzy
8952 msgid "target CPU does not support THUMB instructions"
8953 msgstr "¥¿¡¼¥²¥Ã¥È CPU ¤Ï THUMB Ì¿Îá¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤»¤ó"
8954
8955 #: config/arm/arm.c:635
8956 #, fuzzy
8957 msgid "enabling backtrace support is only meaningful when compiling for the Thumb"
8958 msgstr "Thumb ÍѤ˥³¥ó¥Ñ¥¤¥ë¤·¤¿¤È¤­¤Î¤ß¡¢°ÕÌ£¤Î¤¢¤ë¥Ð¥Ã¥¯¥È¥ì¡¼¥¹¤òÍ­¸ú¤Ë¤·¤Þ¤¹"
8959
8960 #: config/arm/arm.c:638
8961 #, fuzzy
8962 msgid "enabling callee interworking support is only meaningful when compiling for the Thumb"
8963 msgstr "Thumb ÍѤ˥³¥ó¥Ñ¥¤¥ë¤·¤¿¤È¤­¤Î¤ß¡¢Èï¸Æ¤Ó½Ð¤·Â¦ interworking ¤òÍ­¸ú¤Ë¤·¤Þ¤¹"
8964
8965 #: config/arm/arm.c:641
8966 #, fuzzy
8967 msgid "enabling caller interworking support is only meaningful when compiling for the Thumb"
8968 msgstr "Thumb ÍѤ˥³¥ó¥Ñ¥¤¥ë¤·¤¿¤È¤­¤Î¤ß¡¢¸Æ¤Ó½Ð¤·Â¦ interworking ¤òÍ­¸ú¤Ë¤·¤Þ¤¹"
8969
8970 #: config/arm/arm.c:647
8971 msgid "interworking forces APCS-32 to be used"
8972 msgstr "interworking ¤Ï APCS-32 ¤Î»ÈÍѤò¶¯Íפ·¤Þ¤¹"
8973
8974 #: config/arm/arm.c:653
8975 msgid "-mapcs-stack-check incompatible with -mno-apcs-frame"
8976 msgstr "-mapcs-stack-check ¤Ï -mno-apcs-frame ¤È¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
8977
8978 #: config/arm/arm.c:661
8979 msgid "-fpic and -mapcs-reent are incompatible"
8980 msgstr "-fpic ¤È -mapcs-reent ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
8981
8982 #: config/arm/arm.c:664
8983 msgid "APCS reentrant code not supported. Ignored"
8984 msgstr "APCS ºÆÆþ²Äǽ¥³¡¼¥É¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó¡£Ìµ»ë¤µ¤ì¤Þ¤·¤¿"
8985
8986 #: config/arm/arm.c:672
8987 msgid "-g with -mno-apcs-frame may not give sensible debugging"
8988 msgstr "-g ¤Ë -mno-apcs-frame ¤ò¤Ä¤±¤ë¤È¡¢¤­¤áºÙ¤«¤Ê¥Ç¥Ð¥Ã¥°¤Ï¤Ç¤­¤Ê¤¤¤Ç¤·¤ç¤¦"
8989
8990 #: config/arm/arm.c:680
8991 #, fuzzy
8992 msgid "passing floating point arguments in fp regs not yet supported"
8993 msgstr "ÉâÆ°¾®¿ôÅÀ°ú¿ô¤òÉâÆ°¾®¿ôÅÀ¥ì¥¸¥¹¥¿¤ÇÅϤ¹¤³¤È¤Ï¡¢¤Þ¤À¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
8994
8995 #: config/arm/arm.c:709
8996 #, fuzzy, c-format
8997 msgid "invalid floating point emulation option: -mfpe-%s"
8998 msgstr "̵¸ú¤ÊÉâÆ°¾®¿ôÅÀ¥¨¥ß¥å¥ì¡¼¥È¥ª¥×¥·¥ç¥ó: -mfpe-%s"
8999
9000 #: config/arm/arm.c:733
9001 #, fuzzy
9002 msgid "structure size boundary can only be set to 8 or 32"
9003 msgstr "¹½Â¤ÂΤΥµ¥¤¥º¶­³¦¤Ï 8 Ëô¤Ï 32 ¤Ë¤·¤«ÀßÄê¤Ç¤­¤Þ¤»¤ó"
9004
9005 #: config/arm/arm.c:741
9006 msgid "-mpic-register= is useless without -fpic"
9007 msgstr "-mpic-register= ¤Ï -fpic ¤ò¤Ä¤±¤Ê¤¤¤ÈÌò¤ËΩ¤Á¤Þ¤»¤ó"
9008
9009 #: config/arm/arm.c:748
9010 #, fuzzy, c-format
9011 msgid "unable to use '%s' for PIC register"
9012 msgstr "'%s' ¤ò PIC ¤Î¥ì¥¸¥¹¥¿¤È¤·¤Æ»È¤¦¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó"
9013
9014 #: config/arm/arm.c:2064 config/arm/arm.c:2087 config/avr/avr.c:4794
9015 #: config/c4x/c4x.c:4644 config/h8300/h8300.c:3667 config/i386/i386.c:1396
9016 #: config/i386/i386.c:1425 config/ip2k/ip2k.c:3224
9017 #: config/m68hc11/m68hc11.c:1267 config/mcore/mcore.c:3510
9018 #: config/ns32k/ns32k.c:1047 config/rs6000/rs6000.c:12538 config/sh/sh.c:5681
9019 #: config/sh/sh.c:5706 config/sh/sh.c:5745 config/stormy16/stormy16.c:2026
9020 #: config/v850/v850.c:2180
9021 #, fuzzy, c-format
9022 msgid "`%s' attribute only applies to functions"
9023 msgstr "`%s' °À­¤Ï´Ø¿ô¤ËÂФ·¤Æ¤Î¤ßŬÍѤµ¤ì¤Þ¤¹"
9024
9025 #: config/arm/arm.c:9459
9026 #, fuzzy
9027 msgid "unable to compute real location of stacked parameter"
9028 msgstr "¥¹¥¿¥Ã¥¯¤ËÀѤޤ줿²¾°ú¿ô¤Î¼ÂºÝ¤ÎÎΰè¤ò·×»»¤Ç¤­¤Þ¤»¤ó"
9029
9030 #: config/arm/arm.c:10138
9031 msgid "no low registers available for popping high registers"
9032 msgstr "¹â°Ì¥ì¥¸¥¹¥¿¤ò pop ¤¹¤ë°Ù¤Ë»ÈÍѤǤ­¤ëÄã°Ì¥ì¥¸¥¹¥¿¤¬¤¢¤ê¤Þ¤»¤ó"
9033
9034 #: config/arm/arm.c:10389
9035 #, fuzzy
9036 msgid "interrupt Service Routines cannot be coded in Thumb mode"
9037 msgstr "Thumb ¥â¡¼¥É¤Ç¤Ï³ä¤ê¹þ¤ß¥µ¡¼¥Ó¥¹¥ë¡¼¥Á¥ó¤ò¥³¡¼¥É²½¤Ç¤­¤Þ¤»¤ó"
9038
9039 #: config/arm/pe.c:168 config/mcore/mcore.c:3358
9040 #, c-format
9041 msgid "initialized variable `%s' is marked dllimport"
9042 msgstr "½é´ü²½¤µ¤ì¤¿ÊÑ¿ô `%s' ¤Ï dllimport ¥Þ¡¼¥¯¤µ¤ì¤Æ¤¤¤Þ¤¹"
9043
9044 #: config/arm/pe.c:177
9045 #, c-format
9046 msgid "static variable `%s' is marked dllimport"
9047 msgstr "ÀÅŪÊÑ¿ô `%s' ¤Ï dllimport ¤È¥Þ¡¼¥¯¤µ¤ì¤Æ¤¤¤Þ¤¹"
9048
9049 #: config/arm/arm.h:416
9050 msgid "Generate APCS conformant stack frames"
9051 msgstr "APCS Ŭ¹ç¤·¤¿¥¹¥¿¥Ã¥¯¥Õ¥ì¡¼¥à¤òÀ¸À®¤¹¤ë"
9052
9053 #: config/arm/arm.h:419
9054 msgid "Store function names in object code"
9055 msgstr "¥ª¥Ö¥¸¥§¥¯¥È¥³¡¼¥É¤Ë´Ø¿ô̾¤ò³ÊǼ¤¹¤ë"
9056
9057 #: config/arm/arm.h:423
9058 msgid "Use the 32-bit version of the APCS"
9059 msgstr "APCS ¤Î 32 ¥Ó¥Ã¥ÈÈǤò»ÈÍѤ¹¤ë"
9060
9061 #: config/arm/arm.h:425
9062 msgid "Use the 26-bit version of the APCS"
9063 msgstr "APCS ¤Î 26 ¥Ó¥Ã¥ÈÈǤò»ÈÍѤ¹¤ë"
9064
9065 #: config/arm/arm.h:429
9066 msgid "Pass FP arguments in FP registers"
9067 msgstr "FP ¥ì¥¸¥¹¥¿¤Ç FP °ú¿ô¤òÅϤ¹"
9068
9069 #: config/arm/arm.h:432
9070 msgid "Generate re-entrant, PIC code"
9071 msgstr "ºÆÆþ²Äǽ¤Ê PIC ¥³¡¼¥É¤òÀ¸À®¤·¤Þ¤¹"
9072
9073 #: config/arm/arm.h:435
9074 msgid "The MMU will trap on unaligned accesses"
9075 msgstr "MMU ¤Ï¥¢¥é¥¤¥ó¥á¥ó¥È¤µ¤ì¤Ê¤¤¥¢¥¯¥»¥¹¤Ç¥È¥é¥Ã¥×¤òȯ¤¹¤ë¤Ç¤·¤ç¤¦"
9076
9077 #: config/arm/arm.h:442
9078 msgid "Use library calls to perform FP operations"
9079 msgstr "ÉâÆ°¾®¿ôÅÀ±é»»¤ò¹Ô¤¦¥é¥¤¥Ö¥é¥ê¸Æ¤Ó½Ð¤·¤òÍøÍѤ¹¤ë"
9080
9081 #: config/arm/arm.h:444 config/i960/i960.h:281
9082 msgid "Use hardware floating point instructions"
9083 msgstr "¥Ï¡¼¥É¥¦¥§¥¢ÉâÆ°¾®¿ôÅÀÌ¿Îá¤ò»ÈÍѤ¹¤ë"
9084
9085 #: config/arm/arm.h:446
9086 msgid "Assume target CPU is configured as big endian"
9087 msgstr "¥¿¡¼¥²¥Ã¥È CPU ¤¬¥Ó¥Ã¥¯¥¨¥ó¥Ç¥£¥¢¥ó¤È¤·¤ÆÀßÄꤵ¤ì¤Æ¤¤¤ë¤È¤ß¤Ê¤¹"
9088
9089 #: config/arm/arm.h:448
9090 msgid "Assume target CPU is configured as little endian"
9091 msgstr "¥¿¡¼¥²¥Ã¥È CPU ¤¬¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥ó¤È¤·¤ÆÀßÄꤵ¤ì¤Æ¤¤¤ë¤È¤ß¤Ê¤¹"
9092
9093 #: config/arm/arm.h:450
9094 msgid "Assume big endian bytes, little endian words"
9095 msgstr "byte ¤¬¥Ó¥Ã¥°¥¨¥ó¥Ç¥£¥¢¥ó¤Ç word ¤¬¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥ó¤È¤ß¤Ê¤¹"
9096
9097 #: config/arm/arm.h:452
9098 msgid "Support calls between Thumb and ARM instruction sets"
9099 msgstr "Thumb ¤È ARM Ì¿Î᥻¥Ã¥È´Ö¤Î¸Æ¤Ó½Ð¤·¤ò¥µ¥Ý¡¼¥È¤¹¤ë"
9100
9101 #: config/arm/arm.h:455
9102 msgid "Generate a call to abort if a noreturn function returns"
9103 msgstr "noreturn ´Ø¿ô¤¬ return ¤¹¤ë¤È¤­ abort ¤Î¸Æ¤Ó½Ð¤·¤òÀ¸À®¤¹¤ë"
9104
9105 #: config/arm/arm.h:458
9106 msgid "Do not move instructions into a function's prologue"
9107 msgstr "´Ø¿ô¤Î³«»ÏÉôʬ¤ËÌ¿Îá¤ò°ÜÆ°¤·¤Ê¤¤"
9108
9109 #: config/arm/arm.h:461
9110 msgid "Do not load the PIC register in function prologues"
9111 msgstr "´Ø¿ô¤ÎÁ°ÃÖ¤­Éôʬ¤Ë PIC ¥ì¥¸¥¹¥¿¤ò¥í¡¼¥É¤·¤Ê¤¤"
9112
9113 #: config/arm/arm.h:464
9114 msgid "Generate call insns as indirect calls, if necessary"
9115 msgstr "ɬÍפ¬¤¢¤ì¤Ð¡¢Ì¿Îá¸Æ¤Ó½Ð¤·¤ò´ÖÀܸƤӽФ·¤È¤·¤ÆÀ¸À®¤¹¤ë"
9116
9117 #: config/arm/arm.h:467
9118 msgid "Compile for the Thumb not the ARM"
9119 msgstr "ARM ¤Ç¤Ï¤Ê¤¯ Thumb ÍѤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
9120
9121 #: config/arm/arm.h:471
9122 msgid "Thumb: Generate (non-leaf) stack frames even if not needed"
9123 msgstr "Thumb: ÉÔÍפʾì¹ç¤Ç¤â(ÈóËöü)¥¹¥¿¥Ã¥¯¥Õ¥ì¡¼¥à¤òÀ¸À®¤¹¤ë"
9124
9125 #: config/arm/arm.h:474
9126 msgid "Thumb: Generate (leaf) stack frames even if not needed"
9127 msgstr "Thumb: ÉÔÍפʾì¹ç¤Ç¤â(Ëöü)¥¹¥¿¥Ã¥¯¥Õ¥ì¡¼¥à¤òÀ¸À®¤¹¤ë"
9128
9129 #: config/arm/arm.h:477
9130 msgid "Thumb: Assume non-static functions may be called from ARM code"
9131 msgstr "Thumb: ÈóÀÅŪ´Ø¿ô¤¬ ARM ¥³¡¼¥É¤«¤é¸Æ¤Ó½Ð¤µ¤ì¤ë²ÄǽÀ­¤¬¤¢¤ë¤È¤ß¤Ê¤¹"
9132
9133 #: config/arm/arm.h:481
9134 msgid "Thumb: Assume function pointers may go to non-Thumb aware code"
9135 msgstr "Thumb: ´Ø¿ô¥Ý¥¤¥ó¥¿¤¬Èó Thumb ¤Èǧ¼±¤¹¤ë¥³¡¼¥É¤ËÆÍÆþ¤¹¤ë²ÄǽÀ­¤¬¤¢¤ë¤È¤ß¤Ê¤¹"
9136
9137 #: config/arm/arm.h:491
9138 msgid "Specify the name of the target CPU"
9139 msgstr "¥¿¡¼¥²¥Ã¥È CPU ¤Î̾Á°¤ò»ØÄꤹ¤ë"
9140
9141 #: config/arm/arm.h:493
9142 msgid "Specify the name of the target architecture"
9143 msgstr "¥¿¡¼¥²¥Ã¥È¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Î̾Á°¤ò»ØÄꤹ¤ë"
9144
9145 #: config/arm/arm.h:497
9146 msgid "Specify the version of the floating point emulator"
9147 msgstr "ÉâÆ°¾®¿ôÅÀ¥¨¥ß¥å¥ì¡¼¥¿¤Î¥Ð¡¼¥¸¥ç¥ó¤ò»ØÄꤹ¤ë"
9148
9149 #: config/arm/arm.h:499
9150 msgid "Specify the minimum bit alignment of structures"
9151 msgstr "¹½Â¤ÂÎ¥¢¥é¥¤¥ó¥á¥ó¥È¤ÎºÇ¾®¥Ó¥Ã¥È¿ô¤ò»ØÄꤹ¤ë"
9152
9153 #: config/arm/arm.h:501
9154 msgid "Specify the register to be used for PIC addressing"
9155 msgstr "PIC ¥¢¥É¥ì¥·¥ó¥°¤ËÍøÍѤµ¤ì¤ë¥ì¥¸¥¹¥¿¤ò»ØÄꤹ¤ë"
9156
9157 #: config/arm/pe.h:65
9158 msgid "Ignore dllimport attribute for functions"
9159 msgstr "´Ø¿ô¤Î dllimport °À­¤ò̵»ë¤¹¤ë"
9160
9161 #: config/avr/avr.c:528
9162 #, c-format
9163 msgid "large frame pointer change (%d) with -mtiny-stack"
9164 msgstr "-mtiny-stack ¤Ë¤è¤ê¥é¡¼¥¸¥Õ¥ì¡¼¥à¥Ý¥¤¥ó¥¿¤¬Êѹ¹¤µ¤ì¤Þ¤¹(%d)"
9165
9166 #: config/avr/avr.c:1135
9167 msgid "bad address, not (reg+disp):"
9168 msgstr ""
9169
9170 #: config/avr/avr.c:1143
9171 #, fuzzy
9172 msgid "internal compiler error. Bad address:"
9173 msgstr "ÆâÉô¥³¥ó¥Ñ¥¤¥é¥¨¥é¡¼."
9174
9175 #: config/avr/avr.c:1156
9176 #, fuzzy
9177 msgid "internal compiler error. Unknown mode:"
9178 msgstr "ÆâÉô¥³¥ó¥Ñ¥¤¥é¥¨¥é¡¼."
9179
9180 #: config/avr/avr.c:1864 config/avr/avr.c:2576
9181 #, fuzzy
9182 msgid "invalid insn:"
9183 msgstr "̵¸ú¤Ê #line"
9184
9185 #: config/avr/avr.c:1901 config/avr/avr.c:1987 config/avr/avr.c:2036
9186 #: config/avr/avr.c:2045 config/avr/avr.c:2143 config/avr/avr.c:2315
9187 #: config/avr/avr.c:2613 config/avr/avr.c:2724
9188 msgid "incorrect insn:"
9189 msgstr ""
9190
9191 #: config/avr/avr.c:2064 config/avr/avr.c:2228 config/avr/avr.c:2386
9192 #: config/avr/avr.c:2768
9193 #, fuzzy
9194 msgid "unknown move insn:"
9195 msgstr "ÉÔÌÀ¤Ê¥ì¥¸¥¹¥¿Ì¾¤Ç¤¹: %s"
9196
9197 #: config/avr/avr.c:3003
9198 msgid "bad shift insn:"
9199 msgstr ""
9200
9201 #: config/avr/avr.c:3119 config/avr/avr.c:3549 config/avr/avr.c:3929
9202 #, fuzzy
9203 msgid "internal compiler error. Incorrect shift:"
9204 msgstr "ÆâÉô¥³¥ó¥Ñ¥¤¥é¥¨¥é¡¼."
9205
9206 #: config/avr/avr.c:4767 config/ip2k/ip2k.c:3197
9207 #, fuzzy
9208 msgid "only initialized variables can be placed into program memory area"
9209 msgstr "¥×¥í¥°¥é¥à¥á¥â¥êÎΰèÆâ¤ËÇÛÃ֤Ǥ­¤ëÊÑ¿ô¤À¤±¤ò½é´ü²½¤·¤Þ¤·¤¿"
9210
9211 #: config/avr/avr.c:4866
9212 #, fuzzy
9213 msgid "only uninitialized variables can be placed in the .noinit section"
9214 msgstr "8 ¥Ó¥Ã¥ÈÎΰèÆâ¤ËÇÛÃ֤Ǥ­¤ëÊÑ¿ô¤À¤±¤¬½é´ü²½¤µ¤ì¤Þ¤·¤¿"
9215
9216 #: config/avr/avr.c:4881
9217 #, fuzzy, c-format
9218 msgid "MCU `%s' supported for assembler only"
9219 msgstr "MCU `%s' ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
9220
9221 #: config/avr/avr.h:78
9222 msgid "Assume int to be 8 bit integer"
9223 msgstr "int ¤ò 8 ¥Ó¥Ã¥ÈÀ°¿ô¤È¤ß¤Ê¤¹"
9224
9225 #: config/avr/avr.h:80
9226 msgid "Change the stack pointer without disabling interrupts"
9227 msgstr "³ä¤ê¹þ¤ß¤Î̵¸ú²½¤Ê¤·¤Ç¥¹¥¿¥Ã¥¯¥Ý¥¤¥ó¥¿¤òÊѹ¹¤¹¤ë"
9228
9229 #: config/avr/avr.h:82
9230 msgid "Use subroutines for function prologue/epilogue"
9231 msgstr "´Ø¿ô¤ÎÁ°ÃÖ¤­/·ë¤Ó¤Î¤¿¤á¤Î¥µ¥Ö¥ë¡¼¥Á¥ó¤òÍøÍѤ¹¤ë"
9232
9233 #: config/avr/avr.h:84
9234 msgid "Change only the low 8 bits of the stack pointer"
9235 msgstr "¥¹¥¿¥Ã¥¯¥Ý¥¤¥ó¥¿¤Î²¼°Ì 8 ¥Ó¥Ã¥È¤À¤±¤òÊѹ¹¤¹¤ë"
9236
9237 #: config/avr/avr.h:86
9238 msgid "Do not generate tablejump insns"
9239 msgstr "¥Æ¡¼¥Ö¥ë¥¸¥ã¥ó¥×Ì¿Îá¤òÀ¸À®¤·¤Ê¤¤"
9240
9241 #: config/avr/avr.h:88
9242 msgid "Use rjmp/rcall (limited range) on >8K devices"
9243 msgstr ""
9244
9245 #: config/avr/avr.h:91
9246 msgid "Output instruction sizes to the asm file"
9247 msgstr "asm ¥Õ¥¡¥¤¥ë¤ËÌ¿Î᥵¥¤¥º¤ò½ÐÎϤ¹¤ë"
9248
9249 #: config/avr/avr.h:108
9250 msgid "Specify the initial stack address"
9251 msgstr "½é´ü¥¹¥¿¥Ã¥¯¥¢¥É¥ì¥¹¤ò»ØÄꤹ¤ë"
9252
9253 #: config/avr/avr.h:109
9254 msgid "Specify the MCU name"
9255 msgstr "MCU ̾¤ò»ØÄꤹ¤ë"
9256
9257 #. `GIV_SORT_CRITERION(GIV1, GIV2)'
9258 #. In some cases, the strength reduction optimization pass can
9259 #. produce better code if this is defined. This macro controls the
9260 #. order that induction variables are combined. This macro is
9261 #. particularly useful if the target has limited addressing modes.
9262 #. For instance, the SH target has only positive offsets in
9263 #. addresses. Thus sorting to put the smallest address first allows
9264 #. the most combinations to be found.
9265 #: config/avr/avr.h:2450
9266 #, fuzzy
9267 msgid "trampolines not supported"
9268 msgstr "¥È¥é¥ó¥Ý¥ê¥ó¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó\n"
9269
9270 #: config/c4x/c4x-c.c:69
9271 #, fuzzy, c-format
9272 msgid "missing '(' after '#pragma %s' - ignored"
9273 msgstr "½Ò¸ì¤Î¸å¤í¤Î '(' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
9274
9275 #: config/c4x/c4x-c.c:72
9276 #, fuzzy, c-format
9277 msgid "missing function name in '#pragma %s' - ignored"
9278 msgstr "¤ª¤«¤·¤Ê #pragma align - ̵»ë¤µ¤ì¤Þ¤·¤¿"
9279
9280 #: config/c4x/c4x-c.c:77
9281 #, fuzzy, c-format
9282 msgid "malformed '#pragma %s' - ignored"
9283 msgstr "¤ª¤«¤·¤Ê #pragma align - ̵»ë¤µ¤ì¤Þ¤·¤¿"
9284
9285 #: config/c4x/c4x-c.c:79
9286 #, c-format
9287 msgid "missing section name in '#pragma %s' - ignored"
9288 msgstr ""
9289
9290 #: config/c4x/c4x-c.c:84
9291 #, fuzzy, c-format
9292 msgid "missing ')' for '#pragma %s' - ignored"
9293 msgstr "¤ª¤«¤·¤Ê #pragma align - ̵»ë¤µ¤ì¤Þ¤·¤¿"
9294
9295 #: config/c4x/c4x-c.c:87
9296 #, c-format
9297 msgid "junk at end of '#pragma %s'"
9298 msgstr "'#pragma %s' ¤ÎºÇ¸å¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
9299
9300 #: config/c4x/c4x.c:280
9301 #, fuzzy, c-format
9302 msgid "unknown CPU version %d, using 40.\n"
9303 msgstr "ÉÔÌÀ¤Ê CPU ¥Ð¡¼¥¸¥ç¥ó %d¡¢40 ¤ò»ÈÍѤ·¤Þ¤¹¡£\n"
9304
9305 #: config/c4x/c4x.c:853
9306 #, fuzzy, c-format
9307 msgid "ISR %s requires %d words of local vars, max is 32767"
9308 msgstr "ISR %s ¤Ï %d ¥ï¡¼¥É¤Î¥í¡¼¥«¥ëÊÑ¿ô¤òÍ׵ᤷ¡¢ºÇÂç¤Ï 32767 ¤Ç¤¹¡£"
9309
9310 #: config/c4x/c4x.c:1602
9311 msgid "using CONST_DOUBLE for address"
9312 msgstr ""
9313
9314 #: config/c4x/c4x.c:1742
9315 msgid "c4x_address_cost: Invalid addressing mode"
9316 msgstr ""
9317
9318 #: config/c4x/c4x.c:1884
9319 #, fuzzy, c-format
9320 msgid "c4x_print_operand: %%L inconsistency"
9321 msgstr "fr30_print_operand: ǧ¼±¤Ç¤­¤Ê¤¤ %B ¥³¡¼¥É¤Ç¤¹"
9322
9323 #: config/c4x/c4x.c:1890
9324 #, fuzzy, c-format
9325 msgid "c4x_print_operand: %%N inconsistency"
9326 msgstr "fr30_print_operand: ǧ¼±¤Ç¤­¤Ê¤¤ %B ¥³¡¼¥É¤Ç¤¹"
9327
9328 #: config/c4x/c4x.c:1931
9329 #, fuzzy, c-format
9330 msgid "c4x_print_operand: %%O inconsistency"
9331 msgstr "fr30_print_operand: ǧ¼±¤Ç¤­¤Ê¤¤ %B ¥³¡¼¥É¤Ç¤¹"
9332
9333 #: config/c4x/c4x.c:2026
9334 #, fuzzy
9335 msgid "c4x_print_operand: Bad operand case"
9336 msgstr "fr30_print_operand: %A ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê±é»»»Ò¤Ç¤¹"
9337
9338 #: config/c4x/c4x.c:2069
9339 #, fuzzy
9340 msgid "c4x_print_operand_address: Bad post_modify"
9341 msgstr "fr30_print_operand_address: ½èÍý¤µ¤ì¤Ê¤¤¥¢¥É¥ì¥¹¤Ç¤¹"
9342
9343 #: config/c4x/c4x.c:2091
9344 #, fuzzy
9345 msgid "c4x_print_operand_address: Bad pre_modify"
9346 msgstr "fr30_print_operand_address: ½èÍý¤µ¤ì¤Ê¤¤¥¢¥É¥ì¥¹¤Ç¤¹"
9347
9348 #: config/c4x/c4x.c:2139 config/c4x/c4x.c:2151 config/c4x/c4x.c:2166
9349 #, fuzzy
9350 msgid "c4x_print_operand_address: Bad operand case"
9351 msgstr "fr30_print_operand_address: ½èÍý¤µ¤ì¤Ê¤¤¥¢¥É¥ì¥¹¤Ç¤¹"
9352
9353 #: config/c4x/c4x.c:2422
9354 msgid "c4x_rptb_insert: Cannot find start label"
9355 msgstr ""
9356
9357 #: config/c4x/c4x.c:3409 config/c4x/c4x.c:3429
9358 msgid "mode not QImode"
9359 msgstr ""
9360
9361 #: config/c4x/c4x.c:3514
9362 #, fuzzy
9363 msgid "invalid indirect memory address"
9364 msgstr "̵¸ú¤Ê PC ¤¬¹ÔÈÖ¹æ¥Æ¡¼¥Ö¥ë¤Ë¤¢¤ê¤Þ¤¹"
9365
9366 #: config/c4x/c4x.c:3603
9367 msgid "invalid indirect (S) memory address"
9368 msgstr ""
9369
9370 #: config/c4x/c4x.c:3944
9371 msgid "c4x_valid_operands: Internal error"
9372 msgstr ""
9373
9374 #: config/c4x/c4x.c:4424
9375 #, fuzzy
9376 msgid "c4x_operand_subword: invalid mode"
9377 msgstr "fr30_print_operand: ̵¸ú¤Ê %x ¥³¡¼¥É¤Ç¤¹"
9378
9379 #: config/c4x/c4x.c:4427
9380 #, fuzzy
9381 msgid "c4x_operand_subword: invalid operand"
9382 msgstr "fr30_print_operand: %A ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê±é»»»Ò¤Ç¤¹"
9383
9384 #. We could handle these with some difficulty.
9385 #. e.g., *p-- => *(p-=2); *(p+1).
9386 #: config/c4x/c4x.c:4453
9387 msgid "c4x_operand_subword: invalid autoincrement"
9388 msgstr ""
9389
9390 #: config/c4x/c4x.c:4459
9391 msgid "c4x_operand_subword: invalid address"
9392 msgstr ""
9393
9394 #: config/c4x/c4x.c:4470
9395 msgid "c4x_operand_subword: address not offsettable"
9396 msgstr ""
9397
9398 #: config/c4x/c4x.c:4670
9399 msgid "c4x_rptb_rpts_p: Repeat block top label moved\n"
9400 msgstr ""
9401
9402 #. Name of the c4x assembler.
9403 #. Name of the c4x linker.
9404 #. Define assembler options.
9405 #. Define linker options.
9406 #. Specify the end file to link with.
9407 #. Target compilation option flags.
9408 #. Small memory model.
9409 #. Use 24-bit MPYI for C3x.
9410 #. Fast fixing of floats.
9411 #. Allow use of RPTS.
9412 #. Emit C3x code.
9413 #. Be compatible with TI assembler.
9414 #. Be paranoid about DP reg. in ISRs.
9415 #. Pass arguments on stack.
9416 #. Enable features under development.
9417 #. Enable repeat block.
9418 #. Use BK as general register.
9419 #. Use decrement and branch for C3x.
9420 #. Enable debugging of GCC.
9421 #. Force constants into registers.
9422 #. Allow unsigned loop counters.
9423 #. Force op0 and op1 to be same.
9424 #. Save all 40 bits for floats.
9425 #. Allow parallel insns.
9426 #. Allow MPY||ADD, MPY||SUB insns.
9427 #. Assume mem refs possibly aliased.
9428 #. Emit C30 code.
9429 #. Emit C31 code.
9430 #. Emit C32 code.
9431 #. Emit C33 code.
9432 #. Emit C40 code.
9433 #. Emit C44 code.
9434 #. Run-time compilation parameters selecting different hardware subsets.
9435 #.
9436 #. Macro to define tables used to set the flags.
9437 #. This is a list in braces of triplets in braces,
9438 #. each pair being { "NAME", VALUE, "DESCRIPTION" }
9439 #. where VALUE is the bits to set or minus the bits to clear.
9440 #. An empty string NAME is used to identify the default VALUE.
9441 #: config/c4x/c4x.h:168
9442 msgid "Small memory model"
9443 msgstr "¥¹¥â¡¼¥ë¥á¥â¥ê¥â¥Ç¥ë"
9444
9445 #: config/c4x/c4x.h:170
9446 msgid "Big memory model"
9447 msgstr "¥Ó¥Ã¥°¥á¥â¥ê¥â¥Ç¥ë"
9448
9449 #: config/c4x/c4x.h:172
9450 msgid "Use MPYI instruction for C3x"
9451 msgstr "MPYI Ì¿Îá¤ò C3x ÍѤ˻ÈÍѤ¹¤ë"
9452
9453 #: config/c4x/c4x.h:174
9454 msgid "Do not use MPYI instruction for C3x"
9455 msgstr "MPYI Ì¿Îá¤ò C3x ÍѤ˻ÈÍѤ·¤Ê¤¤"
9456
9457 #: config/c4x/c4x.h:176
9458 msgid "Use fast but approximate float to integer conversion"
9459 msgstr "¹â®¤À¤¬¶á»÷ÃͤȤʤëÉâÆ°¾®¿ô¤«¤éÀ°¿ô¤Ø¤ÎÊÑ´¹¤òÍøÍѤ¹¤ë"
9460
9461 #: config/c4x/c4x.h:178
9462 msgid "Use slow but accurate float to integer conversion"
9463 msgstr "Ä㮤À¤¬Àµ³Î¤ÊÉâÆ°¾®¿ô¤«¤éÀ°¿ô¤Ø¤ÎÊÑ´¹¤òÍøÍѤ¹¤ë"
9464
9465 #: config/c4x/c4x.h:180
9466 msgid "Enable use of RTPS instruction"
9467 msgstr "RTPS Ì¿Îá¤ÎÍøÍѤòÍ­¸ú¤Ë¤¹¤ë"
9468
9469 #: config/c4x/c4x.h:182
9470 msgid "Disable use of RTPS instruction"
9471 msgstr "RTPS Ì¿Îá¤ÎÍøÍѤò̵¸ú¤Ë¤¹¤ë"
9472
9473 #: config/c4x/c4x.h:184
9474 msgid "Enable use of RTPB instruction"
9475 msgstr "RTPB Ì¿Îá¤ÎÍøÍѤòÍ­¸ú¤Ë¤¹¤ë"
9476
9477 #: config/c4x/c4x.h:186
9478 msgid "Disable use of RTPB instruction"
9479 msgstr "RTPB Ì¿Îá¤ÎÍøÍѤò̵¸ú¤Ë¤¹¤ë"
9480
9481 #: config/c4x/c4x.h:188
9482 msgid "Generate code for C30 CPU"
9483 msgstr "C30 CPU ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
9484
9485 #: config/c4x/c4x.h:190
9486 msgid "Generate code for C31 CPU"
9487 msgstr "C31 CPU ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
9488
9489 #: config/c4x/c4x.h:192
9490 msgid "Generate code for C32 CPU"
9491 msgstr "C32 CPU ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
9492
9493 #: config/c4x/c4x.h:194
9494 msgid "Generate code for C33 CPU"
9495 msgstr "C33 CPU ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
9496
9497 #: config/c4x/c4x.h:196
9498 msgid "Generate code for C40 CPU"
9499 msgstr "C40 CPU ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
9500
9501 #: config/c4x/c4x.h:198
9502 msgid "Generate code for C44 CPU"
9503 msgstr "C44 CPU ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
9504
9505 #: config/c4x/c4x.h:200
9506 msgid "Emit code compatible with TI tools"
9507 msgstr "TI ¥Ä¡¼¥ë¸ß´¹¤Î¥³¡¼¥É¤òȯ¹Ô¤¹¤ë"
9508
9509 #: config/c4x/c4x.h:202
9510 msgid "Emit code to use GAS extensions"
9511 msgstr "GAS ³ÈÄ¥¤òÍøÍѤ¹¤ë¥³¡¼¥É¤òȯ¹Ô¤¹¤ë"
9512
9513 #: config/c4x/c4x.h:204 config/c4x/c4x.h:208
9514 msgid "Save DP across ISR in small memory model"
9515 msgstr "¥¹¥â¡¼¥ë¥á¥â¥ê¥â¥Ç¥ë¤Ç ISR ¤ò¸Ù¤ë DP ¤ò¥»¡¼¥Ö¤¹¤ë"
9516
9517 #: config/c4x/c4x.h:206 config/c4x/c4x.h:210
9518 msgid "Don't save DP across ISR in small memory model"
9519 msgstr "¥¹¥â¡¼¥ë¥â¥Ç¥ë¤Ç ISR ¤ò¸Ù¤ë DP ¤ò¥»¡¼¥Ö¤·¤Ê¤¤"
9520
9521 #: config/c4x/c4x.h:212
9522 msgid "Pass arguments on the stack"
9523 msgstr "°ú¿ô¤ò¥¹¥¿¥Ã¥¯ÅϤ·¤Ë¤¹¤ë"
9524
9525 #: config/c4x/c4x.h:214
9526 msgid "Pass arguments in registers"
9527 msgstr "°ú¿ô¤ò¥ì¥¸¥¹¥¿ÅϤ·¤Ë¤¹¤ë"
9528
9529 #: config/c4x/c4x.h:216
9530 msgid "Enable new features under development"
9531 msgstr "³«È¯Ãæ¤Î¿·µ¡Ç½¤òÍ­¸ú¤Ë¤¹¤ë"
9532
9533 #: config/c4x/c4x.h:218
9534 msgid "Disable new features under development"
9535 msgstr "³«È¯Ãæ¤Î¿·µ¡Ç½¤ò̵¸ú¤Ë¤¹¤ë"
9536
9537 #: config/c4x/c4x.h:220
9538 msgid "Use the BK register as a general purpose register"
9539 msgstr "BK ¥ì¥¸¥¹¥¿¤òÈÆÍѥ쥸¥¹¥¿¤È¤·¤Æ»ÈÍѤ¹¤ë"
9540
9541 #: config/c4x/c4x.h:222
9542 msgid "Do not allocate BK register"
9543 msgstr "BK ¥ì¥¸¥¹¥¿¤ò³ÎÊݤ·¤Ê¤¤"
9544
9545 #: config/c4x/c4x.h:224
9546 msgid "Enable use of DB instruction"
9547 msgstr "DB Ì¿Îá¤Î»ÈÍѤòÍ­¸ú¤Ë¤¹¤ë"
9548
9549 #: config/c4x/c4x.h:226
9550 msgid "Disable use of DB instruction"
9551 msgstr "DB Ì¿Îá¤Î»ÈÍѤò̵¸ú¤Ë¤¹¤ë"
9552
9553 #: config/c4x/c4x.h:228
9554 msgid "Enable debugging"
9555 msgstr "¥Ç¥Ð¥Ã¥°¤òÍ­¸ú¤Ë¤¹¤ë"
9556
9557 #: config/c4x/c4x.h:230
9558 msgid "Disable debugging"
9559 msgstr "¥Ç¥Ð¥Ã¥°¤ò̵¸ú¤Ë¤¹¤ë"
9560
9561 #: config/c4x/c4x.h:232
9562 msgid "Force constants into registers to improve hoisting"
9563 msgstr "´¬¤­¾å¤²(hoist)¤ò²þÁ±¤¹¤ë¤¿¤áÄê¿ô¤ò¥ì¥¸¥¹¥¿¤Ë³ä¤êÅö¤Æ¤ë¤³¤È¤ò¶¯Íפ¹¤ë"
9564
9565 #: config/c4x/c4x.h:234
9566 msgid "Don't force constants into registers"
9567 msgstr "Äê¿ô¤Î¥ì¥¸¥¹¥¿³ä¤êÅö¤Æ¤ò¶¯Íפ·¤Ê¤¤"
9568
9569 #: config/c4x/c4x.h:236
9570 msgid "Force RTL generation to emit valid 3 operand insns"
9571 msgstr "RTL À¸À®¤Ë¤Ä¤¤¤Æ¡¢Àµ¾ï¤Ê 3 ¥ª¥Ú¥é¥ó¥ÉÌ¿Îá¤ò¶¯Íפ¹¤ë"
9572
9573 #: config/c4x/c4x.h:238
9574 msgid "Allow RTL generation to emit invalid 3 operand insns"
9575 msgstr "RTL À¸À®¤Ë¤Ä¤¤¤Æ¡¢Ìµ¸ú¤Ê 3 ¥ª¥Ú¥é¥ó¥ÉÌ¿Îá¤òµöÍƤ¹¤ë"
9576
9577 #: config/c4x/c4x.h:240
9578 #, fuzzy
9579 msgid "Allow unsigned iteration counts for RPTB/DB"
9580 msgstr "Éä¹ç̵¤·¤Î RPTB/DB ÍѤÎÈ¿Éü¥«¥¦¥ó¥È¤òµöÍƤ¹¤ë"
9581
9582 #: config/c4x/c4x.h:242
9583 msgid "Disallow unsigned iteration counts for RPTB/DB"
9584 msgstr "Éä¹ç̵¤·¤Î RPTB/DB ÍѤÎÈ¿Éü¥«¥¦¥ó¥È¤òµöÍƤ·¤Ê¤¤"
9585
9586 #: config/c4x/c4x.h:244
9587 msgid "Preserve all 40 bits of FP reg across call"
9588 msgstr "¸Æ¤Ó½Ð¤·¤Î´Ö FP ¥ì¥¸¥¹¥¿¤Î 40 ¥Ó¥Ã¥ÈÁ´¤Æ¤òÊݸ¤¹¤ë"
9589
9590 #: config/c4x/c4x.h:246
9591 msgid "Only preserve 32 bits of FP reg across call"
9592 msgstr "¸Æ¤Ó½Ð¤·¤Î´Ö FP ¥ì¥¸¥¹¥¿¤Î 32 ¥Ó¥Ã¥È¤À¤±¤òÊݸ¤¹¤ë"
9593
9594 #: config/c4x/c4x.h:248
9595 msgid "Enable parallel instructions"
9596 msgstr "ÊÂÎóÌ¿Îá¤òÍ­¸ú¤Ë¤¹¤ë"
9597
9598 #: config/c4x/c4x.h:250
9599 msgid "Disable parallel instructions"
9600 msgstr "ÊÂÎóÌ¿Îá¤ò̵¸ú¤Ë¤¹¤ë"
9601
9602 #: config/c4x/c4x.h:252
9603 msgid "Enable MPY||ADD and MPY||SUB instructions"
9604 msgstr "MPY||ADD ¤ª¤è¤Ó MPY||SUB Ì¿Îá¤òÍ­¸ú¤Ë¤¹¤ë"
9605
9606 #: config/c4x/c4x.h:254
9607 msgid "Disable MPY||ADD and MPY||SUB instructions"
9608 msgstr "MPY||ADD ¤ª¤è¤Ó MPY||SUB Ì¿Îá¤ò̵¸ú¤Ë¤¹¤ë"
9609
9610 #: config/c4x/c4x.h:256
9611 msgid "Assume that pointers may be aliased"
9612 msgstr "¥Ý¥¤¥ó¥¿¤¬ÊÌ̾¤È¤Ê¤ê¤¦¤ë¤³¤È¤òÁ°Äó¤È¤¹¤ë"
9613
9614 #: config/c4x/c4x.h:258
9615 msgid "Assume that pointers not aliased"
9616 msgstr "¥Ý¥¤¥ó¥¿¤ÏÊÌ̾¤Ë¤Ê¤é¤Ê¤¤¤È¤ß¤Ê¤¹"
9617
9618 #: config/c4x/c4x.h:331
9619 msgid "Specify maximum number of iterations for RPTS"
9620 msgstr "RPTS ÍѤκÇÂçÈ¿Éü¿ô¤ò»ØÄꤹ¤ë"
9621
9622 #: config/c4x/c4x.h:333
9623 msgid "Select CPU to generate code for"
9624 msgstr "¥³¡¼¥É¤¬À¸À®¤µ¤ì¤ë CPU ¤òÁªÂò¤¹¤ë"
9625
9626 #: config/cris/cris.c:599
9627 msgid "unexpected index-type in cris_print_index"
9628 msgstr ""
9629
9630 #: config/cris/cris.c:615
9631 msgid "unexpected base-type in cris_print_base"
9632 msgstr ""
9633
9634 #: config/cris/cris.c:908
9635 #, c-format
9636 msgid "stackframe too big: %d bytes"
9637 msgstr ""
9638
9639 #: config/cris/cris.c:1223
9640 msgid "allocated but unused delay list in epilogue"
9641 msgstr ""
9642
9643 #: config/cris/cris.c:1233
9644 #, fuzzy
9645 msgid "unexpected function type needing stack adjustment for __builtin_eh_return"
9646 msgstr "´Ø¿ô¤¬ __builtin_eh_return ¤ò»È¤¤¤Þ¤¹"
9647
9648 #: config/cris/cris.c:1312
9649 #, fuzzy
9650 msgid "invalid operand for 'b' modifier"
9651 msgstr "%N ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
9652
9653 #: config/cris/cris.c:1324
9654 #, fuzzy
9655 msgid "invalid operand for 'v' modifier"
9656 msgstr "%N ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
9657
9658 #: config/cris/cris.c:1334
9659 #, fuzzy
9660 msgid "invalid operand for 'P' modifier"
9661 msgstr "%N ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
9662
9663 #: config/cris/cris.c:1341
9664 #, fuzzy
9665 msgid "invalid operand for 'p' modifier"
9666 msgstr "%p ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
9667
9668 #: config/cris/cris.c:1380
9669 #, fuzzy
9670 msgid "invalid operand for 'z' modifier"
9671 msgstr "%N ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
9672
9673 #: config/cris/cris.c:1411 config/cris/cris.c:1441
9674 #, fuzzy
9675 msgid "invalid operand for 'H' modifier"
9676 msgstr "%N ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
9677
9678 #: config/cris/cris.c:1417
9679 #, fuzzy
9680 msgid "bad register"
9681 msgstr "ÉâÆ°¾®¿ôÅÀ¥ì¥¸¥¹¥¿¤òÍøÍѤ¹¤ë"
9682
9683 #: config/cris/cris.c:1455
9684 #, fuzzy
9685 msgid "invalid operand for 'e' modifier"
9686 msgstr "%N ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
9687
9688 #: config/cris/cris.c:1472
9689 #, fuzzy
9690 msgid "invalid operand for 'm' modifier"
9691 msgstr "%N ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
9692
9693 #: config/cris/cris.c:1497
9694 #, fuzzy
9695 msgid "invalid operand for 'A' modifier"
9696 msgstr "%N ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
9697
9698 #: config/cris/cris.c:1505
9699 #, fuzzy
9700 msgid "invalid operand for 'D' modifier"
9701 msgstr "%N ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
9702
9703 #: config/cris/cris.c:1519
9704 #, fuzzy
9705 msgid "invalid operand for 'T' modifier"
9706 msgstr "%N ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
9707
9708 #: config/cris/cris.c:1528
9709 #, fuzzy
9710 msgid "invalid operand modifier letter"
9711 msgstr "̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É½ÐÎÏ¥³¡¼¥É"
9712
9713 #: config/cris/cris.c:1536
9714 #, fuzzy, c-format
9715 msgid "internal error: bad register: %d"
9716 msgstr "ÆâÉô¥¨¥é¡¼: "
9717
9718 #: config/cris/cris.c:1584
9719 msgid "unexpected multiplicative operand"
9720 msgstr ""
9721
9722 #: config/cris/cris.c:1604
9723 #, fuzzy
9724 msgid "unexpected operand"
9725 msgstr "ͽ´ü¤µ¤ì¤ë¥á¥â¥ê¥ì¥¤¥Æ¥ó¥·¤òÄ´À°¤¹¤ë"
9726
9727 #: config/cris/cris.c:1639 config/cris/cris.c:1649
9728 #, fuzzy
9729 msgid "unrecognized address"
9730 msgstr "ǧ¼±ÉÔǽ¤Î¥¨¥¹¥±¡¼¥× \\r%c"
9731
9732 #: config/cris/cris.c:2005
9733 msgid "internal error: sideeffect-insn affecting main effect"
9734 msgstr ""
9735
9736 #. If we get here, the caller got its initial tests wrong.
9737 #: config/cris/cris.c:2292
9738 msgid "internal error: cris_side_effect_mode_ok with bad operands"
9739 msgstr ""
9740
9741 #: config/cris/cris.c:2374 config/cris/cris.c:2432
9742 #, fuzzy
9743 msgid "unrecognized supposed constant"
9744 msgstr "ǧ¼±ÉÔǽ¤Î¥¨¥¹¥±¡¼¥× \\r%c"
9745
9746 #: config/cris/cris.c:2473
9747 msgid "unrecognized supposed constant in cris_global_pic_symbol"
9748 msgstr ""
9749
9750 #: config/cris/cris.c:2492
9751 #, fuzzy, c-format
9752 msgid "-max-stackframe=%d is not usable, not between 0 and %d"
9753 msgstr "-mregparm=%d ¤¬ 0 ¤«¤é %d ¤Î´Ö¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
9754
9755 #: config/cris/cris.c:2520
9756 #, c-format
9757 msgid "unknown CRIS version specification in -march= or -mcpu= : %s"
9758 msgstr ""
9759
9760 #: config/cris/cris.c:2556
9761 #, c-format
9762 msgid "unknown CRIS cpu version specification in -mtune= : %s"
9763 msgstr ""
9764
9765 #: config/cris/cris.c:2574
9766 #, fuzzy
9767 msgid "-fPIC and -fpic are not supported in this configuration"
9768 msgstr "%s ¤Ï¤³¤Î¥³¥ó¥Õ¥£¥®¥å¥ì¡¼¥·¥ç¥ó¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
9769
9770 #: config/cris/cris.c:2590
9771 msgid "that particular -g option is invalid with -maout and -melinux"
9772 msgstr ""
9773
9774 #: config/cris/cris.c:2824 config/cris/cris.c:2869
9775 msgid "unexpected side-effects in address"
9776 msgstr ""
9777
9778 #. Labels are never marked as global symbols.
9779 #: config/cris/cris.c:2966 config/cris/cris.c:2997
9780 msgid "unexpected PIC symbol"
9781 msgstr ""
9782
9783 #: config/cris/cris.c:2970
9784 msgid "PIC register isn't set up"
9785 msgstr ""
9786
9787 #: config/cris/cris.c:2983 config/cris/cris.c:3066
9788 #, fuzzy
9789 msgid "unexpected address expression"
9790 msgstr "']' ¤¬É¬Íפǡ¢Ìµ¸ú¤Ê·¿É½¸½¤Ç¤¹"
9791
9792 #: config/cris/cris.c:3001
9793 msgid "emitting PIC operand, but PIC register isn't set up"
9794 msgstr ""
9795
9796 #: config/cris/cris.c:3010
9797 msgid "unexpected NOTE as addr_const:"
9798 msgstr ""
9799
9800 #: config/cris/aout.h:108
9801 msgid "Compile for the MMU-less Etrax 100-based elinux system"
9802 msgstr ""
9803
9804 #: config/cris/aout.h:115
9805 msgid "For elinux, request a specified stack-size for this program"
9806 msgstr ""
9807
9808 #. No "no-etrax" as it does not really imply any model. On the other hand, "etrax" implies the common (and large) subset matching all models.
9809 #: config/cris/cris.h:340
9810 msgid "Compile for ETRAX 4 (CRIS v3)"
9811 msgstr ""
9812
9813 #: config/cris/cris.h:345
9814 msgid "Compile for ETRAX 100 (CRIS v8)"
9815 msgstr ""
9816
9817 #: config/cris/cris.h:349
9818 msgid "Emit verbose debug information in assembly code"
9819 msgstr ""
9820
9821 #: config/cris/cris.h:352
9822 #, fuzzy
9823 msgid "Do not use condition codes from normal instructions"
9824 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥ÉÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
9825
9826 #: config/cris/cris.h:356
9827 msgid "Do not emit addressing modes with side-effect assignment"
9828 msgstr ""
9829
9830 #: config/cris/cris.h:359
9831 #, fuzzy
9832 msgid "Do not tune stack alignment"
9833 msgstr "¥¹¥¿¥Ã¥¯¥Ð¥¤¥¢¥¹¤ò»ÈÍѤ·¤Ê¤¤"
9834
9835 #: config/cris/cris.h:362
9836 #, fuzzy
9837 msgid "Do not tune writable data alignment"
9838 msgstr "ʸ»úÎó¤ò½ñ¤­¹þ¤ß²Äǽ¥Ç¡¼¥¿¥»¥¯¥·¥ç¥ó¤Ë³ÊǼ¤¹¤ë"
9839
9840 #: config/cris/cris.h:365
9841 msgid "Do not tune code and read-only data alignment"
9842 msgstr ""
9843
9844 #: config/cris/cris.h:374
9845 msgid "Align code and data to 32 bits"
9846 msgstr ""
9847
9848 #: config/cris/cris.h:387
9849 msgid "Don't align items in code or data"
9850 msgstr ""
9851
9852 #: config/cris/cris.h:390
9853 #, fuzzy
9854 msgid "Do not emit function prologue or epilogue"
9855 msgstr "´Ø¿ô¤ÎÁ°ÃÖ¤­/·ë¤Ó¤Î¤¿¤á¤Î¥µ¥Ö¥ë¡¼¥Á¥ó¤òÍøÍѤ¹¤ë"
9856
9857 #. We have to handle this m-option here since we can't wash it off in both CC1_SPEC and CC1PLUS_SPEC.
9858 #: config/cris/cris.h:394
9859 msgid "Use the most feature-enabling options allowed by other options"
9860 msgstr ""
9861
9862 #. We must call it "override-" since calling it "no-" will cause gcc.c to forget it, if there's a "later" -mbest-lib-options. Kludgy, but needed for some multilibbed files.
9863 #: config/cris/cris.h:400
9864 msgid "Override -mbest-lib-options"
9865 msgstr ""
9866
9867 #: config/cris/cris.h:432
9868 #, fuzzy
9869 msgid "Generate code for the specified chip or CPU version"
9870 msgstr "½êÍ¿¤Î CPU ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
9871
9872 #: config/cris/cris.h:434
9873 #, fuzzy
9874 msgid "Tune alignment for the specified chip or CPU version"
9875 msgstr "`%s' ¤ËÂФ·¤Æ¤Î¥¢¥é¥¤¥ó¥á¥ó¥È¤Ï»ØÄê¤Ç¤­¤Þ¤»¤ó"
9876
9877 #: config/cris/cris.h:436
9878 msgid "Warn when a stackframe is larger than the specified size"
9879 msgstr ""
9880
9881 #. Node: Profiling
9882 #: config/cris/cris.h:1022
9883 msgid "no FUNCTION_PROFILER for CRIS"
9884 msgstr ""
9885
9886 #: config/cris/linux.h:71
9887 msgid "Together with -fpic and -fPIC, do not use GOTPLT references"
9888 msgstr ""
9889
9890 #: config/d30v/d30v.c:207
9891 #, fuzzy, c-format
9892 msgid "bad modes_tieable_p for register %s, mode1 %s, mode2 %s"
9893 msgstr "¥ì¥¸¥¹¥¿ %s ¤Ë¤È¤Ã¤ÆÉÔÀµ¤Ê modes_tieable_p, mode1 %s, mode2 %s"
9894
9895 #: config/d30v/d30v.c:2666
9896 msgid "bad insn to d30v_print_operand_address:"
9897 msgstr ""
9898
9899 #: config/d30v/d30v.c:2683 config/d30v/d30v.c:2744 config/d30v/d30v.c:2765
9900 #: config/d30v/d30v.c:2783
9901 msgid "bad insn to d30v_print_operand_memory_reference:"
9902 msgstr ""
9903
9904 #: config/d30v/d30v.c:2851
9905 msgid "bad insn to d30v_print_operand, 'f' modifier:"
9906 msgstr ""
9907
9908 #: config/d30v/d30v.c:2860
9909 msgid "bad insn to d30v_print_operand, 'A' modifier:"
9910 msgstr ""
9911
9912 #: config/d30v/d30v.c:2867
9913 msgid "bad insn to d30v_print_operand, 'M' modifier:"
9914 msgstr ""
9915
9916 #: config/d30v/d30v.c:2921
9917 msgid "bad insn to print_operand, 'F' or 'T' modifier:"
9918 msgstr ""
9919
9920 #: config/d30v/d30v.c:2932
9921 msgid "bad insn to print_operand, 'B' modifier:"
9922 msgstr ""
9923
9924 #: config/d30v/d30v.c:2939
9925 msgid "bad insn to print_operand, 'E' modifier:"
9926 msgstr ""
9927
9928 #: config/d30v/d30v.c:2957
9929 msgid "bad insn to print_operand, 'R' modifier:"
9930 msgstr ""
9931
9932 #: config/d30v/d30v.c:2966 config/d30v/d30v.c:2974
9933 msgid "bad insn to print_operand, 's' modifier:"
9934 msgstr ""
9935
9936 #: config/d30v/d30v.c:3003
9937 msgid "bad insn in d30v_print_operand, 0 case"
9938 msgstr ""
9939
9940 #: config/d30v/d30v.c:3301
9941 msgid "d30v_emit_comparison"
9942 msgstr ""
9943
9944 #: config/d30v/d30v.c:3345
9945 msgid "bad call to d30v_move_2words"
9946 msgstr ""
9947
9948 #: config/d30v/d30v.h:114
9949 msgid "Enable use of conditional move instructions"
9950 msgstr "¾ò·ïŪ move Ì¿Îá¤ÎÍøÍѤòÍ­¸ú¤Ë¤¹¤ë"
9951
9952 #: config/d30v/d30v.h:117
9953 msgid "Disable use of conditional move instructions"
9954 msgstr "¾ò·ïŪ move Ì¿Îá¤ÎÍøÍѤò̵¸ú¤Ë¤¹¤ë"
9955
9956 #: config/d30v/d30v.h:120
9957 msgid "Debug argument support in compiler"
9958 msgstr "¥³¥ó¥Ñ¥¤¥éÆâ¤Î¥Ç¥Ð¥Ã¥°°ú¿ô¤ò¥µ¥Ý¡¼¥È¤¹¤ë"
9959
9960 #: config/d30v/d30v.h:123
9961 msgid "Debug stack support in compiler"
9962 msgstr "¥³¥ó¥Ñ¥¤¥éÆâ¤Î¥Ç¥Ð¥Ã¥°¥¹¥¿¥Ã¥¯¤ò¥µ¥Ý¡¼¥È¤¹¤ë"
9963
9964 #: config/d30v/d30v.h:126
9965 msgid "Debug memory address support in compiler"
9966 msgstr "¥³¥ó¥Ñ¥¤¥éÆâ¤Î¥Ç¥Ð¥Ã¥°¥á¥â¥ê¥¢¥É¥ì¥¹¤ò¥µ¥Ý¡¼¥È¤¹¤ë"
9967
9968 #: config/d30v/d30v.h:129
9969 #, fuzzy
9970 msgid "Make adjacent short instructions parallel if possible"
9971 msgstr "²Äǽ¤Ê¤é¤ÐÎÙÀܤ¹¤ëû¤¤Ì¿Îá¤òÊÂÎ󲽤¹¤ë"
9972
9973 #: config/d30v/d30v.h:132
9974 #, fuzzy
9975 msgid "Do not make adjacent short instructions parallel"
9976 msgstr "ÎÙÀܤ¹¤ëû¤¤Ì¿Îá¤òÊÂÎ󲽤·¤Ê¤¤"
9977
9978 #: config/d30v/d30v.h:135 config/d30v/d30v.h:138
9979 msgid "Link programs/data to be in external memory by default"
9980 msgstr "¥×¥í¥°¥é¥à/¥Ç¡¼¥¿¤ò¥Ç¥Õ¥©¥ë¥È¤Ç³°Éô¥á¥â¥êÆâ¤Ë¥ê¥ó¥¯¤¹¤ë"
9981
9982 #: config/d30v/d30v.h:141
9983 msgid "Link programs/data to be in onchip memory by default"
9984 msgstr "¥×¥í¥°¥é¥à/¥Ç¡¼¥¿¤ò¥Ç¥Õ¥©¥ë¥È¤Ç¥Á¥Ã¥×¾å¤Î¥á¥â¥êÆâ¤Ë¥ê¥ó¥¯¤¹¤ë"
9985
9986 #: config/d30v/d30v.h:149
9987 msgid "Change the branch costs within the compiler"
9988 msgstr "¥³¥ó¥Ñ¥¤¥éÆâÉô¤Ç¤Îʬ´ô¥³¥¹¥È¤òÊѹ¹¤¹¤ë"
9989
9990 #: config/d30v/d30v.h:152
9991 msgid "Change the threshold for conversion to conditional execution"
9992 msgstr "¾ò·ïŪ¤Ê¼Â¹Ô¤Ø¤ÎÊѹ¹¤Î¤¿¤á¤ÎïçÃͤòÊѹ¹¤¹¤ë"
9993
9994 #: config/dsp16xx/dsp16xx.c:1446 config/dsp16xx/dsp16xx.c:1469
9995 #, fuzzy
9996 msgid "stack size > 32k"
9997 msgstr "¥¹¥¿¥Ã¥¯¥µ¥¤¥º > 32k"
9998
9999 #: config/dsp16xx/dsp16xx.c:1678
10000 #, fuzzy
10001 msgid "invalid addressing mode"
10002 msgstr "Ê£»¨¤Ê¥¢¥É¥ì¥·¥ó¥°¥â¡¼¥É¤ò»ÈÍѤ¹¤ë"
10003
10004 #: config/dsp16xx/dsp16xx.c:1821
10005 #, fuzzy
10006 msgid "bad register extension code"
10007 msgstr "ÉÔÀµ¤Ê¥ì¥¸¥¹¥¿³ÈÄ¥¥³¡¼¥É"
10008
10009 #: config/dsp16xx/dsp16xx.c:1921
10010 #, fuzzy
10011 msgid "invalid offset in ybase addressing"
10012 msgstr "ybase ¥¢¥É¥ì¥·¥ó¥°¤Ë̵¸ú¤Ê¥ª¥Õ¥»¥Ã¥È"
10013
10014 #: config/dsp16xx/dsp16xx.c:1924
10015 #, fuzzy
10016 msgid "invalid register in ybase addressing"
10017 msgstr "ybase ¥¢¥É¥ì¥·¥ó¥°¤Ë̵¸ú¤Ê¥ª¥Õ¥»¥Ã¥È"
10018
10019 #: config/dsp16xx/dsp16xx.c:2099
10020 #, fuzzy
10021 msgid "invalid shift operator in emit_1600_core_shift"
10022 msgstr "emit_1600_core_shift ¤Ç¤Î̵¸ú¤Ê¥·¥Õ¥È±é»»»Ò"
10023
10024 #: config/dsp16xx/dsp16xx.c:2428
10025 #, fuzzy
10026 msgid "invalid mode for gen_tst_reg"
10027 msgstr "gen_tst_reg ¤Ë¤È¤Ã¤Æ¤Î̵¸ú¤Ê¥â¡¼¥É"
10028
10029 #: config/dsp16xx/dsp16xx.c:2500
10030 #, fuzzy
10031 msgid "invalid mode for integer comparison in gen_compare_reg"
10032 msgstr "gen_compare_reg ¤Ç¤ÎÀ°¿ôÈæ³Ó¤Ë¤È¤Ã¤Æ¤Î̵¸ú¤Ê¥â¡¼¥É"
10033
10034 #. Macro to define tables used to set the flags.
10035 #. This is a list in braces of pairs in braces,
10036 #. each pair being { "NAME", VALUE }
10037 #. where VALUE is the bits to set or minus the bits to clear.
10038 #. An empty string NAME is used to identify the default VALUE.
10039 #: config/dsp16xx/dsp16xx.h:230
10040 #, fuzzy
10041 msgid "Pass parameters in registers (default)"
10042 msgstr "°ú¿ô¤ò¥ì¥¸¥¹¥¿ÅϤ·¤Ë¤¹¤ë"
10043
10044 #: config/dsp16xx/dsp16xx.h:232
10045 #, fuzzy
10046 msgid "Don't pass parameters in registers"
10047 msgstr "°ú¿ô¤ò¥ì¥¸¥¹¥¿ÅϤ·¤Ë¤¹¤ë"
10048
10049 #: config/dsp16xx/dsp16xx.h:234
10050 #, fuzzy
10051 msgid "Generate code for near calls"
10052 msgstr "Intel as ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
10053
10054 #: config/dsp16xx/dsp16xx.h:236
10055 #, fuzzy
10056 msgid "Don't generate code for near calls"
10057 msgstr "Intel as ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
10058
10059 #: config/dsp16xx/dsp16xx.h:238
10060 #, fuzzy
10061 msgid "Generate code for near jumps"
10062 msgstr "Intel as ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
10063
10064 #: config/dsp16xx/dsp16xx.h:240
10065 #, fuzzy
10066 msgid "Don't generate code for near jumps"
10067 msgstr "Intel as ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
10068
10069 #: config/dsp16xx/dsp16xx.h:242
10070 #, fuzzy
10071 msgid "Generate code for a bit-manipulation unit"
10072 msgstr "¥Ó¥Ã¥°¥¨¥ó¥Ç¥£¥¢¥óÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
10073
10074 #: config/dsp16xx/dsp16xx.h:244
10075 #, fuzzy
10076 msgid "Don't generate code for a bit-manipulation unit"
10077 msgstr "¥Ó¥Ã¥°¥¨¥ó¥Ç¥£¥¢¥óÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
10078
10079 #: config/dsp16xx/dsp16xx.h:246
10080 #, fuzzy
10081 msgid "Generate code for memory map1"
10082 msgstr "Äã°Ì¥¢¥É¥ì¥¹¥á¥â¥êÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
10083
10084 #: config/dsp16xx/dsp16xx.h:248
10085 #, fuzzy
10086 msgid "Generate code for memory map2"
10087 msgstr "Äã°Ì¥¢¥É¥ì¥¹¥á¥â¥êÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
10088
10089 #: config/dsp16xx/dsp16xx.h:250
10090 #, fuzzy
10091 msgid "Generate code for memory map3"
10092 msgstr "Äã°Ì¥¢¥É¥ì¥¹¥á¥â¥êÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
10093
10094 #: config/dsp16xx/dsp16xx.h:252
10095 #, fuzzy
10096 msgid "Generate code for memory map4"
10097 msgstr "Äã°Ì¥¢¥É¥ì¥¹¥á¥â¥êÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
10098
10099 #: config/dsp16xx/dsp16xx.h:254
10100 msgid "Ouput extra code for initialized data"
10101 msgstr ""
10102
10103 #: config/dsp16xx/dsp16xx.h:256
10104 #, fuzzy
10105 msgid "Don't let reg. allocator use ybase registers"
10106 msgstr "¥ì¥¸¥¹¥¿¤ËÉâÆ°¾®¿ô¤ò³ÊǼ¤·¤Ê¤¤"
10107
10108 #: config/dsp16xx/dsp16xx.h:258
10109 msgid "Output extra debug info in Luxworks environment"
10110 msgstr ""
10111
10112 #: config/dsp16xx/dsp16xx.h:260
10113 msgid "Save temp. files in Luxworks environment"
10114 msgstr ""
10115
10116 #: config/dsp16xx/dsp16xx.h:272
10117 #, fuzzy
10118 msgid "Specify alternate name for text section"
10119 msgstr "¥¿¡¼¥²¥Ã¥È CPU ¤Î̾Á°¤ò»ØÄꤹ¤ë"
10120
10121 #: config/dsp16xx/dsp16xx.h:274
10122 #, fuzzy
10123 msgid "Specify alternate name for data section"
10124 msgstr "Äê¿ôʸ»úÎóÍѤΥ¯¥é¥¹Ì¾¤ò»ØÄꤹ¤ë"
10125
10126 #: config/dsp16xx/dsp16xx.h:276
10127 #, fuzzy
10128 msgid "Specify alternate name for bss section"
10129 msgstr "Äê¿ôʸ»úÎóÍѤΥ¯¥é¥¹Ì¾¤ò»ØÄꤹ¤ë"
10130
10131 #: config/dsp16xx/dsp16xx.h:278
10132 #, fuzzy
10133 msgid "Specify alternate name for constant section"
10134 msgstr "Äê¿ôʸ»úÎóÍѤΥ¯¥é¥¹Ì¾¤ò»ØÄꤹ¤ë"
10135
10136 #: config/dsp16xx/dsp16xx.h:280
10137 msgid "Specify alternate name for dsp16xx chip"
10138 msgstr ""
10139
10140 #. Output assembler code to FILE to increment profiler label # LABELNO
10141 #. for profiling a function entry.
10142 #: config/dsp16xx/dsp16xx.h:1218 config/dsp16xx/dsp16xx.h:1772
10143 #: config/dsp16xx/dsp16xx.h:1777
10144 #, fuzzy
10145 msgid "profiling not implemented yet"
10146 msgstr "¥×¥í¥Õ¥¡¥¤¥ê¥ó¥°¤Ï¡¢¤Þ¤À¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó¡£"
10147
10148 #. Emit RTL insns to initialize the variable parts of a trampoline.
10149 #. FNADDR is an RTX for the address of the function's pure code.
10150 #. CXT is an RTX for the static chain value for the function.
10151 #: config/dsp16xx/dsp16xx.h:1228 config/dsp16xx/dsp16xx.h:1240
10152 #, fuzzy
10153 msgid "trampolines not yet implemented"
10154 msgstr "Trampoline ¤Ï¡¢¤Þ¤À¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
10155
10156 #: config/fr30/fr30.c:453
10157 msgid "fr30_print_operand_address: unhandled address"
10158 msgstr "fr30_print_operand_address: ½èÍý¤µ¤ì¤Ê¤¤¥¢¥É¥ì¥¹¤Ç¤¹"
10159
10160 #: config/fr30/fr30.c:480
10161 #, fuzzy, c-format
10162 msgid "fr30_print_operand: unrecognized %%p code"
10163 msgstr "fr30_print_operand: ǧ¼±¤Ç¤­¤Ê¤¤ %p ¥³¡¼¥É¤Ç¤¹"
10164
10165 #: config/fr30/fr30.c:500
10166 #, fuzzy, c-format
10167 msgid "fr30_print_operand: unrecognized %%b code"
10168 msgstr "fr30_print_operand: ǧ¼±¤Ç¤­¤Ê¤¤ %b ¥³¡¼¥É¤Ç¤¹"
10169
10170 #: config/fr30/fr30.c:521
10171 #, fuzzy, c-format
10172 msgid "fr30_print_operand: unrecognized %%B code"
10173 msgstr "fr30_print_operand: ǧ¼±¤Ç¤­¤Ê¤¤ %B ¥³¡¼¥É¤Ç¤¹"
10174
10175 #: config/fr30/fr30.c:529
10176 #, fuzzy, c-format
10177 msgid "fr30_print_operand: invalid operand to %%A code"
10178 msgstr "fr30_print_operand: %A ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê±é»»»Ò¤Ç¤¹"
10179
10180 #: config/fr30/fr30.c:546
10181 #, fuzzy, c-format
10182 msgid "fr30_print_operand: invalid %%x code"
10183 msgstr "fr30_print_operand: ̵¸ú¤Ê %x ¥³¡¼¥É¤Ç¤¹"
10184
10185 #: config/fr30/fr30.c:553
10186 #, fuzzy, c-format
10187 msgid "fr30_print_operand: invalid %%F code"
10188 msgstr "fr30_print_operand: ̵¸ú¤Ê %F ¥³¡¼¥É¤Ç¤¹"
10189
10190 #: config/fr30/fr30.c:570
10191 msgid "fr30_print_operand: unknown code"
10192 msgstr "fr30_print_operand: ÉÔÌÀ¤Ê¥³¡¼¥É¤Ç¤¹"
10193
10194 #: config/fr30/fr30.c:599 config/fr30/fr30.c:608 config/fr30/fr30.c:619
10195 #: config/fr30/fr30.c:632
10196 msgid "fr30_print_operand: unhandled MEM"
10197 msgstr "fr30_print_operand: ½èÍý¤µ¤ì¤Ê¤¤ MEM ¤Ç¤¹"
10198
10199 #: config/fr30/fr30.h:63
10200 msgid "Assume small address space"
10201 msgstr "¥¹¥â¡¼¥ë¥¢¥É¥ì¥¹¶õ´Ö¤È¤ß¤Ê¤¹"
10202
10203 #: config/frv/frv.c:410 config/frv/frv.c:428
10204 #, c-format
10205 msgid "Unknown cpu: -mcpu=%s"
10206 msgstr ""
10207
10208 #: config/frv/frv.c:451
10209 msgid "-fpic and -gdwarf are incompatible (-fpic and -g/-gdwarf-2 are fine)"
10210 msgstr ""
10211
10212 #: config/frv/frv.c:2520
10213 #, fuzzy
10214 msgid "Bad insn to frv_print_operand_address:"
10215 msgstr "fr30_print_operand_address: ½èÍý¤µ¤ì¤Ê¤¤¥¢¥É¥ì¥¹¤Ç¤¹"
10216
10217 #: config/frv/frv.c:2533
10218 msgid "Bad register to frv_print_operand_memory_reference_reg:"
10219 msgstr ""
10220
10221 #: config/frv/frv.c:2574 config/frv/frv.c:2584 config/frv/frv.c:2593
10222 #: config/frv/frv.c:2621 config/frv/frv.c:2633 config/frv/frv.c:2637
10223 msgid "Bad insn to frv_print_operand_memory_reference:"
10224 msgstr ""
10225
10226 #: config/frv/frv.c:2779
10227 #, fuzzy
10228 msgid "Bad insn in frv_print_operand, bad const_double"
10229 msgstr "¥ª¥Ú¥é¥ó¥É¤Ï const_double ¤Ç¤¹"
10230
10231 #: config/frv/frv.c:2824
10232 msgid "Bad insn to frv_print_operand, 'C' modifier:"
10233 msgstr ""
10234
10235 #: config/frv/frv.c:2847
10236 msgid "Bad insn to frv_print_operand, 'c' modifier:"
10237 msgstr ""
10238
10239 #: config/frv/frv.c:2872
10240 msgid "Bad insn to frv_print_operand, 'e' modifier:"
10241 msgstr ""
10242
10243 #: config/frv/frv.c:2880
10244 msgid "Bad insn to frv_print_operand, 'F' modifier:"
10245 msgstr ""
10246
10247 #: config/frv/frv.c:2896
10248 msgid "Bad insn to frv_print_operand, 'f' modifier:"
10249 msgstr ""
10250
10251 #: config/frv/frv.c:2949
10252 msgid "Bad insn to frv_print_operand, 'L' modifier:"
10253 msgstr ""
10254
10255 #: config/frv/frv.c:2962
10256 msgid "Bad insn to frv_print_operand, 'M/N' modifier:"
10257 msgstr ""
10258
10259 #: config/frv/frv.c:2983
10260 msgid "Bad insn to frv_print_operand, 'O' modifier:"
10261 msgstr ""
10262
10263 #: config/frv/frv.c:3001
10264 msgid "Bad insn to frv_print_operand, P modifier:"
10265 msgstr ""
10266
10267 #: config/frv/frv.c:3021
10268 msgid "Bad insn in frv_print_operand, z case"
10269 msgstr ""
10270
10271 #: config/frv/frv.c:3049
10272 msgid "Bad insn in frv_print_operand, 0 case"
10273 msgstr ""
10274
10275 #: config/frv/frv.c:3054
10276 #, fuzzy
10277 msgid "frv_print_operand: unknown code"
10278 msgstr "fr30_print_operand: ÉÔÌÀ¤Ê¥³¡¼¥É¤Ç¤¹"
10279
10280 #: config/frv/frv.c:5737
10281 msgid "Bad output_move_single operand"
10282 msgstr ""
10283
10284 #: config/frv/frv.c:5866
10285 msgid "Bad output_move_double operand"
10286 msgstr ""
10287
10288 #: config/frv/frv.c:6010
10289 msgid "Bad output_condmove_single operand"
10290 msgstr ""
10291
10292 #: config/frv/frv.c:8315
10293 msgid "frv_registers_update"
10294 msgstr ""
10295
10296 #: config/frv/frv.c:8475
10297 msgid "frv_registers_used_p"
10298 msgstr ""
10299
10300 #: config/frv/frv.c:8604
10301 msgid "frv_registers_set_p"
10302 msgstr ""
10303
10304 #: config/frv/frv.c:9171
10305 #, fuzzy
10306 msgid "accumulator is not a constant integer"
10307 msgstr "`asm' ¤Î°ú¿ô¤¬Äê¿ôʸ»úÎó¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó "
10308
10309 #: config/frv/frv.c:9176
10310 msgid "accumulator number is out of bounds"
10311 msgstr ""
10312
10313 #: config/frv/frv.c:9187
10314 #, fuzzy, c-format
10315 msgid "inappropriate accumulator for `%s'"
10316 msgstr "`%s' ¤ÎÁ°ÊýÀë¸À¤¬¤¢¤ê¤Þ¤»¤ó"
10317
10318 #: config/frv/frv.c:9253
10319 #, c-format
10320 msgid "`%s' expects a constant argument"
10321 msgstr ""
10322
10323 #: config/frv/frv.c:9258
10324 #, fuzzy, c-format
10325 msgid "constant argument out of range for `%s'"
10326 msgstr "±é»»»ÒÈֹ椬¥Õ¥©¡¼¥Þ¥Ã¥È¤ÎÈϰϳ°¤Ç¤¹"
10327
10328 #: config/frv/frv.c:9638
10329 msgid "media functions are not available unless -mmedia is used"
10330 msgstr ""
10331
10332 #: config/frv/frv.c:9650
10333 msgid "this media function is only available on the fr500"
10334 msgstr ""
10335
10336 #: config/frv/frv.c:9678
10337 msgid "this media function is only available on the fr400"
10338 msgstr ""
10339
10340 #. This macro is a C statement to print on `stderr' a string describing the
10341 #. particular machine description choice. Every machine description should
10342 #. define `TARGET_VERSION'. For example:
10343 #.
10344 #. #ifdef MOTOROLA
10345 #. #define TARGET_VERSION fprintf (stderr, " (68k, Motorola syntax)");
10346 #. #else
10347 #. #define TARGET_VERSION fprintf (stderr, " (68k, MIT syntax)");
10348 #. #endif
10349 #: config/frv/frv.h:512
10350 msgid " (frv)"
10351 msgstr ""
10352
10353 #: config/h8300/h8300.c:314
10354 #, fuzzy
10355 msgid "-ms2600 is used without -ms"
10356 msgstr "-ms2600 ¤¬ -ms ¤Ê¤·¤Ç»È¤ï¤ì¤Þ¤·¤¿"
10357
10358 #: config/h8300/h8300.c:320
10359 #, fuzzy
10360 msgid "-mn is used without -mh or -ms"
10361 msgstr "-ms2600 ¤¬ -ms ¤Ê¤·¤Ç»È¤ï¤ì¤Þ¤·¤¿"
10362
10363 #. Macro to define tables used to set the flags.
10364 #. This is a list in braces of pairs in braces,
10365 #. each pair being { "NAME", VALUE }
10366 #. where VALUE is the bits to set or minus the bits to clear.
10367 #. An empty string NAME is used to identify the default VALUE.
10368 #: config/h8300/h8300.h:150
10369 #, fuzzy
10370 msgid "Generate H8S code"
10371 msgstr "H8/S ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
10372
10373 #: config/h8300/h8300.h:151
10374 #, fuzzy
10375 msgid "Do not generate H8S code"
10376 msgstr "H8/S ¥³¡¼¥É¤òÀ¸À®¤·¤Ê¤¤"
10377
10378 #: config/h8300/h8300.h:152
10379 #, fuzzy
10380 msgid "Generate H8S/2600 code"
10381 msgstr "H8/S2600 ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
10382
10383 #: config/h8300/h8300.h:153
10384 #, fuzzy
10385 msgid "Do not generate H8S/2600 code"
10386 msgstr "H8/S2600 ¥³¡¼¥É¤òÀ¸À®¤·¤Ê¤¤"
10387
10388 #: config/h8300/h8300.h:154
10389 msgid "Make integers 32 bits wide"
10390 msgstr "À°¿ô¤ò 32 ¥Ó¥Ã¥ÈÉý¤È¤¹¤ë"
10391
10392 #: config/h8300/h8300.h:157
10393 msgid "Use registers for argument passing"
10394 msgstr "°ú¿ô¤ò¥ì¥¸¥¹¥¿ÅϤ·¤Ë¤¹¤ë"
10395
10396 #: config/h8300/h8300.h:159
10397 msgid "Do not use registers for argument passing"
10398 msgstr "°ú¿ô¤ò¥ì¥¸¥¹¥¿ÅϤ·¤Ë¤·¤Ê¤¤"
10399
10400 #: config/h8300/h8300.h:161
10401 msgid "Consider access to byte sized memory slow"
10402 msgstr "¥Ð¥¤¥È¥µ¥¤¥ºÃ±°Ì¤Î¥á¥â¥ê¥¢¥¯¥»¥¹¤¬ÃÙ¤¤¤³¤È¤ò¹Íθ¤¹¤ë"
10403
10404 #: config/h8300/h8300.h:162
10405 msgid "Enable linker relaxing"
10406 msgstr "¥ê¥ó¥«¤Î -relax ¥ª¥×¥·¥ç¥ó¤òÍ­¸ú¤Ë¤¹¤ë"
10407
10408 #: config/h8300/h8300.h:164
10409 msgid "Generate H8/300H code"
10410 msgstr "H8/300H ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
10411
10412 #: config/h8300/h8300.h:165
10413 msgid "Enable the normal mode"
10414 msgstr ""
10415
10416 #: config/h8300/h8300.h:166
10417 msgid "Do not generate H8/300H code"
10418 msgstr "H8/300H ¥³¡¼¥É¤òÀ¸À®¤·¤Ê¤¤"
10419
10420 #: config/h8300/h8300.h:167
10421 msgid "Use H8/300 alignment rules"
10422 msgstr "H8/300 ¥¢¥é¥¤¥ó¥á¥ó¥Èµ¬Â§¤ò»ÈÍѤ¹¤ë"
10423
10424 #: config/i370/i370-c.c:53
10425 msgid "junk at end of #pragma map"
10426 msgstr "#pragma map ¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
10427
10428 #: config/i370/i370-c.c:59
10429 msgid "malformed #pragma map, ignored"
10430 msgstr "¤ª¤«¤·¤Ê #pragma map¡¢Ìµ»ë¤µ¤ì¤Þ¤·¤¿"
10431
10432 #: config/i370/i370.c:915
10433 msgid "real name is too long - alias ignored"
10434 msgstr "ËÜÍè¤Î̾Á°¤¬Ä¹¤¹¤®¤Þ¤¹ - ÊÌ̾¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
10435
10436 #: config/i370/i370.c:920
10437 msgid "alias name is too long - alias ignored"
10438 msgstr "ÊÌ̾¤¬Ä¹¤¹¤®¤Þ¤¹ - ÊÌ̾¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
10439
10440 #: config/i370/i370.c:1191
10441 msgid "internal error--no jump follows compare:"
10442 msgstr ""
10443
10444 #. Macro to define tables used to set the flags. This is a list in braces
10445 #. of pairs in braces, each pair being { "NAME", VALUE }
10446 #. where VALUE is the bits to set or minus the bits to clear.
10447 #. An empty string NAME is used to identify the default VALUE.
10448 #: config/i370/i370.h:75
10449 msgid "Generate char instructions"
10450 msgstr "ʸ»úÌ¿Îá¤òÀ¸À®¤¹¤ë"
10451
10452 #: config/i370/i370.h:76
10453 msgid "Do not generate char instructions"
10454 msgstr "ʸ»úÌ¿Îá¤òÀ¸À®¤·¤Ê¤¤"
10455
10456 #: config/i386/i386.c:1050
10457 #, fuzzy, c-format
10458 msgid "code model %s not supported in PIC mode"
10459 msgstr "-mcmodel= ¤Ï 32 bit ¥·¥¹¥Æ¥à¾å¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
10460
10461 #: config/i386/i386.c:1060 config/sparc/sparc.c:356
10462 #, c-format
10463 msgid "bad value (%s) for -mcmodel= switch"
10464 msgstr "-mcmodel= ¥¹¥¤¥Ã¥Á¤Ë¤È¤Ã¤ÆÉÔÀµ¤ÊÃÍ (%s)"
10465
10466 #: config/i386/i386.c:1075
10467 #, fuzzy, c-format
10468 msgid "bad value (%s) for -masm= switch"
10469 msgstr "-mabi= ¥¹¥¤¥Ã¥Á¤ËÂФ¹¤ëÉÔÀµ¤ÊÃÍ (%s)"
10470
10471 #: config/i386/i386.c:1078
10472 #, fuzzy, c-format
10473 msgid "code model `%s' not supported in the %s bit mode"
10474 msgstr "-mcmodel= ¤Ï 32 bit ¥·¥¹¥Æ¥à¾å¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
10475
10476 #: config/i386/i386.c:1081
10477 #, fuzzy
10478 msgid "code model `large' not supported yet"
10479 msgstr "`%s' ¤Ï %s ¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
10480
10481 #: config/i386/i386.c:1083
10482 #, c-format
10483 msgid "%i-bit mode not compiled in"
10484 msgstr ""
10485
10486 #: config/i386/i386.c:1113
10487 #, c-format
10488 msgid "bad value (%s) for -march= switch"
10489 msgstr "-march= ¥¹¥¤¥Ã¥Á¤ËÂФ¹¤ëÉÔÀµ¤ÊÃÍ (%s)"
10490
10491 #: config/i386/i386.c:1124
10492 #, c-format
10493 msgid "bad value (%s) for -mcpu= switch"
10494 msgstr "-mcpu= ¥¹¥¤¥Ã¥Á¤ËÂФ¹¤ëÉÔÀµ¤ÊÃÍ (%s)"
10495
10496 #: config/i386/i386.c:1141
10497 #, c-format
10498 msgid "-mregparm=%d is not between 0 and %d"
10499 msgstr "-mregparm=%d ¤¬ 0 ¤«¤é %d ¤Î´Ö¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
10500
10501 #: config/i386/i386.c:1154
10502 #, fuzzy
10503 msgid "-malign-loops is obsolete, use -falign-loops"
10504 msgstr "-malign-loops=%d ¤¬ 0 ¤«¤é %d ¤Î´Ö¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
10505
10506 #: config/i386/i386.c:1159 config/i386/i386.c:1172 config/i386/i386.c:1185
10507 #, c-format
10508 msgid "-malign-loops=%d is not between 0 and %d"
10509 msgstr "-malign-loops=%d ¤¬ 0 ¤«¤é %d ¤Î´Ö¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
10510
10511 #: config/i386/i386.c:1167
10512 #, fuzzy
10513 msgid "-malign-jumps is obsolete, use -falign-jumps"
10514 msgstr "-malign-jumps=%d ¤¬ 0 ¤«¤é %d ¤Î´Ö¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
10515
10516 #: config/i386/i386.c:1180
10517 #, fuzzy
10518 msgid "-malign-functions is obsolete, use -falign-functions"
10519 msgstr "-malign-functions=%d ¤¬ 0 ¤«¤é %d ¤Î´Ö¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
10520
10521 #: config/i386/i386.c:1218
10522 #, fuzzy, c-format
10523 msgid "-mpreferred-stack-boundary=%d is not between %d and 12"
10524 msgstr "-mpreferred-stack-boundary=%d ¤¬ 2 ¤«¤é 31 ¤Î´Ö¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
10525
10526 #: config/i386/i386.c:1230
10527 #, c-format
10528 msgid "-mbranch-cost=%d is not between 0 and 5"
10529 msgstr "-mbranch-cost=%d ¤¬ 0 ¤«¤é 5 ¤Î´Ö¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
10530
10531 #: config/i386/i386.c:1242
10532 #, fuzzy, c-format
10533 msgid "bad value (%s) for -mtls-dialect= switch"
10534 msgstr "-msdata ¥¹¥¤¥Ã¥Á¤ËÂФ¹¤ëÉÔÀµ¤ÊÃÍ (%s)"
10535
10536 #: config/i386/i386.c:1263
10537 msgid "-malign-double makes no sense in the 64bit mode"
10538 msgstr ""
10539
10540 #: config/i386/i386.c:1265
10541 #, fuzzy
10542 msgid "-mrtd calling convention not supported in the 64bit mode"
10543 msgstr "PIC ¥³¡¼¥ÉÀ¸À®¤Ï²Äȼ¹Իþ¥â¥Ç¥ë¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó\n"
10544
10545 #: config/i386/i386.c:1281 config/i386/i386.c:1292
10546 #, fuzzy
10547 msgid "SSE instruction set disabled, using 387 arithmetics"
10548 msgstr "´Ø¿ô¥Ý¥¤¥ó¥¿¤¬·×»»¤Ç»È¤ï¤ì¤Þ¤·¤¿"
10549
10550 #: config/i386/i386.c:1297
10551 #, fuzzy
10552 msgid "387 instruction set disabled, using SSE arithmetics"
10553 msgstr "´Ø¿ô¥Ý¥¤¥ó¥¿¤¬·×»»¤Ç»È¤ï¤ì¤Þ¤·¤¿"
10554
10555 #: config/i386/i386.c:1304
10556 #, fuzzy, c-format
10557 msgid "bad value (%s) for -mfpmath= switch"
10558 msgstr "-march= ¥¹¥¤¥Ã¥Á¤ËÂФ¹¤ëÉÔÀµ¤ÊÃÍ (%s)"
10559
10560 #: config/i386/i386.c:1436
10561 #, fuzzy, c-format
10562 msgid "`%s' attribute requires an integer constant argument"
10563 msgstr "3 ¤Ä¤Î 'l' ÀÜÈø¼­¤¬À°¿ôÄê¿ô¤Ë¤Ä¤¤¤Æ¤¤¤Þ¤¹"
10564
10565 #: config/i386/i386.c:1442
10566 #, fuzzy, c-format
10567 msgid "argument to `%s' attribute larger than %d"
10568 msgstr "ÄêµÁ¤Î¸å¤Ç `%s' °À­¤ò¥»¥Ã¥È¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
10569
10570 #: config/i386/i386.c:2504
10571 msgid "SSE vector return without SSE enabled changes the ABI"
10572 msgstr ""
10573
10574 #: config/i386/i386.c:6386
10575 msgid "invalid UNSPEC as operand"
10576 msgstr "¥ª¥Ú¥é¥ó¥É¤È¤·¤Æ̵¸ú¤Ê UNSPEC"
10577
10578 #: config/i386/i386.c:6648
10579 msgid "extended registers have no high halves"
10580 msgstr ""
10581
10582 #: config/i386/i386.c:6663
10583 msgid "unsupported operand size for extended register"
10584 msgstr ""
10585
10586 #: config/i386/i386.c:6978
10587 msgid "operand is neither a constant nor a condition code, invalid operand code 'c'"
10588 msgstr ""
10589
10590 #: config/i386/i386.c:7024
10591 #, fuzzy, c-format
10592 msgid "invalid operand code `%c'"
10593 msgstr "%N ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
10594
10595 #: config/i386/i386.c:7071
10596 #, fuzzy
10597 msgid "invalid constraints for operand"
10598 msgstr "¥ª¥Ú¥é¥ó¥É¤È¤·¤Æ̵¸ú¤Ê¼°"
10599
10600 #: config/i386/i386.c:11271
10601 #, fuzzy
10602 msgid "unknown insn mode"
10603 msgstr "ÉÔÌÀ¤Ê¥Þ¥·¥ó¥â¡¼¥É `%s'"
10604
10605 #. @@@ better error message
10606 #: config/i386/i386.c:13391 config/i386/i386.c:13427
10607 msgid "selector must be an immediate"
10608 msgstr "¥»¥ì¥¯¥¿¤Ï¨ÃͤǤʤ±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
10609
10610 #. @@@ better error message
10611 #: config/i386/i386.c:13588 config/i386/i386.c:13622
10612 msgid "mask must be an immediate"
10613 msgstr "¥Þ¥¹¥¯¤Ï¨ÃͤǤʤ±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
10614
10615 #: config/i386/i386.c:13654
10616 #, fuzzy
10617 msgid "shift must be an immediate"
10618 msgstr "¥Þ¥¹¥¯¤Ï¨ÃͤǤʤ±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
10619
10620 #: config/i386/winnt.c:96
10621 #, fuzzy, c-format
10622 msgid "function `%s' definition is marked dllimport."
10623 msgstr "´Ø¿ô¤ÎÄêµÁ¤¬ `auto' ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
10624
10625 #: config/i386/winnt.c:104
10626 #, fuzzy, c-format
10627 msgid "variable `%s' definition is marked dllimport."
10628 msgstr "ÀÅŪÊÑ¿ô `%s' ¤Ï dllimport ¤È¥Þ¡¼¥¯¤µ¤ì¤Æ¤¤¤Þ¤¹"
10629
10630 #: config/i386/winnt.c:123
10631 #, c-format
10632 msgid "external linkage required for symbol '%s' because of '%s' attribute."
10633 msgstr ""
10634
10635 #: config/i386/winnt.c:143
10636 #, fuzzy, c-format
10637 msgid "`%s' attribute only applies to variables"
10638 msgstr "`%s' °À­¤Ï·¿¤Ë¤ÏŬÍѤµ¤ì¤Þ¤»¤ó"
10639
10640 #: config/i386/winnt.c:242
10641 #, c-format
10642 msgid "function '%s' is defined after prior declaration as dllimport: attribute ignored."
10643 msgstr ""
10644
10645 #: config/i386/winnt.c:252
10646 #, fuzzy, c-format
10647 msgid "inline function '%s' is declared as dllimport: attribute ignored."
10648 msgstr "ÁȤ߹þ¤ß´Ø¿ô `%s' ¤ÏÈó´Ø¿ô¤È¤·¤ÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
10649
10650 #: config/i386/winnt.c:263
10651 #, c-format
10652 msgid "definition of static data member '%s' of dllimport'd class."
10653 msgstr ""
10654
10655 #: config/i386/winnt.c:322
10656 #, c-format
10657 msgid "inconsistent dll linkage for '%s': dllexport assumed."
10658 msgstr ""
10659
10660 #: config/i386/winnt.c:364
10661 #, fuzzy, c-format
10662 msgid "`%s' declared as both exported to and imported from a DLL"
10663 msgstr "`%s' ¤¬ DLL ¤«¤é import¡¢DLL ¤Ë export ¤ÎξÊý¤È¤·¤ÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
10664
10665 #: config/i386/winnt.c:373
10666 #, c-format
10667 msgid "failure in redeclaration of '%s': dllimport'd symbol lacks external linkage."
10668 msgstr ""
10669
10670 #: config/i386/winnt.c:479
10671 #, c-format
10672 msgid "'%s' %s after being referenced with dllimport linkage."
10673 msgstr ""
10674
10675 #: config/i386/cygwin.h:45
10676 msgid "Use the Cygwin interface"
10677 msgstr "Cygwin ¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹¤ò»ÈÍѤ¹¤ë"
10678
10679 #: config/i386/cygwin.h:46
10680 msgid "Use the Mingw32 interface"
10681 msgstr "Mingw32 ¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹¤ò»ÈÍѤ¹¤ë"
10682
10683 #: config/i386/cygwin.h:47
10684 msgid "Create GUI application"
10685 msgstr "GUI ¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤òºî¤ë"
10686
10687 #: config/i386/cygwin.h:48
10688 msgid "Don't set Windows defines"
10689 msgstr "Windows ¤Î define ¤òÀßÄꤷ¤Ê¤¤"
10690
10691 #: config/i386/cygwin.h:49
10692 msgid "Set Windows defines"
10693 msgstr "Windows ¤Î define ¤òÀßÄꤹ¤ë"
10694
10695 #: config/i386/cygwin.h:50
10696 msgid "Create console application"
10697 msgstr "¥³¥ó¥½¡¼¥ë¥¢¥×¥ê¥±¡¼¥·¥ç¥ó¤òºî¤ë"
10698
10699 #: config/i386/cygwin.h:51 config/i386/win32.h:59
10700 msgid "Generate code for a DLL"
10701 msgstr "DLL ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
10702
10703 #: config/i386/cygwin.h:53 config/i386/win32.h:61
10704 msgid "Ignore dllimport for functions"
10705 msgstr "´Ø¿ô¤Ø¤Î dllimport ¤ò̵»ë¤¹¤ë"
10706
10707 #: config/i386/cygwin.h:55
10708 msgid "Use Mingw-specific thread support"
10709 msgstr "Mingw ¸ÇÍ­¤Î¥¹¥ì¥Ã¥É¥µ¥Ý¡¼¥È¤ò»ÈÍѤ¹¤ë"
10710
10711 #: config/i386/cygwin.h:245
10712 #, c-format
10713 msgid "-f%s ignored for target (all code is position independent)"
10714 msgstr "-f%s ¤Ï¥¿¡¼¥²¥Ã¥È¤Ç̵»ë¤µ¤ì¤Þ¤¹ (Á´¤Æ¤Î¥³¡¼¥É¤Ï°ÌÃÖÈó°Í¸¤Ç¤¹)"
10715
10716 #: config/i386/djgpp.h:206
10717 #, fuzzy
10718 msgid "-mbnu210 is ignored (option is obsolete)"
10719 msgstr "-mbnu210 ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿(ÇѤ줿¥ª¥×¥·¥ç¥ó¤Ç¤¹)"
10720
10721 #. Deprecated.
10722 #. Deprecated.
10723 #. Deprecated.
10724 #. Deprecated.
10725 #. Deprecated.
10726 #. Deprecated.
10727 #: config/i386/i386.h:306
10728 msgid "Alternate calling convention"
10729 msgstr "¸Æ¤Ó½Ð¤·µ¬Ìó¤òÆþ¤ìÂؤ¨¤ë"
10730
10731 #: config/i386/i386.h:308 config/m68k/m68k.h:180 config/ns32k/ns32k.h:144
10732 msgid "Use normal calling convention"
10733 msgstr "ÉáÄ̤θƤӽФ·µ¬Ìó¤ò»È¤¦"
10734
10735 #: config/i386/i386.h:310
10736 msgid "Align some doubles on dword boundary"
10737 msgstr "double ¤ò dword ¶­³¦¤Ë¥¢¥é¥¤¥ó¥á¥ó¥È¤¹¤ë"
10738
10739 #: config/i386/i386.h:312
10740 msgid "Align doubles on word boundary"
10741 msgstr "double ¤ò word ¶­³¦¤Ë¥¢¥é¥¤¥ó¥á¥ó¥È¤¹¤ë"
10742
10743 #: config/i386/i386.h:314
10744 msgid "Uninitialized locals in .bss"
10745 msgstr ".bss ¤Ë¤¢¤ë¥í¡¼¥«¥ë¤Ê¤â¤Î¤Ï½é´ü²½¤µ¤ì¤Ê¤¤"
10746
10747 #: config/i386/i386.h:316
10748 msgid "Uninitialized locals in .data"
10749 msgstr ".data ¤Ë¤¢¤ë¥í¡¼¥«¥ë¤Ê¤â¤Î¤Ï½é´ü²½¤µ¤ì¤Ê¤¤"
10750
10751 #: config/i386/i386.h:318 config/m68k/linux-aout.h:45 config/m68k/linux.h:50
10752 #: config/ns32k/ns32k.h:167
10753 msgid "Use IEEE math for fp comparisons"
10754 msgstr "ÉâÆ°¾®¿ôÅÀÈæ³Ó¤Ë IEEE µ¬³Ê¤ò»È¤¦"
10755
10756 #: config/i386/i386.h:320 config/ns32k/ns32k.h:169
10757 msgid "Do not use IEEE math for fp comparisons"
10758 msgstr "ÉâÆ°¾®¿ôÅÀÈæ³Ó¤Ë IEEE µ¬³Ê¤ò»È¤ï¤Ê¤¤"
10759
10760 #: config/i386/i386.h:322
10761 msgid "Return values of functions in FPU registers"
10762 msgstr "FPU ¥ì¥¸¥¹¥¿Æâ¤Îµ¡Ç½¤ÎÃͤòÊÖ¤¹"
10763
10764 #: config/i386/i386.h:324
10765 msgid "Do not return values of functions in FPU registers"
10766 msgstr "FPU ¥ì¥¸¥¹¥¿Æâ¤Îµ¡Ç½¤ÎÃͤòÊÖ¤µ¤Ê¤¤"
10767
10768 #: config/i386/i386.h:326
10769 msgid "Do not generate sin, cos, sqrt for FPU"
10770 msgstr "FPU ÍѤΠsin, cos, sqrt ¤òÀ¸À®¤·¤Ê¤¤"
10771
10772 #: config/i386/i386.h:328
10773 msgid "Generate sin, cos, sqrt for FPU"
10774 msgstr "FPU ÍѤΠsin, cos, sqrt ¤òÀ¸À®¤¹¤ë"
10775
10776 #: config/i386/i386.h:330
10777 msgid "Omit the frame pointer in leaf functions"
10778 msgstr "Ëöü¤Î´Ø¿ô¤Ç¤Ï¥Õ¥ì¡¼¥à¥Ý¥¤¥ó¥¿¤ò¾Êά¤¹¤ë"
10779
10780 #: config/i386/i386.h:333
10781 msgid "Enable stack probing"
10782 msgstr "¥¹¥¿¥Ã¥¯Ãµº÷¤òÍ­¸ú¤Ë¤¹¤ë"
10783
10784 #. undocumented
10785 #. undocumented
10786 #: config/i386/i386.h:338
10787 msgid "Align destination of the string operations"
10788 msgstr "ʸ»úÎóÁàºî¤Î½ñ¹þ¤ßÀè¤ò¥¢¥é¥¤¥ó¥á¥ó¥È¤¹¤ë"
10789
10790 #: config/i386/i386.h:340
10791 msgid "Do not align destination of the string operations"
10792 msgstr "ʸ»úÎóÁàºî¤Î½ñ¹þ¤ßÀè¤ò¥¢¥é¥¤¥ó¥á¥ó¥È¤·¤Ê¤¤"
10793
10794 #: config/i386/i386.h:342
10795 msgid "Inline all known string operations"
10796 msgstr "´ûÃΤÎÁ´¤Æ¤Îʸ»úÎóÁàºî¤ò inline ¤Ë¤¹¤ë"
10797
10798 #: config/i386/i386.h:344
10799 msgid "Do not inline all known string operations"
10800 msgstr "´ûÃΤÎÁ´¤Æ¤Îʸ»úÎóÁàºî¤ò inline ¤Ë¤·¤Ê¤¤"
10801
10802 #: config/i386/i386.h:346 config/i386/i386.h:350
10803 msgid "Use push instructions to save outgoing arguments"
10804 msgstr "½ÐÎϤ¹¤ë°ú¿ô¤ò¥»¡¼¥Ö¤¹¤ë¤¿¤á push Ì¿Îá¤ò»È¤¦"
10805
10806 #: config/i386/i386.h:348 config/i386/i386.h:352
10807 msgid "Do not use push instructions to save outgoing arguments"
10808 msgstr "½ÐÎϤ¹¤ë°ú¿ô¤ò¥»¡¼¥Ö¤¹¤ë¤¿¤á¤Ë¤Ï push Ì¿Îá¤ò»È¤ï¤Ê¤¤"
10809
10810 #: config/i386/i386.h:354
10811 #, fuzzy
10812 msgid "Support MMX built-in functions"
10813 msgstr "ÁȤ߹þ¤ß´Ø¿ô `%s' ¤òʤ¤¤±£¤·¤Þ¤¹"
10814
10815 #: config/i386/i386.h:356
10816 #, fuzzy
10817 msgid "Do not support MMX built-in functions"
10818 msgstr "¤¤¤¯¤Ä¤«¤ÎÁȤ߹þ¤ß´Ø¿ô¤òǧ¼±¤µ¤»¤Ê¤¤"
10819
10820 #: config/i386/i386.h:358
10821 #, fuzzy
10822 msgid "Support 3DNow! built-in functions"
10823 msgstr "ÁȤ߹þ¤ß´Ø¿ô `%s' ¤òʤ¤¤±£¤·¤Þ¤¹"
10824
10825 #: config/i386/i386.h:360
10826 #, fuzzy
10827 msgid "Do not support 3DNow! built-in functions"
10828 msgstr "¤¤¤¯¤Ä¤«¤ÎÁȤ߹þ¤ß´Ø¿ô¤òǧ¼±¤µ¤»¤Ê¤¤"
10829
10830 #: config/i386/i386.h:362
10831 msgid "Support MMX and SSE built-in functions and code generation"
10832 msgstr ""
10833
10834 #: config/i386/i386.h:364
10835 msgid "Do not support MMX and SSE built-in functions and code generation"
10836 msgstr ""
10837
10838 #: config/i386/i386.h:366
10839 msgid "Support MMX, SSE and SSE2 built-in functions and code generation"
10840 msgstr ""
10841
10842 #: config/i386/i386.h:368
10843 msgid "Do not support MMX, SSE and SSE2 built-in functions and code generation"
10844 msgstr ""
10845
10846 #: config/i386/i386.h:370
10847 #, fuzzy
10848 msgid "sizeof(long double) is 16"
10849 msgstr "sizeof(long double) ¤Ï 16 ¤È¤¹¤ë¡£"
10850
10851 #: config/i386/i386.h:372
10852 #, fuzzy
10853 msgid "sizeof(long double) is 12"
10854 msgstr "sizeof(long double) ¤Ï 12 ¤È¤¹¤ë¡£"
10855
10856 #: config/i386/i386.h:374
10857 #, fuzzy
10858 msgid "Generate 64bit x86-64 code"
10859 msgstr "H8/S ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
10860
10861 #: config/i386/i386.h:376
10862 #, fuzzy
10863 msgid "Generate 32bit i386 code"
10864 msgstr "¥Ó¥Ã¥°¥¨¥ó¥Ç¥£¥¢¥ó¤Î¥³¡¼¥É¤òÀ¸À®"
10865
10866 #: config/i386/i386.h:378
10867 msgid "Use red-zone in the x86-64 code"
10868 msgstr ""
10869
10870 #: config/i386/i386.h:380
10871 #, fuzzy
10872 msgid "Do not use red-zone in the x86-64 code"
10873 msgstr "H8/S ¥³¡¼¥É¤òÀ¸À®¤·¤Ê¤¤"
10874
10875 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10876 #. command options that have values. Its definition is an
10877 #. initializer with a subgrouping for each command option.
10878 #.
10879 #. Each subgrouping contains a string constant, that defines the
10880 #. fixed part of the option name, and the address of a variable. The
10881 #. variable, type `char *', is set to the variable part of the given
10882 #. option if the fixed part matches. The actual option name is made
10883 #. by appending `-m' to the specified name.
10884 #: config/i386/i386.h:409 config/rs6000/rs6000.h:393 config/sparc/sparc.h:635
10885 msgid "Schedule code for given CPU"
10886 msgstr "½êÍ¿¤Î CPU ÍѤΥ³¡¼¥É¤ò¥¹¥±¥¸¥å¡¼¥ë¤¹¤ë"
10887
10888 #: config/i386/i386.h:411
10889 #, fuzzy
10890 msgid "Generate floating point mathematics using given instruction set"
10891 msgstr "¥Ï¡¼¥É¥¦¥§¥¢ÉâÆ°¾®¿ôÅÀÌ¿Îá¤ò»ÈÍѤ¹¤ë"
10892
10893 #: config/i386/i386.h:413
10894 msgid "Generate code for given CPU"
10895 msgstr "½êÍ¿¤Î CPU ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
10896
10897 #: config/i386/i386.h:415
10898 msgid "Number of registers used to pass integer arguments"
10899 msgstr "¥ì¥¸¥¹¥¿¤Î¿ô¤¬À°¿ô¤ò°ú¿ô¤òÅϤ¹¤¿¤á¤Ë»È¤ï¤ì¤ë"
10900
10901 #. TARGET_DEFAULT is defined in sun*.h and isi.h, etc.
10902 #. This macro is similar to `TARGET_SWITCHES' but defines names of
10903 #. command options that have values. Its definition is an
10904 #. initializer with a subgrouping for each command option.
10905 #.
10906 #. Each subgrouping contains a string constant, that defines the
10907 #. fixed part of the option name, and the address of a variable. The
10908 #. variable, type `char *', is set to the variable part of the given
10909 #. option if the fixed part matches. The actual option name is made
10910 #. by appending `-m' to the specified name.
10911 #: config/i386/i386.h:417 config/m68k/m68k.h:263
10912 msgid "Loop code aligned to this power of 2"
10913 msgstr "¥ë¡¼¥×¥³¡¼¥É¤ò¤³¤ÎÃͤÎÆó¾è¤Ë¥¢¥é¥¤¥ó¥á¥ó¥È¤¹¤ë"
10914
10915 #: config/i386/i386.h:419 config/m68k/m68k.h:265
10916 msgid "Jump targets are aligned to this power of 2"
10917 msgstr "¥¸¥ã¥ó¥×Àè¤ò¤³¤ÎÃͤÎÆó¾è¤Ë¥¢¥é¥¤¥ó¥á¥ó¥È¤¹¤ë"
10918
10919 #: config/i386/i386.h:421 config/m68k/m68k.h:267
10920 msgid "Function starts are aligned to this power of 2"
10921 msgstr "´Ø¿ô¤Î³«»Ï°ÌÃÖ¤ò¤³¤ÎÃͤÎÆó¾è¤Ë¥¢¥é¥¤¥ó¥á¥ó¥È¤¹¤ë"
10922
10923 #: config/i386/i386.h:424
10924 msgid "Attempt to keep stack aligned to this power of 2"
10925 msgstr "¤Ç¤­¤ë¤À¤±¥¹¥¿¥Ã¥¯¤ò¤³¤ÎÃͤÎÆó¾è¤Ë¥¢¥é¥¤¥ó¥á¥ó¥È¤¹¤ë"
10926
10927 #: config/i386/i386.h:426
10928 msgid "Branches are this expensive (1-5, arbitrary units)"
10929 msgstr "¥Ö¥é¥ó¥Á¤Î¥³¥¹¥È¤ò»Ø¼¨¤¹¤ë (1-5, Ǥ°Õ¤Î¸Ä¿ô)"
10930
10931 #: config/i386/i386.h:428
10932 #, fuzzy
10933 msgid "Use given x86-64 code model"
10934 msgstr "Í¿¤¨¤é¤ì¤¿ Sparc ¥³¡¼¥É¥â¥Ç¥ë¤ò»ÈÍѤ¹¤ë"
10935
10936 #. Undocumented.
10937 #. Undocumented.
10938 #: config/i386/i386.h:434
10939 #, fuzzy
10940 msgid "Use given assembler dialect"
10941 msgstr "DEC ¥¢¥»¥ó¥Ö¥éʸˡ¤ò»ÈÍѤ¹¤ë"
10942
10943 #: config/i386/i386.h:436
10944 msgid "Use given thread-local storage dialect"
10945 msgstr ""
10946
10947 #: config/i386/sco5.h:297
10948 msgid "Generate ELF output"
10949 msgstr "ELF ½ÐÎϤòÀ¸À®¤¹¤ë"
10950
10951 #: config/i386/win32.h:53
10952 msgid "Use Mingw32 interface"
10953 msgstr "Mingw32 ¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹¤ò»ÈÍѤ¹¤ë"
10954
10955 #: config/i386/win32.h:55
10956 msgid "Use Cygwin interface"
10957 msgstr "Cygwin ¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹¤ò»ÈÍѤ¹¤ë"
10958
10959 #: config/i386/win32.h:57
10960 msgid "Use bare Windows interface"
10961 msgstr "ÁǤΠWindows ¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹¤ò»ÈÍѤ¹¤ë"
10962
10963 #. If the environment variable DJDIR is not defined, then DJGPP is not installed correctly and GCC will quickly become confused with the default prefix settings. Report the problem now so the user doesn't receive deceptive "file not found" error messages later.
10964 #. DJDIR is automatically defined by the DJGPP environment config file pointed to by the environment variable DJGPP. Examine DJGPP to try and figure out what's wrong.
10965 #: config/i386/xm-djgpp.h:71
10966 #, fuzzy
10967 msgid "environment variable DJGPP not defined"
10968 msgstr "´Ä¶­ÊÑ¿ô DJGPP ¤¬ÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
10969
10970 #: config/i386/xm-djgpp.h:73
10971 #, fuzzy, c-format
10972 msgid "environment variable DJGPP points to missing file '%s'"
10973 msgstr "´Ä¶­ÊÑ¿ô DJGPP ¤¬¡¢¸«¤Ä¤«¤é¤Ê¤¤¥Õ¥¡¥¤¥ë '%s' ¤ò¼¨¤·¤Æ¤¤¤Þ¤¹¡£"
10974
10975 #: config/i386/xm-djgpp.h:76
10976 #, fuzzy, c-format
10977 msgid "environment variable DJGPP points to corrupt file '%s'"
10978 msgstr "´Ä¶­ÊÑ¿ô DJGPP ¤¬¡¢²õ¤ì¤¿¥Õ¥¡¥¤¥ë '%s' ¤ò¼¨¤·¤Æ¤¤¤Þ¤¹¡£"
10979
10980 #: config/i960/i960-c.c:66
10981 msgid "sorry, not implemented: #pragma align NAME=SIZE"
10982 msgstr "»ÄÇ°¡¢¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó: #pragma align NAME=SIZE"
10983
10984 #: config/i960/i960-c.c:71
10985 msgid "malformed #pragma align - ignored"
10986 msgstr "¤ª¤«¤·¤Ê #pragma align - ̵»ë¤µ¤ì¤Þ¤·¤¿"
10987
10988 #: config/i960/i960-c.c:109
10989 msgid "sorry, not implemented: #pragma noalign NAME"
10990 msgstr "»ÄÇ°¡¢¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó: #pragma noalign NAME"
10991
10992 #: config/i960/i960.c:121 config/i960/i960.c:131
10993 msgid "conflicting architectures defined - using C series"
10994 msgstr "¶¥¹ç¤¹¤ë architecture ¤¬ÄêµÁ¤µ¤ì¤Þ¤·¤¿ - C ¥·¥ê¡¼¥º»ÈÍÑ"
10995
10996 #: config/i960/i960.c:126
10997 msgid "conflicting architectures defined - using K series"
10998 msgstr "¶¥¹ç¤¹¤ë architecture ¤¬ÄêµÁ¤µ¤ì¤Þ¤·¤¿ - K ¥·¥ê¡¼¥º»ÈÍÑ<"
10999
11000 #: config/i960/i960.c:141
11001 msgid "iC2.0 and iC3.0 are incompatible - using iC3.0"
11002 msgstr "iC2.0 ¤È iC3.0 ¤È¤Ï¸ß´¹À­¤¬¤¢¤ê¤Þ¤»¤ó - iC3.0 ¤ò»ÈÍѤ·¤Þ¤¹"
11003
11004 #: config/i960/i960.c:1448 config/m68k/m68k.c:559 config/rs6000/rs6000.c:9976
11005 msgid "stack limit expression is not supported"
11006 msgstr "¥¹¥¿¥Ã¥¯À©¸Â¼°¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
11007
11008 #. Macro to define tables used to set the flags.
11009 #. This is a list in braces of pairs in braces,
11010 #. each pair being { "NAME", VALUE }
11011 #. where VALUE is the bits to set or minus the bits to clear.
11012 #. An empty string NAME is used to identify the default VALUE.
11013 #. ??? Not all ten of these architecture variations actually exist, but I
11014 #. am not sure which are real and which aren't.
11015 #: config/i960/i960.h:240
11016 msgid "Generate SA code"
11017 msgstr "SA ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
11018
11019 #: config/i960/i960.h:243
11020 msgid "Generate SB code"
11021 msgstr "SB ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
11022
11023 #. {"sc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate SC code")},
11024 #: config/i960/i960.h:248
11025 msgid "Generate KA code"
11026 msgstr "KA ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
11027
11028 #: config/i960/i960.h:251
11029 msgid "Generate KB code"
11030 msgstr "KB ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
11031
11032 #. {"kc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_MC|TARGET_FLAG_COMPLEX_ADDR), N_("Generate KC code")},
11033 #: config/i960/i960.h:256
11034 msgid "Generate JA code"
11035 msgstr "JA ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
11036
11037 #: config/i960/i960.h:258
11038 msgid "Generate JD code"
11039 msgstr "JD ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
11040
11041 #: config/i960/i960.h:261
11042 msgid "Generate JF code"
11043 msgstr "JF ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
11044
11045 #: config/i960/i960.h:263
11046 msgid "generate RP code"
11047 msgstr "RP ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
11048
11049 #: config/i960/i960.h:266
11050 msgid "Generate MC code"
11051 msgstr "MC ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
11052
11053 #: config/i960/i960.h:269
11054 msgid "Generate CA code"
11055 msgstr "CA ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
11056
11057 #. {"cb", (TARGET_FLAG_NUMERICS|TARGET_FLAG_C_SERIES| TARGET_FLAG_BRANCH_PREDICT|TARGET_FLAG_CODE_ALIGN), N_("Generate CB code")}, {"cc", (TARGET_FLAG_NUMERICS|TARGET_FLAG_PROTECTED| TARGET_FLAG_C_SERIES|TARGET_FLAG_BRANCH_PREDICT| TARGET_FLAG_CODE_ALIGN), N_("Generate CC code")},
11058 #: config/i960/i960.h:279
11059 msgid "Generate CF code"
11060 msgstr "CF ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
11061
11062 #: config/i960/i960.h:283 config/mips/mips.h:568 config/pa/pa.h:266
11063 msgid "Use software floating point"
11064 msgstr "¥½¥Õ¥ÈÉâÆ°¾®¿ôÅÀ¤òÍøÍѤ¹¤ë"
11065
11066 #: config/i960/i960.h:285
11067 msgid "Use alternate leaf function entries"
11068 msgstr "´Ø¿ô¹àÌܤÎÂå¤ï¤ê¤òÍøÍѤ¹¤ë"
11069
11070 #: config/i960/i960.h:287
11071 msgid "Do not use alternate leaf function entries"
11072 msgstr "´Ø¿ô¹àÌÜËöÈø¤ÎÂå¤ï¤ê¤ÏÍøÍѤ·¤Ê¤¤"
11073
11074 #: config/i960/i960.h:289
11075 msgid "Perform tail call optimization"
11076 msgstr "ËöÈø¸Æ¤Ó½Ð¤·ºÇŬ²½¤ò¹Ô¤¦"
11077
11078 #: config/i960/i960.h:291
11079 msgid "Do not perform tail call optimization"
11080 msgstr "ËöÈø¸Æ¤Ó½Ð¤·ºÇŬ²½¤ò¹Ô¤ï¤Ê¤¤"
11081
11082 #: config/i960/i960.h:293
11083 msgid "Use complex addressing modes"
11084 msgstr "Ê£»¨¤Ê¥¢¥É¥ì¥·¥ó¥°¥â¡¼¥É¤ò»ÈÍѤ¹¤ë"
11085
11086 #: config/i960/i960.h:295
11087 msgid "Do not use complex addressing modes"
11088 msgstr "Ê£»¨¤Ê¥¢¥É¥ì¥·¥ó¥°¥â¡¼¥É¤òÍøÍѤ·¤Ê¤¤"
11089
11090 #: config/i960/i960.h:297
11091 msgid "Align code to 8 byte boundary"
11092 msgstr "¥³¡¼¥É¤ò 8 ¥Ð¥¤¥È¶­³¦¤Ë¥¢¥é¥¤¥ó¤¹¤ë"
11093
11094 #: config/i960/i960.h:299
11095 msgid "Do not align code to 8 byte boundary"
11096 msgstr "¥³¡¼¥É¤ò 8 bit ¥³¡¼¥É¤Ë¥¢¥é¥¤¥ó¤·¤Ê¤¤"
11097
11098 #. {"clean-linkage", (TARGET_FLAG_CLEAN_LINKAGE), N_("Force use of prototypes")}, {"no-clean-linkage", -(TARGET_FLAG_CLEAN_LINKAGE), N_("Do not force use of prototypes")},
11099 #: config/i960/i960.h:305 config/i960/i960.h:307
11100 msgid "Enable compatibility with iC960 v2.0"
11101 msgstr "iC960 v2.0 ¤È¤Î¸ß´¹À­¤òÍ­¸ú¤Ë¤¹¤ë"
11102
11103 #: config/i960/i960.h:309
11104 msgid "Enable compatibility with iC960 v3.0"
11105 msgstr "iC960 v3.0 ¤È¤Î¸ß´¹À­¤òÍ­¸ú¤Ë¤¹¤ë"
11106
11107 #: config/i960/i960.h:311 config/i960/i960.h:313
11108 msgid "Enable compatibility with ic960 assembler"
11109 msgstr "ic960 ¥¢¥»¥ó¥Ö¥é¤È¤Î¸ß´¹À­¤òÍ­¸ú¤Ë¤¹¤ë"
11110
11111 #: config/i960/i960.h:315
11112 msgid "Do not permit unaligned accesses"
11113 msgstr "¥¢¥é¥¤¥ó¤µ¤ì¤Ê¤¤¥¢¥¯¥»¥¹¤òµö²Ä¤·¤Ê¤¤"
11114
11115 #: config/i960/i960.h:317
11116 msgid "Permit unaligned accesses"
11117 msgstr "¥¢¥é¥¤¥ó¤µ¤ì¤Ê¤¤¥¢¥¯¥»¥¹¤òµö²Ä¤¹¤ë"
11118
11119 #: config/i960/i960.h:319
11120 msgid "Layout types like Intel's v1.3 gcc"
11121 msgstr "Intel ¤Î v1.3 gcc ¤ÎÍͤʥ¿¥¤¥×¤ËÇÛÃÖ¤¹¤ë"
11122
11123 #: config/i960/i960.h:321
11124 msgid "Do not layout types like Intel's v1.3 gcc"
11125 msgstr "Intel v1.3 gcc ¤ÎÍͤʥ¿¥¤¥×¤ÎÇÛÃÖ¤ò¹Ô¤Ê¤ï¤Ê¤¤"
11126
11127 #: config/i960/i960.h:323 config/sparc/freebsd.h:80 config/sparc/linux.h:86
11128 #: config/sparc/linux64.h:88 config/sparc/netbsd-elf.h:238
11129 msgid "Use 64 bit long doubles"
11130 msgstr "64 ¥Ó¥Ã¥È long double ¤ò»ÈÍѤ¹¤ë"
11131
11132 #: config/i960/i960.h:325
11133 msgid "Enable linker relaxation"
11134 msgstr "¥ê¥ó¥«¤Î´ËϤòÍ­¸ú¤Ë¤¹¤ë"
11135
11136 #: config/i960/i960.h:327
11137 msgid "Do not enable linker relaxation"
11138 msgstr "¥ê¥ó¥«¤Î´ËϤòÍ­¸ú¤Ë¤·¤Ê¤¤"
11139
11140 #: config/ia64/ia64-c.c:51
11141 #, fuzzy
11142 msgid "malformed #pragma builtin"
11143 msgstr "¤ª¤«¤·¤Ê #pragma implementation"
11144
11145 #: config/ia64/ia64.c:4015
11146 msgid "ia64_print_operand: unknown code"
11147 msgstr "ia64_print_operand: ÉÔÌÀ¤Ê¥³¡¼¥É¤Ç¤¹"
11148
11149 #: config/ia64/ia64.c:4292
11150 msgid "value of -mfixed-range must have form REG1-REG2"
11151 msgstr "-mfixed-range ¤ÎÃÍ¤Ï REG1-REG2 ·Á¼°¤ò»ý¤¿¤Í¤Ð¤Ê¤ê¤Þ¤»¤ó"
11152
11153 #: config/ia64/ia64.c:4319
11154 #, c-format
11155 msgid "%s-%s is an empty range"
11156 msgstr "%s-%s ¤¬¶õ¤ÎÈϰϤǤ¹"
11157
11158 #: config/ia64/ia64.c:4350
11159 #, fuzzy
11160 msgid "cannot optimize floating point division for both latency and throughput"
11161 msgstr "¥ì¥¤¥Æ¥ó¥·¤È¥¹¥ë¡¼¥×¥Ã¥ÈξÊý¤Îʬ³äºÇŬ²½¤Ï¹Ô¤Ê¤¨¤Þ¤»¤ó"
11162
11163 #: config/ia64/ia64.c:4356
11164 #, fuzzy
11165 msgid "cannot optimize integer division for both latency and throughput"
11166 msgstr "¥ì¥¤¥Æ¥ó¥·¤È¥¹¥ë¡¼¥×¥Ã¥ÈξÊý¤Îʬ³äºÇŬ²½¤Ï¹Ô¤Ê¤¨¤Þ¤»¤ó"
11167
11168 #: config/ia64/ia64.c:4368
11169 #, fuzzy, c-format
11170 msgid "bad value (%s) for -mtls-size= switch"
11171 msgstr "-mabi= ¥¹¥¤¥Ã¥Á¤ËÂФ¹¤ëÉÔÀµ¤ÊÃÍ (%s)"
11172
11173 #. This macro defines names of command options to set and clear bits in
11174 #. `target_flags'. Its definition is an initializer with a subgrouping for
11175 #. each command option.
11176 #: config/ia64/ia64.h:154
11177 msgid "Generate big endian code"
11178 msgstr "¥Ó¥Ã¥°¥¨¥ó¥Ç¥£¥¢¥ó¤Î¥³¡¼¥É¤òÀ¸À®"
11179
11180 #: config/ia64/ia64.h:156 config/mcore/mcore.h:159
11181 msgid "Generate little endian code"
11182 msgstr "¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥ó¤Î¥³¡¼¥É¤òÀ¸À®"
11183
11184 #: config/ia64/ia64.h:158
11185 msgid "Generate code for GNU as"
11186 msgstr "GNU as ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
11187
11188 #: config/ia64/ia64.h:160
11189 msgid "Generate code for Intel as"
11190 msgstr "Intel as ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
11191
11192 #: config/ia64/ia64.h:162
11193 msgid "Generate code for GNU ld"
11194 msgstr "GNU ld ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
11195
11196 #: config/ia64/ia64.h:164
11197 msgid "Generate code for Intel ld"
11198 msgstr "Intel ld ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
11199
11200 #: config/ia64/ia64.h:166
11201 msgid "Generate code without GP reg"
11202 msgstr "GP ¥ì¥¸¥¹¥¿ÉÔ»ÈÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
11203
11204 #: config/ia64/ia64.h:168
11205 msgid "Emit stop bits before and after volatile extended asms"
11206 msgstr "³ÈÄ¥¥¢¥»¥ó¥Ö¥ê volatile ¤ÎÁ°¸å¤Ë stop ¥Ó¥Ã¥È¤òÁ÷½Ð¤¹¤ë"
11207
11208 #: config/ia64/ia64.h:170
11209 msgid "Don't emit stop bits before and after volatile extended asms"
11210 msgstr "³ÈÄ¥¥¢¥»¥ó¥Ö¥ê volatile ¤ÎÁ°¸å¤Ë stop ¥Ó¥Ã¥È¤òÁ÷½Ð¤¹¤ë"
11211
11212 #: config/ia64/ia64.h:172
11213 msgid "Emit code for Itanium (TM) processor B step"
11214 msgstr "Itanium (TM) ¥×¥í¥»¥Ã¥µ B step ÍÑ¥³¡¼¥É¤òÁ÷½Ð¤¹¤ë"
11215
11216 #: config/ia64/ia64.h:174
11217 msgid "Use in/loc/out register names"
11218 msgstr "in/loc/out ¥ì¥¸¥¹¥¿Ì¾¤ò»ÈÍѤ¹¤ë"
11219
11220 #: config/ia64/ia64.h:176
11221 msgid "Disable use of sdata/scommon/sbss"
11222 msgstr "sdata/scommon/sbss ¤Î»ÈÍѤò̵¸ú¤Ë¤¹¤ë"
11223
11224 #: config/ia64/ia64.h:178
11225 msgid "Enable use of sdata/scommon/sbss"
11226 msgstr "sdata/scommon/sbss ¤Î»ÈÍѤòÍ­¸ú¤Ë¤¹¤ë"
11227
11228 #: config/ia64/ia64.h:180
11229 msgid "gp is constant (but save/restore gp on indirect calls)"
11230 msgstr "gp ¤òÄê¿ô¤È¤¹¤ë¡Êâ¡¢´ÖÀܸƤӽФ·¤Ç¤Ï gp ¤ò save/restore ¤¹¤ë¡Ë"
11231
11232 #: config/ia64/ia64.h:182
11233 msgid "Generate self-relocatable code"
11234 msgstr "¼«¸ÊºÆÇÛÃÖ²Äǽ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
11235
11236 #: config/ia64/ia64.h:184
11237 #, fuzzy
11238 msgid "Generate inline floating point division, optimize for latency"
11239 msgstr "¥ì¥¤¥Æ¥ó¥·¤òºÇŬ²½¤¹¤ë¥¤¥ó¥é¥¤¥ó¶èʬ¤òÀ¸À®¤¹¤ë"
11240
11241 #: config/ia64/ia64.h:186
11242 #, fuzzy
11243 msgid "Generate inline floating point division, optimize for throughput"
11244 msgstr "¥¹¥ë¡¼¥×¥Ã¥È¤òºÇŬ²½¤¹¤ë¥¤¥ó¥é¥¤¥ó¶èʬ¤òÀ¸À®¤¹¤ë"
11245
11246 #: config/ia64/ia64.h:188
11247 #, fuzzy
11248 msgid "Generate inline integer division, optimize for latency"
11249 msgstr "¥ì¥¤¥Æ¥ó¥·¤òºÇŬ²½¤¹¤ë¥¤¥ó¥é¥¤¥ó¶èʬ¤òÀ¸À®¤¹¤ë"
11250
11251 #: config/ia64/ia64.h:190
11252 #, fuzzy
11253 msgid "Generate inline integer division, optimize for throughput"
11254 msgstr "¥¹¥ë¡¼¥×¥Ã¥È¤òºÇŬ²½¤¹¤ë¥¤¥ó¥é¥¤¥ó¶èʬ¤òÀ¸À®¤¹¤ë"
11255
11256 #: config/ia64/ia64.h:192
11257 msgid "Enable Dwarf 2 line debug info via GNU as"
11258 msgstr "GNU as ¤òÄ̤¸¤¿ Dwarf2 ¤Î¹Ô¥Ç¥Ð¥Ã¥°¤òÍ­¸ú¤Ë¤¹¤ë"
11259
11260 #: config/ia64/ia64.h:194
11261 msgid "Disable Dwarf 2 line debug info via GNU as"
11262 msgstr "GNU as ¤òÄ̤¸¤¿ Dwarf2 ¤Î¹Ô¥Ç¥Ð¥Ã¥°¤ò̵¸ú¤Ë¤¹¤ë"
11263
11264 #: config/ia64/ia64.h:223
11265 #, fuzzy
11266 msgid "Specify range of registers to make fixed"
11267 msgstr "¸ÇÄꤹ¤ë¤¿¤á¤Î¥ì¥¸¥¹¥¿¤ÎÈϰϤò»ØÄꤹ¤ë"
11268
11269 #: config/ip2k/ip2k.c:1090
11270 #, fuzzy
11271 msgid "bad operand"
11272 msgstr "̵¸ú¤Ê %P ¥ª¥Ú¥é¥ó¥É¤Ç¤¹"
11273
11274 #: config/m32r/m32r.c:139
11275 #, c-format
11276 msgid "bad value (%s) for -mmodel switch"
11277 msgstr "-mmodel ¥¹¥¤¥Ã¥Á¤ËÂФ¹¤ëÉÔÀµ¤ÊÃÍ (%s)"
11278
11279 #: config/m32r/m32r.c:148
11280 #, c-format
11281 msgid "bad value (%s) for -msdata switch"
11282 msgstr "-msdata ¥¹¥¤¥Ã¥Á¤ËÂФ¹¤ëÉÔÀµ¤ÊÃÍ (%s)"
11283
11284 #: config/m32r/m32r.c:319
11285 #, fuzzy, c-format
11286 msgid "invalid argument of `%s' attribute"
11287 msgstr "`%s' ¤Î°ú¿ô¤È¤·¤Æ̵¸ú¤Ê·¿"
11288
11289 #: config/m32r/m32r.c:422
11290 msgid "const objects cannot go in .sdata/.sbss"
11291 msgstr "const ¥ª¥Ö¥¸¥§¥¯¥È¤Ï .sdata/.sbss ¤ËÃÖ¤±¤Þ¤»¤ó"
11292
11293 #: config/m32r/m32r.c:2256
11294 #, fuzzy, c-format
11295 msgid "invalid operand to %%s code"
11296 msgstr "%s ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
11297
11298 #: config/m32r/m32r.c:2263
11299 #, fuzzy, c-format
11300 msgid "invalid operand to %%p code"
11301 msgstr "%p ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
11302
11303 #: config/m32r/m32r.c:2318
11304 msgid "bad insn for 'A'"
11305 msgstr ""
11306
11307 #: config/m32r/m32r.c:2370
11308 #, fuzzy, c-format
11309 msgid "invalid operand to %%T/%%B code"
11310 msgstr "%T/%B ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
11311
11312 #: config/m32r/m32r.c:2393
11313 #, fuzzy, c-format
11314 msgid "invalid operand to %%N code"
11315 msgstr "%N ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
11316
11317 #: config/m32r/m32r.c:2438
11318 #, fuzzy
11319 msgid "pre-increment address is not a register"
11320 msgstr "`%d' ¥ª¥Ú¥é¥ó¥É¤¬¥ì¥¸¥¹¥¿¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
11321
11322 #: config/m32r/m32r.c:2445
11323 #, fuzzy
11324 msgid "pre-decrement address is not a register"
11325 msgstr "thumb_load_double_from_address: ¥Ù¡¼¥¹¤¬¥ì¥¸¥¹¥¿¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
11326
11327 #: config/m32r/m32r.c:2452
11328 msgid "post-increment address is not a register"
11329 msgstr ""
11330
11331 #: config/m32r/m32r.c:2530 config/m32r/m32r.c:2546
11332 #: config/rs6000/rs6000.c:12802
11333 #, fuzzy
11334 msgid "bad address"
11335 msgstr "ÉÔÀµ¤Ê¥Ø¥Ã¥À¥Ð¡¼¥¸¥ç¥ó"
11336
11337 #: config/m32r/m32r.c:2551
11338 #, fuzzy
11339 msgid "lo_sum not of register"
11340 msgstr "ÉâÆ°¾®¿ôÅÀ¥ì¥¸¥¹¥¿¤òÍøÍѤ·¤Ê¤¤"
11341
11342 #. { "relax", TARGET_RELAX_MASK, "" }, { "no-relax", -TARGET_RELAX_MASK, "" },
11343 #: config/m32r/m32r.h:241
11344 msgid "Display compile time statistics"
11345 msgstr "¥³¥ó¥Ñ¥¤¥ë»þ´ÖÅý·×Ãͤòɽ¼¨¤¹¤ë"
11346
11347 #: config/m32r/m32r.h:243
11348 msgid "Align all loops to 32 byte boundary"
11349 msgstr "Á´¤Æ¤Î¥ë¡¼¥×¤ò 32 ¥Ð¥¤¥È¶­³¦¤Ë¥¢¥é¥¤¥ó¤¹¤ë"
11350
11351 #: config/m32r/m32r.h:246
11352 msgid "Only issue one instruction per cycle"
11353 msgstr "¥µ¥¤¥¯¥ëËè¤Ë°ì¤Ä¤ÎÌ¿Îá¤À¤±¤òȯ¹Ô¤¹¤ë"
11354
11355 #: config/m32r/m32r.h:249
11356 msgid "Prefer branches over conditional execution"
11357 msgstr "¾ò·ï¤Î¼Â¹Ô¤è¤ê¤Ïʬ´ô¤ÎÀ¸À®¤òÍ¥À褹¤ë"
11358
11359 #: config/m32r/m32r.h:265
11360 msgid "Code size: small, medium or large"
11361 msgstr "¥³¡¼¥É¥µ¥¤¥º: small, medium Ëô¤Ï large"
11362
11363 #: config/m32r/m32r.h:267
11364 msgid "Small data area: none, sdata, use"
11365 msgstr "¥¹¥â¡¼¥ë¥Ç¡¼¥¿Îΰè: none, sdata, use"
11366
11367 #: config/m68hc11/m68hc11.c:242
11368 #, c-format
11369 msgid "-f%s ignored for 68HC11/68HC12 (not supported)"
11370 msgstr "-f%s ¤Ï 68HC11/68HC12 ÍѤȤ·¤Æ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿ (¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó)"
11371
11372 #: config/m68hc11/m68hc11.c:1305
11373 msgid "`trap' and `far' attributes are not compatible, ignoring `far'"
11374 msgstr ""
11375
11376 #: config/m68hc11/m68hc11.c:1311
11377 #, fuzzy
11378 msgid "`trap' attribute is already used"
11379 msgstr "`%s' °À­¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
11380
11381 #. !!!! SCz wrong here.
11382 #: config/m68hc11/m68hc11.c:3327 config/m68hc11/m68hc11.c:3733
11383 msgid "move insn not handled"
11384 msgstr ""
11385
11386 #: config/m68hc11/m68hc11.c:3579 config/m68hc11/m68hc11.c:3663
11387 #: config/m68hc11/m68hc11.c:3946
11388 #, fuzzy
11389 msgid "invalid register in the move instruction"
11390 msgstr "`%s' ¤ËÂФ¹¤ë¥ì¥¸¥¹¥¿Ì¾¤È¤·¤Æ̵¸ú¤Ç¤¹"
11391
11392 #: config/m68hc11/m68hc11.c:3613
11393 #, fuzzy
11394 msgid "invalid operand in the instruction"
11395 msgstr "%s ¥³¡¼¥É¤ËÂФ¹¤ë̵¸ú¤Ê¥ª¥Ú¥é¥ó¥É"
11396
11397 #: config/m68hc11/m68hc11.c:3920
11398 #, fuzzy
11399 msgid "invalid register in the instruction"
11400 msgstr "`%s' ¤ËÂФ¹¤ë¥ì¥¸¥¹¥¿Ì¾¤È¤·¤Æ̵¸ú¤Ç¤¹"
11401
11402 #: config/m68hc11/m68hc11.c:3953
11403 #, fuzzy
11404 msgid "operand 1 must be a hard register"
11405 msgstr "`%d' ¥ª¥Ú¥é¥ó¥É¤¬¥ì¥¸¥¹¥¿¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
11406
11407 #: config/m68hc11/m68hc11.c:3970
11408 #, fuzzy
11409 msgid "invalid rotate insn"
11410 msgstr "²¾°ú¿ô `%s' ¤Ï̵¸ú¤Ç¤¹"
11411
11412 #: config/m68hc11/m68hc11.c:4391
11413 msgid "registers IX, IY and Z used in the same INSN"
11414 msgstr ""
11415
11416 #: config/m68hc11/m68hc11.c:4728 config/m68hc11/m68hc11.c:5031
11417 msgid "cannot do z-register replacement"
11418 msgstr ""
11419
11420 #: config/m68hc11/m68hc11.c:5094
11421 #, fuzzy
11422 msgid "invalid Z register replacement for insn"
11423 msgstr "`%s' ¤ËÂФ¹¤ë¥ì¥¸¥¹¥¿Ì¾¤È¤·¤Æ̵¸ú¤Ç¤¹"
11424
11425 #. Macro to define tables used to set the flags. This is a list in braces of
11426 #. pairs in braces, each pair being { "NAME", VALUE } where VALUE is the bits
11427 #. to set or minus the bits to clear. An empty string NAME is used to
11428 #. identify the default VALUE.
11429 #: config/m68hc11/m68hc11.h:172
11430 msgid "Compile with 16-bit integer mode"
11431 msgstr "16 ¥Ó¥Ã¥ÈÀ°¿ô¥â¡¼¥É¤Ç¥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
11432
11433 #: config/m68hc11/m68hc11.h:174
11434 msgid "Compile with 32-bit integer mode"
11435 msgstr "32 ¥Ó¥Ã¥ÈÀ°¿ô¥â¡¼¥É¤Ç¥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
11436
11437 #: config/m68hc11/m68hc11.h:176
11438 msgid "Auto pre/post decrement increment allowed"
11439 msgstr "¼«Æ° pre/post ¥Ç¥¯¥ê¥á¥ó¥È ¥¤¥ó¥¯¥ê¥á¥ó¥È¤òµöÍƤ¹¤ë"
11440
11441 #: config/m68hc11/m68hc11.h:178
11442 msgid "Auto pre/post decrement increment not allowed"
11443 msgstr "¼«Æ° pre/post ¥Ç¥¯¥ê¥á¥ó¥È ¥¤¥ó¥¯¥ê¥á¥ó¥È¤òµöÍƤ·¤Ê¤¤"
11444
11445 #: config/m68hc11/m68hc11.h:180
11446 msgid "Min/max instructions allowed"
11447 msgstr ""
11448
11449 #: config/m68hc11/m68hc11.h:182
11450 #, fuzzy
11451 msgid "Min/max instructions not allowed"
11452 msgstr "ret Ì¿Îá¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
11453
11454 #: config/m68hc11/m68hc11.h:184
11455 #, fuzzy
11456 msgid "Use call and rtc for function calls and returns"
11457 msgstr "noreturn ´Ø¿ô¤¬ return ¤¹¤ë¤È¤­ abort ¤Î¸Æ¤Ó½Ð¤·¤òÀ¸À®¤¹¤ë"
11458
11459 #: config/m68hc11/m68hc11.h:186
11460 #, fuzzy
11461 msgid "Use jsr and rts for function calls and returns"
11462 msgstr "´Ø¿ô³«»ÏÉôʬÍѤΥ¹¥¿¥Ö¤ò»ÈÍѤ¹¤ë"
11463
11464 #: config/m68hc11/m68hc11.h:188
11465 #, fuzzy
11466 msgid "Do not use direct addressing mode for soft registers"
11467 msgstr "Ê£»¨¤Ê¥¢¥É¥ì¥·¥ó¥°¥â¡¼¥É¤òÍøÍѤ·¤Ê¤¤"
11468
11469 #: config/m68hc11/m68hc11.h:190
11470 #, fuzzy
11471 msgid "Use direct addressing mode for soft registers"
11472 msgstr "'¾®¤µ¤Ê' ½¸¹çÂΤò¥ì¥¸¥¹¥¿¤Ç¤Ï¤Ê¤¯¥á¥â¥ê¤Ë³ÊǼ¤·¤ÆÊÖ¤¹"
11473
11474 #: config/m68hc11/m68hc11.h:192 config/m68hc11/m68hc11.h:198
11475 msgid "Compile for a 68HC11"
11476 msgstr "68HC11 ÍѤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
11477
11478 #: config/m68hc11/m68hc11.h:194 config/m68hc11/m68hc11.h:200
11479 msgid "Compile for a 68HC12"
11480 msgstr "68HC12 ÍѤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
11481
11482 #: config/m68hc11/m68hc11.h:196 config/m68hc11/m68hc11.h:202
11483 #, fuzzy
11484 msgid "Compile for a 68HCS12"
11485 msgstr "68HC12 ÍѤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
11486
11487 #. This macro is similar to `TARGET_SWITCHES' but defines names of
11488 #. command options that have values. Its definition is an
11489 #. initializer with a subgrouping for each command option.
11490 #.
11491 #. Each subgrouping contains a string constant, that defines the
11492 #. fixed part of the option name, and the address of a variable. The
11493 #. variable, type `char *', is set to the variable part of the given
11494 #. option if the fixed part matches. The actual option name is made
11495 #. by appending `-m' to the specified name.
11496 #: config/m68hc11/m68hc11.h:216
11497 msgid "Specify the register allocation order"
11498 msgstr "¥ì¥¸¥¹¥¿³ÎÊݽç¤ò»ØÄꤹ¤ë"
11499
11500 #: config/m68hc11/m68hc11.h:218
11501 msgid "Indicate the number of soft registers available"
11502 msgstr "ÍøÍѲÄǽ¥½¥Õ¥È¥ì¥¸¥¹¥¿¤Î¿ô¤ò¼¨¤¹"
11503
11504 #: config/m68k/m68k.c:158
11505 #, c-format
11506 msgid "-malign-loops=%d is not between 1 and %d"
11507 msgstr "-malign-loops=%d ¤¬ 1 ¤«¤é %d ¤Î´Ö¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤»¤ó"
11508
11509 #: config/m68k/m68k.c:169
11510 #, c-format
11511 msgid "-malign-jumps=%d is not between 1 and %d"
11512 msgstr "-malign-jumps=%d ¤¬ 1 ¤«¤é %d ¤Î´Ö¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤»¤ó"
11513
11514 #: config/m68k/m68k.c:180
11515 #, c-format
11516 msgid "-malign-functions=%d is not between 1 and %d"
11517 msgstr "-malign-functions=%d ¤¬ 1 ¤«¤é %d ¤Î´Ö¤Ë¤Ê¤Ã¤Æ¤¤¤Þ¤»¤ó"
11518
11519 #: config/m68k/m68k.c:189
11520 msgid "-fPIC is not currently supported on the 68000 or 68010\n"
11521 msgstr "º£¤Î¤È¤³¤í 68000 ¤ä 68010 ¤Ç¤Ï -fPIC ¤¬¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
11522
11523 #. Macro to define tables used to set the flags.
11524 #. This is a list in braces of pairs in braces,
11525 #. each pair being { "NAME", VALUE }
11526 #. where VALUE is the bits to set or minus the bits to clear.
11527 #. An empty string NAME is used to identify the default VALUE.
11528 #: config/m68k/m68k.h:162 config/m68k/m68k.h:164
11529 #, fuzzy
11530 msgid "Generate code for a 68020"
11531 msgstr "c2 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
11532
11533 #: config/m68k/m68k.h:169 config/m68k/m68k.h:172
11534 #, fuzzy
11535 msgid "Generate code for a 68000"
11536 msgstr "DLL ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
11537
11538 #: config/m68k/m68k.h:174
11539 #, fuzzy
11540 msgid "Use the bit-field instructions"
11541 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥ÉÌ¿Îá¤ò»ÈÍѤ¹¤ë"
11542
11543 #: config/m68k/m68k.h:176
11544 #, fuzzy
11545 msgid "Do not use the bit-field instructions"
11546 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥ÉÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
11547
11548 #: config/m68k/m68k.h:178
11549 #, fuzzy
11550 msgid "Use different calling convention using 'rtd'"
11551 msgstr "ÉáÄ̤θƤӽФ·µ¬Ìó¤ò»È¤¦"
11552
11553 #: config/m68k/m68k.h:182
11554 msgid "Consider type `int' to be 16 bits wide"
11555 msgstr ""
11556
11557 #: config/m68k/m68k.h:184
11558 msgid "Consider type `int' to be 32 bits wide"
11559 msgstr ""
11560
11561 #: config/m68k/m68k.h:186
11562 #, fuzzy
11563 msgid "Generate code for a Sun FPA"
11564 msgstr "DLL ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
11565
11566 #: config/m68k/m68k.h:189
11567 #, fuzzy
11568 msgid "Do not generate code for a Sun FPA"
11569 msgstr "ÉâÆ°¾®¿ôÅÀ¥æ¥Ë¥Ã¥È¤òÍøÍѤ¹¤ë¥³¡¼¥É¤òÀ¸À®¤·¤Ê¤¤"
11570
11571 #: config/m68k/m68k.h:191 config/m68k/m68k.h:193
11572 #, fuzzy
11573 msgid "Generate code for a Sun Sky board"
11574 msgstr "DLL ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
11575
11576 #: config/m68k/m68k.h:195
11577 #, fuzzy
11578 msgid "Do not use Sky linkage convention"
11579 msgstr "¥ê¥ó¥«¤Î´ËϤòÍ­¸ú¤Ë¤·¤Ê¤¤"
11580
11581 #: config/m68k/m68k.h:197
11582 #, fuzzy
11583 msgid "Generate code for a 68881"
11584 msgstr "c1 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
11585
11586 #: config/m68k/m68k.h:200
11587 msgid "Generate code with library calls for floating point"
11588 msgstr ""
11589
11590 #: config/m68k/m68k.h:202
11591 #, fuzzy
11592 msgid "Generate code for a 68040, without any new instructions"
11593 msgstr "update Ì¿Îá¤È°ì½ï¤Ë¥í¡¼¥É/¥¹¥È¥¢Ì¿Îá¤òÀ¸À®¤¹¤ë"
11594
11595 #: config/m68k/m68k.h:205
11596 #, fuzzy
11597 msgid "Generate code for a 68060, without any new instructions"
11598 msgstr "update Ì¿Îá¤È°ì½ï¤Ë¥í¡¼¥É/¥¹¥È¥¢Ì¿Îá¤òÀ¸À®¤¹¤ë"
11599
11600 #: config/m68k/m68k.h:209
11601 #, fuzzy
11602 msgid "Generate code for a 68030"
11603 msgstr "DLL ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
11604
11605 #: config/m68k/m68k.h:212
11606 #, fuzzy
11607 msgid "Generate code for a 68040"
11608 msgstr "11/40 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
11609
11610 #: config/m68k/m68k.h:216
11611 #, fuzzy
11612 msgid "Generate code for a 68060"
11613 msgstr "DLL ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
11614
11615 #: config/m68k/m68k.h:221
11616 #, fuzzy
11617 msgid "Generate code for a 520X"
11618 msgstr "c2 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
11619
11620 #: config/m68k/m68k.h:224
11621 #, fuzzy
11622 msgid "Generate code for a 68851"
11623 msgstr "c1 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
11624
11625 #: config/m68k/m68k.h:226
11626 #, fuzzy
11627 msgid "Do no generate code for a 68851"
11628 msgstr "c1 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
11629
11630 #: config/m68k/m68k.h:229
11631 #, fuzzy
11632 msgid "Generate code for a 68302"
11633 msgstr "c32 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
11634
11635 #: config/m68k/m68k.h:232
11636 #, fuzzy
11637 msgid "Generate code for a 68332"
11638 msgstr "c32 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
11639
11640 #: config/m68k/m68k.h:236
11641 #, fuzzy
11642 msgid "Generate code for a cpu32"
11643 msgstr "c32 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
11644
11645 #: config/m68k/m68k.h:239
11646 #, fuzzy
11647 msgid "Align variables on a 32-bit boundary"
11648 msgstr "Á´¤Æ¤Î¥ë¡¼¥×¤ò 32 ¥Ð¥¤¥È¶­³¦¤Ë¥¢¥é¥¤¥ó¤¹¤ë"
11649
11650 #: config/m68k/m68k.h:241
11651 #, fuzzy
11652 msgid "Align variables on a 16-bit boundary"
11653 msgstr "double ¤ò word ¶­³¦¤Ë¥¢¥é¥¤¥ó¥á¥ó¥È¤¹¤ë"
11654
11655 #: config/m68k/m68k.h:243
11656 #, fuzzy
11657 msgid "Generate pc-relative code"
11658 msgstr "¼«¸ÊºÆÇÛÃÖ²Äǽ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
11659
11660 #: config/m68k/m68k.h:245
11661 #, fuzzy
11662 msgid "Do not use unaligned memory references"
11663 msgstr "¥¢¥é¥¤¥ó¤µ¤ì¤Ê¤¤¥¢¥¯¥»¥¹¤òµö²Ä¤·¤Ê¤¤"
11664
11665 #: config/m68k/m68k.h:247
11666 #, fuzzy
11667 msgid "Use unaligned memory references"
11668 msgstr "¥é¡¼¥¸¥á¥â¥ê¥â¥Ç¥ë¤òÍøÍÑ"
11669
11670 #: config/m88k/m88k.c:903
11671 #, fuzzy, c-format
11672 msgid "internal gcc monitor: short-branch(%x)"
11673 msgstr "ÆâÉô gcc ¥â¥Ë¥¿: ¥·¥ç¡¼¥È¥Ö¥é¥ó¥Á(%x)"
11674
11675 #: config/m88k/m88k.c:2302
11676 #, fuzzy
11677 msgid "internal gcc error: Can't express symbolic location"
11678 msgstr "ÆâÉô gcc ¥¨¥é¡¼: °ÌÃÖ¤ò¥·¥ó¥Ü¥ëɽ¸½¤Ç¤­¤Þ¤»¤ó"
11679
11680 #: config/m88k/m88k.c:2517
11681 #, c-format
11682 msgid "argument #%d is a structure"
11683 msgstr "°ú¿ô #%d ¤Ï¹½Â¤ÂΤǤ¹"
11684
11685 #: config/m88k/m88k.c:2816
11686 #, fuzzy, c-format
11687 msgid "%%R not followed by %%B/C/D/E"
11688 msgstr "%R ¤Î¸å¤Ë %B/C/D/E ¤ÏÃÖ¤±¤Þ¤»¤ó"
11689
11690 #: config/m88k/m88k.c:2884
11691 #, fuzzy, c-format
11692 msgid "invalid %%x/X value"
11693 msgstr "̵¸ú¤Ê %x/X ÃͤǤ¹"
11694
11695 #: config/m88k/m88k.c:2901
11696 #, c-format
11697 msgid "invalid %%Q value"
11698 msgstr "̵¸ú¤Ê %%Q ÃÍ"
11699
11700 #: config/m88k/m88k.c:2907 config/rs6000/rs6000.c:7718
11701 #, c-format
11702 msgid "invalid %%q value"
11703 msgstr "̵¸ú¤Ê %%q ÃͤǤ¹"
11704
11705 #: config/m88k/m88k.c:2913
11706 #, fuzzy, c-format
11707 msgid "invalid %%o value"
11708 msgstr "̵¸ú¤Ê %o ÃͤǤ¹"
11709
11710 #: config/m88k/m88k.c:2920 config/rs6000/rs6000.c:7681
11711 #, c-format
11712 msgid "invalid %%p value"
11713 msgstr "̵¸ú¤Ê %%p ÃͤǤ¹"
11714
11715 #: config/m88k/m88k.c:2933 config/m88k/m88k.c:2938
11716 #, fuzzy, c-format
11717 msgid "invalid %%s/S value"
11718 msgstr "̵¸ú¤Ê %s/S ÃͤǤ¹"
11719
11720 #: config/m88k/m88k.c:2949
11721 #, fuzzy, c-format
11722 msgid "invalid %%P operand"
11723 msgstr "̵¸ú¤Ê %P ¥ª¥Ú¥é¥ó¥É¤Ç¤¹"
11724
11725 #: config/m88k/m88k.c:2980 config/romp/romp.c:690
11726 #, c-format
11727 msgid "invalid %%B value"
11728 msgstr "̵¸ú¤Ê %%B ÃÍ"
11729
11730 #: config/m88k/m88k.c:3010
11731 #, fuzzy, c-format
11732 msgid "invalid %%D value"
11733 msgstr "̵¸ú¤Ê %D ÃͤǤ¹"
11734
11735 #: config/m88k/m88k.c:3023
11736 #, fuzzy, c-format
11737 msgid "`%%d' operand isn't a register"
11738 msgstr "`%d' ¥ª¥Ú¥é¥ó¥É¤¬¥ì¥¸¥¹¥¿¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
11739
11740 #: config/m88k/m88k.c:3041
11741 msgid "operand is r0"
11742 msgstr "¥ª¥Ú¥é¥ó¥É¤Ï r0 ¤Ç¤¹"
11743
11744 #: config/m88k/m88k.c:3055
11745 msgid "operand is const_double"
11746 msgstr "¥ª¥Ú¥é¥ó¥É¤Ï const_double ¤Ç¤¹"
11747
11748 #: config/m88k/m88k.c:3074
11749 msgid "invalid code"
11750 msgstr "̵¸ú¤Ê¥³¡¼¥É¤Ç¤¹"
11751
11752 #. Do any checking or such that is needed after processing the -m switches.
11753 #: config/m88k/m88k.h:277
11754 msgid "-mtrap-large-shift and -mhandle-large-shift are incompatible"
11755 msgstr "-mtrap-large-shift ¤È -mhandle-large-shift ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
11756
11757 #: config/m88k/m88k.h:299
11758 #, fuzzy, c-format
11759 msgid "invalid option `-mshort-data-%s'"
11760 msgstr "̵¸ú¤Ê¥ª¥×¥·¥ç¥ó `-mshort-data-%s'"
11761
11762 #: config/m88k/m88k.h:304
11763 #, c-format
11764 msgid "-mshort-data-%s is too large "
11765 msgstr "-mshort-data-%s ¤¬Â礭¤¹¤®¤Þ¤¹¡£"
11766
11767 #: config/m88k/m88k.h:306
11768 #, c-format
11769 msgid "-mshort-data-%s and PIC are incompatible"
11770 msgstr "-mshort-data-%s ¤È PIC ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
11771
11772 #: config/mcore/mcore.c:3078
11773 #, fuzzy, c-format
11774 msgid "invalid option `-mstack-increment=%s'"
11775 msgstr "`-mstack-increment=%s' ¤Ï̵¸ú¤Ê¥ª¥×¥·¥ç¥ó¤Ç¤¹"
11776
11777 #: config/mcore/mcore.h:126
11778 msgid "Inline constants if it can be done in 2 insns or less"
11779 msgstr "2 Ì¿Îá°Ê²¼¤Ç¹Ô¤Ê¤¨¤ëÉÔÊѽèÍý¤ò¥¤¥ó¥é¥¤¥ó¤Ë¤¹¤ë"
11780
11781 #: config/mcore/mcore.h:128
11782 #, fuzzy
11783 msgid "Inline constants if it only takes 1 instruction"
11784 msgstr "1 Ì¿Îá¤À¤±¤ò¤È¤ëÉÔÊѽèÍý¤ò¥¤¥ó¥é¥¤¥ó¤Ë¤¹¤ë"
11785
11786 #: config/mcore/mcore.h:130
11787 msgid "Set maximum alignment to 4"
11788 msgstr "ºÇÂ祢¥é¥¤¥ó¥á¥ó¥È¤ò 4 ¤ËÀßÄꤹ¤ë"
11789
11790 #: config/mcore/mcore.h:132
11791 msgid "Set maximum alignment to 8"
11792 msgstr "ºÇÂ祢¥é¥¤¥ó¥á¥ó¥È¤ò 8 ¤ËÀßÄꤹ¤ë"
11793
11794 #: config/mcore/mcore.h:136
11795 msgid "Do not use the divide instruction"
11796 msgstr "ʬ³äÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
11797
11798 #: config/mcore/mcore.h:140
11799 #, fuzzy
11800 msgid "Do not arbitrary sized immediates in bit operations"
11801 msgstr "¥Ó¥Ã¥È±é»»¤Ç¤Î¨ÃÍ¥µ¥¤¥º¤òÄ´Ä䤷¤Ê¤¤"
11802
11803 #: config/mcore/mcore.h:142
11804 #, fuzzy
11805 msgid "Always treat bit-field as int-sized"
11806 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É¤ò¾ï¤Ë int ¤Î¥µ¥¤¥º¤È¤·¤Æ°·¤¦"
11807
11808 #: config/mcore/mcore.h:146
11809 msgid "Force functions to be aligned to a 4 byte boundary"
11810 msgstr "´Ø¿ô¤ò¶¯À©Åª¤Ë 4 ¥Ð¥¤¥È¶­³¦¤Ë¥¢¥é¥¤¥ó¤¹¤ë"
11811
11812 #: config/mcore/mcore.h:148
11813 msgid "Force functions to be aligned to a 2 byte boundary"
11814 msgstr "´Ø¿ô¤ò¶¯À©Åª¤Ë 2 ¥Ð¥¤¥È¶­³¦¤Ë¥¢¥é¥¤¥ó¤¹¤ë"
11815
11816 #: config/mcore/mcore.h:150
11817 msgid "Emit call graph information"
11818 msgstr "¸Æ¤Ó½Ð¤·¥°¥é¥Õ¾ðÊó¤òÁ÷½Ð¤¹¤ë"
11819
11820 #: config/mcore/mcore.h:154
11821 msgid "Prefer word accesses over byte accesses"
11822 msgstr "¥Ð¥¤¥È¥¢¥¯¥»¥¹¤è¤ê¥ï¡¼¥É¥¢¥¯¥»¥¹¤òÁª¤Ö"
11823
11824 #: config/mcore/mcore.h:165
11825 msgid "Generate code for the M*Core M340"
11826 msgstr "M*Core M340 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
11827
11828 #: config/mcore/mcore.h:178
11829 msgid "Maximum amount for a single stack increment operation"
11830 msgstr "ñ°ì¥¹¥¿¥Ã¥¯¥¤¥ó¥¯¥ê¥á¥ó¥ÈÁàºî¤ÎºÇÂçÃÍ"
11831
11832 #: config/mips/mips.c:5128
11833 #, c-format
11834 msgid "bad value (%s) for -mabi= switch"
11835 msgstr "-mabi= ¥¹¥¤¥Ã¥Á¤ËÂФ¹¤ëÉÔÀµ¤ÊÃÍ (%s)"
11836
11837 #: config/mips/mips.c:5158
11838 #, c-format
11839 msgid "-mips%d conflicts with the other architecture options, which specify a MIPS%d processor"
11840 msgstr ""
11841
11842 #: config/mips/mips.c:5165
11843 #, c-format
11844 msgid "bad value (%s) for -mips switch"
11845 msgstr "-mips ¥¹¥¤¥Ã¥Á¤ËÂФ¹¤ëÉÔÀµ¤ÊÃÍ (%s)"
11846
11847 #: config/mips/mips.c:5180
11848 #, c-format
11849 msgid "-march=%s is not compatible with the selected ABI"
11850 msgstr ""
11851
11852 #: config/mips/mips.c:5192
11853 msgid "-mgp64 used with a 32-bit processor"
11854 msgstr ""
11855
11856 #: config/mips/mips.c:5194
11857 #, fuzzy
11858 msgid "-mgp32 used with a 64-bit ABI"
11859 msgstr "64 ¥Ó¥Ã¥È ABI ¤ò»ÈÍѤ¹¤ë"
11860
11861 #: config/mips/mips.c:5196
11862 #, fuzzy
11863 msgid "-mgp64 used with a 32-bit ABI"
11864 msgstr "32 ¥Ó¥Ã¥È ABI ¤ò»ÈÍѤ¹¤ë"
11865
11866 #: config/mips/mips.c:5214 config/mips/mips.c:5216 config/mips/mips.c:5218
11867 #, fuzzy, c-format
11868 msgid "unsupported combination: %s"
11869 msgstr "¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¥Ð¡¼¥¸¥ç¥ó¤Ç¤¹"
11870
11871 #: config/mips/mips.c:5288
11872 msgid "generation of Branch Likely instructions enabled, but not supported by architecture"
11873 msgstr ""
11874
11875 #: config/mips/mips.c:5299
11876 msgid "-G is incompatible with PIC code which is the default"
11877 msgstr "-G ¤Ï¥Ç¥Õ¥©¥ë¥È¤Î PIC ¥³¡¼¥É¤È¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
11878
11879 #: config/mips/mips.c:5315
11880 msgid "-membedded-pic and -mabicalls are incompatible"
11881 msgstr "-membedded-pic ¤È -mabicalls ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
11882
11883 #: config/mips/mips.c:5318
11884 msgid "-G and -membedded-pic are incompatible"
11885 msgstr "-G ¤È -membedded-pic ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
11886
11887 #: config/mips/mips.c:5369
11888 #, fuzzy, c-format
11889 msgid "invalid option `entry%s'"
11890 msgstr "̵¸ú¤Ê¥ª¥×¥·¥ç¥ó `entry%s'"
11891
11892 #: config/mips/mips.c:5372
11893 msgid "-mentry is only meaningful with -mips-16"
11894 msgstr "-mentry ¤Ï -mips-16 ¤ò»ØÄꤷ¤¿¤È¤­¤À¤±°ÕÌ£¤ò»ý¤Á¤Þ¤¹"
11895
11896 #: config/mips/mips.c:5781
11897 #, c-format
11898 msgid "internal error: %%) found without a %%( in assembler pattern"
11899 msgstr "ÆâÉô¥¨¥é¡¼: ¥¢¥»¥ó¥Ö¥é¥Ñ¥¿¡¼¥ó¤Ç %%( ¤Ê¤·¤Î %%) ¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿"
11900
11901 #: config/mips/mips.c:5795
11902 #, c-format
11903 msgid "internal error: %%] found without a %%[ in assembler pattern"
11904 msgstr "ÆâÉô¥¨¥é¡¼: ¥¢¥»¥ó¥Ö¥é¥Ñ¥¿¡¼¥ó¤Ç %%[ ¤Ê¤·¤Î %%] ¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿"
11905
11906 #: config/mips/mips.c:5808
11907 #, c-format
11908 msgid "internal error: %%> found without a %%< in assembler pattern"
11909 msgstr "ÆâÉô¥¨¥é¡¼: ¥¢¥»¥ó¥Ö¥é¥Ñ¥¿¡¼¥ó¤Ç %%< ¤Ê¤·¤Î %%> ¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿"
11910
11911 #: config/mips/mips.c:5821
11912 #, c-format
11913 msgid "internal error: %%} found without a %%{ in assembler pattern"
11914 msgstr "ÆâÉô¥¨¥é¡¼: ¥¢¥»¥ó¥Ö¥é¥Ñ¥¿¡¼¥ó¤Ç %%{ ¤Ê¤·¤Î %%} ¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿"
11915
11916 #: config/mips/mips.c:5835
11917 #, fuzzy, c-format
11918 msgid "PRINT_OPERAND: unknown punctuation '%c'"
11919 msgstr "PRINT_OPERAND: ÉÔÌÀ¤Ê¶çÆÉÅÀ '%c'"
11920
11921 #: config/mips/mips.c:5844 config/xtensa/xtensa.c:1939
11922 msgid "PRINT_OPERAND null pointer"
11923 msgstr "PRINT_OPERAND NULL ¥Ý¥¤¥ó¥¿"
11924
11925 #: config/mips/mips.c:5975
11926 #, c-format
11927 msgid "invalid use of %%d, %%x, or %%X"
11928 msgstr "̵¸ú¤ÊÍÑË¡¤Î of %%d, %%x, Ëô¤Ï %%X"
11929
11930 #: config/mips/mips.c:6013 config/xtensa/xtensa.c:2033
11931 msgid "PRINT_OPERAND_ADDRESS, null pointer"
11932 msgstr "PRINT_OPERAND_ADDRESS, null ¥Ý¥¤¥ó¥¿"
11933
11934 #: config/mips/mips.c:6242
11935 msgid "MIPS ECOFF format does not allow changing filenames within functions with #line"
11936 msgstr "MIPS ECOFF ·Á¼°¤Ç¤Ï #line ¤ò»ý¤Ä´Ø¿ô¤Ç¤Î¥Õ¥¡¥¤¥ë̾Êѹ¹¤Ïµö²Ä¤µ¤ì¤Þ¤»¤ó"
11937
11938 #: config/mips/mips.c:6552
11939 #, fuzzy
11940 msgid "can't rewind temp file"
11941 msgstr "%s ¤ò rewind ¤Ç¤­¤Þ¤»¤ó"
11942
11943 #: config/mips/mips.c:6556
11944 #, fuzzy
11945 msgid "can't write to output file"
11946 msgstr "%s ¤Ø½ñ¤­¹þ¤á¤Þ¤»¤ó"
11947
11948 #: config/mips/mips.c:6559
11949 #, fuzzy
11950 msgid "can't read from temp file"
11951 msgstr "%s ¤«¤éÆɹþ¤á¤Þ¤»¤ó"
11952
11953 #: config/mips/mips.c:6562
11954 #, fuzzy
11955 msgid "can't close temp file"
11956 msgstr "ÆþÎÏ¥Õ¥¡¥¤¥ë %s ¤ò close ¤Ç¤­¤Þ¤»¤ó"
11957
11958 #: config/mips/mips.c:7003
11959 #, fuzzy, c-format
11960 msgid "gp_offset (%ld) or end_offset (%ld) is less than zero"
11961 msgstr "gp_offset (%ld) Ëô¤Ï end_offset (%ld) ¤¬¥¼¥í¤è¤ê¤â¾®¤µ¤¯¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
11962
11963 #: config/mips/mips.c:7112
11964 #, fuzzy, c-format
11965 msgid "fp_offset (%ld) or end_offset (%ld) is less than zero"
11966 msgstr "fp_offset (%ld) Ëô¤Ï end_offset (%ld) ¤¬¥¼¥í¤è¤ê¤â¾®¤µ¤¯¤Ê¤Ã¤Æ¤¤¤Þ¤¹¡£"
11967
11968 #: config/mips/mips.c:9335
11969 #, c-format
11970 msgid "can not handle inconsistent calls to `%s'"
11971 msgstr "`%s' ¤Ø¤ÎÌ·½â¤·¤¿¸Æ¤Ó½Ð¤·¤òÊ᪤Ǥ­¤Þ¤»¤ó"
11972
11973 #: config/mips/mips.c:10467
11974 #, fuzzy
11975 msgid "the cpu name must be lower case"
11976 msgstr "¥·¥ó¥Ü¥ë̾¤ò¾®Ê¸»ú¤È¤¹¤ë"
11977
11978 #: config/mips/mips.c:10489
11979 #, fuzzy, c-format
11980 msgid "bad value (%s) for %s"
11981 msgstr "ÃÍ (%s) ¤Ï %s switch ¤Ë¤È¤Ã¤ÆÀµ¤·¤¯¤¢¤ê¤Þ¤»¤ó"
11982
11983 #. Target CPU builtins.
11984 #. We do this here because __mips is defined below and so we can't use builtin_define_std.
11985 #. Treat _R3000 and _R4000 like register-size defines, which is how they've historically been used.
11986 #. Macros dependent on the C dialect.
11987 #. Bizzare, but needed at least for Irix.
11988 #. Macro to define tables used to set the flags.
11989 #. This is a list in braces of pairs in braces,
11990 #. each pair being { "NAME", VALUE }
11991 #. where VALUE is the bits to set or minus the bits to clear.
11992 #. An empty string NAME is used to identify the default VALUE.
11993 #: config/mips/mips.h:528 config/mn10300/mn10300.h:64
11994 msgid "No default crt0.o"
11995 msgstr "crt0.o ¤ò¥Ç¥Õ¥©¥ë¥È¤È¤·¤Ê¤¤"
11996
11997 #: config/mips/mips.h:530
11998 msgid "Use 64-bit int type"
11999 msgstr "64 ¥Ó¥Ã¥È int ·¿¤ò»ÈÍѤ¹¤ë"
12000
12001 #: config/mips/mips.h:532
12002 msgid "Use 64-bit long type"
12003 msgstr "64 ¥Ó¥Ã¥È long ·¿¤ò»ÈÍѤ¹¤ë"
12004
12005 #: config/mips/mips.h:534
12006 msgid "Use 32-bit long type"
12007 msgstr "32 ¥Ó¥Ã¥È long ·¿¤ò»ÈÍѤ¹¤ë"
12008
12009 #: config/mips/mips.h:536
12010 msgid "Optimize lui/addiu address loads"
12011 msgstr "lui/addiu ¥¢¥É¥ì¥¹¥í¡¼¥É¤òºÇŬ²½¤¹¤ë"
12012
12013 #: config/mips/mips.h:538
12014 msgid "Don't optimize lui/addiu address loads"
12015 msgstr "lui/addiu ¥¢¥É¥ì¥¹¥í¡¼¥É¤òºÇŬ²½¤·¤Ê¤¤"
12016
12017 #: config/mips/mips.h:540
12018 msgid "Use MIPS as"
12019 msgstr "MIPS as ¤òÍøÍѤ¹¤ë"
12020
12021 #: config/mips/mips.h:542
12022 msgid "Use GNU as"
12023 msgstr "GNU as ¤òÍøÍѤ¹¤ë"
12024
12025 #: config/mips/mips.h:544
12026 msgid "Use symbolic register names"
12027 msgstr "¥·¥ó¥Ü¥ê¥Ã¥¯¥ì¥¸¥¹¥¿Ì¾¤ò»ÈÍѤ¹¤ë"
12028
12029 #: config/mips/mips.h:546
12030 msgid "Don't use symbolic register names"
12031 msgstr "¥·¥ó¥Ü¥ê¥Ã¥¯¥ì¥¸¥¹¥¿Ì¾¤ò»ÈÍѤ·¤Ê¤¤"
12032
12033 #: config/mips/mips.h:548 config/mips/mips.h:550
12034 msgid "Use GP relative sdata/sbss sections"
12035 msgstr "GP ´ØÏ¢ sdata/sbss ¥»¥¯¥·¥ç¥ó¤ò»ÈÍѤ¹¤ë"
12036
12037 #: config/mips/mips.h:552 config/mips/mips.h:554
12038 msgid "Don't use GP relative sdata/sbss sections"
12039 msgstr "GP ´ØÏ¢ sdata/sbss ¥»¥¯¥·¥ç¥ó¤ò»ÈÍѤ·¤Ê¤¤"
12040
12041 #: config/mips/mips.h:556
12042 msgid "Output compiler statistics"
12043 msgstr "¥³¥ó¥Ñ¥¤¥éÅý·×¤ò½ÐÎϤ¹¤ë"
12044
12045 #: config/mips/mips.h:558
12046 msgid "Don't output compiler statistics"
12047 msgstr "¥³¥ó¥Ñ¥¤¥éÅý·×¤ò½ÐÎϤ·¤Ê¤¤"
12048
12049 #: config/mips/mips.h:560
12050 msgid "Don't optimize block moves"
12051 msgstr "¥Ö¥í¥Ã¥¯°ÜÆ°¤òºÇŬ²½¤·¤Ê¤¤"
12052
12053 #: config/mips/mips.h:562
12054 msgid "Optimize block moves"
12055 msgstr "¥Ö¥í¥Ã¥¯°ÜÆ°¤òºÇŬ²½¤¹¤ë"
12056
12057 #: config/mips/mips.h:564
12058 msgid "Use mips-tfile asm postpass"
12059 msgstr "asm ¸å²áÄø¤Ç mips-tfile ¤òÍøÍѤ¹¤ë"
12060
12061 #: config/mips/mips.h:566
12062 msgid "Don't use mips-tfile asm postpass"
12063 msgstr "asm ¸å²áÄø¤Ç mips-tfile ¤òÍøÍѤ·¤Ê¤¤"
12064
12065 #. Macro to define tables used to set the flags.
12066 #. This is a list in braces of triplets in braces,
12067 #. each triplet being { "NAME", VALUE, DOC }
12068 #. where VALUE is the bits to set or minus the bits to clear and DOC
12069 #. is the documentation for --help (NULL if intentionally undocumented).
12070 #. An empty string NAME is used to identify the default VALUE.
12071 #: config/mips/mips.h:570 config/pdp11/pdp11.h:56
12072 msgid "Use hardware floating point"
12073 msgstr "¥Ï¡¼¥É¥¦¥§¥¢ÉâÆ°¾®¿ôÅÀ¤òÍøÍѤ¹¤ë"
12074
12075 #: config/mips/mips.h:572
12076 msgid "Use 64-bit FP registers"
12077 msgstr "64 ¥Ó¥Ã¥È FP ¥ì¥¸¥¹¥¿¤ò»ÈÍѤ¹¤ë"
12078
12079 #: config/mips/mips.h:574
12080 msgid "Use 32-bit FP registers"
12081 msgstr "32 ¥Ó¥Ã¥È FP ¥ì¥¸¥¹¥¿¤ò»ÈÍѤ¹¤ë"
12082
12083 #: config/mips/mips.h:576
12084 msgid "Use 64-bit general registers"
12085 msgstr "64 ¥Ó¥Ã¥È°ìÈ̥쥸¥¹¥¿¤ò»ÈÍѤ¹¤ë"
12086
12087 #: config/mips/mips.h:578
12088 msgid "Use 32-bit general registers"
12089 msgstr "32 ¥Ó¥Ã¥È°ìÈ̥쥸¥¹¥¿¤ò»ÈÍѤ¹¤ë"
12090
12091 #: config/mips/mips.h:580
12092 msgid "Use Irix PIC"
12093 msgstr "Irix PIC ¤òÍøÍѤ¹¤ë"
12094
12095 #: config/mips/mips.h:582
12096 msgid "Don't use Irix PIC"
12097 msgstr "Irix PIC ¤òÍøÍѤ·¤Ê¤¤"
12098
12099 #: config/mips/mips.h:584
12100 msgid "Use indirect calls"
12101 msgstr "´ÖÀܸƤӽФ·¤ò»ÈÍѤ¹¤ë"
12102
12103 #: config/mips/mips.h:586
12104 msgid "Don't use indirect calls"
12105 msgstr "´ÖÀܸƤӽФ·¤ò»ÈÍѤ·¤Ê¤¤"
12106
12107 #: config/mips/mips.h:588
12108 msgid "Use embedded PIC"
12109 msgstr "Ëä¤á¹þ¤ß PIC ¤ò»ÈÍѤ¹¤ë"
12110
12111 #: config/mips/mips.h:590
12112 msgid "Don't use embedded PIC"
12113 msgstr "Ëä¤á¹þ¤ß PIC ¤ò»ÈÍѤ·¤Ê¤¤"
12114
12115 #: config/mips/mips.h:592
12116 msgid "Use ROM instead of RAM"
12117 msgstr "RAM ¤ÎÂå¤ï¤ê¤Ë ROM ¤òÍøÍѤ¹¤ë"
12118
12119 #: config/mips/mips.h:594
12120 msgid "Don't use ROM instead of RAM"
12121 msgstr "RAM ¤ÎÂå¤ï¤ê¤Ë ROM ¤òÍøÍѤ·¤Ê¤¤"
12122
12123 #: config/mips/mips.h:596
12124 msgid "Put uninitialized constants in ROM (needs -membedded-data)"
12125 msgstr "̤½é´ü²½Äê¿ô¤ò ROM ¤ËÃÖ¤¯(Í× -membedded-data)"
12126
12127 #: config/mips/mips.h:598
12128 msgid "Don't put uninitialized constants in ROM"
12129 msgstr "̤½é´ü²½Äê¿ô¤ò ROM ¤ËÃÖ¤«¤Ê¤¤"
12130
12131 #. Macro to define tables used to set the flags.
12132 #: config/mips/mips.h:600 config/xtensa/xtensa.h:110
12133 msgid "Use big-endian byte order"
12134 msgstr "¥Ó¥Ã¥°¥¨¥ó¥Ç¥£¥¢¥ó¤Î¥Ð¥¤¥È½ç¤ò»ÈÍѤ¹¤ë"
12135
12136 #: config/mips/mips.h:602 config/xtensa/xtensa.h:112
12137 msgid "Use little-endian byte order"
12138 msgstr "¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥ó¤Î¥Ð¥¤¥È½ç¤ò»ÈÍѤ¹¤ë"
12139
12140 #: config/mips/mips.h:604
12141 msgid "Use single (32-bit) FP only"
12142 msgstr "ñÀºÅÙ(32bit) FP ¤Î¤ß¤òÍøÍѤ¹¤ë"
12143
12144 #: config/mips/mips.h:606
12145 msgid "Don't use single (32-bit) FP only"
12146 msgstr "ñÀºÅÙ(32bit) FP °Ê³°¤âÍøÍѤ¹¤ë"
12147
12148 #: config/mips/mips.h:608
12149 msgid "Use multiply accumulate"
12150 msgstr "¾è»»Ì¿Îá¤ò»ÈÍѤ¹¤ë"
12151
12152 #: config/mips/mips.h:610
12153 msgid "Don't use multiply accumulate"
12154 msgstr "¾è»»¡¦²Ã»»Ì¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
12155
12156 #: config/mips/mips.h:612 config/rs6000/rs6000.h:314
12157 msgid "Don't generate fused multiply/add instructions"
12158 msgstr "ÉâÆ°¾®¿ô¤Î¾è»»/²Ã»»Ì¿Îá¤òÀ¸À®¤·¤Ê¤¤"
12159
12160 #: config/mips/mips.h:614 config/rs6000/rs6000.h:312
12161 msgid "Generate fused multiply/add instructions"
12162 msgstr "ÉâÆ°¾®¿ô¤Î¾è»»/²Ã»»Ì¿Îá¤òÀ¸À®¤¹¤ë"
12163
12164 #: config/mips/mips.h:616
12165 msgid "Work around early 4300 hardware bug"
12166 msgstr "½é´ü¤Î 4300 ¥Ï¡¼¥É¥¦¥§¥¢¥Ð¥°¤ÎÂнè¤ò¹Ô¤¦"
12167
12168 #: config/mips/mips.h:618
12169 msgid "Don't work around early 4300 hardware bug"
12170 msgstr "½é´ü¤Î 4300 ¥Ï¡¼¥É¥¦¥§¥¢¥Ð¥°¤ÎÂнè¤ò¹Ô¤ï¤Ê¤¤"
12171
12172 #: config/mips/mips.h:620
12173 msgid "Trap on integer divide by zero"
12174 msgstr "À°¿ô¤Î¥¼¥í½ü»»¤ò¥È¥é¥Ã¥×¤¹¤ë"
12175
12176 #: config/mips/mips.h:622
12177 msgid "Don't trap on integer divide by zero"
12178 msgstr "À°¿ô¤Î¥¼¥í½ü»»¤ò¥È¥é¥Ã¥×¤·¤Ê¤¤"
12179
12180 #: config/mips/mips.h:624
12181 msgid "Trap on integer divide overflow"
12182 msgstr "À°¿ô½ü»»¤Î¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤ò¥È¥é¥Ã¥×¤¹¤ë"
12183
12184 #: config/mips/mips.h:626
12185 msgid "Don't trap on integer divide overflow"
12186 msgstr "À°¿ô½ü»»¤Î¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤ò¥È¥é¥Ã¥×¤·¤Ê¤¤"
12187
12188 #: config/mips/mips.h:628
12189 msgid "Use Branch Likely instructions, overriding default for arch"
12190 msgstr ""
12191
12192 #: config/mips/mips.h:630
12193 msgid "Don't use Branch Likely instructions, overriding default for arch"
12194 msgstr ""
12195
12196 #: config/mips/mips.h:744 config/pa/pa.h:310
12197 msgid "Specify CPU for scheduling purposes"
12198 msgstr "Ì¿Î᥹¥±¥¸¥å¡¼¥ê¥ó¥°¤Î¤¿¤á¤Ë CPU ¤ò»ØÄꤹ¤ë"
12199
12200 #: config/mips/mips.h:746
12201 #, fuzzy
12202 msgid "Specify CPU for code generation purposes"
12203 msgstr "Ì¿Î᥹¥±¥¸¥å¡¼¥ê¥ó¥°¤Î¤¿¤á¤Ë CPU ¤ò»ØÄꤹ¤ë"
12204
12205 #: config/mips/mips.h:748
12206 #, fuzzy
12207 msgid "Specify an ABI"
12208 msgstr "MIPS ISA ¤ò»ØÄꤹ¤ë"
12209
12210 #: config/mips/mips.h:750
12211 #, fuzzy
12212 msgid "Specify a Standard MIPS ISA"
12213 msgstr "MIPS ISA ¤ò»ØÄꤹ¤ë"
12214
12215 #: config/mips/mips.h:752
12216 msgid "Use mips16 entry/exit psuedo ops"
12217 msgstr "mips16 ¤Î entry/exit µ¿»÷¥ª¥Ú¥é¥ó¥É¤ò»ÈÍѤ¹¤ë"
12218
12219 #: config/mips/mips.h:754
12220 msgid "Don't use MIPS16 instructions"
12221 msgstr "MIPS16 Ì¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
12222
12223 #: config/mips/mips.h:756
12224 #, fuzzy
12225 msgid "Don't call any cache flush functions"
12226 msgstr "´Ø¿ô %s ¤Ë¸Æ¤Ó½Ð¤·¤¬¤¢¤ê¤Þ¤»¤ó\n"
12227
12228 #: config/mips/mips.h:758
12229 msgid "Specify cache flush function"
12230 msgstr ""
12231
12232 #. Output assembler code to FILE to increment profiler label # LABELNO
12233 #. for profiling a function entry.
12234 #: config/mips/mips.h:2900
12235 msgid "mips16 function profiling"
12236 msgstr "mips16 ´Ø¿ô¥×¥í¥Õ¥¡¥¤¥ë"
12237
12238 #: config/mmix/mmix.c:189
12239 #, fuzzy, c-format
12240 msgid "-f%s not supported: ignored"
12241 msgstr "`%s' ¤Ï %s ¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
12242
12243 #: config/mmix/mmix.c:644
12244 #, c-format
12245 msgid "too large function value type, needs %d registers, have only %d registers for this"
12246 msgstr ""
12247
12248 #: config/mmix/mmix.c:826
12249 msgid "function_profiler support for MMIX"
12250 msgstr ""
12251
12252 #: config/mmix/mmix.c:848
12253 msgid "MMIX Internal: Last named vararg would not fit in a register"
12254 msgstr ""
12255
12256 #: config/mmix/mmix.c:1639 config/mmix/mmix.c:1769
12257 msgid "MMIX Internal: Expected a CONST_INT, not this"
12258 msgstr ""
12259
12260 #: config/mmix/mmix.c:1647 config/mmix/mmix.c:1671 config/mmix/mmix.c:1787
12261 #, c-format
12262 msgid "MMIX Internal: Bad register: %d"
12263 msgstr ""
12264
12265 #: config/mmix/mmix.c:1718
12266 msgid "MMIX Internal: Bad value for 'm', not a CONST_INT"
12267 msgstr ""
12268
12269 #: config/mmix/mmix.c:1737
12270 msgid "MMIX Internal: Expected a register, not this"
12271 msgstr ""
12272
12273 #: config/mmix/mmix.c:1747
12274 msgid "MMIX Internal: Expected a constant, not this"
12275 msgstr ""
12276
12277 #. Presumably there's a missing case above if we get here.
12278 #: config/mmix/mmix.c:1779
12279 #, c-format
12280 msgid "MMIX Internal: Missing `%c' case in mmix_print_operand"
12281 msgstr ""
12282
12283 #. We need the original here.
12284 #: config/mmix/mmix.c:1831
12285 msgid "MMIX Internal: Cannot decode this operand"
12286 msgstr ""
12287
12288 #: config/mmix/mmix.c:1891
12289 msgid "MMIX Internal: This is not a recognized address"
12290 msgstr ""
12291
12292 #: config/mmix/mmix.c:2082
12293 #, c-format
12294 msgid "stack frame not a multiple of 8 bytes: %d"
12295 msgstr ""
12296
12297 #: config/mmix/mmix.c:2321
12298 #, c-format
12299 msgid "stack frame not a multiple of octabyte: %d"
12300 msgstr ""
12301
12302 #: config/mmix/mmix.c:2818 config/mmix/mmix.c:2887
12303 #, c-format
12304 msgid "MMIX Internal: %s is not a shiftable int"
12305 msgstr ""
12306
12307 #: config/mmix/mmix.c:3006
12308 msgid "MMIX Internal: Trying to output invalidly reversed condition:"
12309 msgstr ""
12310
12311 #: config/mmix/mmix.c:3013
12312 msgid "MMIX Internal: What's the CC of this?"
12313 msgstr ""
12314
12315 #: config/mmix/mmix.c:3017
12316 msgid "MMIX Internal: What is the CC of this?"
12317 msgstr ""
12318
12319 #: config/mmix/mmix.c:3088
12320 #, fuzzy
12321 msgid "MMIX Internal: This is not a constant:"
12322 msgstr "¥Õ¥£¡¼¥ë¥É½é´üÀßÄê»Ò¤¬Äê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
12323
12324 #. For these target macros, there is no generic documentation here. You
12325 #. should read `Using and Porting GCC' for that. Only comments specific
12326 #. to the MMIX target are here.
12327 #.
12328 #. There are however references to the specific texinfo node (comments
12329 #. with "Node:"), so there should be little or nothing amiss. Probably
12330 #. the opposite, since we don't have to care about old littering and
12331 #. soon outdated generic comments.
12332 #. Node: Driver
12333 #. User symbols are in the same name-space as built-in symbols, but we
12334 #. don't need the built-in symbols, so remove those and instead apply
12335 #. stricter operand checking. Don't warn when expanding insns.
12336 #. Pass on -mset-program-start=N and -mset-data-start=M to the linker.
12337 #. Provide default program start 0x100 unless -mno-set-program-start.
12338 #. Don't do this if linking relocatably, with -r. For a final link,
12339 #. produce mmo, unless ELF is requested or when linking relocatably.
12340 #. Put unused option values here.
12341 #: config/mmix/mmix.h:132
12342 #, fuzzy
12343 msgid "Set start-address of the program"
12344 msgstr "°ì»þ¥ª¥Ö¥¸¥§¥¯¥È¤Î¥¢¥É¥ì¥¹¤ò¼è¤í¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
12345
12346 #: config/mmix/mmix.h:134
12347 msgid "Set start-address of data"
12348 msgstr ""
12349
12350 #. FIXME: Provide a way to *load* the epsilon register.
12351 #: config/mmix/mmix.h:198
12352 msgid "For intrinsics library: pass all parameters in registers"
12353 msgstr ""
12354
12355 #: config/mmix/mmix.h:201
12356 #, fuzzy
12357 msgid "Use register stack for parameters and return value"
12358 msgstr "°ú¿ô¤ò¥ì¥¸¥¹¥¿ÅϤ·¤Ë¤¹¤ë"
12359
12360 #: config/mmix/mmix.h:203
12361 #, fuzzy
12362 msgid "Use call-clobbered registers for parameters and return value"
12363 msgstr "¸Æ¤Ó½Ð¤·¤ÇÇ˲õ¤µ¤ì¤ë¥ì¥¸¥¹¥¿¤¬¥°¥í¡¼¥Ð¥ë¥ì¥¸¥¹¥¿ÊÑ¿ô¤È¤·¤Æ»È¤ï¤ì¤Þ¤·¤¿"
12364
12365 #: config/mmix/mmix.h:205
12366 #, fuzzy
12367 msgid "Use epsilon-respecting floating point compare instructions"
12368 msgstr "¥Ï¡¼¥É¥¦¥§¥¢ÉâÆ°¾®¿ôÅÀÌ¿Îá¤ò»ÈÍѤ¹¤ë"
12369
12370 #: config/mmix/mmix.h:208
12371 msgid "Use zero-extending memory loads, not sign-extending ones"
12372 msgstr ""
12373
12374 #: config/mmix/mmix.h:211
12375 msgid "Generate divide results with reminder having the same sign as the divisor (not the dividend)"
12376 msgstr ""
12377
12378 #: config/mmix/mmix.h:215
12379 msgid "Prepend global symbols with \":\" (for use with PREFIX)"
12380 msgstr ""
12381
12382 #: config/mmix/mmix.h:217
12383 msgid "Do not provide a default start-address 0x100 of the program"
12384 msgstr ""
12385
12386 #: config/mmix/mmix.h:219
12387 msgid "Link to emit program in ELF format (rather than mmo)"
12388 msgstr ""
12389
12390 #: config/mmix/mmix.h:221
12391 msgid "Use P-mnemonics for branches statically predicted as taken"
12392 msgstr ""
12393
12394 #: config/mmix/mmix.h:223
12395 msgid "Don't use P-mnemonics for branches"
12396 msgstr ""
12397
12398 #: config/mmix/mmix.h:225
12399 #, fuzzy
12400 msgid "Use addresses that allocate global registers"
12401 msgstr "¥«¡¼¥Í¥ë¥°¥í¡¼¥Ð¥ë¥ì¥¸¥¹¥¿¤òÍøÍÑ"
12402
12403 #: config/mmix/mmix.h:227
12404 #, fuzzy
12405 msgid "Do not use addresses that allocate global registers"
12406 msgstr "BK ¥ì¥¸¥¹¥¿¤ò³ÎÊݤ·¤Ê¤¤"
12407
12408 #: config/mmix/mmix.h:229
12409 #, fuzzy
12410 msgid "Generate a single exit point for each function"
12411 msgstr "noreturn ´Ø¿ô¤¬ return ¤¹¤ë¤È¤­ abort ¤Î¸Æ¤Ó½Ð¤·¤òÀ¸À®¤¹¤ë"
12412
12413 #: config/mmix/mmix.h:231
12414 #, fuzzy
12415 msgid "Do not generate a single exit point for each function"
12416 msgstr "multm Ì¿Îá¤òÀ¸À®¤·¤Ê¤¤"
12417
12418 #: config/mn10300/mn10300.h:59
12419 msgid "Work around hardware multiply bug"
12420 msgstr "¥Ï¡¼¥É¥¦¥§¥¢¾è»»¥Ð¥°¤ËÂн褹¤ë"
12421
12422 #: config/mn10300/mn10300.h:60
12423 msgid "Do not work around hardware multiply bug"
12424 msgstr "¥Ï¡¼¥É¥¦¥§¥¢¾è»»¥Ð¥°¤ËÂн褷¤Ê¤¤"
12425
12426 #: config/mn10300/mn10300.h:61
12427 msgid "Target the AM33 processor"
12428 msgstr "AM33 ¥×¥í¥»¥Ã¥µ¤ò¥¿¡¼¥²¥Ã¥È¤È¤¹¤ë"
12429
12430 #: config/mn10300/mn10300.h:65
12431 #, fuzzy
12432 msgid "Enable linker relaxations"
12433 msgstr "¥ê¥ó¥«¤Î´ËϤòÍ­¸ú¤Ë¤¹¤ë"
12434
12435 #: config/ns32k/ns32k.h:142 config/s390/s390.h:69
12436 msgid "Don't use hardware fp"
12437 msgstr "¥Ï¡¼¥É¥¦¥§¥¢ÉâÆ°¾®¿ôÅÀ¤ò»ÈÍѤ·¤Ê¤¤"
12438
12439 #: config/ns32k/ns32k.h:143
12440 msgid "Alternative calling convention"
12441 msgstr "Ê̤θƤӽФ·µ¬Ìó¤ò»ÈÍѤ¹¤ë"
12442
12443 #: config/ns32k/ns32k.h:145
12444 msgid "Pass some arguments in registers"
12445 msgstr "¤¤¤¯¤Ä¤«¤Î°ú¿ô¤Ï¥ì¥¸¥¹¥¿ÅϤ·¤Ë¤¹¤ë"
12446
12447 #: config/ns32k/ns32k.h:146
12448 msgid "Pass all arguments on stack"
12449 msgstr "Á´¤Æ¤Î°ú¿ô¤ò¥¹¥¿¥Ã¥¯ÅϤ·¤Ë¤¹¤ë"
12450
12451 #: config/ns32k/ns32k.h:147
12452 msgid "Optimize for 32532 cpu"
12453 msgstr "32532 cpu ÍѤ˺ÇŬ²½¤¹¤ë"
12454
12455 #: config/ns32k/ns32k.h:148
12456 msgid "Optimize for 32332 cpu"
12457 msgstr "32332 cpu ÍѤ˺ÇŬ²½¤¹¤ë"
12458
12459 #: config/ns32k/ns32k.h:150
12460 msgid "Optimize for 32032"
12461 msgstr "32032 ÍѤ˺ÇŬ²½¤¹¤ë"
12462
12463 #: config/ns32k/ns32k.h:152
12464 msgid "Register sb is zero. Use for absolute addressing"
12465 msgstr "sb ¥ì¥¸¥¹¥¿¤ò¥¼¥í¤È¤¹¤ë¡£ÀäÂÐ¥¢¥É¥ì¥¹¤ò»ÈÍѤ¹¤ë"
12466
12467 #: config/ns32k/ns32k.h:153
12468 msgid "Do not use register sb"
12469 msgstr "sb ¥ì¥¸¥¹¥¿¤ò»ÈÍѤ·¤Ê¤¤"
12470
12471 #: config/ns32k/ns32k.h:155
12472 #, fuzzy
12473 msgid "Use bit-field instructions"
12474 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥ÉÌ¿Îá¤ò»ÈÍѤ¹¤ë"
12475
12476 #: config/ns32k/ns32k.h:157
12477 #, fuzzy
12478 msgid "Do not use bit-field instructions"
12479 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥ÉÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
12480
12481 #: config/ns32k/ns32k.h:158
12482 msgid "Generate code for high memory"
12483 msgstr "¹â°Ì¥¢¥É¥ì¥¹¥á¥â¥êÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
12484
12485 #: config/ns32k/ns32k.h:159
12486 msgid "Generate code for low memory"
12487 msgstr "Äã°Ì¥¢¥É¥ì¥¹¥á¥â¥êÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
12488
12489 #: config/ns32k/ns32k.h:160
12490 msgid "32381 fpu"
12491 msgstr "32381 ÉâÆ°¾®¿ôÅÀ¥æ¥Ë¥Ã¥È"
12492
12493 #: config/ns32k/ns32k.h:162
12494 msgid "Use multiply-accumulate fp instructions"
12495 msgstr "¾è»»-²Ã»»ÉâÆ°¾®¿ôÅÀÌ¿Îá¤ò¤ò»ÈÍѤ¹¤ë"
12496
12497 #: config/ns32k/ns32k.h:164
12498 msgid "Do not use multiply-accumulate fp instructions"
12499 msgstr "¾è»»-²Ã»»ÉâÆ°¾®¿ôÅÀÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
12500
12501 #: config/ns32k/ns32k.h:165
12502 msgid "\"Small register classes\" kludge"
12503 msgstr "\"¥¹¥â¡¼¥ë¥ì¥¸¥¹¥¿¥¯¥é¥¹\" ¤Î¥Ä¥®¥Ï¥®(kludge)¤ò¹Ô¤Ê¤¦"
12504
12505 #: config/ns32k/ns32k.h:166
12506 msgid "No \"Small register classes\" kludge"
12507 msgstr "\"¥¹¥â¡¼¥ë¥ì¥¸¥¹¥¿¥¯¥é¥¹\" ¤Î¥Ä¥®¥Ï¥®(kludge)¤ò¹Ô¤Ê¤ï¤Ê¤¤"
12508
12509 #: config/pa/pa.c:261
12510 #, fuzzy, c-format
12511 msgid ""
12512 "unknown -mschedule= option (%s).\n"
12513 "Valid options are 700, 7100, 7100LC, 7200, 7300, and 8000\n"
12514 msgstr ""
12515 "ÉÔÌÀ¤Ê -mschedule= ¥ª¥×¥·¥ç¥ó (%s).\n"
12516 "Àµ¾ï¤Ê¥ª¥×¥·¥ç¥ó¤Ï 700, 7100, 7100LC, 7200, µÚ¤Ó 8000 ¤Ç¤¹\n"
12517
12518 #: config/pa/pa.c:286
12519 #, fuzzy, c-format
12520 msgid ""
12521 "unknown -march= option (%s).\n"
12522 "Valid options are 1.0, 1.1, and 2.0\n"
12523 msgstr ""
12524 "ÉÔÌÀ¤Ê -march= ¥ª¥×¥·¥ç¥ó (%s).\n"
12525 "Àµ¾ï¤Ê¥ª¥×¥·¥ç¥ó¤Ï 1.0, 1.1, µÚ¤Ó 2.0\n"
12526
12527 #: config/pa/pa.c:299
12528 msgid "PIC code generation is not supported in the portable runtime model\n"
12529 msgstr "PIC ¥³¡¼¥ÉÀ¸À®¤Ï²Äȼ¹Իþ¥â¥Ç¥ë¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó\n"
12530
12531 #: config/pa/pa.c:304
12532 msgid "PIC code generation is not compatible with fast indirect calls\n"
12533 msgstr "PIC ¥³¡¼¥ÉÀ¸À®¤Ï¹â®´ÖÀܸƤӽФ·¤ÈÁêÍƤì¤Þ¤»¤ó\n"
12534
12535 #: config/pa/pa.c:309
12536 msgid "-g is only supported when using GAS on this processor,"
12537 msgstr "-g ¤Ï¤³¤Î¥×¥í¥»¥Ã¥µ¤Ç¤Ï GAS ¤ò»ÈÍѤ¹¤ë»þ¤À¤±¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤¹"
12538
12539 #: config/pa/pa.c:310
12540 #, fuzzy
12541 msgid "-g option disabled"
12542 msgstr "-g ¥ª¥×¥·¥ç¥ó¤ò̵¸ú²½¤·¤Þ¤·¤¿¡£"
12543
12544 #: config/pa/pa-hiux.h:75 config/pa/pa-hpux.h:87 config/pa/pa-hpux7.h:81
12545 #: config/pa/pa64-hpux.h:25
12546 #, fuzzy
12547 msgid "Generate cpp defines for server IO"
12548 msgstr "½êÍ¿¤Î CPU ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
12549
12550 #: config/pa/pa-hiux.h:76 config/pa/pa-hpux.h:88 config/pa/pa-hpux7.h:82
12551 #: config/pa/pa64-hpux.h:27
12552 #, fuzzy
12553 msgid "Generate cpp defines for workstation IO"
12554 msgstr "11/40 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
12555
12556 #. Macro to define tables used to set the flags. This is a
12557 #. list in braces of target switches with each switch being
12558 #. { "NAME", VALUE, "HELP_STRING" }. VALUE is the bits to set,
12559 #. or minus the bits to clear. An empty string NAME is used to
12560 #. identify the default VALUE. Do not mark empty strings for
12561 #. translation.
12562 #: config/pa/pa.h:232 config/pa/pa.h:238
12563 #, fuzzy
12564 msgid "Generate PA1.1 code"
12565 msgstr "CA ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
12566
12567 #: config/pa/pa.h:234 config/pa/pa.h:236
12568 #, fuzzy
12569 msgid "Generate PA1.0 code"
12570 msgstr "CA ¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
12571
12572 #: config/pa/pa.h:240
12573 msgid "Generate PA2.0 code (requires binutils 2.10 or later)"
12574 msgstr ""
12575
12576 #: config/pa/pa.h:242
12577 #, fuzzy
12578 msgid "Disable FP regs"
12579 msgstr "¥Ç¥Ð¥Ã¥°¤ò̵¸ú¤Ë¤¹¤ë"
12580
12581 #: config/pa/pa.h:244
12582 #, fuzzy
12583 msgid "Do not disable FP regs"
12584 msgstr "ÉâÆ°¾®¿ôÅÀ¥ì¥¸¥¹¥¿¤òÍøÍѤ·¤Ê¤¤"
12585
12586 #: config/pa/pa.h:246
12587 msgid "Disable space regs"
12588 msgstr ""
12589
12590 #: config/pa/pa.h:248
12591 #, fuzzy
12592 msgid "Do not disable space regs"
12593 msgstr "ÉâÆ°¾®¿ôÅÀ¥ì¥¸¥¹¥¿¤òÍøÍѤ·¤Ê¤¤"
12594
12595 #: config/pa/pa.h:250
12596 msgid "Put jumps in call delay slots"
12597 msgstr ""
12598
12599 #: config/pa/pa.h:252
12600 msgid "Do not put jumps in call delay slots"
12601 msgstr ""
12602
12603 #: config/pa/pa.h:254
12604 #, fuzzy
12605 msgid "Disable indexed addressing"
12606 msgstr "¥Ç¥Ð¥Ã¥°¤ò̵¸ú¤Ë¤¹¤ë"
12607
12608 #: config/pa/pa.h:256
12609 #, fuzzy
12610 msgid "Do not disable indexed addressing"
12611 msgstr "Ê£»¨¤Ê¥¢¥É¥ì¥·¥ó¥°¥â¡¼¥É¤òÍøÍѤ·¤Ê¤¤"
12612
12613 #: config/pa/pa.h:258
12614 #, fuzzy
12615 msgid "Use portable calling conventions"
12616 msgstr "ÉáÄ̤θƤӽФ·µ¬Ìó¤ò»È¤¦"
12617
12618 #: config/pa/pa.h:260
12619 #, fuzzy
12620 msgid "Do not use portable calling conventions"
12621 msgstr "ÉáÄ̤θƤӽФ·µ¬Ìó¤ò»È¤¦"
12622
12623 #: config/pa/pa.h:262
12624 msgid "Assume code will be assembled by GAS"
12625 msgstr ""
12626
12627 #: config/pa/pa.h:264
12628 msgid "Do not assume code will be assembled by GAS"
12629 msgstr ""
12630
12631 #: config/pa/pa.h:268
12632 #, fuzzy
12633 msgid "Do not use software floating point"
12634 msgstr "¥Ï¡¼¥É¥¦¥§¥¢ÉâÆ°¾®¿ôÅÀ¤òÍøÍѤ·¤Ê¤¤"
12635
12636 #: config/pa/pa.h:270
12637 msgid "Emit long load/store sequences"
12638 msgstr ""
12639
12640 #: config/pa/pa.h:272
12641 #, fuzzy
12642 msgid "Do not emit long load/store sequences"
12643 msgstr "Ê£¿ôÌ¿Îá¤Î¥í¡¼¥É/¥¹¥È¥¢¤òÀ¸À®¤·¤Ê¤¤"
12644
12645 #: config/pa/pa.h:274
12646 #, fuzzy
12647 msgid "Generate fast indirect calls"
12648 msgstr "´ÖÀܸƤӽФ·¤ò»ÈÍѤ·¤Ê¤¤"
12649
12650 #: config/pa/pa.h:276
12651 #, fuzzy
12652 msgid "Do not generate fast indirect calls"
12653 msgstr ".size µ¿»÷Ì¿Îá¤òÀ¸À®¤·¤Ê¤¤"
12654
12655 #: config/pa/pa.h:278
12656 #, fuzzy
12657 msgid "Generate code for huge switch statements"
12658 msgstr "¹â°Ì¥¢¥É¥ì¥¹¥á¥â¥êÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
12659
12660 #: config/pa/pa.h:280
12661 #, fuzzy
12662 msgid "Do not generate code for huge switch statements"
12663 msgstr "ÉâÆ°¾®¿ôÅÀ¥æ¥Ë¥Ã¥È¤òÍøÍѤ¹¤ë¥³¡¼¥É¤òÀ¸À®¤·¤Ê¤¤"
12664
12665 #: config/pa/pa.h:282
12666 msgid "Always generate long calls"
12667 msgstr ""
12668
12669 #: config/pa/pa.h:284
12670 msgid "Generate long calls only when needed"
12671 msgstr ""
12672
12673 #: config/pa/pa.h:286
12674 #, fuzzy
12675 msgid "Enable linker optimizations"
12676 msgstr "SSA ºÇŬ²½¤òÍ­¸ú¤Ë¤¹¤ë"
12677
12678 #: config/pa/pa.h:312
12679 msgid "Specify architecture for code generation. Values are 1.0, 1.1, and 2.0. 2.0 requires gas snapshot 19990413 or later."
12680 msgstr ""
12681
12682 #: config/pa/pa64-hpux.h:29
12683 msgid "Assume code will be linked by GNU ld"
12684 msgstr ""
12685
12686 #: config/pa/pa64-hpux.h:31
12687 msgid "Assume code will be linked by HP ld"
12688 msgstr ""
12689
12690 #: config/pdp11/pdp11.h:57
12691 msgid "Do not use hardware floating point"
12692 msgstr "¥Ï¡¼¥É¥¦¥§¥¢ÉâÆ°¾®¿ôÅÀ¤òÍøÍѤ·¤Ê¤¤"
12693
12694 #. return float result in ac0
12695 #: config/pdp11/pdp11.h:59
12696 msgid "Return floating point results in ac0"
12697 msgstr "ÉâÆ°¾®¿ôÅÀ¤Î·ë²Ì¤ò ac0 ¤ÇÊÖ¤¹"
12698
12699 #: config/pdp11/pdp11.h:60
12700 msgid "Return floating point results in memory"
12701 msgstr "ÉâÆ°¾®¿ôÅÀ¤Î·ë²Ì¤ò¥á¥â¥ê¤ÇÊÖ¤¹"
12702
12703 #. is 11/40
12704 #: config/pdp11/pdp11.h:62
12705 msgid "Generate code for an 11/40"
12706 msgstr "11/40 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
12707
12708 #. is 11/45
12709 #: config/pdp11/pdp11.h:65
12710 msgid "Generate code for an 11/45"
12711 msgstr "11/45 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
12712
12713 #. is 11/10
12714 #: config/pdp11/pdp11.h:68
12715 msgid "Generate code for an 11/10"
12716 msgstr "11/10 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
12717
12718 #. use movstrhi for bcopy
12719 #. use 32 bit for int
12720 #: config/pdp11/pdp11.h:73 config/pdp11/pdp11.h:74
12721 msgid "Use 32 bit int"
12722 msgstr "32 ¥Ó¥Ã¥ÈÀ°¿ô¤ò»ÈÍѤ¹¤ë"
12723
12724 #: config/pdp11/pdp11.h:75 config/pdp11/pdp11.h:76
12725 msgid "Use 16 bit int"
12726 msgstr "16 ¥Ó¥Ã¥ÈÀ°¿ô¤ò»ÈÍѤ¹¤ë"
12727
12728 #. use 32 bit for float
12729 #: config/pdp11/pdp11.h:78 config/pdp11/pdp11.h:79
12730 msgid "Use 32 bit float"
12731 msgstr "32 ¥Ó¥Ã¥ÈÉâÆ°¾®¿ô¤ò»ÈÍѤ¹¤ë"
12732
12733 #: config/pdp11/pdp11.h:80 config/pdp11/pdp11.h:81
12734 msgid "Use 64 bit float"
12735 msgstr "64 ¥Ó¥Ã¥ÈÉâÆ°¾®¿ô¤ò»ÈÍѤ¹¤ë"
12736
12737 #. allow abshi pattern? - can trigger "optimizations" which make code SLOW!
12738 #. is branching expensive - on a PDP, it's actually really cheap
12739 #. this is just to play around and check what code gcc generates
12740 #. split instruction and data memory?
12741 #: config/pdp11/pdp11.h:90
12742 msgid "Target has split I&D"
12743 msgstr "¥¿¡¼¥²¥Ã¥È¤Ï split Ì¿Îá¤È¥Ç¡¼¥¿¥á¥â¥ê¤ò»ý¤Ä"
12744
12745 #: config/pdp11/pdp11.h:91
12746 msgid "Target does not have split I&D"
12747 msgstr "¥¿¡¼¥²¥Ã¥È¤Ï split Ì¿Îá¤È¥Ç¡¼¥¿¥á¥â¥ê¤ò»ý¤¿¤Ê¤¤"
12748
12749 #. UNIX assembler syntax?
12750 #: config/pdp11/pdp11.h:93
12751 msgid "Use UNIX assembler syntax"
12752 msgstr "UNIX ¥¢¥»¥ó¥Ö¥éʸˡ¤ò»ÈÍѤ¹¤ë"
12753
12754 #: config/pdp11/pdp11.h:94
12755 msgid "Use DEC assembler syntax"
12756 msgstr "DEC ¥¢¥»¥ó¥Ö¥éʸˡ¤ò»ÈÍѤ¹¤ë"
12757
12758 #: config/romp/romp.c:717 config/rs6000/rs6000.c:7755
12759 #, c-format
12760 msgid "invalid %%S value"
12761 msgstr "̵¸ú¤Ê %%S ÃÍ"
12762
12763 #: config/romp/romp.c:726 config/romp/romp.c:733
12764 #, c-format
12765 msgid "invalid %%b value"
12766 msgstr "̵¸ú¤Ê %%b ÃÍ"
12767
12768 #: config/romp/romp.c:773 config/romp/romp.c:784
12769 #, c-format
12770 msgid "invalid %%z value"
12771 msgstr "̵¸ú¤Ê %%z ÃÍ"
12772
12773 #: config/romp/romp.c:792 config/romp/romp.c:800
12774 #, c-format
12775 msgid "invalid %%Z value"
12776 msgstr "̵¸ú¤Ê %%Z ÃÍ"
12777
12778 #: config/romp/romp.c:807 config/romp/romp.c:816 config/romp/romp.c:823
12779 #: config/rs6000/rs6000.c:7584
12780 #, c-format
12781 msgid "invalid %%k value"
12782 msgstr "̵¸ú¤Ê %%k ÃÍ"
12783
12784 #: config/romp/romp.c:908 config/romp/romp.c:951
12785 #, c-format
12786 msgid "invalid %%j value"
12787 msgstr "̵¸ú¤Ê %%j ÃÍ"
12788
12789 #. Perform any needed actions needed for a function that is receiving a
12790 #. variable number of arguments.
12791 #.
12792 #. CUM is as above.
12793 #.
12794 #. MODE and TYPE are the mode and type of the current parameter.
12795 #.
12796 #. PRETEND_SIZE is a variable that should be set to the amount of stack
12797 #. that must be pushed by the prolog to pretend that our caller pushed
12798 #. it.
12799 #.
12800 #. Normally, this macro will push all remaining incoming registers on the
12801 #. stack and set PRETEND_SIZE to the length of the registers pushed.
12802 #: config/romp/romp.h:648
12803 msgid "can't have varargs with -mfp-arg-in-fp-regs"
12804 msgstr "-mfp-arg-in-fp-regs ¤ò»È¤¦¤È²ÄÊѸİú¿ô¤ò»ý¤Æ¤Þ¤»¤ó"
12805
12806 #. Handle the machine specific pragma longcall. Its syntax is
12807 #.
12808 #. # pragma longcall ( TOGGLE )
12809 #.
12810 #. where TOGGLE is either 0 or 1.
12811 #.
12812 #. rs6000_default_long_calls is set to the value of TOGGLE, changing
12813 #. whether or not new function declarations receive a longcall
12814 #. attribute by default.
12815 #: config/rs6000/rs6000-c.c:44
12816 #, fuzzy
12817 msgid "ignoring malformed #pragma longcall"
12818 msgstr "#pragma %s ¤ò̵»ë¤·¤Þ¤¹"
12819
12820 #: config/rs6000/rs6000-c.c:58
12821 #, fuzzy
12822 msgid "missing open paren"
12823 msgstr "Code °À­¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
12824
12825 #: config/rs6000/rs6000-c.c:60
12826 #, fuzzy
12827 msgid "missing number"
12828 msgstr "̾Á°¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
12829
12830 #: config/rs6000/rs6000-c.c:62
12831 #, fuzzy
12832 msgid "missing close paren"
12833 msgstr "¥¯¥é¥¹Ì¾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
12834
12835 #: config/rs6000/rs6000-c.c:65
12836 msgid "number must be 0 or 1"
12837 msgstr ""
12838
12839 #: config/rs6000/rs6000-c.c:68
12840 #, fuzzy
12841 msgid "junk at end of #pragma longcall"
12842 msgstr "#pragma map ¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
12843
12844 #: config/rs6000/rs6000.c:592
12845 msgid "-mmultiple is not supported on little endian systems"
12846 msgstr "-mmultiple ¤Ï¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥ó¥·¥¹¥Æ¥à¾å¤Ç¤Ï¼õ¤±Æþ¤ì¤é¤ì¤Þ¤»¤ó"
12847
12848 #: config/rs6000/rs6000.c:599
12849 msgid "-mstring is not supported on little endian systems"
12850 msgstr "-mstring ¤Ï¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥ó¥·¥¹¥Æ¥à¾å¤Ç¤Ï¼õ¤±Æþ¤ì¤é¤ì¤Þ¤»¤ó"
12851
12852 #: config/rs6000/rs6000.c:623
12853 #, fuzzy, c-format
12854 msgid "unknown -mdebug-%s switch"
12855 msgstr "ÉÔÌÀ¤Ê -mdebug-%s ¥¹¥¤¥Ã¥Á¤Ç¤¹"
12856
12857 #: config/rs6000/rs6000.c:635
12858 #, c-format
12859 msgid "unknown -mtraceback arg `%s'; expecting `full', `partial' or `none'"
12860 msgstr ""
12861
12862 #: config/rs6000/rs6000.c:646
12863 #, c-format
12864 msgid "Unknown switch -mlong-double-%s"
12865 msgstr ""
12866
12867 #: config/rs6000/rs6000.c:738
12868 #, c-format
12869 msgid "unknown -misel= option specified: '%s'"
12870 msgstr ""
12871
12872 #: config/rs6000/rs6000.c:753
12873 #, c-format
12874 msgid "unknown -mvrsave= option specified: '%s'"
12875 msgstr ""
12876
12877 #: config/rs6000/rs6000.c:772
12878 #, fuzzy, c-format
12879 msgid "unknown ABI specified: '%s'"
12880 msgstr "ÉÔÌÀ¤Ê¥Þ¥·¥ó¥â¡¼¥É `%s'"
12881
12882 #: config/rs6000/rs6000.c:4206
12883 msgid "argument 1 must be a 5-bit signed literal"
12884 msgstr ""
12885
12886 #: config/rs6000/rs6000.c:4313 config/rs6000/rs6000.c:4903
12887 msgid "argument 2 must be a 5-bit unsigned literal"
12888 msgstr ""
12889
12890 #: config/rs6000/rs6000.c:4356
12891 #, fuzzy
12892 msgid "argument 1 of __builtin_altivec_predicate must be a constant"
12893 msgstr "`__builtin_eh_return_regno' ¤Î°ú¿ô¤ÏÄê¿ô¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
12894
12895 #: config/rs6000/rs6000.c:4410
12896 #, fuzzy
12897 msgid "argument 1 of __builtin_altivec_predicate is out of range"
12898 msgstr "`__builtin_args_info' ¤Î°ú¿ô¤¬Èϰϳ°¤Ç¤¹"
12899
12900 #: config/rs6000/rs6000.c:4489
12901 msgid "argument 3 must be a 4-bit unsigned literal"
12902 msgstr ""
12903
12904 #: config/rs6000/rs6000.c:4666
12905 #, fuzzy, c-format
12906 msgid "argument to `%s' must be a 2-bit unsigned literal"
12907 msgstr "`%s' ¤Ø¤Î°ú¿ô¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
12908
12909 #: config/rs6000/rs6000.c:4782
12910 msgid "argument to dss must be a 2-bit unsigned literal"
12911 msgstr ""
12912
12913 #: config/rs6000/rs6000.c:5013
12914 #, fuzzy
12915 msgid "argument 1 of __builtin_spe_predicate must be a constant"
12916 msgstr "`__builtin_eh_return_regno' ¤Î°ú¿ô¤ÏÄê¿ô¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
12917
12918 #: config/rs6000/rs6000.c:5086
12919 #, fuzzy
12920 msgid "argument 1 of __builtin_spe_predicate is out of range"
12921 msgstr "`__builtin_args_info' ¤Î°ú¿ô¤¬Èϰϳ°¤Ç¤¹"
12922
12923 #: config/rs6000/rs6000.c:7511
12924 #, c-format
12925 msgid "invalid %%f value"
12926 msgstr "̵¸ú¤Ê %%f ÃͤǤ¹"
12927
12928 #: config/rs6000/rs6000.c:7520
12929 #, c-format
12930 msgid "invalid %%F value"
12931 msgstr "̵¸ú¤Ê %%F ÃͤǤ¹"
12932
12933 #: config/rs6000/rs6000.c:7529
12934 #, c-format
12935 msgid "invalid %%G value"
12936 msgstr "̵¸ú¤Ê %%G ÃͤǤ¹"
12937
12938 #: config/rs6000/rs6000.c:7564
12939 #, c-format
12940 msgid "invalid %%j code"
12941 msgstr "̵¸ú¤Ê %%j ¥³¡¼¥É¤Ç¤¹"
12942
12943 #: config/rs6000/rs6000.c:7574
12944 #, c-format
12945 msgid "invalid %%J code"
12946 msgstr "̵¸ú¤Ê %%J ¥³¡¼¥É¤Ç¤¹"
12947
12948 #: config/rs6000/rs6000.c:7604
12949 #, c-format
12950 msgid "invalid %%K value"
12951 msgstr "̵¸ú¤Ê %%K ÃͤǤ¹"
12952
12953 #: config/rs6000/rs6000.c:7671
12954 #, c-format
12955 msgid "invalid %%O value"
12956 msgstr "̵¸ú¤Ê %%O ÃÍ"
12957
12958 #: config/rs6000/rs6000.c:7793
12959 #, c-format
12960 msgid "invalid %%T value"
12961 msgstr "̵¸ú¤Ê %%T ÃͤǤ¹"
12962
12963 #: config/rs6000/rs6000.c:7803
12964 #, c-format
12965 msgid "invalid %%u value"
12966 msgstr "̵¸ú¤Ê %%u ÃͤǤ¹"
12967
12968 #: config/rs6000/rs6000.c:7812
12969 #, c-format
12970 msgid "invalid %%v value"
12971 msgstr "̵¸ú¤Ê %%v ÃͤǤ¹"
12972
12973 #: config/rs6000/rs6000.c:12242
12974 msgid "no profiling of 64-bit code for this ABI"
12975 msgstr ""
12976
12977 #: config/rs6000/aix.h:160 config/rs6000/beos.h:32
12978 msgid "Always pass floating-point arguments in memory"
12979 msgstr "ÉâÆ°¾®¿ôÅÀ°ú¿ô¤Ï¾ï¤Ë¥á¥â¥êÅϤ·¤È¤¹¤ë"
12980
12981 #: config/rs6000/aix.h:162 config/rs6000/beos.h:34
12982 msgid "Don't always pass floating-point arguments in memory"
12983 msgstr "ÉâÆ°¾®¿ôÅÀ°ú¿ô¤Ï¾ï¤Ë¥á¥â¥êÅϤ·¤È¤·¤Ê¤¤"
12984
12985 #: config/rs6000/aix41.h:28 config/rs6000/aix43.h:32 config/rs6000/aix51.h:32
12986 #: config/rs6000/aix52.h:32
12987 msgid "Support message passing with the Parallel Environment"
12988 msgstr "ÊÂÎó´Ä¶­¤Ç¤Î¥á¥Ã¥»¡¼¥¸¥Ñ¥Ã¥·¥ó¥°¤ò¥µ¥Ý¡¼¥È¤¹¤ë"
12989
12990 #: config/rs6000/aix43.h:28 config/rs6000/aix51.h:28 config/rs6000/aix52.h:28
12991 msgid "Compile for 64-bit pointers"
12992 msgstr "64 ¥Ó¥Ã¥È¥Ý¥¤¥ó¥¿ÍѤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
12993
12994 #: config/rs6000/aix43.h:30 config/rs6000/aix51.h:30 config/rs6000/aix52.h:30
12995 msgid "Compile for 32-bit pointers"
12996 msgstr "32 ¥Ó¥Ã¥È¥Ý¥¤¥ó¥¿ÍѤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
12997
12998 #: config/rs6000/aix43.h:49 config/rs6000/aix51.h:49 config/rs6000/aix52.h:49
12999 #, fuzzy
13000 msgid "-maix64 and POWER architecture are incompatible"
13001 msgstr "-maix64 ¤È POWER ¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤È¤Ç¤Ï¸ß´¹À­¤¬¤¢¤ê¤Þ¤»¤ó"
13002
13003 #: config/rs6000/aix43.h:54 config/rs6000/aix51.h:54 config/rs6000/aix52.h:54
13004 #, fuzzy
13005 msgid "-maix64 requires PowerPC64 architecture remain enabled"
13006 msgstr "PowerPC64 ¥¢¡¼¥­¥Æ¥¯¥Á¥ã¤Ç¤Ê¤¤¤È -maix64 ¤òÍ­¸ú¤Ë¤Ï¤Ç¤­¤Þ¤»¤ó"
13007
13008 #: config/rs6000/aix43.h:58 config/rs6000/aix51.h:58 config/rs6000/aix52.h:58
13009 #, fuzzy
13010 msgid "-maix64 required: 64-bit computation with 32-bit addressing not yet supported"
13011 msgstr "-maix64 Í×µá: 32 bit ¥¢¥É¥ì¥·¥ó¥°²¼¤Î 64 bit ·×»»¤Ï¤Þ¤ÀÍøÍѤǤ­¤Þ¤»¤ó"
13012
13013 #. Run-time compilation parameters selecting different hardware subsets.
13014 #.
13015 #. Macro to define tables used to set the flags.
13016 #. This is a list in braces of pairs in braces,
13017 #. each pair being { "NAME", VALUE }
13018 #. where VALUE is the bits to set or minus the bits to clear.
13019 #. An empty string NAME is used to identify the default VALUE.
13020 #: config/rs6000/rs6000.h:240
13021 msgid "Use POWER instruction set"
13022 msgstr "POWER Ì¿Î᥻¥Ã¥È¤ò»ÈÍѤ¹¤ë"
13023
13024 #: config/rs6000/rs6000.h:243
13025 msgid "Use POWER2 instruction set"
13026 msgstr "POWER2 Ì¿Î᥻¥Ã¥È¤ò»ÈÍѤ¹¤ë"
13027
13028 #: config/rs6000/rs6000.h:245
13029 msgid "Do not use POWER2 instruction set"
13030 msgstr "POWER2 Ì¿Î᥻¥Ã¥È¤ò»ÈÍѤ·¤Ê¤¤"
13031
13032 #: config/rs6000/rs6000.h:248
13033 msgid "Do not use POWER instruction set"
13034 msgstr "POWER Ì¿Î᥻¥Ã¥È¤ò»ÈÍѤ·¤Ê¤¤"
13035
13036 #: config/rs6000/rs6000.h:250
13037 msgid "Use PowerPC instruction set"
13038 msgstr "PowerPC Ì¿Î᥻¥Ã¥È¤ò»ÈÍѤ¹¤ë"
13039
13040 #: config/rs6000/rs6000.h:253
13041 msgid "Do not use PowerPC instruction set"
13042 msgstr "PowerPC Ì¿Î᥻¥Ã¥È¤ò»ÈÍѤ·¤Ê¤¤"
13043
13044 #: config/rs6000/rs6000.h:255
13045 msgid "Use PowerPC General Purpose group optional instructions"
13046 msgstr "PowerPC °ìÈÌÍÑÅÓ¥°¥ë¡¼¥×¥ª¥×¥·¥ç¥óÌ¿Îá¤ò»ÈÍѤ¹¤ë"
13047
13048 #: config/rs6000/rs6000.h:257
13049 msgid "Don't use PowerPC General Purpose group optional instructions"
13050 msgstr "PowerPC °ìÈÌÍÑÅÓ¥°¥ë¡¼¥×¥ª¥×¥·¥ç¥óÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
13051
13052 #: config/rs6000/rs6000.h:259
13053 msgid "Use PowerPC Graphics group optional instructions"
13054 msgstr "PowerPC ¥°¥é¥Õ¥£¥¯¥¹¥°¥ë¡¼¥×¥ª¥×¥·¥ç¥óÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
13055
13056 #: config/rs6000/rs6000.h:261
13057 msgid "Don't use PowerPC Graphics group optional instructions"
13058 msgstr "PowerPC ¥°¥é¥Õ¥£¥¯¥¹¥°¥ë¡¼¥×¥ª¥×¥·¥ç¥óÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
13059
13060 #: config/rs6000/rs6000.h:263
13061 msgid "Use PowerPC-64 instruction set"
13062 msgstr "PowerPC-64 Ì¿Î᥻¥Ã¥È¤ò»ÈÍѤ¹¤ë"
13063
13064 #: config/rs6000/rs6000.h:265
13065 msgid "Don't use PowerPC-64 instruction set"
13066 msgstr "PowerPC-64 Ì¿Î᥻¥Ã¥È¤ò»ÈÍѤ·¤Ê¤¤"
13067
13068 #: config/rs6000/rs6000.h:267
13069 #, fuzzy
13070 msgid "Use AltiVec instructions"
13071 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥ÉÌ¿Îá¤ò»ÈÍѤ¹¤ë"
13072
13073 #: config/rs6000/rs6000.h:269
13074 #, fuzzy
13075 msgid "Don't use AltiVec instructions"
13076 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥ÉÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
13077
13078 #: config/rs6000/rs6000.h:271
13079 msgid "Use new mnemonics for PowerPC architecture"
13080 msgstr "PowerPC ¥¢¡¼¥­¥Æ¥¯¥Á¥ãÍѤο·¤·¤¤¥Ë¡¼¥â¥Ë¥Ã¥¯¤ò»ÈÍѤ¹¤ë"
13081
13082 #: config/rs6000/rs6000.h:273
13083 msgid "Use old mnemonics for PowerPC architecture"
13084 msgstr "PowerPC ¥¢¡¼¥­¥Æ¥¯¥Á¥ãÍѤθŤ¤¥Ë¡¼¥â¥Ë¥Ã¥¯¤ò»ÈÍѤ¹¤ë"
13085
13086 #: config/rs6000/rs6000.h:276
13087 msgid "Put everything in the regular TOC"
13088 msgstr "Á´¤Æ¤òÄ̾ï TOC Æâ¤ËÇÛÃÖ¤¹¤ë"
13089
13090 #: config/rs6000/rs6000.h:278
13091 msgid "Place floating point constants in TOC"
13092 msgstr "ÉâÆ°¾®¿ôÅÀÄê¿ô¤ò TOC Æâ¤ËÇÛÃÖ¤¹¤ë"
13093
13094 #: config/rs6000/rs6000.h:280
13095 msgid "Don't place floating point constants in TOC"
13096 msgstr "ÉâÆ°¾®¿ôÅÀÄê¿ô¤ò TOC Æâ¤ËÇÛÃÖ¤·¤Ê¤¤"
13097
13098 #: config/rs6000/rs6000.h:282
13099 msgid "Place symbol+offset constants in TOC"
13100 msgstr "¥·¥ó¥Ü¥ë+¥ª¥Õ¥»¥Ã¥ÈÄê¿ô¤ò TOC Æâ¤ËÇÛÃÖ¤¹¤ë"
13101
13102 #: config/rs6000/rs6000.h:284
13103 msgid "Don't place symbol+offset constants in TOC"
13104 msgstr "¥·¥ó¥Ü¥ë+¥ª¥Õ¥»¥Ã¥ÈÄê¿ô¤ò TOC Æâ¤ËÇÛÃÖ¤·¤Ê¤¤"
13105
13106 #: config/rs6000/rs6000.h:290
13107 msgid "Place variable addresses in the regular TOC"
13108 msgstr "ÊÑ¿ô¥¢¥É¥ì¥¹¤òÄ̾ï TOC Æâ¤ËÇÛÃÖ¤¹¤ë"
13109
13110 #: config/rs6000/rs6000.h:296
13111 msgid "Generate load/store multiple instructions"
13112 msgstr "Ê£¿ôÌ¿Îá¤Î¥í¡¼¥É/¥¹¥È¥¢¤òÀ¸À®¤¹¤ë"
13113
13114 #: config/rs6000/rs6000.h:298
13115 msgid "Do not generate load/store multiple instructions"
13116 msgstr "Ê£¿ôÌ¿Îá¤Î¥í¡¼¥É/¥¹¥È¥¢¤òÀ¸À®¤·¤Ê¤¤"
13117
13118 #: config/rs6000/rs6000.h:302
13119 msgid "Generate string instructions for block moves"
13120 msgstr "¥Ö¥í¥Ã¥¯°ÜÆ°ÍѤΠstring Ì¿Îá¤òÀ¸À®¤¹¤ë"
13121
13122 #: config/rs6000/rs6000.h:304
13123 msgid "Do not generate string instructions for block moves"
13124 msgstr "¥Ö¥í¥Ã¥¯°ÜÆ°ÍѤΠstring Ì¿Îá¤òÀ¸À®¤·¤Ê¤¤"
13125
13126 #: config/rs6000/rs6000.h:308
13127 msgid "Generate load/store with update instructions"
13128 msgstr "update Ì¿Îá¤È°ì½ï¤Ë¥í¡¼¥É/¥¹¥È¥¢Ì¿Îá¤òÀ¸À®¤¹¤ë"
13129
13130 #: config/rs6000/rs6000.h:310
13131 msgid "Do not generate load/store with update instructions"
13132 msgstr "update Ì¿Îá¤È°ì½ï¤Ë¥í¡¼¥É/¥¹¥È¥¢Ì¿Îá¤òÀ¸À®¤·¤Ê¤¤"
13133
13134 #: config/rs6000/rs6000.h:318
13135 msgid "Don't schedule the start and end of the procedure"
13136 msgstr "¥×¥í¥·¡¼¥¸¥ã³«»Ï¤È½ªÎ»¤Î¥¹¥±¥¸¥å¡¼¥ë¤ò¹Ô¤Ê¤ï¤Ê¤¤"
13137
13138 #: config/rs6000/rs6000.h:324
13139 msgid "Return all structures in memory (AIX default)"
13140 msgstr ""
13141
13142 #: config/rs6000/rs6000.h:326
13143 msgid "Return small structures in registers (SVR4 default)"
13144 msgstr ""
13145
13146 #: config/rs6000/rs6000.h:391 config/sparc/sparc.h:633
13147 msgid "Use features of and schedule code for given CPU"
13148 msgstr "Í¿¤¨¤é¤ì¤¿ CPU ÍѤε¡Ç½¤È¥¹¥±¥¸¥å¡¼¥ë¥³¡¼¥É¤òÍøÍѤ¹¤ë"
13149
13150 #: config/rs6000/rs6000.h:394
13151 msgid "Enable debug output"
13152 msgstr "¥Ç¥Ð¥Ã¥°½ÐÎϤòÍ­¸ú¤Ë¤¹¤ë"
13153
13154 #: config/rs6000/rs6000.h:396
13155 msgid "Select full, part, or no traceback table"
13156 msgstr ""
13157
13158 #: config/rs6000/rs6000.h:397
13159 msgid "Specify ABI to use"
13160 msgstr ""
13161
13162 #: config/rs6000/rs6000.h:399
13163 #, fuzzy
13164 msgid "Specify size of long double (64 or 128 bits)"
13165 msgstr "sizeof(long double) ¤Ï 12 ¤È¤¹¤ë¡£"
13166
13167 #: config/rs6000/rs6000.h:401
13168 msgid "Specify yes/no if isel instructions should be generated"
13169 msgstr ""
13170
13171 #: config/rs6000/rs6000.h:403
13172 msgid "Specify yes/no if VRSAVE instructions should be generated for AltiVec"
13173 msgstr ""
13174
13175 #: config/rs6000/rs6000.h:405
13176 #, fuzzy
13177 msgid "Avoid all range limits on call instructions"
13178 msgstr "ÊÂÎóÌ¿Îá¤ò̵¸ú¤Ë¤¹¤ë"
13179
13180 #. Definitions for __builtin_return_address and __builtin_frame_address.
13181 #. __builtin_return_address (0) should give link register (65), enable
13182 #. this.
13183 #. This should be uncommented, so that the link register is used, but
13184 #. currently this would result in unmatched insns and spilling fixed
13185 #. registers so we'll leave it for another day. When these problems are
13186 #. taken care of one additional fetch will be necessary in RETURN_ADDR_RTX.
13187 #. (mrs)
13188 #. #define RETURN_ADDR_IN_PREVIOUS_FRAME
13189 #. Number of bytes into the frame return addresses can be found. See
13190 #. rs6000_stack_info in rs6000.c for more information on how the different
13191 #. abi's store the return address.
13192 #: config/rs6000/rs6000.h:1884
13193 msgid "RETURN_ADDRESS_OFFSET not supported"
13194 msgstr "RETURN_ADDRESS_OFFSET ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
13195
13196 #: config/rs6000/sysv4.h:87
13197 #, fuzzy
13198 msgid "Select ABI calling convention"
13199 msgstr "ABI ¸Æ¤Ó½Ð¤·µ¬Ìó¤òÁªÂò¤¹¤ë"
13200
13201 #: config/rs6000/sysv4.h:88
13202 #, fuzzy
13203 msgid "Select method for sdata handling"
13204 msgstr "sdata ¼è¤ê°·¤¤¤Î¤¿¤á¤Î¥á¥½¥Ã¥É¤òÁªÂò¤¹¤ë"
13205
13206 #: config/rs6000/sysv4.h:103
13207 #, fuzzy
13208 msgid "Align to the base type of the bit-field"
13209 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É¤Î¥Ù¡¼¥¹¥¿¥¤¥×¤Ë¥¢¥é¥¤¥ó¤¹¤ë"
13210
13211 #: config/rs6000/sysv4.h:105
13212 #, fuzzy
13213 msgid "Don't align to the base type of the bit-field"
13214 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É¤Î¥Ù¡¼¥¹¥¿¥¤¥×¤Ë¥¢¥é¥¤¥ó¤·¤Ê¤¤"
13215
13216 #: config/rs6000/sysv4.h:107
13217 msgid "Don't assume that unaligned accesses are handled by the system"
13218 msgstr "¥¢¥é¥¤¥ó¤µ¤ì¤Ê¤¤¥¢¥¯¥»¥¹¤¬¥·¥¹¥Æ¥à¤Ë¤è¤Ã¤Æ¥Ï¥ó¥É¥ë¤µ¤ì¤ë¤È¤Ï¤ß¤Ê¤µ¤Ê¤¤"
13219
13220 #: config/rs6000/sysv4.h:109
13221 msgid "Assume that unaligned accesses are handled by the system"
13222 msgstr "¥¢¥é¥¤¥ó¤µ¤ì¤Ê¤¤¥¢¥¯¥»¥¹¤¬¥·¥¹¥Æ¥à¤Ë¤è¤Ã¤Æ¥Ï¥ó¥É¥ë¤µ¤ì¤ë¤È¤ß¤Ê¤¹"
13223
13224 #: config/rs6000/sysv4.h:111 config/rs6000/sysv4.h:115
13225 #, fuzzy
13226 msgid "Produce code relocatable at runtime"
13227 msgstr "¼Â¹Ô»þ¤ËºÆÇÛÃÖ²Äǽ¤Ê¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
13228
13229 #: config/rs6000/sysv4.h:113 config/rs6000/sysv4.h:117
13230 #, fuzzy
13231 msgid "Don't produce code relocatable at runtime"
13232 msgstr "¼Â¹Ô»þ¤ËºÆÇÛÃÖ²Äǽ¤Ê¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
13233
13234 #: config/rs6000/sysv4.h:119 config/rs6000/sysv4.h:121
13235 #, fuzzy
13236 msgid "Produce little endian code"
13237 msgstr "¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥ó¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
13238
13239 #: config/rs6000/sysv4.h:123 config/rs6000/sysv4.h:125
13240 #, fuzzy
13241 msgid "Produce big endian code"
13242 msgstr "¥Ó¥Ã¥°¥¨¥ó¥Ç¥£¥¢¥ó¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
13243
13244 #: config/rs6000/sysv4.h:126 config/rs6000/sysv4.h:127
13245 #: config/rs6000/sysv4.h:128 config/rs6000/sysv4.h:129
13246 #: config/rs6000/sysv4.h:130 config/rs6000/sysv4.h:131
13247 #: config/rs6000/sysv4.h:141 config/rs6000/sysv4.h:142
13248 #: config/rs6000/sysv4.h:153 config/rs6000/sysv4.h:155
13249 #: config/rs6000/sysv4.h:157
13250 msgid "no description yet"
13251 msgstr "ÀâÌÀ¤Ï¤Þ¤À¤¢¤ê¤Þ¤»¤ó"
13252
13253 #: config/rs6000/sysv4.h:132
13254 #, fuzzy
13255 msgid "Use EABI"
13256 msgstr "EABI ¤òÍøÍѤ¹¤ë¡£"
13257
13258 #: config/rs6000/sysv4.h:133
13259 #, fuzzy
13260 msgid "Don't use EABI"
13261 msgstr "EABI ¤òÍøÍѤ·¤Ê¤¤¡£"
13262
13263 #: config/rs6000/sysv4.h:136
13264 msgid "Do not allow bit-fields to cross word boundaries"
13265 msgstr ""
13266
13267 #: config/rs6000/sysv4.h:138
13268 #, fuzzy
13269 msgid "Use alternate register names"
13270 msgstr "ÂåÂإ쥸¥¹¥¿Ì¾¤ò»ÈÍѤ¹¤ë"
13271
13272 #: config/rs6000/sysv4.h:140
13273 #, fuzzy
13274 msgid "Don't use alternate register names"
13275 msgstr "ÂåÂإ쥸¥¹¥¿Ì¾¤ò»ÈÍѤ·¤Ê¤¤"
13276
13277 #: config/rs6000/sysv4.h:144
13278 #, fuzzy
13279 msgid "Link with libsim.a, libc.a and sim-crt0.o"
13280 msgstr "libsim.a, libc.a µÚ¤Ó sim-crt0.o ¤È¥ê¥ó¥¯¤¹¤ë¡£"
13281
13282 #: config/rs6000/sysv4.h:146
13283 #, fuzzy
13284 msgid "Link with libads.a, libc.a and crt0.o"
13285 msgstr "libads.a, libc.a µÚ¤Ó crt0.o ¤È¥ê¥ó¥¯¤¹¤ë¡£"
13286
13287 #: config/rs6000/sysv4.h:148
13288 #, fuzzy
13289 msgid "Link with libyk.a, libc.a and crt0.o"
13290 msgstr "libyk.a, libc.a µÚ¤Ó crt0.o ¤È¥ê¥ó¥¯¤¹¤ë¡£"
13291
13292 #: config/rs6000/sysv4.h:150
13293 #, fuzzy
13294 msgid "Link with libmvme.a, libc.a and crt0.o"
13295 msgstr "libmvme.a, libc.a µÚ¤Ó crt0.o ¤È¥ê¥ó¥¯¤¹¤ë¡£"
13296
13297 #: config/rs6000/sysv4.h:152
13298 msgid "Set the PPC_EMB bit in the ELF flags header"
13299 msgstr "PPC_EMB ¥Ó¥Ã¥È¤ò ELF ¥Õ¥é¥°¥Ø¥Ã¥ÀÆâ¤Ë¥»¥Ã¥È¤¹¤ë"
13300
13301 #: config/rs6000/sysv4.h:154
13302 msgid "Use the WindISS simulator"
13303 msgstr ""
13304
13305 #. Sometimes certain combinations of command options do not make sense
13306 #. on a particular target machine. You can define a macro
13307 #. `OVERRIDE_OPTIONS' to take account of this. This macro, if
13308 #. defined, is executed once just after all the command options have
13309 #. been parsed.
13310 #.
13311 #. The macro SUBTARGET_OVERRIDE_OPTIONS is provided for subtargets, to
13312 #. get control.
13313 #: config/rs6000/sysv4.h:214
13314 #, fuzzy, c-format
13315 msgid "bad value for -mcall-%s"
13316 msgstr "-mcall-%s ¥¹¥¤¥Ã¥Á¤Ë¤È¤Ã¤Æ¤ÎÉÔÀµ¤ÊÃÍ"
13317
13318 #: config/rs6000/sysv4.h:230
13319 #, fuzzy, c-format
13320 msgid "bad value for -msdata=%s"
13321 msgstr "-msdata=%s ¥¹¥¤¥Ã¥Á¤ËÂФ¹¤ëÉÔÀµ¤ÊÃÍ"
13322
13323 #: config/rs6000/sysv4.h:247
13324 #, fuzzy, c-format
13325 msgid "-mrelocatable and -msdata=%s are incompatible"
13326 msgstr "-mrelocatable ¤È -msdata=%s ¤È¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
13327
13328 #: config/rs6000/sysv4.h:255
13329 #, fuzzy, c-format
13330 msgid "-f%s and -msdata=%s are incompatible"
13331 msgstr "-f%s ¤È -msdata=%s ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
13332
13333 #: config/rs6000/sysv4.h:264
13334 #, fuzzy, c-format
13335 msgid "-msdata=%s and -mcall-%s are incompatible"
13336 msgstr "-msdata=%s ¤È -mcall-%s ¤È¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
13337
13338 #: config/rs6000/sysv4.h:273
13339 #, fuzzy
13340 msgid "-mrelocatable and -mno-minimal-toc are incompatible"
13341 msgstr "-mrelocatable ¤È -mno-minimal-toc ¤È¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
13342
13343 #: config/rs6000/sysv4.h:279
13344 #, fuzzy, c-format
13345 msgid "-mrelocatable and -mcall-%s are incompatible"
13346 msgstr "-mrelocatable ¤È -mcall-%s ¤È¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
13347
13348 #: config/rs6000/sysv4.h:286
13349 #, fuzzy, c-format
13350 msgid "-fPIC and -mcall-%s are incompatible"
13351 msgstr "-fPIC ¤È -mcall-%s ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
13352
13353 #: config/rs6000/sysv4.h:293
13354 msgid "-mcall-aixdesc must be big endian"
13355 msgstr "-mcall-aixdesc ¤Ï¥Ó¥Ã¥°¥¨¥ó¥Ç¥£¥¢¥ó¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
13356
13357 #: config/s390/s390.c:3063
13358 #, fuzzy
13359 msgid "invalid UNSPEC as operand (1)"
13360 msgstr "¥ª¥Ú¥é¥ó¥É¤È¤·¤Æ̵¸ú¤Ê UNSPEC"
13361
13362 #: config/s390/s390.c:3123
13363 #, fuzzy
13364 msgid "invalid UNSPEC as operand (2)"
13365 msgstr "¥ª¥Ú¥é¥ó¥É¤È¤·¤Æ̵¸ú¤Ê UNSPEC"
13366
13367 #: config/s390/s390.c:3129
13368 msgid "UNKNOWN in s390_output_symbolic_const !?"
13369 msgstr ""
13370
13371 #: config/s390/s390.c:3147
13372 #, fuzzy
13373 msgid "Cannot decompose address."
13374 msgstr "Ê£»¨¤Ê¥¢¥É¥ì¥·¥ó¥°¥â¡¼¥É¤òÍøÍѤ·¤Ê¤¤"
13375
13376 #: config/s390/s390.c:3308
13377 msgid "UNKNOWN in print_operand !?"
13378 msgstr ""
13379
13380 #: config/s390/s390.c:4961
13381 msgid "Total size of local variables exceeds architecture limit."
13382 msgstr ""
13383
13384 #: config/s390/s390.h:70
13385 msgid "Set backchain"
13386 msgstr ""
13387
13388 #: config/s390/s390.h:71
13389 msgid "Don't set backchain (faster, but debug harder"
13390 msgstr ""
13391
13392 #: config/s390/s390.h:72
13393 msgid "Use bras for executable < 64k"
13394 msgstr ""
13395
13396 #: config/s390/s390.h:73
13397 #, fuzzy
13398 msgid "Don't use bras"
13399 msgstr "EABI ¤òÍøÍѤ·¤Ê¤¤¡£"
13400
13401 #: config/s390/s390.h:74
13402 msgid "Additional debug prints"
13403 msgstr ""
13404
13405 #: config/s390/s390.h:75
13406 msgid "Don't print additional debug prints"
13407 msgstr ""
13408
13409 #: config/s390/s390.h:76
13410 msgid "64 bit mode"
13411 msgstr ""
13412
13413 #: config/s390/s390.h:77
13414 msgid "31 bit mode"
13415 msgstr ""
13416
13417 #: config/s390/s390.h:78
13418 msgid "mvcle use"
13419 msgstr ""
13420
13421 #: config/s390/s390.h:79
13422 msgid "mvc&ex"
13423 msgstr ""
13424
13425 #: config/sh/sh.c:5137
13426 #, fuzzy
13427 msgid "__builtin_saveregs not supported by this subtarget"
13428 msgstr "__builtin_saveregs ¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ç¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
13429
13430 #: config/sh/sh.c:5687
13431 msgid "attribute interrupt_handler is not compatible with -m5-compact"
13432 msgstr ""
13433
13434 #. The sp_switch attribute only has meaning for interrupt functions.
13435 #: config/sh/sh.c:5713 config/sh/sh.c:5752
13436 #, fuzzy, c-format
13437 msgid "`%s' attribute only applies to interrupt functions"
13438 msgstr "`%s' °À­¤Ï´Ø¿ô¤ËÂФ·¤Æ¤Î¤ßŬÍѤµ¤ì¤Þ¤¹"
13439
13440 #. The argument must be a constant string.
13441 #: config/sh/sh.c:5720
13442 #, fuzzy, c-format
13443 msgid "`%s' attribute argument not a string constant"
13444 msgstr "asm ¥Æ¥ó¥×¥ì¡¼¥È¤¬Ê¸»úÎóÄê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
13445
13446 #. The argument must be a constant integer.
13447 #: config/sh/sh.c:5759
13448 #, fuzzy, c-format
13449 msgid "`%s' attribute argument not an integer constant"
13450 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É `%s' ¤ÎÉý¤¬À°¿ôÄê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
13451
13452 #. There are no delay slots on SHmedia.
13453 #. Relaxation isn't yet supported for SHmedia
13454 #: config/sh/sh.h:437
13455 #, fuzzy
13456 msgid "Profiling is not supported on this target."
13457 msgstr "¥¹¥¿¥Ã¥¯À©¸Â¤Ï¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ç¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
13458
13459 #: config/sparc/sparc.c:329
13460 #, c-format
13461 msgid "%s is not supported by this configuration"
13462 msgstr "%s ¤Ï¤³¤Î¥³¥ó¥Õ¥£¥®¥å¥ì¡¼¥·¥ç¥ó¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
13463
13464 #: config/sparc/sparc.c:336
13465 msgid "-mlong-double-64 not allowed with -m64"
13466 msgstr "-m64 »ØÄê¥â¡¼¥É¤Ç¤Ï -mlong-double-64 ¤Ïµö²Ä¤µ¤ì¤Þ¤»¤ó"
13467
13468 #: config/sparc/sparc.c:361
13469 msgid "-mcmodel= is not supported on 32 bit systems"
13470 msgstr "-mcmodel= ¤Ï 32 bit ¥·¥¹¥Æ¥à¾å¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
13471
13472 #: config/sparc/sparc.c:6341 config/sparc/sparc.c:6347
13473 #, fuzzy, c-format
13474 msgid "invalid %%Y operand"
13475 msgstr "̵¸ú¤Ê %%Y ¥ª¥Ú¥é¥ó¥É"
13476
13477 #: config/sparc/sparc.c:6417
13478 #, fuzzy, c-format
13479 msgid "invalid %%A operand"
13480 msgstr "̵¸ú¤Ê %%A ¥ª¥Ú¥é¥ó¥É"
13481
13482 #: config/sparc/sparc.c:6427
13483 #, fuzzy, c-format
13484 msgid "invalid %%B operand"
13485 msgstr "̵¸ú¤Ê %%B ¥ª¥Ú¥é¥ó¥É"
13486
13487 #: config/sparc/sparc.c:6466
13488 #, fuzzy, c-format
13489 msgid "invalid %%c operand"
13490 msgstr "̵¸ú¤Ê %%c ¥ª¥Ú¥é¥ó¥É"
13491
13492 #: config/sparc/sparc.c:6467
13493 #, fuzzy, c-format
13494 msgid "invalid %%C operand"
13495 msgstr "̵¸ú¤Ê %%C ¥ª¥Ú¥é¥ó¥É"
13496
13497 #: config/sparc/sparc.c:6488
13498 #, fuzzy, c-format
13499 msgid "invalid %%d operand"
13500 msgstr "̵¸ú¤Ê %%d ¥ª¥Ú¥é¥ó¥É"
13501
13502 #: config/sparc/sparc.c:6489
13503 #, fuzzy, c-format
13504 msgid "invalid %%D operand"
13505 msgstr "̵¸ú¤Ê %%D ¥ª¥Ú¥é¥ó¥É"
13506
13507 #: config/sparc/sparc.c:6505
13508 #, fuzzy, c-format
13509 msgid "invalid %%f operand"
13510 msgstr "̵¸ú¤Ê %%f ¥ª¥Ú¥é¥ó¥É"
13511
13512 #: config/sparc/sparc.c:6519
13513 #, fuzzy, c-format
13514 msgid "invalid %%s operand"
13515 msgstr "̵¸ú¤Ê %P ¥ª¥Ú¥é¥ó¥É¤Ç¤¹"
13516
13517 #: config/sparc/sparc.c:6573
13518 msgid "long long constant not a valid immediate operand"
13519 msgstr "long long Äê¿ô¤ÏÀµ¾ï¤Ê¨ÃÍ¥ª¥Ú¥é¥ó¥É¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
13520
13521 #: config/sparc/sparc.c:6576
13522 msgid "floating point constant not a valid immediate operand"
13523 msgstr "ÉâÆ°¾®¿ôÄê¿ô¤ÏÀµ¾ï¤Ê¨ÃÍ¥ª¥Ú¥é¥ó¥É¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
13524
13525 #: config/sparc/freebsd.h:81 config/sparc/linux.h:87 config/sparc/linux64.h:89
13526 #: config/sparc/netbsd-elf.h:239
13527 msgid "Use 128 bit long doubles"
13528 msgstr "128 ¥Ó¥Ã¥È¤Î long double ¤ò»ÈÍѤ¹¤ë"
13529
13530 #: config/sparc/sp64-elf.h:84 config/sparc/splet.h:29
13531 msgid "Generate code for big endian"
13532 msgstr "¥Ó¥Ã¥°¥¨¥ó¥Ç¥£¥¢¥óÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
13533
13534 #: config/sparc/sp64-elf.h:85 config/sparc/splet.h:30
13535 msgid "Generate code for little endian"
13536 msgstr "¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥óÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
13537
13538 #: config/sparc/sp86x-aout.h:51 config/sparc/sp86x-elf.h:65
13539 msgid "Use little-endian byte order for data"
13540 msgstr "¥Ç¡¼¥¿¤Î¥Ð¥¤¥È½ç¤Ë¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥ó¤ò»ÈÍѤ¹¤ë"
13541
13542 #: config/sparc/sparc.h:532
13543 msgid "Assume possible double misalignment"
13544 msgstr "double ¤¬¸í¤Ã¤¿¥¢¥é¥¤¥ó¥á¥ó¥È¤È¤Ê¤ë²ÄǽÀ­¤¬¤¢¤ë¤È¤ß¤Ê¤¹"
13545
13546 #: config/sparc/sparc.h:534
13547 msgid "Assume all doubles are aligned"
13548 msgstr "Á´¤Æ¤Î double ¤ò¥¢¥é¥¤¥ó¤µ¤ì¤¿¤â¤Î¤È¤ß¤Ê¤¹"
13549
13550 #: config/sparc/sparc.h:536
13551 msgid "Pass -assert pure-text to linker"
13552 msgstr "¥ê¥ó¥«¤Ë -assert pure-text ¤òÅϤ¹"
13553
13554 #: config/sparc/sparc.h:538
13555 msgid "Do not pass -assert pure-text to linker"
13556 msgstr "¥ê¥ó¥«¤Ë -assert pure-text ¤òÅϤµ¤Ê¤¤"
13557
13558 #: config/sparc/sparc.h:540
13559 msgid "Use flat register window model"
13560 msgstr "¥Õ¥é¥Ã¥È¥ì¥¸¥¹¥¿¥¦¥£¥ó¥É¥¦¥â¥Ç¥ë¤ò»ÈÍѤ¹¤ë"
13561
13562 #: config/sparc/sparc.h:542
13563 msgid "Do not use flat register window model"
13564 msgstr "¥Õ¥é¥Ã¥È¥ì¥¸¥¹¥¿¥¦¥£¥ó¥É¥¦¥â¥Ç¥ë¤ò»ÈÍѤ·¤Ê¤¤"
13565
13566 #: config/sparc/sparc.h:544
13567 msgid "Use ABI reserved registers"
13568 msgstr "ABI ͽÌó¥ì¥¸¥¹¥¿¤ò»ÈÍѤ¹¤ë"
13569
13570 #: config/sparc/sparc.h:546
13571 msgid "Do not use ABI reserved registers"
13572 msgstr "ABI ͽÌó¥ì¥¸¥¹¥¿¤ò»ÈÍѤ·¤Ê¤¤"
13573
13574 #: config/sparc/sparc.h:548
13575 msgid "Use hardware quad fp instructions"
13576 msgstr "»ÍÇÜÀºÅÙÉâÆ°¾®¿ôÅÀÌ¿Îá¤ò»ÈÍѤ¹¤ë"
13577
13578 #: config/sparc/sparc.h:550
13579 msgid "Do not use hardware quad fp instructions"
13580 msgstr "»ÍÇÜÀºÅÙÉâÆ°¾®¿ôÅÀÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
13581
13582 #: config/sparc/sparc.h:552
13583 msgid "Compile for v8plus ABI"
13584 msgstr "v8plus ABI ÍѤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
13585
13586 #: config/sparc/sparc.h:554
13587 msgid "Do not compile for v8plus ABI"
13588 msgstr "v8plus ABI ÍѤ˥³¥ó¥Ñ¥¤¥ë¤·¤Ê¤¤"
13589
13590 #: config/sparc/sparc.h:556
13591 msgid "Utilize Visual Instruction Set"
13592 msgstr "Visual Ì¿Î᥻¥Ã¥È¤òÍøÍѤ¹¤ë"
13593
13594 #: config/sparc/sparc.h:558
13595 msgid "Do not utilize Visual Instruction Set"
13596 msgstr "Visual Ì¿Î᥻¥Ã¥È¤òÍøÍѤ·¤Ê¤¤"
13597
13598 #. ??? These are deprecated, coerced to -mcpu=. Delete in 2.9.
13599 #: config/sparc/sparc.h:561
13600 msgid "Optimize for Cypress processors"
13601 msgstr "Cypress ¥×¥í¥»¥Ã¥µÍѤ˺ÇŬ²½¤¹¤ë"
13602
13603 #: config/sparc/sparc.h:563
13604 #, fuzzy
13605 msgid "Optimize for SPARCLite processors"
13606 msgstr "SparcLite ¥×¥í¥»¥Ã¥µÍѤ˺ÇŬ²½¤¹¤ë"
13607
13608 #: config/sparc/sparc.h:565
13609 msgid "Optimize for F930 processors"
13610 msgstr "F930 ¥×¥í¥»¥Ã¥µÍѤ˺ÇŬ²½¤¹¤ë"
13611
13612 #: config/sparc/sparc.h:567
13613 msgid "Optimize for F934 processors"
13614 msgstr "F934 ¥×¥í¥»¥Ã¥µÍѤ˺ÇŬ²½¤¹¤ë"
13615
13616 #: config/sparc/sparc.h:569
13617 #, fuzzy
13618 msgid "Use V8 SPARC ISA"
13619 msgstr "V8 Sparc ISA ¤ò»ÈÍѤ¹¤ë"
13620
13621 #: config/sparc/sparc.h:571
13622 #, fuzzy
13623 msgid "Optimize for SuperSPARC processors"
13624 msgstr "SuperSparc ¥×¥í¥»¥Ã¥µÍѤ˺ÇŬ²½¤¹¤ë"
13625
13626 #. End of deprecated options.
13627 #: config/sparc/sparc.h:574
13628 msgid "Pointers are 64-bit"
13629 msgstr "¥Ý¥¤¥ó¥¿¤ò 64 ¥Ó¥Ã¥È¤È¤¹¤ë"
13630
13631 #: config/sparc/sparc.h:576
13632 msgid "Pointers are 32-bit"
13633 msgstr "¥Ý¥¤¥ó¥¿¤ò 32 ¥Ó¥Ã¥È¤È¤¹¤ë"
13634
13635 #: config/sparc/sparc.h:578
13636 msgid "Use 32-bit ABI"
13637 msgstr "32 ¥Ó¥Ã¥È ABI ¤ò»ÈÍѤ¹¤ë"
13638
13639 #: config/sparc/sparc.h:580
13640 msgid "Use 64-bit ABI"
13641 msgstr "64 ¥Ó¥Ã¥È ABI ¤ò»ÈÍѤ¹¤ë"
13642
13643 #: config/sparc/sparc.h:582
13644 msgid "Use stack bias"
13645 msgstr "¥¹¥¿¥Ã¥¯¥Ð¥¤¥¢¥¹¤ò»ÈÍѤ¹¤ë"
13646
13647 #: config/sparc/sparc.h:584
13648 msgid "Do not use stack bias"
13649 msgstr "¥¹¥¿¥Ã¥¯¥Ð¥¤¥¢¥¹¤ò»ÈÍѤ·¤Ê¤¤"
13650
13651 #: config/sparc/sparc.h:586
13652 msgid "Use structs on stronger alignment for double-word copies"
13653 msgstr "¥À¥Ö¥ë¥ï¡¼¥É¥³¥Ô¡¼ÍѤζ¯¤¯¥¢¥é¥¤¥ó¤µ¤ì¤¿¹½Â¤ÂΤò»ÈÍѤ¹¤ë"
13654
13655 #: config/sparc/sparc.h:588
13656 msgid "Do not use structs on stronger alignment for double-word copies"
13657 msgstr "¥À¥Ö¥ë¥ï¡¼¥É¥³¥Ô¡¼ÍѤζ¯¤¯¥¢¥é¥¤¥ó¤µ¤ì¤¿¹½Â¤ÂΤò»ÈÍѤ·¤Ê¤¤"
13658
13659 #: config/sparc/sparc.h:590
13660 msgid "Optimize tail call instructions in assembler and linker"
13661 msgstr "¥¢¥»¥ó¥Ö¥é¤È¥ê¥ó¥«¤ÇËöÈø¸Æ¤Ó½Ð¤·Ì¿Îá¤òºÇŬ²½¤¹¤ë"
13662
13663 #: config/sparc/sparc.h:592
13664 msgid "Do not optimize tail call instructions in assembler or linker"
13665 msgstr "¥¢¥»¥ó¥Ö¥é¤È¥ê¥ó¥«¤ÇËöÈø¸Æ¤Ó½Ð¤·Ì¿Îá¤òºÇŬ²½¤·¤Ê¤¤"
13666
13667 #: config/sparc/sparc.h:637
13668 #, fuzzy
13669 msgid "Use given SPARC code model"
13670 msgstr "Í¿¤¨¤é¤ì¤¿ Sparc ¥³¡¼¥É¥â¥Ç¥ë¤ò»ÈÍѤ¹¤ë"
13671
13672 #: config/stormy16/stormy16.c:1192
13673 #, fuzzy
13674 msgid "cannot use va_start in interrupt function"
13675 msgstr "¾¤Î´Ø¿ôÆâ¤Ç static ´Ø¿ô¤òÀë¸À¤Ç¤­¤Þ¤»¤ó"
13676
13677 #: config/stormy16/stormy16.c:1552
13678 #, fuzzy
13679 msgid "`B' operand is not constant"
13680 msgstr "½ÐÎÏ¥ª¥Ú¥é¥ó¥É¤¬ `asm' Æâ¤ÇÄê¿ô¤Ç¤¹"
13681
13682 #: config/stormy16/stormy16.c:1558
13683 msgid "`B' operand has multiple bits set"
13684 msgstr ""
13685
13686 #: config/stormy16/stormy16.c:1585
13687 #, fuzzy
13688 msgid "`o' operand is not constant"
13689 msgstr "½ÐÎÏ¥ª¥Ú¥é¥ó¥É¤¬ `asm' Æâ¤ÇÄê¿ô¤Ç¤¹"
13690
13691 #: config/stormy16/stormy16.c:1600
13692 #, fuzzy
13693 msgid "xstormy16_print_operand: unknown code"
13694 msgstr "ia64_print_operand: ÉÔÌÀ¤Ê¥³¡¼¥É¤Ç¤¹"
13695
13696 #: config/stormy16/stormy16.c:1650
13697 #, fuzzy, c-format
13698 msgid "switch statement of size %lu entries too large"
13699 msgstr "ÊÑ¿ô `%s' ¤Î¥µ¥¤¥º¤¬Â礭¤¹¤®¤Þ¤¹"
13700
13701 #: config/v850/v850-c.c:67
13702 msgid "#pragma GHS endXXXX found without previous startXXX"
13703 msgstr "#pragma GHS endXXXX ¤¬Á°¤Î startXXX ̵¤·¤Ç¸«¤Ä¤«¤ê¤Þ¤·¤¿"
13704
13705 #: config/v850/v850-c.c:69
13706 msgid "#pragma GHS endXXX does not match previous startXXX"
13707 msgstr "#pragma GHS endXXX ¤¬Á°¤Î startXXX ¤ÈŬ¹ç¤·¤Þ¤»¤ó"
13708
13709 #: config/v850/v850-c.c:94
13710 #, fuzzy
13711 msgid "cannot set interrupt attribute: no current function"
13712 msgstr "interrupt °À­¤òÀßÄê¤Ç¤­¤Þ¤»¤ó: ¸½ºß¤Î´Ø¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
13713
13714 #: config/v850/v850-c.c:102
13715 #, fuzzy
13716 msgid "cannot set interrupt attribute: no such identifier"
13717 msgstr "interrupt °À­¤òÀßÄê¤Ç¤­¤Þ¤»¤ó: ¤½¤ÎÍͤʼ±Ê̻Ҥ¬¤¢¤ê¤Þ¤»¤ó"
13718
13719 #: config/v850/v850-c.c:148
13720 msgid "junk at end of #pragma ghs section"
13721 msgstr "#pragma ghs section ¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
13722
13723 #: config/v850/v850-c.c:165
13724 #, fuzzy, c-format
13725 msgid "unrecognized section name \"%s\""
13726 msgstr "ǧ¼±¤Ç¤­¤Ê¤¤¥»¥¯¥·¥ç¥ó̾ \"%s\""
13727
13728 #: config/v850/v850-c.c:180
13729 msgid "malformed #pragma ghs section"
13730 msgstr "¤ª¤«¤·¤Ê #pragma ghs section"
13731
13732 #: config/v850/v850-c.c:200
13733 msgid "junk at end of #pragma ghs interrupt"
13734 msgstr "#pragma ghs interrupt ¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
13735
13736 #: config/v850/v850-c.c:212
13737 msgid "junk at end of #pragma ghs starttda"
13738 msgstr "#pragma ghs starttda ¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
13739
13740 #: config/v850/v850-c.c:224
13741 msgid "junk at end of #pragma ghs startsda"
13742 msgstr "#pragma ghs startsda ¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
13743
13744 #: config/v850/v850-c.c:236
13745 msgid "junk at end of #pragma ghs startzda"
13746 msgstr "#pragma ghs startzda ¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
13747
13748 #: config/v850/v850-c.c:248
13749 msgid "junk at end of #pragma ghs endtda"
13750 msgstr "#pragma ghs endtda ¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
13751
13752 #: config/v850/v850-c.c:260
13753 msgid "junk at end of #pragma ghs endsda"
13754 msgstr "#pragma ghs endsda ¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
13755
13756 #: config/v850/v850-c.c:272
13757 msgid "junk at end of #pragma ghs endzda"
13758 msgstr "#pragma ghs ¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
13759
13760 #: config/v850/v850.c:129
13761 #, fuzzy, c-format
13762 msgid "%s=%s is not numeric"
13763 msgstr "%s=%s ¤Ï¿ôÃͤǤϤ¢¤ê¤Þ¤»¤ó"
13764
13765 #: config/v850/v850.c:136
13766 #, fuzzy, c-format
13767 msgid "%s=%s is too large"
13768 msgstr "%s=%s ¤ÏÂ礭¤¹¤®¤Þ¤¹¡£"
13769
13770 #: config/v850/v850.c:302
13771 msgid "const_double_split got a bad insn:"
13772 msgstr ""
13773
13774 #: config/v850/v850.c:837
13775 msgid "output_move_single:"
13776 msgstr ""
13777
13778 #: config/v850/v850.c:2217
13779 msgid "a data area attribute cannot be specified for local variables"
13780 msgstr "¥Ç¡¼¥¿Îΰè°À­¤ò¥í¡¼¥«¥ëÊÑ¿ô¤Ë¤Ï»ØÄê¤Ç¤­¤Þ¤»¤ó"
13781
13782 #: config/v850/v850.c:2228
13783 #, c-format
13784 msgid "data area of '%s' conflicts with previous declaration"
13785 msgstr "¥Ç¡¼¥¿Îΰè '%s' ¤ÏÁ°¤ÎÀë¸À¤ÈÌ·½â¤·¤Þ¤¹"
13786
13787 #: config/v850/v850.c:2447
13788 #, fuzzy, c-format
13789 msgid "bogus JR construction: %d\n"
13790 msgstr "¸íËâ²½¤µ¤ì¤¿ JR ¹½Â¤: %d\n"
13791
13792 #: config/v850/v850.c:2468 config/v850/v850.c:2670
13793 #, fuzzy, c-format
13794 msgid "bad amount of stack space removal: %d"
13795 msgstr "¥¹¥¿¥Ã¥¯¶õ´Öºï½üÎ̤¬ÉÔÀµ¤Ç¤¹: %d"
13796
13797 #: config/v850/v850.c:2646
13798 #, fuzzy, c-format
13799 msgid "bogus JARL construction: %d\n"
13800 msgstr "¸íËâ²½¤µ¤ì¤¿ JARL ¹½Â¤: %d\n"
13801
13802 #: config/v850/v850.c:3026
13803 #, fuzzy, c-format
13804 msgid "Bogus DISPOSE construction: %d\n"
13805 msgstr "¸íËâ²½¤µ¤ì¤¿ JR ¹½Â¤: %d\n"
13806
13807 #: config/v850/v850.c:3048
13808 #, c-format
13809 msgid "Too much stack space to dispose of: %d"
13810 msgstr ""
13811
13812 #: config/v850/v850.c:3224
13813 #, fuzzy, c-format
13814 msgid "Bogus PREPEARE construction: %d\n"
13815 msgstr "¸íËâ²½¤µ¤ì¤¿ JARL ¹½Â¤: %d\n"
13816
13817 #: config/v850/v850.c:3246
13818 #, fuzzy, c-format
13819 msgid "Too much stack space to prepare: %d"
13820 msgstr "¥¹¥¿¥Ã¥¯¶õ´Öºï½üÎ̤¬ÉÔÀµ¤Ç¤¹: %d"
13821
13822 #. Macro to define tables used to set the flags.
13823 #. This is a list in braces of pairs in braces,
13824 #. each pair being { "NAME", VALUE }
13825 #. where VALUE is the bits to set or minus the bits to clear.
13826 #. An empty string NAME is used to identify the default VALUE.
13827 #: config/v850/v850.h:158
13828 msgid "Support Green Hills ABI"
13829 msgstr "Green Hill ¤Î ABI ¤ò¥µ¥Ý¡¼¥È¤¹¤ë"
13830
13831 #: config/v850/v850.h:161
13832 msgid "Prohibit PC relative function calls"
13833 msgstr "PC ´ØÏ¢¤Î´Ø¿ô¸Æ¤Ó½Ð¤·¤ò¶Ø¤¸¤ë"
13834
13835 #: config/v850/v850.h:164
13836 msgid "Reuse r30 on a per function basis"
13837 msgstr "´Ø¿ô¤Î¼çÍ×ÉôʬËè¤Ë r30 ¤òºÆÍøÍѤ¹¤ë"
13838
13839 #: config/v850/v850.h:167
13840 msgid "Use stubs for function prologues"
13841 msgstr "´Ø¿ô³«»ÏÉôʬÍѤΥ¹¥¿¥Ö¤ò»ÈÍѤ¹¤ë"
13842
13843 #: config/v850/v850.h:170
13844 msgid "Same as: -mep -mprolog-function"
13845 msgstr "-mep -mprolog-function ¤ÈƱÍÍ"
13846
13847 #: config/v850/v850.h:171
13848 msgid "Enable backend debugging"
13849 msgstr "¥Ð¥Ã¥¯¥¨¥ó¥É¥Ç¥Ð¥Ã¥°¤òÍ­¸ú¤Ë¤¹¤ë"
13850
13851 #: config/v850/v850.h:173
13852 msgid "Compile for the v850 processor"
13853 msgstr "v850 ¥×¥í¥»¥Ã¥µÍѤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
13854
13855 #: config/v850/v850.h:175
13856 #, fuzzy
13857 msgid "Compile for v850e processor"
13858 msgstr "v850 ¥×¥í¥»¥Ã¥µÍѤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
13859
13860 #. Make sure that the other bits are cleared.
13861 #: config/v850/v850.h:177
13862 #, fuzzy
13863 msgid "Enable the use of the short load instructions"
13864 msgstr "DB Ì¿Îá¤Î»ÈÍѤòÍ­¸ú¤Ë¤¹¤ë"
13865
13866 #: config/v850/v850.h:180
13867 #, fuzzy
13868 msgid "Do not use the callt instruction"
13869 msgstr "ʬ³äÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
13870
13871 #: config/v850/v850.h:187
13872 #, fuzzy
13873 msgid "Do not use registers r2 and r5"
13874 msgstr "sb ¥ì¥¸¥¹¥¿¤ò»ÈÍѤ·¤Ê¤¤"
13875
13876 #: config/v850/v850.h:189
13877 msgid "Enforce strict alignment"
13878 msgstr ""
13879
13880 #: config/v850/v850.h:192
13881 msgid "Use 4 byte entries in switch tables"
13882 msgstr "switch ¥Æ¡¼¥Ö¥ë¤Ç 4 ¥Ð¥¤¥È¥¨¥ó¥È¥ê¤ò»ÈÍѤ¹¤ë"
13883
13884 #: config/v850/v850.h:218
13885 msgid "Set the max size of data eligible for the TDA area"
13886 msgstr "TDA Îΰè¤Ë¤È¤Ã¤Æ˾¤Þ¤·¤¤ºÇÂç¥Ç¡¼¥¿¥µ¥¤¥º¤òÀßÄꤹ¤ë"
13887
13888 #: config/v850/v850.h:221
13889 msgid "Set the max size of data eligible for the SDA area"
13890 msgstr "SDA Îΰè¤Ë¤È¤Ã¤Æ˾¤Þ¤·¤¤ºÇÂç¥Ç¡¼¥¿¥µ¥¤¥º¤òÀßÄꤹ¤ë"
13891
13892 #: config/v850/v850.h:224
13893 msgid "Set the max size of data eligible for the ZDA area"
13894 msgstr "ZDA Îΰè¤Ë¤È¤Ã¤Æ˾¤Þ¤·¤¤ºÇÂç¥Ç¡¼¥¿¥µ¥¤¥º¤òÀßÄꤹ¤ë"
13895
13896 #: config/xtensa/xtensa.c:1062 config/xtensa/xtensa.c:1096
13897 #: config/xtensa/xtensa.c:1105
13898 msgid "bad test"
13899 msgstr ""
13900
13901 #: config/xtensa/xtensa.c:1824
13902 msgid "boolean registers required for the floating-point option"
13903 msgstr ""
13904
13905 #: config/xtensa/xtensa.c:1991
13906 #, fuzzy
13907 msgid "invalid mask"
13908 msgstr "̵¸ú¤Ê #pragma %s ¤Ç¤¹"
13909
13910 #: config/xtensa/xtensa.c:2038
13911 #, fuzzy
13912 msgid "invalid address"
13913 msgstr "̵¸ú¤Ê¥³¡¼¥É¤Ç¤¹"
13914
13915 #: config/xtensa/xtensa.c:2063
13916 #, fuzzy
13917 msgid "no register in address"
13918 msgstr "ÉÔÌÀ¤Ê¥ì¥¸¥¹¥¿Ì¾¤Ç¤¹: %s"
13919
13920 #: config/xtensa/xtensa.c:2071
13921 #, fuzzy
13922 msgid "address offset not a constant"
13923 msgstr "Í׵ᤵ¤ì¤¿¥¢¥é¥¤¥ó¥á¥ó¥È¤¬Äê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
13924
13925 #: config/xtensa/xtensa.c:2794
13926 #, fuzzy
13927 msgid "only uninitialized variables can be placed in a .bss section"
13928 msgstr "8 ¥Ó¥Ã¥ÈÎΰèÆâ¤ËÇÛÃ֤Ǥ­¤ëÊÑ¿ô¤À¤±¤¬½é´ü²½¤µ¤ì¤Þ¤·¤¿"
13929
13930 #: config/xtensa/xtensa.h:114
13931 msgid "Use the Xtensa code density option"
13932 msgstr ""
13933
13934 #: config/xtensa/xtensa.h:116
13935 #, fuzzy
13936 msgid "Do not use the Xtensa code density option"
13937 msgstr "ʬ³äÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
13938
13939 #: config/xtensa/xtensa.h:118
13940 msgid "Use the Xtensa MAC16 option"
13941 msgstr ""
13942
13943 #: config/xtensa/xtensa.h:120
13944 #, fuzzy
13945 msgid "Do not use the Xtensa MAC16 option"
13946 msgstr "ʬ³äÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
13947
13948 #: config/xtensa/xtensa.h:122
13949 msgid "Use the Xtensa MUL16 option"
13950 msgstr ""
13951
13952 #: config/xtensa/xtensa.h:124
13953 #, fuzzy
13954 msgid "Do not use the Xtensa MUL16 option"
13955 msgstr "ʬ³äÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
13956
13957 #: config/xtensa/xtensa.h:126
13958 msgid "Use the Xtensa MUL32 option"
13959 msgstr ""
13960
13961 #: config/xtensa/xtensa.h:128
13962 #, fuzzy
13963 msgid "Do not use the Xtensa MUL32 option"
13964 msgstr "ʬ³äÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
13965
13966 #. undocumented
13967 #. undocumented
13968 #: config/xtensa/xtensa.h:134
13969 msgid "Use the Xtensa NSA option"
13970 msgstr ""
13971
13972 #: config/xtensa/xtensa.h:136
13973 #, fuzzy
13974 msgid "Do not use the Xtensa NSA option"
13975 msgstr "ʬ³äÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
13976
13977 #: config/xtensa/xtensa.h:138
13978 msgid "Use the Xtensa MIN/MAX option"
13979 msgstr ""
13980
13981 #: config/xtensa/xtensa.h:140
13982 #, fuzzy
13983 msgid "Do not use the Xtensa MIN/MAX option"
13984 msgstr "ʬ³äÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
13985
13986 #: config/xtensa/xtensa.h:142
13987 msgid "Use the Xtensa SEXT option"
13988 msgstr ""
13989
13990 #: config/xtensa/xtensa.h:144
13991 #, fuzzy
13992 msgid "Do not use the Xtensa SEXT option"
13993 msgstr "ʬ³äÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
13994
13995 #: config/xtensa/xtensa.h:146
13996 msgid "Use the Xtensa boolean register option"
13997 msgstr ""
13998
13999 #: config/xtensa/xtensa.h:148
14000 #, fuzzy
14001 msgid "Do not use the Xtensa boolean register option"
14002 msgstr "ʬ³äÌ¿Îá¤ò»ÈÍѤ·¤Ê¤¤"
14003
14004 #: config/xtensa/xtensa.h:150
14005 #, fuzzy
14006 msgid "Use the Xtensa floating-point unit"
14007 msgstr "¥Ï¡¼¥É¥¦¥§¥¢ÉâÆ°¾®¿ôÅÀ¤òÍøÍѤ¹¤ë"
14008
14009 #: config/xtensa/xtensa.h:152
14010 #, fuzzy
14011 msgid "Do not use the Xtensa floating-point unit"
14012 msgstr "¥Ï¡¼¥É¥¦¥§¥¢ÉâÆ°¾®¿ôÅÀ¤òÍøÍѤ·¤Ê¤¤"
14013
14014 #. undocumented
14015 #. undocumented
14016 #. undocumented
14017 #. undocumented
14018 #. undocumented
14019 #. undocumented
14020 #. undocumented
14021 #. undocumented
14022 #: config/xtensa/xtensa.h:170
14023 #, fuzzy
14024 msgid "Disable fused multiply/add and multiply/subtract FP instructions"
14025 msgstr "ÉâÆ°¾®¿ô¤Î¾è»»/²Ã»»Ì¿Îá¤òÀ¸À®¤¹¤ë"
14026
14027 #: config/xtensa/xtensa.h:172
14028 #, fuzzy
14029 msgid "Enable fused multiply/add and multiply/subtract FP instructions"
14030 msgstr "ÉâÆ°¾®¿ô¤Î¾è»»/²Ã»»Ì¿Îá¤òÀ¸À®¤¹¤ë"
14031
14032 #: config/xtensa/xtensa.h:174
14033 msgid "Serialize volatile memory references with MEMW instructions"
14034 msgstr ""
14035
14036 #: config/xtensa/xtensa.h:176
14037 #, fuzzy
14038 msgid "Do not serialize volatile memory references with MEMW instructions"
14039 msgstr "update Ì¿Îá¤È°ì½ï¤Ë¥í¡¼¥É/¥¹¥È¥¢Ì¿Îá¤òÀ¸À®¤·¤Ê¤¤"
14040
14041 #: config/xtensa/xtensa.h:178
14042 msgid "Intersperse literal pools with code in the text section"
14043 msgstr ""
14044
14045 #: config/xtensa/xtensa.h:180
14046 msgid "Put literal pools in a separate literal section"
14047 msgstr ""
14048
14049 #: config/xtensa/xtensa.h:182
14050 msgid "Automatically align branch targets to reduce branch penalties"
14051 msgstr ""
14052
14053 #: config/xtensa/xtensa.h:184
14054 msgid "Do not automatically align branch targets"
14055 msgstr ""
14056
14057 #: config/xtensa/xtensa.h:186
14058 msgid "Use indirect CALLXn instructions for large programs"
14059 msgstr ""
14060
14061 #: config/xtensa/xtensa.h:188
14062 #, fuzzy
14063 msgid "Use direct CALLn instructions for fast calls"
14064 msgstr "ÁȤ߹þ¤ß¤Î½ü»»Ì¿Îá¤ò»ÈÍѤ¹¤ë"
14065
14066 #: ada/misc.c:233
14067 msgid "`-gnat' misspelled as `-gant'"
14068 msgstr ""
14069
14070 #: cp/call.c:261 cp/init.c:1594
14071 msgid "qualified type `%T' does not match destructor name `~%T'"
14072 msgstr ""
14073
14074 #: cp/call.c:270
14075 msgid "type of `%E' does not match destructor type `%T' (type was `%T')"
14076 msgstr ""
14077
14078 #: cp/call.c:279
14079 msgid "`%D' is a namespace"
14080 msgstr ""
14081
14082 #: cp/call.c:287
14083 msgid "base object `%E' of scoped method call is of non-aggregate type `%T'"
14084 msgstr ""
14085
14086 #: cp/call.c:369
14087 msgid "unable to call pointer to member function here"
14088 msgstr "¤³¤³¤Ç¤Ï¥á¥ó¥Ð´Ø¿ô¥Ý¥¤¥ó¥¿¸Æ¤Ó½Ð¤·¤¬¤Ç¤­¤Þ¤»¤ó"
14089
14090 #: cp/call.c:518
14091 msgid "destructors take no parameters"
14092 msgstr "¥Ç¥¹¥È¥é¥¯¥¿¤Ï²¾°ú¿ô¤ò¼è¤ê¤Þ¤»¤ó"
14093
14094 #: cp/call.c:522
14095 msgid "destructor name `~%T' does not match type `%T' of expression"
14096 msgstr ""
14097
14098 #: cp/call.c:543 cp/call.c:5000
14099 msgid "request for member `%D' in `%E', which is of non-aggregate type `%T'"
14100 msgstr ""
14101
14102 #: cp/call.c:567
14103 #, fuzzy
14104 msgid "request for member `%D' is ambiguous"
14105 msgstr "Í׵ᤵ¤ì¤¿¥á¥ó¥Ð `%s' ¤Ï¿½Å·Ñ¾µ¥°¥é¥Õ¤ÎÃæ¤ÇÛ£Ëæ¤Ç¤¹"
14106
14107 #: cp/call.c:2537
14108 msgid "%s %D(%T, %T, %T) <built-in>"
14109 msgstr ""
14110
14111 #: cp/call.c:2542
14112 msgid "%s %D(%T, %T) <built-in>"
14113 msgstr ""
14114
14115 #: cp/call.c:2546
14116 #, fuzzy
14117 msgid "%s %D(%T) <built-in>"
14118 msgstr "<ÁȤ߹þ¤ß>"
14119
14120 #: cp/call.c:2550
14121 msgid "%s %T <conversion>"
14122 msgstr ""
14123
14124 #: cp/call.c:2552
14125 #, fuzzy
14126 msgid "%s %+#D%s"
14127 msgstr "%s: %s"
14128
14129 #: cp/call.c:2726
14130 #, fuzzy
14131 msgid "conversion from `%T' to `%T' is ambiguous"
14132 msgstr "%s: ¥ª¥×¥·¥ç¥ó `%s' ¤Ï¤¢¤¤¤Þ¤¤¤Ç¤¹\n"
14133
14134 #: cp/call.c:2803
14135 #, fuzzy
14136 msgid "`%T' is not a class type"
14137 msgstr "`%s' ¤Ï¤½¤Î·¿¤ÎÃͤè¤ê¤â¶¹¤¤¤Ç¤¹"
14138
14139 #: cp/call.c:2811
14140 msgid "incomplete type '%T' cannot be used to name a scope"
14141 msgstr ""
14142
14143 #: cp/call.c:2831 cp/typeck.c:2188 cp/typeck.c:2217
14144 #, fuzzy
14145 msgid "'%D' has no member named '%E'"
14146 msgstr "%s ¤Ë `%s' ¤È¤¤¤¦Ì¾Á°¤Î¥á¥ó¥Ð¤Ï¤¢¤ê¤Þ¤»¤ó"
14147
14148 #: cp/call.c:2933
14149 msgid "no matching function for call to `%D(%A)'"
14150 msgstr ""
14151
14152 #: cp/call.c:2944 cp/call.c:5087
14153 msgid "call of overloaded `%D(%A)' is ambiguous"
14154 msgstr ""
14155
14156 #. It's no good looking for an overloaded operator() on a
14157 #. pointer-to-member-function.
14158 #: cp/call.c:2971
14159 #, c-format
14160 msgid "pointer-to-member function %E cannot be called without an object; consider using .* or ->*"
14161 msgstr ""
14162
14163 #: cp/call.c:3036
14164 msgid "no match for call to `(%T) (%A)'"
14165 msgstr ""
14166
14167 #: cp/call.c:3046
14168 #, fuzzy
14169 msgid "call of `(%T) (%A)' is ambiguous"
14170 msgstr "%s: ¥ª¥×¥·¥ç¥ó `-W %s' ¤Ï¤¢¤¤¤Þ¤¤¤Ç¤¹\n"
14171
14172 #: cp/call.c:3081
14173 #, c-format
14174 msgid "%s for ternary 'operator?:' in '%E ? %E : %E'"
14175 msgstr ""
14176
14177 #: cp/call.c:3087
14178 #, c-format
14179 msgid "%s for 'operator%s' in '%E%s'"
14180 msgstr ""
14181
14182 #: cp/call.c:3091
14183 #, c-format
14184 msgid "%s for 'operator[]' in '%E[%E]'"
14185 msgstr ""
14186
14187 #: cp/call.c:3096
14188 #, c-format
14189 msgid "%s for 'operator%s' in '%E %s %E'"
14190 msgstr ""
14191
14192 #: cp/call.c:3099
14193 #, c-format
14194 msgid "%s for 'operator%s' in '%s%E'"
14195 msgstr ""
14196
14197 #: cp/call.c:3191
14198 msgid "ISO C++ forbids omitting the middle term of a ?: expression"
14199 msgstr "ISO C++ ¤ÏÃæ´Ö¹à¤¬¾Êά¤µ¤ì¤¿ ?: ¼°¤ò¶Ø¤¸¤Þ¤¹"
14200
14201 #: cp/call.c:3250
14202 #, c-format
14203 msgid "`%E' has type `void' and is not a throw-expression"
14204 msgstr ""
14205
14206 #: cp/call.c:3283 cp/call.c:3475
14207 msgid "operands to ?: have different types"
14208 msgstr ""
14209
14210 #: cp/call.c:3428
14211 #, fuzzy
14212 msgid "enumeral mismatch in conditional expression: `%T' vs `%T'"
14213 msgstr "¾ò·ï¼°¤Ç¤Î·¿¤ÎÁȹç¤ï¤»¤¬Å¬¹ç¤·¤Þ¤»¤ó"
14214
14215 #: cp/call.c:3435
14216 #, fuzzy
14217 msgid "enumeral and non-enumeral type in conditional expression"
14218 msgstr "¾ò·ï¼°¤ËÉä¹çÉÕ¤­·¿¤ÈÉä¹ç̵¤··¿¤È¤¬¤¢¤ê¤Þ¤¹"
14219
14220 #: cp/call.c:3516
14221 #, fuzzy
14222 msgid "`%D' must be declared before use"
14223 msgstr "`%s' ¤ÏÁ°¤Ë¤³¤³¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
14224
14225 #: cp/call.c:3706
14226 msgid "no `%D(int)' declared for postfix `%s', trying prefix operator instead"
14227 msgstr ""
14228
14229 #: cp/call.c:3753
14230 msgid "using synthesized `%#D' for copy assignment"
14231 msgstr ""
14232
14233 #: cp/call.c:3755
14234 msgid " where cfront would use `%#D'"
14235 msgstr ""
14236
14237 #: cp/call.c:3782
14238 #, fuzzy
14239 msgid "comparison between `%#T' and `%#T'"
14240 msgstr "Éä¹çÉÕ¤­¤ÈÉä¹ç̵¤·¤È¤ÎÈæ³Ó¤Ç¤¹"
14241
14242 #: cp/call.c:4021
14243 #, fuzzy
14244 msgid "no suitable `operator delete' for `%T'"
14245 msgstr "¤¢¤ê¤¨¤Ê¤¤±é»»»Ò '%s'"
14246
14247 #: cp/call.c:4040
14248 msgid "`%+#D' is private"
14249 msgstr ""
14250
14251 #: cp/call.c:4042
14252 msgid "`%+#D' is protected"
14253 msgstr ""
14254
14255 #: cp/call.c:4044
14256 msgid "`%+#D' is inaccessible"
14257 msgstr ""
14258
14259 #: cp/call.c:4045
14260 msgid "within this context"
14261 msgstr ""
14262
14263 #: cp/call.c:4088
14264 #, fuzzy
14265 msgid "invalid conversion from `%T' to `%T'"
14266 msgstr "NaN ¤«¤éÀ°¿ô¤Ø¤ÎÊÑ´¹¤Ç¤¹"
14267
14268 #: cp/call.c:4090 cp/call.c:4229 cp/call.c:4231
14269 #, fuzzy
14270 msgid " initializing argument %P of `%D'"
14271 msgstr "`%s' ¤Î°ú¿ô¤È¤·¤Æ̵¸ú¤Ê·¿"
14272
14273 #: cp/call.c:4152 cp/call.c:4156
14274 msgid " initializing argument %P of `%D' from result of `%D'"
14275 msgstr ""
14276
14277 #: cp/call.c:4162 cp/call.c:4165
14278 msgid " initializing temporary from result of `%D'"
14279 msgstr ""
14280
14281 #. Undefined behavior [expr.call] 5.2.2/7. We used to just warn
14282 #. here and do a bitwise copy, but now cp_expr_size will abort if we
14283 #. try to do that.
14284 #: cp/call.c:4316
14285 msgid "cannot pass objects of non-POD type `%#T' through `...'; call will abort at runtime"
14286 msgstr ""
14287
14288 #. Undefined behavior [expr.call] 5.2.2/7.
14289 #: cp/call.c:4343
14290 msgid "cannot receive objects of non-POD type `%#T' through `...'"
14291 msgstr ""
14292
14293 #: cp/call.c:4523
14294 msgid "passing `%T' as `this' argument of `%#D' discards qualifiers"
14295 msgstr ""
14296
14297 #: cp/call.c:4542
14298 msgid "`%T' is not an accessible base of `%T'"
14299 msgstr ""
14300
14301 #: cp/call.c:4786
14302 #, fuzzy
14303 msgid "could not find class$ field in java interface type `%T'"
14304 msgstr "`%s' ¤Ø¤Î¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹¤Ë´ðÄ쥯¥é¥¹¤¬Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
14305
14306 #: cp/call.c:4974
14307 #, fuzzy
14308 msgid "call to non-function `%D'"
14309 msgstr "virtual ¤ÊÈ󥯥饹´Ø¿ô `%s'"
14310
14311 #: cp/call.c:5076
14312 msgid "no matching function for call to `%T::%D(%A)%#V'"
14313 msgstr ""
14314
14315 #: cp/call.c:5106
14316 msgid "cannot call member function `%D' without object"
14317 msgstr ""
14318
14319 #: cp/call.c:5704
14320 msgid "passing `%T' chooses `%T' over `%T'"
14321 msgstr ""
14322
14323 #: cp/call.c:5706 cp/decl2.c:4154
14324 #, fuzzy
14325 msgid " in call to `%D'"
14326 msgstr "`%s' ¤Ø¤Î¸Æ¤Ó½Ð¤·¤Ï¥¤¥ó¥é¥¤¥ó²½¤Ç¤­¤Þ¤»¤ó"
14327
14328 #: cp/call.c:5755
14329 msgid "choosing `%D' over `%D'"
14330 msgstr ""
14331
14332 #: cp/call.c:5756
14333 #, fuzzy
14334 msgid " for conversion from `%T' to `%T'"
14335 msgstr "NaN ¤«¤éÀ°¿ô¤Ø¤ÎÊÑ´¹¤Ç¤¹"
14336
14337 #: cp/call.c:5758
14338 msgid " because conversion sequence for the argument is better"
14339 msgstr ""
14340
14341 #: cp/call.c:5879
14342 msgid "ISO C++ says that `%D' and `%D' are ambiguous even though the worst conversion for the former is better than the worst conversion for the latter"
14343 msgstr ""
14344
14345 #: cp/call.c:5996
14346 #, fuzzy
14347 msgid "could not convert `%E' to `%T'"
14348 msgstr "0x%l.8x ¤òÎΰè¤ËÊÑ´¹¤Ç¤­¤Þ¤»¤ó"
14349
14350 #: cp/call.c:6105
14351 msgid "invalid initialization of non-const reference of type '%T' from a temporary of type '%T'"
14352 msgstr ""
14353
14354 #: cp/call.c:6109
14355 msgid "invalid initialization of reference of type '%T' from expression of type '%T'"
14356 msgstr ""
14357
14358 #: cp/class.c:287
14359 msgid "cannot convert from base `%T' to derived type `%T' via virtual base `%T'"
14360 msgstr ""
14361
14362 #: cp/class.c:992
14363 msgid "`%#D' and `%#D' cannot be overloaded"
14364 msgstr ""
14365
14366 #: cp/class.c:1076
14367 #, fuzzy
14368 msgid "duplicate enum value `%D'"
14369 msgstr "½ÅÊ£¤·¤¿ case ¤ÎÃÍ"
14370
14371 #: cp/class.c:1079
14372 msgid "duplicate field `%D' (as enum and non-enum)"
14373 msgstr ""
14374
14375 #: cp/class.c:1086
14376 #, fuzzy
14377 msgid "duplicate nested type `%D'"
14378 msgstr "½ÅÊ£¤·¤¿¥á¥ó¥Ð `%s'"
14379
14380 #: cp/class.c:1097
14381 msgid "duplicate field `%D' (as type and non-type)"
14382 msgstr ""
14383
14384 #: cp/class.c:1101
14385 #, fuzzy
14386 msgid "duplicate member `%D'"
14387 msgstr "½ÅÊ£¤·¤¿¥á¥ó¥Ð `%s'"
14388
14389 #: cp/class.c:1144
14390 #, fuzzy
14391 msgid "conflicting access specifications for method `%D', ignored"
14392 msgstr "¥Õ¥£¡¼¥ë¥É `%s' ¤ËÂФ¹¤ë¥¢¥¯¥»¥¹»ØÄê»Ò¤¬¶¥¹ç¤·¤¿¤¿¤á¡¢Ìµ»ë¤µ¤ì¤Þ¤·¤¿"
14393
14394 #: cp/class.c:1146
14395 #, c-format
14396 msgid "conflicting access specifications for field `%s', ignored"
14397 msgstr "¥Õ¥£¡¼¥ë¥É `%s' ¤ËÂФ¹¤ë¥¢¥¯¥»¥¹»ØÄê»Ò¤¬¶¥¹ç¤·¤¿¤¿¤á¡¢Ìµ»ë¤µ¤ì¤Þ¤·¤¿"
14398
14399 #: cp/class.c:1194
14400 msgid "`%D' names constructor"
14401 msgstr ""
14402
14403 #: cp/class.c:1199
14404 #, fuzzy
14405 msgid "`%D' invalid in `%T'"
14406 msgstr "̵¸ú¤Ê¥ª¥×¥·¥ç¥ó `%s'"
14407
14408 #: cp/class.c:1207
14409 msgid "no members matching `%D' in `%#T'"
14410 msgstr ""
14411
14412 #: cp/class.c:1239 cp/class.c:1247
14413 #, fuzzy
14414 msgid "`%D' invalid in `%#T'"
14415 msgstr "̵¸ú¤Ê¥ª¥×¥·¥ç¥ó `%s'"
14416
14417 #: cp/class.c:1240
14418 msgid " because of local method `%#D' with same name"
14419 msgstr ""
14420
14421 #: cp/class.c:1248
14422 msgid " because of local member `%#D' with same name"
14423 msgstr ""
14424
14425 #: cp/class.c:1320
14426 #, fuzzy
14427 msgid "base class `%#T' has a non-virtual destructor"
14428 msgstr "Èó²¾Áۥǥ¹¥È¥é¥¯¥¿¤Ë¤Ä¤¤¤Æ·Ù¹ð¤¹¤ë"
14429
14430 #: cp/class.c:1340
14431 msgid "base `%T' with only non-default constructor in class without a constructor"
14432 msgstr ""
14433
14434 #: cp/class.c:1912
14435 msgid "all member functions in class `%T' are private"
14436 msgstr ""
14437
14438 #: cp/class.c:1926
14439 msgid "`%#T' only defines a private destructor and has no friends"
14440 msgstr ""
14441
14442 #: cp/class.c:1969
14443 msgid "`%#T' only defines private constructors and has no friends"
14444 msgstr ""
14445
14446 #: cp/class.c:2090 cp/class.c:5276
14447 #, fuzzy
14448 msgid "redefinition of `%#T'"
14449 msgstr "`%s' ¤¬ºÆÄêµÁ¤µ¤ì¤Þ¤·¤¿"
14450
14451 #: cp/class.c:2091
14452 #, fuzzy
14453 msgid "previous definition of `%#T'"
14454 msgstr "`%s' ¤¬ºÆÄêµÁ¤µ¤ì¤Þ¤·¤¿"
14455
14456 #: cp/class.c:2365
14457 msgid "no unique final overrider for `%D' in `%T'"
14458 msgstr ""
14459
14460 #. Here we know it is a hider, and no overrider exists.
14461 #: cp/class.c:2712
14462 msgid "`%D' was hidden"
14463 msgstr ""
14464
14465 #: cp/class.c:2713
14466 msgid " by `%D'"
14467 msgstr ""
14468
14469 #: cp/class.c:2755
14470 msgid "ISO C++ forbids member `%D' with same name as enclosing class"
14471 msgstr ""
14472
14473 #: cp/class.c:2760 cp/decl2.c:1331
14474 msgid "`%#D' invalid; an anonymous union can only have non-static data members"
14475 msgstr ""
14476
14477 #: cp/class.c:2766 cp/decl2.c:1337
14478 msgid "private member `%#D' in anonymous union"
14479 msgstr ""
14480
14481 #: cp/class.c:2769 cp/decl2.c:1339
14482 msgid "protected member `%#D' in anonymous union"
14483 msgstr ""
14484
14485 #: cp/class.c:2894
14486 msgid "vtable layout for class `%T' may not be ABI-compliant and may change in a future version of GCC due to implicit virtual destructor"
14487 msgstr ""
14488
14489 #: cp/class.c:2958
14490 #, fuzzy
14491 msgid "bit-field `%#D' with non-integral type"
14492 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É `%s' ¤ÎÉý¤¬À°¿ôÄê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
14493
14494 #: cp/class.c:2978
14495 #, fuzzy
14496 msgid "bit-field `%D' width not an integer constant"
14497 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É `%s' ¤ÎÉý¤¬À°¿ôÄê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
14498
14499 #: cp/class.c:2984
14500 #, fuzzy
14501 msgid "negative width in bit-field `%D'"
14502 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É `%s' ¤ÎÉý¤¬Éé¤Î¿ô¤Ç¤¹"
14503
14504 #: cp/class.c:2989
14505 #, fuzzy
14506 msgid "zero width for bit-field `%D'"
14507 msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É `%s' ¤ÎÉý¤¬ 0 ¤Ç¤¹"
14508
14509 #: cp/class.c:2995
14510 #, fuzzy
14511 msgid "width of `%D' exceeds its type"
14512 msgstr "`%s' ¤ÎÉý¤Ï¤½¤Î·¿¤Î¥µ¥¤¥º¤òĶ¤¨¤Æ¤¤¤Þ¤¹"
14513
14514 #: cp/class.c:3004
14515 msgid "`%D' is too small to hold all values of `%#T'"
14516 msgstr ""
14517
14518 #: cp/class.c:3088
14519 msgid "member `%#D' with constructor not allowed in union"
14520 msgstr ""
14521
14522 #: cp/class.c:3091
14523 msgid "member `%#D' with destructor not allowed in union"
14524 msgstr ""
14525
14526 #: cp/class.c:3094
14527 msgid "member `%#D' with copy assignment operator not allowed in union"
14528 msgstr ""
14529
14530 #: cp/class.c:3121
14531 #, fuzzy
14532 msgid "multiple fields in union `%T' initialized"
14533 msgstr "¶¦ÍÑÂνé´ü²½»ÒÆâ¤ÎÍ×ÁǤ¬Â¿¤¹¤®¤Þ¤¹"
14534
14535 #: cp/class.c:3234
14536 msgid "field `%D' in local class cannot be static"
14537 msgstr ""
14538
14539 #: cp/class.c:3240
14540 #, fuzzy
14541 msgid "field `%D' invalidly declared function type"
14542 msgstr "Îΰè `%s' ¤Ï´Ø¿ô¤È¤·¤ÆÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
14543
14544 #: cp/class.c:3247
14545 #, fuzzy
14546 msgid "field `%D' invalidly declared method type"
14547 msgstr "¥Ñ¥é¥á¥¿¤Ï¥á¥½¥Ã¥É¤Î·¿¤òÉÔÀµ¤ËÀë¸À¤·¤Þ¤·¤¿"
14548
14549 #: cp/class.c:3253
14550 #, fuzzy
14551 msgid "field `%D' invalidly declared offset type"
14552 msgstr "¥Ñ¥é¥á¥¿¤¬¥ª¥Õ¥»¥Ã¥È¤Î·¿¤òÉÔÀµ¤ËÀë¸À¤·¤Þ¤·¤¿"
14553
14554 #. Unions cannot have static members.
14555 #: cp/class.c:3271
14556 #, fuzzy
14557 msgid "field `%D' declared static in union"
14558 msgstr "Îΰè `%s' ¤Ï´Ø¿ô¤È¤·¤ÆÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
14559
14560 #: cp/class.c:3298
14561 msgid "non-static reference `%#D' in class without a constructor"
14562 msgstr ""
14563
14564 #: cp/class.c:3333
14565 msgid "non-static const member `%#D' in class without a constructor"
14566 msgstr ""
14567
14568 #: cp/class.c:3349
14569 msgid "field `%#D' with same name as class"
14570 msgstr ""
14571
14572 #: cp/class.c:3367
14573 #, fuzzy
14574 msgid "`%#T' has pointer data members"
14575 msgstr "¥á¥ó¥Ð¤Ø¤Î¥Ý¥¤¥ó¥¿¤Ç¤Î̵¸ú¤Ê `%s' ¤Î»ÈÍÑ"
14576
14577 #: cp/class.c:3371
14578 msgid " but does not override `%T(const %T&)'"
14579 msgstr ""
14580
14581 #: cp/class.c:3373
14582 msgid " or `operator=(const %T&)'"
14583 msgstr ""
14584
14585 #: cp/class.c:3376
14586 msgid " but does not override `operator=(const %T&)'"
14587 msgstr ""
14588
14589 #: cp/class.c:3826
14590 msgid "offset of empty base `%T' may not be ABI-compliant and maychange in a future version of GCC"
14591 msgstr ""
14592
14593 #: cp/class.c:3935
14594 msgid "class `%T' will be considered nearly empty in a future version of GCC"
14595 msgstr ""
14596
14597 #: cp/class.c:4025
14598 #, fuzzy
14599 msgid "initializer specified for non-virtual method `%D'"
14600 msgstr "Èó´Ø¿ô `%s' ¤Î°ú¿ô¤Ë format °À­¤¬»ØÄꤵ¤ì¤Þ¤·¤¿"
14601
14602 #: cp/class.c:4761
14603 msgid "offset of virtual base `%T' is not ABI-compliant and may change in a future version of GCC"
14604 msgstr ""
14605
14606 #: cp/class.c:4861
14607 msgid "direct base `%T' inaccessible in `%T' due to ambiguity"
14608 msgstr ""
14609
14610 #: cp/class.c:4874
14611 msgid "virtual base `%T' inaccessible in `%T' due to ambiguity"
14612 msgstr ""
14613
14614 #: cp/class.c:5030
14615 msgid "size assigned to `%T' may not be ABI-compliant and may change in a future version of GCC"
14616 msgstr ""
14617
14618 #. Versions of G++ before G++ 3.4 did not reset the
14619 #. DECL_MODE.
14620 #: cp/class.c:5053
14621 msgid "the offset of `%D' may not be ABI-compliant and may change in a future version of GCC"
14622 msgstr ""
14623
14624 #: cp/class.c:5079
14625 msgid "offset of `%D' is not ABI-compliant and may change in a future version of GCC"
14626 msgstr ""
14627
14628 #: cp/class.c:5088
14629 msgid "`%D' contains empty classes which may cause base classes to be placed at different locations in a future version of GCC"
14630 msgstr ""
14631
14632 #: cp/class.c:5147
14633 msgid "layout of classes derived from empty class `%T' may change in a future version of GCC"
14634 msgstr ""
14635
14636 #: cp/class.c:5432
14637 #, fuzzy
14638 msgid "`%#T' has virtual functions but non-virtual destructor"
14639 msgstr "Èó²¾Áۥǥ¹¥È¥é¥¯¥¿¤Ë¤Ä¤¤¤Æ·Ù¹ð¤¹¤ë"
14640
14641 #: cp/class.c:5516
14642 #, fuzzy
14643 msgid "trying to finish struct, but kicked out due to previous parse errors"
14644 msgstr "¹½Ê¸²òÀϤ¬¹½Â¤ÂΤνª¤ê¤Ëº¹¤·³Ý¤«¤ê¤Þ¤·¤¿¤¬¡¢Á°¤Î¥¨¥é¡¼¤Î¤»¤¤¤Çʸ̮¤ò¸«¼º¤¤¤Þ¤·¤¿"
14645
14646 #: cp/class.c:5982
14647 #, c-format
14648 msgid "language string `\"%s\"' not recognized"
14649 msgstr "¸À¸ìʸ»úÎó `\"%s\"' ¤Ïǧ¼±¤µ¤ì¤Þ¤»¤ó"
14650
14651 #: cp/class.c:6078
14652 msgid "cannot resolve overloaded function `%D' based on conversion to type `%T'"
14653 msgstr ""
14654
14655 #: cp/class.c:6203
14656 msgid "no matches converting function `%D' to type `%#T'"
14657 msgstr ""
14658
14659 #: cp/class.c:6226
14660 msgid "converting overloaded function `%D' to type `%#T' is ambiguous"
14661 msgstr ""
14662
14663 #: cp/class.c:6252
14664 #, fuzzy
14665 msgid "assuming pointer to member `%D'"
14666 msgstr " ¥Ý¥¤¥ó¥¿¤«¤é¥á¥ó¥Ð¤Ø¤ÎÊÑ´¹¤Ç"
14667
14668 #: cp/class.c:6255
14669 #, c-format
14670 msgid "(a pointer to member can only be formed with `&%E')"
14671 msgstr ""
14672
14673 #: cp/class.c:6306 cp/class.c:6477 cp/class.c:6484
14674 msgid "not enough type information"
14675 msgstr "ÉÔ½½Ê¬¤Ê·¿¾ðÊó"
14676
14677 #: cp/class.c:6315
14678 #, fuzzy
14679 msgid "argument of type `%T' does not match `%T'"
14680 msgstr "²¾°ú¿ô `%s' ¤Ï¥×¥í¥È¥¿¥¤¥×¤Ë°ìÃפ·¤Þ¤»¤ó"
14681
14682 #: cp/class.c:6461
14683 msgid "invalid operation on uninstantiated type"
14684 msgstr "¥¤¥ó¥¹¥¿¥ó¥¹²½¤µ¤ì¤Ê¤¤·¿¤ËÂФ¹¤ë̵¸ú¤ÊÁàºî¤Ç¤¹"
14685
14686 #. [basic.scope.class]
14687 #.
14688 #. A name N used in a class S shall refer to the same declaration
14689 #. in its context and when re-evaluated in the completed scope of
14690 #. S.
14691 #: cp/class.c:6745 cp/decl.c:1254 cp/decl.c:3379 cp/pt.c:2004
14692 #, fuzzy
14693 msgid "declaration of `%#D'"
14694 msgstr "`%s' ¤¬ºÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
14695
14696 #: cp/class.c:6746
14697 msgid "changes meaning of `%D' from `%+#D'"
14698 msgstr ""
14699
14700 #: cp/cvt.c:88
14701 #, fuzzy
14702 msgid "can't convert from incomplete type `%T' to `%T'"
14703 msgstr "ÉÔ´°Á´·¿¤Ø¤ÎÊÑ´¹¤Ç¤¹"
14704
14705 #: cp/cvt.c:97
14706 msgid "conversion of `%E' from `%T' to `%T' is ambiguous"
14707 msgstr ""
14708
14709 #: cp/cvt.c:126
14710 #, fuzzy
14711 msgid "converting from `%T' to `%T'"
14712 msgstr "NaN ¤«¤éÀ°¿ô¤Ø¤ÎÊÑ´¹¤Ç¤¹"
14713
14714 #: cp/cvt.c:203 cp/cvt.c:207
14715 msgid "pointer to member cast from `%T' to `%T' is via virtual base"
14716 msgstr ""
14717
14718 #: cp/cvt.c:225 cp/cvt.c:236 cp/cvt.c:283
14719 #, fuzzy
14720 msgid "cannot convert `%E' from type `%T' to type `%T'"
14721 msgstr "¥Ý¥¤¥ó¥¿·¿¤ËÊÑ´¹¤Ç¤­¤Þ¤»¤ó"
14722
14723 #: cp/cvt.c:262
14724 #, fuzzy
14725 msgid "invalid conversion from '%T' to '%T'"
14726 msgstr "NaN ¤«¤éÀ°¿ô¤Ø¤ÎÊÑ´¹¤Ç¤¹"
14727
14728 #: cp/cvt.c:504
14729 msgid "conversion from `%T' to `%T' discards qualifiers"
14730 msgstr ""
14731
14732 #: cp/cvt.c:522
14733 msgid "casting `%T' to `%T' does not dereference pointer"
14734 msgstr ""
14735
14736 #: cp/cvt.c:551
14737 #, fuzzy
14738 msgid "cannot convert type `%T' to type `%T'"
14739 msgstr "¥Ý¥¤¥ó¥¿·¿¤ËÊÑ´¹¤Ç¤­¤Þ¤»¤ó"
14740
14741 #: cp/cvt.c:683
14742 #, fuzzy
14743 msgid "conversion from `%#T' to `%#T'"
14744 msgstr "NaN ¤«¤éÀ°¿ô¤Ø¤ÎÊÑ´¹¤Ç¤¹"
14745
14746 #: cp/cvt.c:695
14747 #, fuzzy
14748 msgid "`%#T' used where a `%T' was expected"
14749 msgstr "Ê£ÁÇ¿ô·¿¤¬¤¢¤ë¤Ù¤­²Õ½ê¤Ç¡¢¥Ý¥¤¥ó¥¿Ãͤ¬»È¤ï¤ì¤Þ¤·¤¿"
14750
14751 #: cp/cvt.c:712
14752 msgid "the address of `%D', will always be `true'"
14753 msgstr ""
14754
14755 #: cp/cvt.c:732
14756 #, fuzzy
14757 msgid "`%#T' used where a floating point value was expected"
14758 msgstr "ÉâÆ°¾®¿ôÅÀ¿ô¤¬¤¢¤ë¤Ù¤­²Õ½ê¤Ç¡¢¥Ý¥¤¥ó¥¿Ãͤ¬»È¤ï¤ì¤Þ¤·¤¿"
14759
14760 #: cp/cvt.c:779
14761 #, fuzzy
14762 msgid "conversion from `%T' to non-scalar type `%T' requested"
14763 msgstr "Èó¥¹¥«¥é¡¼·¿¤Ø¤ÎÊÑ´¹¤¬Í׵ᤵ¤ì¤Þ¤¹"
14764
14765 #: cp/cvt.c:865
14766 msgid "object of incomplete type `%T' will not be accessed in %s"
14767 msgstr ""
14768
14769 #: cp/cvt.c:868
14770 msgid "object of type `%T' will not be accessed in %s"
14771 msgstr ""
14772
14773 #: cp/cvt.c:884
14774 msgid "object `%E' of incomplete type `%T' will not be accessed in %s"
14775 msgstr ""
14776
14777 #. [over.over] enumerates the places where we can take the address
14778 #. of an overloaded function, and this is not one of them.
14779 #: cp/cvt.c:904
14780 #, fuzzy, c-format
14781 msgid "%s cannot resolve address of overloaded function"
14782 msgstr "À©¸æ¤¬Èó void ´Ø¿ô¤Î½ª¤ê¤ËÅþ㤷¤Þ¤·¤¿"
14783
14784 #. Only warn when there is no &.
14785 #: cp/cvt.c:909
14786 #, c-format
14787 msgid "%s is a reference, not call, to function `%E'"
14788 msgstr ""
14789
14790 #: cp/cvt.c:1039
14791 #, fuzzy
14792 msgid "converting NULL to non-pointer type"
14793 msgstr "ÉÔ´°Á´·¿¤Ø¤ÎÊÑ´¹¤Ç¤¹"
14794
14795 #: cp/cvt.c:1115
14796 msgid "ambiguous default type conversion from `%T'"
14797 msgstr ""
14798
14799 #: cp/cvt.c:1117
14800 msgid " candidate conversions include `%D' and `%D'"
14801 msgstr ""
14802
14803 #: cp/decl.c:736
14804 #, c-format
14805 msgid "push %s level %p line %d\n"
14806 msgstr ""
14807
14808 #: cp/decl.c:770
14809 #, c-format
14810 msgid "pop %s level %p line %d\n"
14811 msgstr ""
14812
14813 #: cp/decl.c:776 cp/decl.c:814
14814 msgid "XXX is_class_level != (current_binding_level == class_binding_level)\n"
14815 msgstr ""
14816
14817 #: cp/decl.c:808
14818 #, c-format
14819 msgid "suspend %s level %p line %d\n"
14820 msgstr ""
14821
14822 #: cp/decl.c:837
14823 #, c-format
14824 msgid "resume %s level %p line %d\n"
14825 msgstr ""
14826
14827 #: cp/decl.c:1255 cp/decl.c:3490
14828 #, fuzzy
14829 msgid "conflicts with previous declaration `%#D'"
14830 msgstr "`%s' ¤Î¥»¥¯¥·¥ç¥ó¤ÏÁ°Êý¤Ç¤ËÀë¸À¤µ¤ì¤¿¤â¤Î¤È¾×Æͤ·¤Þ¤¹"
14831
14832 #: cp/decl.c:1467
14833 #, fuzzy
14834 msgid "label `%D' used but not defined"
14835 msgstr "¥é¥Ù¥ë `%s' ¤¬»È¤ï¤ì¤Þ¤·¤¿¤¬ÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
14836
14837 #: cp/decl.c:1472
14838 #, fuzzy
14839 msgid "label `%D' defined but not used"
14840 msgstr "¥é¥Ù¥ë `%s' ¤¬ÄêµÁ¤µ¤ì¤Þ¤·¤¿¤¬»È¤ï¤ì¤Æ¤¤¤Þ¤»¤ó"
14841
14842 #: cp/decl.c:2489
14843 msgid "namespace alias `%D' not allowed here, assuming `%D'"
14844 msgstr ""
14845
14846 #: cp/decl.c:2825
14847 msgid "XXX entering pop_everything ()\n"
14848 msgstr ""
14849
14850 #: cp/decl.c:2834
14851 msgid "XXX leaving pop_everything ()\n"
14852 msgstr ""
14853
14854 #: cp/decl.c:3285 cp/decl.c:3700
14855 #, fuzzy
14856 msgid "previous declaration of `%D'"
14857 msgstr "Á°Êý¤Ç¤Î `%s' ¤ÎÀë¸À"
14858
14859 #: cp/decl.c:3366 cp/decl.c:3404
14860 #, fuzzy
14861 msgid "shadowing %s function `%#D'"
14862 msgstr "¥é¥¤¥Ö¥é¥ê´Ø¿ô `%s' ¤òʤ¤¤±£¤·¤Þ¤¹"
14863
14864 #: cp/decl.c:3375
14865 #, fuzzy
14866 msgid "library function `%#D' redeclared as non-function `%#D'"
14867 msgstr "¥é¥¤¥Ö¥é¥ê´Ø¿ô `%s' ¤ÏÈó´Ø¿ô¤È¤·¤ÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
14868
14869 #: cp/decl.c:3380
14870 #, fuzzy
14871 msgid "conflicts with built-in declaration `%#D'"
14872 msgstr "`%s' ¤ÎÀë¸À¤¬Ì·½â¤·¤Æ¤¤¤Þ¤¹"
14873
14874 #: cp/decl.c:3399 cp/decl.c:3504 cp/decl.c:3520
14875 #, fuzzy
14876 msgid "new declaration `%#D'"
14877 msgstr "`%s' ¤¬ºÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
14878
14879 #: cp/decl.c:3400
14880 #, fuzzy
14881 msgid "ambiguates built-in declaration `%#D'"
14882 msgstr "¥é¥Ù¥ë¤ÎÀë¸À `%s' ¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
14883
14884 #: cp/decl.c:3464
14885 #, fuzzy
14886 msgid "`%#D' redeclared as different kind of symbol"
14887 msgstr "`%s' ¤¬Ê̤Υ·¥ó¥Ü¥ë¼ï¤È¤·¤ÆºÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
14888
14889 #: cp/decl.c:3467
14890 #, fuzzy
14891 msgid "previous declaration of `%#D'"
14892 msgstr "Á°Êý¤Ç¤Î `%s' ¤ÎÀë¸À"
14893
14894 #: cp/decl.c:3489
14895 #, fuzzy
14896 msgid "declaration of template `%#D'"
14897 msgstr "`enum %s' ¤ÎºÆÀë¸À"
14898
14899 #: cp/decl.c:3505 cp/decl.c:3521
14900 #, fuzzy
14901 msgid "ambiguates old declaration `%#D'"
14902 msgstr "¥é¥Ù¥ë¤ÎÀë¸À `%s' ¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
14903
14904 #: cp/decl.c:3513
14905 #, fuzzy
14906 msgid "declaration of C function `%#D' conflicts with"
14907 msgstr "%s: ´Ø¿ô `%s' ¤ÎÀë¸À¤¬ÊÑ´¹¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
14908
14909 #: cp/decl.c:3515
14910 #, fuzzy
14911 msgid "previous declaration `%#D' here"
14912 msgstr "Á°Êý¤Ç¤Î `%s' ¤ÎÀë¸À"
14913
14914 #: cp/decl.c:3533
14915 #, fuzzy
14916 msgid "conflicting types for `%#D'"
14917 msgstr "`%s' ¤È·¿¤¬Ì·½â¤·¤Þ¤¹"
14918
14919 #: cp/decl.c:3534
14920 #, fuzzy
14921 msgid "previous declaration as `%#D'"
14922 msgstr "Á°Êý¤Ç¤Î `%s' ¤ÎÀë¸À"
14923
14924 #: cp/decl.c:3577
14925 #, fuzzy
14926 msgid "`%#D' previously defined here"
14927 msgstr "`%s' ¤ÏÁ°¤Ë¤³¤³¤ÇÄêµÁ¤µ¤ì¤Þ¤·¤¿"
14928
14929 #: cp/decl.c:3578
14930 #, fuzzy
14931 msgid "`%#D' previously declared here"
14932 msgstr "`%s' ¤ÏÁ°¤Ë¤³¤³¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
14933
14934 #. Prototype decl follows defn w/o prototype.
14935 #: cp/decl.c:3587
14936 #, fuzzy
14937 msgid "prototype for `%#D'"
14938 msgstr "`%s' ¤Î¥×¥í¥È¥¿¥¤¥×¤¬¸å¤í¤Ë¤¢¤ê¤Þ¤¹"
14939
14940 #: cp/decl.c:3588
14941 #, fuzzy
14942 msgid "follows non-prototype definition here"
14943 msgstr "Èó¥×¥í¥È¥¿¥¤¥×ÄêµÁ¤¬¤³¤³¤Ë¤¢¤ê¤Þ¤¹"
14944
14945 #: cp/decl.c:3600
14946 #, fuzzy
14947 msgid "previous declaration of `%#D' with %L linkage"
14948 msgstr "Á°Êý¤Ç¤Î `%s' ¤ÎÀë¸À"
14949
14950 #: cp/decl.c:3602
14951 #, fuzzy
14952 msgid "conflicts with new declaration with %L linkage"
14953 msgstr "`%s' ¤ÎÀë¸À¤¬Ì·½â¤·¤Æ¤¤¤Þ¤¹"
14954
14955 #: cp/decl.c:3625 cp/decl.c:3632
14956 #, fuzzy
14957 msgid "default argument given for parameter %d of `%#D'"
14958 msgstr "¥Þ¥¯¥í `%s' ¤Ë°ú¿ô¤¬Í¿¤¨¤é¤ì¤Þ¤·¤¿"
14959
14960 #: cp/decl.c:3627 cp/decl.c:3634
14961 #, fuzzy
14962 msgid "after previous specification in `%#D'"
14963 msgstr "Á°Êý¤Ç¤Î `%s' ¤ÎÀë¸À"
14964
14965 #: cp/decl.c:3643
14966 #, fuzzy
14967 msgid "`%#D' was used before it was declared inline"
14968 msgstr "`%s' ¤Ï¤½¤ÎÄêµÁ¤ÎÁ°¤Ë¥×¥í¥È¥¿¥¤¥×¤Ê¤·¤Ç»È¤ï¤ì¤Þ¤·¤¿"
14969
14970 #: cp/decl.c:3645
14971 #, fuzzy
14972 msgid "previous non-inline declaration here"
14973 msgstr "Á°Êý¤Ç¤Î `%s' ¤Î°ÅÌÛŪ¤ÊÀë¸À"
14974
14975 #: cp/decl.c:3699
14976 #, fuzzy
14977 msgid "redundant redeclaration of `%D' in same scope"
14978 msgstr "`%s' ¤Î¾éĹ¤ÊºÆÀë¸À¤¬Æ±°ì¥¹¥³¡¼¥×Æâ¤Ë¤¢¤ê¤Þ¤¹"
14979
14980 #: cp/decl.c:3780
14981 #, fuzzy, c-format
14982 msgid "declaration of `%F' throws different exceptions"
14983 msgstr "`%s' ¤ÎÀë¸À¤Ï´Ø¿ô¤ÎÇÛÎó"
14984
14985 #: cp/decl.c:3782
14986 #, fuzzy, c-format
14987 msgid "than previous declaration `%F'"
14988 msgstr "`%s' ¤ÎÁ°ÊýÀë¸À¤¬¤¢¤ê¤Þ¤»¤ó"
14989
14990 #. From [temp.expl.spec]:
14991 #.
14992 #. If a template, a member template or the member of a class
14993 #. template is explicitly specialized then that
14994 #. specialization shall be declared before the first use of
14995 #. that specialization that would cause an implicit
14996 #. instantiation to take place, in every translation unit in
14997 #. which such a use occurs.
14998 #: cp/decl.c:3922
14999 msgid "explicit specialization of %D after first use"
15000 msgstr ""
15001
15002 #: cp/decl.c:4187
15003 #, fuzzy
15004 msgid "`%#D' used prior to declaration"
15005 msgstr "`%s' ¤ÏÀë¸À¤è¤ê¤âÀè¤Ë»ÈÍѤµ¤ì¤Þ¤·¤¿"
15006
15007 #: cp/decl.c:4218
15008 #, fuzzy
15009 msgid "redeclaration of `wchar_t' as `%T'"
15010 msgstr "`%s' ¤¬ºÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
15011
15012 #. A redeclaration of main, but not a duplicate of the
15013 #. previous one.
15014 #.
15015 #. [basic.start.main]
15016 #.
15017 #. This function shall not be overloaded.
15018 #: cp/decl.c:4246
15019 #, fuzzy
15020 msgid "invalid redeclaration of `%D'"
15021 msgstr "`%s' ¤¬ºÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
15022
15023 #: cp/decl.c:4247
15024 msgid "as `%D'"
15025 msgstr ""
15026
15027 #: cp/decl.c:4337
15028 #, fuzzy
15029 msgid "previous external decl of `%#D'"
15030 msgstr "Á°Êý¤Î `%s' ¤Î³°ÉôÀë¸À"
15031
15032 #: cp/decl.c:4378
15033 #, fuzzy
15034 msgid "`%D' was previously implicitly declared to return `int'"
15035 msgstr "`%s' ¤ÏÁ°Êý¤Ç°ÅÌÛŪ¤Ë `int' ¤òÊÖ¤¹¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
15036
15037 #: cp/decl.c:4438
15038 #, fuzzy
15039 msgid "extern declaration of `%#D' doesn't match"
15040 msgstr "`%s' ¤Îextern Àë¸À¤Ï¥°¥í¡¼¥Ð¥ë¤Î¤½¤ì¤È°ìÃפ·¤Þ¤»¤ó"
15041
15042 #: cp/decl.c:4439
15043 #, fuzzy
15044 msgid "global declaration `%#D'"
15045 msgstr "¥é¥Ù¥ë¤ÎÀë¸À `%s' ¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
15046
15047 #: cp/decl.c:4472
15048 #, fuzzy
15049 msgid "declaration of `%#D' shadows a parameter"
15050 msgstr "`%s' ¤ÎÀë¸À¤Ï²¾°ú¿ô¤òʤ¤¤±£¤·¤Þ¤¹"
15051
15052 #: cp/decl.c:4492
15053 #, c-format
15054 msgid "declaration of `%s' shadows a member of `this'"
15055 msgstr "`%s' ¤ÎÀë¸À¤Ë¤è¤ê `this' ¤Î¥á¥ó¥Ð¤¬Ê¤¤¤±£¤µ¤ì¤Þ¤¹"
15056
15057 #: cp/decl.c:4889
15058 #, fuzzy
15059 msgid "`%#D' hides constructor for `%#T'"
15060 msgstr "`%#D' ¤Î¤¿¤á¤Î¥Ç¥¹¥È¥é¥¯¥¿¤¬É¬ÍפǤ¹"
15061
15062 #: cp/decl.c:4904
15063 #, fuzzy
15064 msgid "`%#D' conflicts with previous using declaration `%#D'"
15065 msgstr "`%s' ¤Î¥»¥¯¥·¥ç¥ó¤ÏÁ°Êý¤Ç¤ËÀë¸À¤µ¤ì¤¿¤â¤Î¤È¾×Æͤ·¤Þ¤¹"
15066
15067 #: cp/decl.c:4916
15068 #, fuzzy
15069 msgid "previous non-function declaration `%#D'"
15070 msgstr "Á°Êý¤Ç¤Î `%s' ¤ÎÀë¸À"
15071
15072 #: cp/decl.c:4917
15073 #, fuzzy
15074 msgid "conflicts with function declaration `%#D'"
15075 msgstr "`%s' ¤ÎÀë¸À¤¬Ì·½â¤·¤Æ¤¤¤Þ¤¹"
15076
15077 #: cp/decl.c:5007
15078 #, fuzzy
15079 msgid "implicit declaration of function `%#D'"
15080 msgstr "´Ø¿ô `%s' ¤Î°ÅÌÛ¤ÎÀë¸À"
15081
15082 #: cp/decl.c:5167
15083 #, c-format
15084 msgid "label `%s' referenced outside of any function"
15085 msgstr "¥é¥Ù¥ë `%s' ¤¬´Ø¿ô¤Î³°Â¦¤Î²¿¤«¤ò»²¾È¤·¤Þ¤·¤¿"
15086
15087 #: cp/decl.c:5270 cp/decl.c:5294 cp/decl.c:5387
15088 #, fuzzy
15089 msgid "jump to label `%D'"
15090 msgstr "case ¥é¥Ù¥ë¤Ë¥¸¥ã¥ó¥×¤·¤Æ¤¤¤Þ¤¹"
15091
15092 #: cp/decl.c:5272 cp/decl.c:5296
15093 msgid "jump to case label"
15094 msgstr "case ¥é¥Ù¥ë¤Ë¥¸¥ã¥ó¥×¤·¤Æ¤¤¤Þ¤¹"
15095
15096 #: cp/decl.c:5280
15097 #, fuzzy
15098 msgid " crosses initialization of `%#D'"
15099 msgstr "(`%s' ¤Î½é´ü²½¤ÏÉÔ´°Á´¤Ç¤¹)"
15100
15101 #: cp/decl.c:5283 cp/decl.c:5403
15102 msgid " enters scope of non-POD `%#D'"
15103 msgstr ""
15104
15105 #: cp/decl.c:5303 cp/decl.c:5407
15106 msgid " enters try block"
15107 msgstr " try ¥Ö¥í¥Ã¥¯¤ËÆþ¤ê¤Þ¤¹"
15108
15109 #. Can't skip init of __exception_info.
15110 #: cp/decl.c:5305 cp/decl.c:5399 cp/decl.c:5409
15111 msgid " enters catch block"
15112 msgstr " catch ¥Ö¥í¥Ã¥¯¤ËÆþ¤ê¤Þ¤¹"
15113
15114 #: cp/decl.c:5388
15115 msgid " from here"
15116 msgstr " ¤³¤³¤«¤é"
15117
15118 #: cp/decl.c:5401
15119 #, fuzzy
15120 msgid " skips initialization of `%#D'"
15121 msgstr "(`%s' ¤Î½é´ü²½¤ÏÉÔ´°Á´¤Ç¤¹)"
15122
15123 #: cp/decl.c:5437
15124 msgid "label named wchar_t"
15125 msgstr ""
15126
15127 #: cp/decl.c:5440
15128 #, fuzzy
15129 msgid "duplicate label `%D'"
15130 msgstr "½ÅÊ£¤·¤¿¥á¥ó¥Ð `%s'"
15131
15132 #: cp/decl.c:5525
15133 #, fuzzy, c-format
15134 msgid "case label `%E' not within a switch statement"
15135 msgstr "case ¥é¥Ù¥ë¤¬ switch ʸ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
15136
15137 #. Definition isn't the kind we were looking for.
15138 #: cp/decl.c:5704 cp/decl.c:5723
15139 msgid "`%#D' redeclared as %C"
15140 msgstr ""
15141
15142 #. This happens for A::B where B is a template, and there are no
15143 #. template arguments.
15144 #: cp/decl.c:5811 cp/typeck.c:2069 cp/typeck.c:2229
15145 #, fuzzy
15146 msgid "invalid use of `%D'"
15147 msgstr "`restrict' ¤ÎÍÑË¡¤¬ÉÔŬÀڤǤ¹"
15148
15149 #: cp/decl.c:5852
15150 #, fuzzy
15151 msgid "`%D::%D' is not a template"
15152 msgstr "¥Æ¥ó¥×¥ì¡¼¥ÈÆâ¤Ç `%s' ¤ò»ÈÍѤ·¤Æ¤¤¤Þ¤¹"
15153
15154 #: cp/decl.c:5869
15155 msgid "`%D' undeclared in namespace `%D'"
15156 msgstr ""
15157
15158 #: cp/decl.c:6002
15159 msgid "`%D' used without template parameters"
15160 msgstr ""
15161
15162 #: cp/decl.c:6013 cp/decl.c:6029 cp/decl.c:6139
15163 msgid "no class template named `%#T' in `%#T'"
15164 msgstr ""
15165
15166 #: cp/decl.c:6055 cp/decl.c:6065 cp/decl.c:6100
15167 #, fuzzy
15168 msgid "no type named `%#T' in `%#T'"
15169 msgstr "`asm' Ãæ¤ËÉÔÌÀ¤Ê¥ì¥¸¥¹¥¿Ì¾ `%s' ¤¬¤¢¤ê¤Þ¤¹"
15170
15171 #: cp/decl.c:6329
15172 #, fuzzy
15173 msgid "lookup of `%D' finds `%#D'"
15174 msgstr "`%s' ¤Î̾Á°°ú¤­¤ÏÊѹ¹¤µ¤ì¤Þ¤·¤¿"
15175
15176 #: cp/decl.c:6331
15177 msgid " instead of `%D' from dependent base class"
15178 msgstr ""
15179
15180 #: cp/decl.c:6333
15181 msgid " (use `typename %T::%D' if that's what you meant)"
15182 msgstr ""
15183
15184 #: cp/decl.c:6364
15185 #, fuzzy
15186 msgid "name lookup of `%D' changed"
15187 msgstr "`%s' ¤Î̾Á°°ú¤­¤ÏÊѹ¹¤µ¤ì¤Þ¤·¤¿"
15188
15189 #: cp/decl.c:6366
15190 msgid " matches this `%D' under ISO standard rules"
15191 msgstr ""
15192
15193 #: cp/decl.c:6368
15194 msgid " matches this `%D' under old rules"
15195 msgstr ""
15196
15197 #: cp/decl.c:6382 cp/decl.c:6389
15198 #, fuzzy
15199 msgid "name lookup of `%D' changed for new ISO `for' scoping"
15200 msgstr "`%s' ¤Î̾Á°°ú¤­¤Ï¿·¤¿¤Ê ISO `for' ¥¹¥³¡¼¥×¤ËÊѤï¤ê¤Þ¤·¤¿"
15201
15202 #: cp/decl.c:6384
15203 msgid " cannot use obsolete binding at `%D' because it has a destructor"
15204 msgstr ""
15205
15206 #: cp/decl.c:6391
15207 msgid " using obsolete binding at `%D'"
15208 msgstr ""
15209
15210 #: cp/decl.c:6609
15211 msgid "lookup of `%D' in the scope of `%#T' (`%#D') does not match lookup in the current scope (`%#D')"
15212 msgstr ""
15213
15214 #: cp/decl.c:7432
15215 #, fuzzy
15216 msgid "an anonymous union cannot have function members"
15217 msgstr "̵̾¶¦ÍÑÂΤ˥á¥ó¥Ð¤¬¤¢¤ê¤Þ¤»¤ó"
15218
15219 #: cp/decl.c:7449
15220 msgid "member %#D' with constructor not allowed in anonymous aggregate"
15221 msgstr ""
15222
15223 #: cp/decl.c:7452
15224 msgid "member %#D' with destructor not allowed in anonymous aggregate"
15225 msgstr ""
15226
15227 #: cp/decl.c:7455
15228 msgid "member %#D' with copy assignment operator not allowed in anonymous aggregate"
15229 msgstr ""
15230
15231 #: cp/decl.c:7493
15232 #, fuzzy
15233 msgid "redeclaration of C++ built-in type `%T'"
15234 msgstr "`%s' ¤¬ºÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
15235
15236 #: cp/decl.c:7529
15237 msgid "multiple types in one declaration"
15238 msgstr "°ì¤Ä¤ÎÀë¸À¤ËÊ£¿ô¤Î·¿¤¬¤¢¤ê¤Þ¤¹"
15239
15240 #: cp/decl.c:7556
15241 #, fuzzy
15242 msgid "missing type-name in typedef-declaration"
15243 msgstr "typdef Àë¸À¤Ç·¿Ì¾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
15244
15245 #: cp/decl.c:7563
15246 msgid "ISO C++ prohibits anonymous structs"
15247 msgstr "ISO C++ ¤Ï̵̾¹½Â¤ÂΤò¶Ø»ß¤·¤Æ¤¤¤Þ¤¹"
15248
15249 #: cp/decl.c:7570
15250 #, fuzzy
15251 msgid "`%D' can only be specified for functions"
15252 msgstr "Èó´Ø¿ô `%s' ¤Î°ú¿ô¤Ë format °À­¤¬»ØÄꤵ¤ì¤Þ¤·¤¿"
15253
15254 #: cp/decl.c:7572
15255 msgid "`%D' can only be specified inside a class"
15256 msgstr ""
15257
15258 #: cp/decl.c:7574
15259 #, fuzzy
15260 msgid "`%D' can only be specified for constructors"
15261 msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤ËÂФ¹¤ëÌá¤êÃͤη¿»ØÄê¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
15262
15263 #: cp/decl.c:7577
15264 #, fuzzy
15265 msgid "`%D' can only be specified for objects and functions"
15266 msgstr "Èó´Ø¿ô `%s' ¤Î°ú¿ô¤Ë format °À­¤¬»ØÄꤵ¤ì¤Þ¤·¤¿"
15267
15268 #: cp/decl.c:7719 cp/decl2.c:936
15269 #, fuzzy
15270 msgid "typedef `%D' is initialized (use __typeof__ instead)"
15271 msgstr "typedef `%s' ¤¬½é´ü²½¤µ¤ì¤Þ¤·¤¿"
15272
15273 #: cp/decl.c:7724
15274 #, fuzzy
15275 msgid "function `%#D' is initialized like a variable"
15276 msgstr "´Ø¿ô `%s' ¤¬ÊÑ¿ô¤Ç¤¢¤ë¤«¤Î¤è¤¦¤Ë½é´ü²½¤µ¤ì¤Þ¤·¤¿"
15277
15278 #: cp/decl.c:7736
15279 #, fuzzy
15280 msgid "declaration of `%#D' has `extern' and is initialized"
15281 msgstr "`%s' ¤ÎÀë¸À¤Ë `extern' ¤¬¤Ä¤¤¤Æ¤ª¤ê¡¢½é´ü²½¤â¤µ¤ì¤Æ¤¤¤Þ¤¹"
15282
15283 #: cp/decl.c:7770
15284 #, fuzzy
15285 msgid "`%#D' is not a static member of `%#T'"
15286 msgstr "static ¥Õ¥£¡¼¥ë¥É `%s' ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
15287
15288 #: cp/decl.c:7775
15289 #, fuzzy
15290 msgid "ISO C++ does not permit `%T::%D' to be defined as `%T::%D'"
15291 msgstr "ISO C++ ¤Ï #if Æâ¤Î \"%s\" ¤òµö¤·¤Þ¤»¤ó"
15292
15293 #: cp/decl.c:7786
15294 #, fuzzy
15295 msgid "duplicate initialization of %D"
15296 msgstr "½ÅÊ£¤·¤¿½é´ü²½»Ò"
15297
15298 #: cp/decl.c:7815
15299 #, fuzzy
15300 msgid "declaration of `%#D' outside of class is not definition"
15301 msgstr "`%s' ¤Î weak Àë¸À¤ÏÄêµÁ¤è¤ê¤âÀè¤Ë¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
15302
15303 #: cp/decl.c:7865
15304 #, fuzzy
15305 msgid "variable `%#D' has initializer but incomplete type"
15306 msgstr "ÊÑ¿ô `%s' ¤Ë¤Ï½é´ü²½»Ò¤¬¤¢¤ê¤Þ¤¹¤¬¡¢ÉÔ´°Á´·¿¤Ç¤¹"
15307
15308 #: cp/decl.c:7873 cp/decl.c:8432
15309 #, fuzzy
15310 msgid "elements of array `%#D' have incomplete type"
15311 msgstr "ÇÛÎó `%s' ¤ÎÍ×ÁǤËÉÔ´°Á´·¿¤¬¤¢¤ê¤Þ¤¹"
15312
15313 #: cp/decl.c:7889
15314 #, fuzzy
15315 msgid "aggregate `%#D' has incomplete type and cannot be defined"
15316 msgstr "²¾°ú¿ô `%s' ¤ÏÉÔ´°Á´·¿¤Ç¤¹"
15317
15318 #: cp/decl.c:7931
15319 #, fuzzy
15320 msgid "`%D' declared as reference but not initialized"
15321 msgstr "`%s' ¤¬Ê̤Υ·¥ó¥Ü¥ë¼ï¤È¤·¤ÆºÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
15322
15323 #: cp/decl.c:7940
15324 #, fuzzy
15325 msgid "ISO C++ forbids use of initializer list to initialize reference `%D'"
15326 msgstr "ISO C++ ¤Ï new ¤Ø¤Î½¸¹çÂνé´ü²½»Ò¤ò¶Ø¤¸¤Þ¤¹"
15327
15328 #: cp/decl.c:7970
15329 #, fuzzy
15330 msgid "cannot initialize `%T' from `%T'"
15331 msgstr "friend ´Ø¿ô `%s' ¤ò½é´ü²½¤Ç¤­¤Þ¤»¤ó"
15332
15333 #: cp/decl.c:8004
15334 #, fuzzy
15335 msgid "initializer fails to determine size of `%D'"
15336 msgstr "½é´ü²½»Ò¤Ï `%s' ¤Î¥µ¥¤¥º¤ÎÆÃÄê¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
15337
15338 #: cp/decl.c:8009
15339 #, fuzzy
15340 msgid "array size missing in `%D'"
15341 msgstr "`%s' ¤Ç¤ÎÇÛÎó¥µ¥¤¥º¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
15342
15343 #: cp/decl.c:8021
15344 #, fuzzy
15345 msgid "zero-size array `%D'"
15346 msgstr "ISO C ¤Ï ¥µ¥¤¥º 0 ¤ÎÇÛÎó `%s' ¤ò¶Ø¤¸¤Þ¤¹"
15347
15348 #. An automatic variable with an incomplete type: that is an error.
15349 #. Don't talk about array types here, since we took care of that
15350 #. message in grokdeclarator.
15351 #: cp/decl.c:8059
15352 #, fuzzy
15353 msgid "storage size of `%D' isn't known"
15354 msgstr "`%s' ¤ÎÎΰ襵¥¤¥º¤¬¤ï¤«¤ê¤Þ¤»¤ó"
15355
15356 #: cp/decl.c:8081
15357 #, fuzzy
15358 msgid "storage size of `%D' isn't constant"
15359 msgstr "`%s' ¤ÎÎΰ襵¥¤¥º¤¬°ìÄê¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
15360
15361 #: cp/decl.c:8137
15362 msgid "sorry: semantics of inline function static data `%#D' are wrong (you'll wind up with multiple copies)"
15363 msgstr ""
15364
15365 #: cp/decl.c:8138
15366 msgid " you can work around this by removing the initializer"
15367 msgstr ""
15368
15369 #: cp/decl.c:8164
15370 #, fuzzy
15371 msgid "uninitialized const `%D'"
15372 msgstr "friend ´Ø¿ô `%s' ¤ò½é´ü²½¤Ç¤­¤Þ¤»¤ó"
15373
15374 #: cp/decl.c:8249
15375 #, fuzzy
15376 msgid "brace-enclosed initializer used to initialize `%T'"
15377 msgstr "´ðÄ쥯¥é¥¹½é´üÀßÄê»Ò¤¬»ØÄꤵ¤ì¤Þ¤·¤¿¤¬¡¢½é´ü²½¤¹¤Ù¤­´ðÄ쥯¥é¥¹¤¬¤¢¤ê¤Þ¤»¤ó"
15378
15379 #: cp/decl.c:8313
15380 msgid "initializer for `%T' must be brace-enclosed"
15381 msgstr ""
15382
15383 #: cp/decl.c:8328
15384 #, fuzzy
15385 msgid "ISO C++ does not allow designated initializers"
15386 msgstr "ISO C++ ¤Ï̾Á°¤Ä¤­Ìá¤êÃͤòµö²Ä¤·¤Þ¤»¤ó"
15387
15388 #: cp/decl.c:8332
15389 #, fuzzy
15390 msgid "`%T' has no non-static data member named `%D'"
15391 msgstr "%s ¤Ë `%s' ¤È¤¤¤¦Ì¾Á°¤Î¥á¥ó¥Ð¤Ï¤¢¤ê¤Þ¤»¤ó"
15392
15393 #: cp/decl.c:8389
15394 #, fuzzy
15395 msgid "too many initializers for `%T'"
15396 msgstr "ÆþÎÏ¥Õ¥¡¥¤¥ë¤¬Â¿¤¹¤®¤Þ¤¹"
15397
15398 #: cp/decl.c:8426
15399 #, fuzzy
15400 msgid "variable-sized object `%D' may not be initialized"
15401 msgstr "²ÄÊÑĹ¥ª¥Ö¥¸¥§¥¯¥È¤Ï½é´ü²½¤µ¤ì¤Ê¤¤¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦"
15402
15403 #: cp/decl.c:8437
15404 #, fuzzy
15405 msgid "`%D' has incomplete type"
15406 msgstr "`%s' ¤ÏÉÔ´°Á´·¿¤Ç¤¹"
15407
15408 #: cp/decl.c:8486
15409 msgid "`%D' must be initialized by constructor, not by `{...}'"
15410 msgstr ""
15411
15412 #: cp/decl.c:8527
15413 msgid "structure `%D' with uninitialized const members"
15414 msgstr ""
15415
15416 #: cp/decl.c:8529
15417 msgid "structure `%D' with uninitialized reference members"
15418 msgstr ""
15419
15420 #: cp/decl.c:8770
15421 msgid "assignment (not initialization) in declaration"
15422 msgstr "Àë¸À¤ÎÃæ¤ËÂåÆþ(½é´ü²½¤Ç¤Ï¤Ê¤¯)¤¬¤¢¤ê¤Þ¤¹"
15423
15424 #: cp/decl.c:8785
15425 #, fuzzy
15426 msgid "cannot initialize `%D' to namespace `%D'"
15427 msgstr "friend ´Ø¿ô `%s' ¤ò½é´ü²½¤Ç¤­¤Þ¤»¤ó"
15428
15429 #: cp/decl.c:8836
15430 #, fuzzy
15431 msgid "shadowing previous type declaration of `%#D'"
15432 msgstr "Á°Êý¤Ç¤Î `%s' ¤ÎÀë¸À"
15433
15434 #: cp/decl.c:8883
15435 msgid "`%D' cannot be thread-local because it has non-POD type `%T'"
15436 msgstr ""
15437
15438 #: cp/decl.c:8898
15439 msgid "`%D' is thread-local and so cannot be dynamically initialized"
15440 msgstr ""
15441
15442 #: cp/decl.c:9298 cp/init.c:562
15443 #, fuzzy
15444 msgid "multiple initializations given for `%D'"
15445 msgstr "(`%s' ¤Î½é´ü²½¤ÏÉÔ´°Á´¤Ç¤¹)"
15446
15447 #: cp/decl.c:9390
15448 msgid "invalid catch parameter"
15449 msgstr "̵¸ú¤Ê catch ¤Î°ú¿ô"
15450
15451 #: cp/decl.c:9508
15452 #, fuzzy
15453 msgid "destructor for alien class `%T' cannot be a member"
15454 msgstr "¾¤Î¥¯¥é¥¹ `%s' ¤Î¥Ç¥¹¥È¥é¥¯¥¿¤ò¡¢¥á¥ó¥Ð¤Ë¤Ï¤Ç¤­¤Þ¤»¤ó"
15455
15456 #: cp/decl.c:9511
15457 #, fuzzy
15458 msgid "constructor for alien class `%T' cannot be a member"
15459 msgstr "¾¤Î¥¯¥é¥¹ `%s' ¤Î¥Ç¥¹¥È¥é¥¯¥¿¤ò¡¢¥á¥ó¥Ð¤Ë¤Ï¤Ç¤­¤Þ¤»¤ó"
15460
15461 #: cp/decl.c:9530
15462 msgid "`%D' declared as a `virtual' %s"
15463 msgstr ""
15464
15465 #: cp/decl.c:9532
15466 #, fuzzy
15467 msgid "`%D' declared as an `inline' %s"
15468 msgstr "ÊÑ¿ô `%s' ¤¬ `inline' ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
15469
15470 #: cp/decl.c:9534
15471 #, fuzzy
15472 msgid "`const' and `volatile' function specifiers on `%D' invalid in %s declaration"
15473 msgstr "²¾°ú¿ôÀë¸À¤ÎÃæ¤Îµ­²±¥¯¥é¥¹»ØÄê»Ò¤Ï̵¸ú¤Ç¤¹"
15474
15475 #: cp/decl.c:9537
15476 #, fuzzy
15477 msgid "`%D' declared as a friend"
15478 msgstr "Îΰè `%s' ¤Ï´Ø¿ô¤È¤·¤ÆÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
15479
15480 #: cp/decl.c:9543
15481 #, fuzzy
15482 msgid "`%D' declared with an exception specification"
15483 msgstr "Îã³°»ÅÍͤθ¡ºº¤ò¤¹¤ë¥³¡¼¥É¤òÀ¸À®¤·¤Ê¤¤"
15484
15485 #: cp/decl.c:9618
15486 msgid "cannot declare `::main' to be a template"
15487 msgstr "`::main' ¤ò template ¤È¤·¤Æ¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
15488
15489 #: cp/decl.c:9620
15490 msgid "cannot declare `::main' to be inline"
15491 msgstr "`::main' ¤ò inline ¤È¤·¤Æ¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
15492
15493 #: cp/decl.c:9622
15494 msgid "cannot declare `::main' to be static"
15495 msgstr "`::main' ¤ò static ¤È¤·¤Æ¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
15496
15497 #: cp/decl.c:9625
15498 msgid "`main' must return `int'"
15499 msgstr "`main' ¤Ï `int' ¤òÊÖ¤µ¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
15500
15501 #: cp/decl.c:9653
15502 msgid "non-local function `%#D' uses anonymous type"
15503 msgstr ""
15504
15505 #: cp/decl.c:9656
15506 msgid "`%#D' does not refer to the unqualified type, so it is not used for linkage"
15507 msgstr ""
15508
15509 #: cp/decl.c:9662
15510 msgid "non-local function `%#D' uses local type `%T'"
15511 msgstr ""
15512
15513 #: cp/decl.c:9691
15514 msgid "%smember function `%D' cannot have `%T' method qualifier"
15515 msgstr ""
15516
15517 #: cp/decl.c:9715
15518 #, fuzzy
15519 msgid "defining explicit specialization `%D' in friend declaration"
15520 msgstr "Àë¸À¤ÎÃæ¤ËÂåÆþ(½é´ü²½¤Ç¤Ï¤Ê¤¯)¤¬¤¢¤ê¤Þ¤¹"
15521
15522 #. Something like `template <class T> friend void f<T>()'.
15523 #: cp/decl.c:9725
15524 msgid "invalid use of template-id `%D' in declaration of primary template"
15525 msgstr ""
15526
15527 #: cp/decl.c:9753
15528 msgid "default arguments are not allowed in declaration of friend template specialization `%D'"
15529 msgstr ""
15530
15531 #: cp/decl.c:9760
15532 msgid "`inline' is not allowed in declaration of friend template specialization `%D'"
15533 msgstr ""
15534
15535 #: cp/decl.c:9822
15536 #, fuzzy
15537 msgid "definition of implicitly-declared `%D'"
15538 msgstr "´Ø¿ô¤ÎÄêµÁ¤¬ `auto' ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
15539
15540 #: cp/decl.c:9834 cp/decl2.c:785
15541 #, fuzzy
15542 msgid "no `%#D' member function declared in class `%T'"
15543 msgstr "¥á¥ó¥Ð´Ø¿ô¤Ø¤Î¥Ý¥¤¥ó¥¿¤¬¸Æ¤Ð¤ì¤Þ¤·¤¿¤¬¡¢¥¯¥é¥¹¥¹¥³¡¼¥×Æâ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
15544
15545 #: cp/decl.c:9967
15546 msgid "non-local variable `%#D' uses local type `%T'"
15547 msgstr ""
15548
15549 #: cp/decl.c:10064
15550 msgid "invalid in-class initialization of static data member of non-integral type `%T'"
15551 msgstr ""
15552
15553 #: cp/decl.c:10073
15554 #, fuzzy
15555 msgid "ISO C++ forbids in-class initialization of non-const static member `%D'"
15556 msgstr "ISO C++ ¤Ï new ¼°¤Î½é´ü²½¤Ç¤Î `=' ¤ò¶Ø¤¸¤Þ¤¹"
15557
15558 #: cp/decl.c:10076
15559 #, fuzzy
15560 msgid "ISO C++ forbids initialization of member constant `%D' of non-integral type `%T'"
15561 msgstr "ISO C++ ¤Ï new ¼°¤Î½é´ü²½¤Ç¤Î `=' ¤ò¶Ø¤¸¤Þ¤¹"
15562
15563 #: cp/decl.c:10126
15564 #, fuzzy
15565 msgid "size of array `%D' has non-integer type"
15566 msgstr "ÇÛÎó `%s' ¤ÎÂ礭¤µ¤ÏÈóÀ°¿ô·¿"
15567
15568 #: cp/decl.c:10128
15569 #, fuzzy
15570 msgid "size of array has non-integer type"
15571 msgstr "ÇÛÎó `%s' ¤ÎÂ礭¤µ¤ÏÈóÀ°¿ô·¿"
15572
15573 #: cp/decl.c:10148
15574 #, fuzzy
15575 msgid "size of array `%D' is negative"
15576 msgstr "ÇÛÎó `%s' ¤ÎÂ礭¤µ¤¬Éé¤Ç¤¹"
15577
15578 #: cp/decl.c:10150
15579 #, fuzzy
15580 msgid "size of array is negative"
15581 msgstr "ÇÛÎó `%s' ¤ÎÂ礭¤µ¤¬Éé¤Ç¤¹"
15582
15583 #: cp/decl.c:10159
15584 #, fuzzy
15585 msgid "ISO C++ forbids zero-size array `%D'"
15586 msgstr "ISO C ¤Ï ¥µ¥¤¥º 0 ¤ÎÇÛÎó `%s' ¤ò¶Ø¤¸¤Þ¤¹"
15587
15588 #: cp/decl.c:10161
15589 #, fuzzy
15590 msgid "ISO C++ forbids zero-size array"
15591 msgstr "ISO C ¤Ï ¥µ¥¤¥º 0 ¤ÎÇÛÎó `%s' ¤ò¶Ø¤¸¤Þ¤¹"
15592
15593 #: cp/decl.c:10168
15594 #, fuzzy
15595 msgid "size of array `%D' is not an integral constant-expression"
15596 msgstr "ÇÛÎó `%s' ¤ÎÂ礭¤µ¤ÏÈóÀ°¿ô·¿"
15597
15598 #: cp/decl.c:10171
15599 #, fuzzy
15600 msgid "size of array is not an integral constant-expression"
15601 msgstr "Äê¿ô¼°¤¬·ç¤±¤Æ¤¤¤ë¤«Ìµ¸ú¤Ç¤¹"
15602
15603 #: cp/decl.c:10189
15604 #, fuzzy
15605 msgid "ISO C++ forbids variable-size array `%D'"
15606 msgstr "ISO C89 ¤Ï²ÄÊÑĹ¥µ¥¤¥º¤ÎÇÛÎó `%s' ¤ò¶Ø¤¸¤Þ¤¹"
15607
15608 #: cp/decl.c:10192
15609 #, fuzzy
15610 msgid "ISO C++ forbids variable-size array"
15611 msgstr "ISO C89 ¤Ï²ÄÊÑĹ¥µ¥¤¥º¤ÎÇÛÎó `%s' ¤ò¶Ø¤¸¤Þ¤¹"
15612
15613 #: cp/decl.c:10203
15614 msgid "overflow in array dimension"
15615 msgstr "ÇÛÎó¤Î¼¡¸µ¤¬¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤·¤Þ¤·¤¿"
15616
15617 #: cp/decl.c:10262
15618 #, fuzzy
15619 msgid "declaration of `%D' as %s"
15620 msgstr "`%s' ¤¬ºÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
15621
15622 #: cp/decl.c:10264
15623 #, fuzzy, c-format
15624 msgid "creating %s"
15625 msgstr "%s ¤òºîÀ®Ãæ.\n"
15626
15627 #: cp/decl.c:10276
15628 msgid "declaration of `%D' as multidimensional array must have bounds for all dimensions except the first"
15629 msgstr ""
15630
15631 #: cp/decl.c:10279
15632 msgid "multidimensional array must have bounds for all dimensions except the first"
15633 msgstr ""
15634
15635 #: cp/decl.c:10308
15636 #, fuzzy
15637 msgid "return type specification for constructor invalid"
15638 msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤ËÂФ¹¤ëÌá¤êÃͤη¿»ØÄê¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
15639
15640 #: cp/decl.c:10315
15641 #, fuzzy
15642 msgid "return type specification for destructor invalid"
15643 msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤ËÂФ¹¤ëÌá¤êÃͤη¿»ØÄê¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
15644
15645 #: cp/decl.c:10321
15646 #, fuzzy
15647 msgid "operator `%T' declared to return `%T'"
15648 msgstr "`operator delete' ¤ÎÌá¤ê·¿¤Ï `void' ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
15649
15650 #: cp/decl.c:10323
15651 #, fuzzy
15652 msgid "return type specified for `operator %T'"
15653 msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤ËÂФ¹¤ëÌá¤êÃͤη¿»ØÄê¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
15654
15655 #: cp/decl.c:10491
15656 msgid "destructors must be member functions"
15657 msgstr "¥Ç¥¹¥È¥é¥¯¥¿¤Ï¥á¥ó¥Ð´Ø¿ô¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
15658
15659 #: cp/decl.c:10510
15660 msgid "destructor `%T' must match class name `%T'"
15661 msgstr ""
15662
15663 #: cp/decl.c:10539
15664 msgid "variable declaration is not allowed here"
15665 msgstr ""
15666
15667 #: cp/decl.c:10566
15668 #, fuzzy
15669 msgid "invalid declarator"
15670 msgstr "̵¸ú¤ÊÀë¸À¤Ç¤¹"
15671
15672 #: cp/decl.c:10617
15673 msgid "declarator-id missing; using reserved word `%D'"
15674 msgstr ""
15675
15676 #: cp/decl.c:10674
15677 #, fuzzy
15678 msgid "type `%T' is not derived from type `%T'"
15679 msgstr "È¿Éü»Ò `%s' ¤ÏÇÉÀ¸·¿¤Ç¤¹"
15680
15681 #. Parse error puts this typespec where
15682 #. a declarator should go.
15683 #: cp/decl.c:10726
15684 msgid "`%T' specified as declarator-id"
15685 msgstr ""
15686
15687 #: cp/decl.c:10728
15688 msgid " perhaps you want `%T' for a constructor"
15689 msgstr ""
15690
15691 #. Sometimes, we see a template-name used as part of a
15692 #. decl-specifier like in
15693 #. std::allocator alloc;
15694 #. Handle that gracefully.
15695 #: cp/decl.c:10750
15696 #, fuzzy, c-format
15697 msgid "invalid use of template-name '%E' in a declarator"
15698 msgstr "¥Ý¥¤¥ó¥¿Àë¸À»Ò¤ËÉÔŬÀڤʷ¿½¤¾þ»Ò"
15699
15700 #: cp/decl.c:10770
15701 #, fuzzy
15702 msgid "declaration of `%D' as non-function"
15703 msgstr "`%s' ¤ÎÀë¸À¤Ï´Ø¿ô¤ÎÇÛÎó"
15704
15705 #: cp/decl.c:10847
15706 msgid "`bool' is now a keyword"
15707 msgstr "`bool' ¤Ïº£¤ä¥­¡¼¥ï¡¼¥É¤Ç¤¹"
15708
15709 #: cp/decl.c:10849
15710 msgid "extraneous `%T' ignored"
15711 msgstr ""
15712
15713 #: cp/decl.c:10865 cp/decl.c:10910
15714 #, fuzzy
15715 msgid "multiple declarations `%T' and `%T'"
15716 msgstr "¥á¥½¥Ã¥É `%s' ¤ÎÀë¸À¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹¡£"
15717
15718 #: cp/decl.c:10878
15719 msgid "ISO C++ does not support `long long'"
15720 msgstr "ISO C++ ¤Ï `long long' ¤ò¼õ¤±Æþ¤ì¤Þ¤»¤ó"
15721
15722 #: cp/decl.c:10983 cp/decl.c:10986
15723 #, fuzzy, c-format
15724 msgid "ISO C++ forbids declaration of `%s' with no type"
15725 msgstr "ISO C ¤Ï¥á¥ó¥Ð¤Î¤Ê¤¤¥á¥ó¥ÐÀë¸À¤ò¶Ø¤¸¤Þ¤¹"
15726
15727 #. The implicit typename extension is deprecated and will be
15728 #. removed. Warn about its use now.
15729 #: cp/decl.c:10996
15730 msgid "`%T' is implicitly a typename"
15731 msgstr ""
15732
15733 #: cp/decl.c:11032
15734 #, c-format
15735 msgid "short, signed or unsigned invalid for `%s'"
15736 msgstr "short, Éä¹ç¤Ä¤­¤Þ¤¿¤ÏÉä¹ç¤Ê¤·¤Ï `%s' ¤Ë¤È¤Ã¤Æ̵¸ú¤Ç¤¹"
15737
15738 #: cp/decl.c:11037
15739 #, c-format
15740 msgid "long and short specified together for `%s'"
15741 msgstr "long ¤È short ¤¬ `%s' ¤ËÂФ·¤Æ°ì½ï¤Ë»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
15742
15743 #: cp/decl.c:11048
15744 #, c-format
15745 msgid "signed and unsigned given together for `%s'"
15746 msgstr "Éä¹çÉÕ¤­¤ÈÉä¹ç̵¤·¤¬ `%s' ¤ËÂФ·¤Æ°ì½ï¤ËÍ¿¤¨¤é¤ì¤Æ¤¤¤Þ¤¹"
15747
15748 #: cp/decl.c:11157
15749 #, fuzzy
15750 msgid "qualifiers are not allowed on declaration of `operator %T'"
15751 msgstr "`operator delete' ¤ÎÀë¸ÀÆâ¤Ë¿¤¹¤®¤ë°ú¿ô"
15752
15753 #: cp/decl.c:11179
15754 #, fuzzy
15755 msgid "member `%D' cannot be declared both virtual and static"
15756 msgstr "Èó¥á¥ó¥Ð `%s' ¤ò `mutable' ¤È¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
15757
15758 #: cp/decl.c:11188
15759 #, fuzzy
15760 msgid "`%T::%D' is not a valid declarator"
15761 msgstr "`%s' ¤ÏÀë¸À¤Î»Ï¤Þ¤ê¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
15762
15763 #: cp/decl.c:11200
15764 msgid "storage class specifiers invalid in parameter declarations"
15765 msgstr "²¾°ú¿ôÀë¸À¤ÎÃæ¤Îµ­²±¥¯¥é¥¹»ØÄê»Ò¤Ï̵¸ú¤Ç¤¹"
15766
15767 #: cp/decl.c:11204
15768 msgid "typedef declaration invalid in parameter declaration"
15769 msgstr "²¾°ú¿ôÀë¸À¤ÎÃæ¤Î typedef Àë¸À¤Ï̵¸ú¤Ç¤¹"
15770
15771 #: cp/decl.c:11217
15772 msgid "virtual outside class declaration"
15773 msgstr "¥¯¥é¥¹Àë¸À¤Î³°Â¦¤Ç virtual »ØÄꤷ¤Æ¤¤¤Þ¤¹"
15774
15775 #: cp/decl.c:11278
15776 #, c-format
15777 msgid "storage class specified for %s `%s'"
15778 msgstr "%s ¤ËÂФ¹¤ëµ­²±¥¯¥é¥¹»ØÄê»Ò `%s'"
15779
15780 #: cp/decl.c:11325
15781 msgid "storage class specifiers invalid in friend function declarations"
15782 msgstr "friend ´Ø¿ôÀë¸ÀÆâ¤Îµ­²±¥¯¥é¥¹»ØÄê»Ò¤Ï̵¸ú¤Ç¤¹"
15783
15784 #: cp/decl.c:11495
15785 msgid "destructor cannot be static member function"
15786 msgstr "¥Ç¥¹¥È¥é¥¯¥¿¤òÀÅŪ¥á¥ó¥Ð´Ø¿ô¤È¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
15787
15788 #: cp/decl.c:11498
15789 #, fuzzy, c-format
15790 msgid "destructors may not be `%s'"
15791 msgstr "¥Ç¥¹¥È¥é¥¯¥¿¤Ï²¾°ú¿ô¤ò¼è¤ê¤Þ¤»¤ó"
15792
15793 #: cp/decl.c:11519
15794 msgid "constructor cannot be static member function"
15795 msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤òÀÅŪ¥á¥ó¥Ð´Ø¿ô¤È¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
15796
15797 #: cp/decl.c:11522
15798 msgid "constructors cannot be declared virtual"
15799 msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤Ï virtual Àë¸À¤Ç¤­¤Þ¤»¤ó"
15800
15801 #: cp/decl.c:11527
15802 #, fuzzy, c-format
15803 msgid "constructors may not be `%s'"
15804 msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤Ï virtual Àë¸À¤Ç¤­¤Þ¤»¤ó"
15805
15806 #: cp/decl.c:11537
15807 msgid "return value type specifier for constructor ignored"
15808 msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤ËÂФ¹¤ëÌá¤êÃͤη¿»ØÄê¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
15809
15810 #: cp/decl.c:11556
15811 #, c-format
15812 msgid "can't initialize friend function `%s'"
15813 msgstr "friend ´Ø¿ô `%s' ¤ò½é´ü²½¤Ç¤­¤Þ¤»¤ó"
15814
15815 #. Cannot be both friend and virtual.
15816 #: cp/decl.c:11560
15817 msgid "virtual functions cannot be friends"
15818 msgstr "²¾ÁÛ´Ø¿ô¤Ï friend ¤Ë¤Ç¤­¤Þ¤»¤ó"
15819
15820 #: cp/decl.c:11565
15821 msgid "friend declaration not in class definition"
15822 msgstr "friend Àë¸À¤¬¥¯¥é¥¹ÄêµÁ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
15823
15824 #: cp/decl.c:11567
15825 #, fuzzy, c-format
15826 msgid "can't define friend function `%s' in a local class definition"
15827 msgstr "friend Àë¸À¤¬¥¯¥é¥¹ÄêµÁ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
15828
15829 #: cp/decl.c:11591
15830 #, fuzzy
15831 msgid "destructors may not have parameters"
15832 msgstr "¥Ç¥¹¥È¥é¥¯¥¿¤Ï²¾°ú¿ô¤ò¼è¤ê¤Þ¤»¤ó"
15833
15834 #: cp/decl.c:11622 cp/decl.c:11629
15835 #, fuzzy
15836 msgid "cannot declare reference to `%#T'"
15837 msgstr "»²¾È¤ò»²¾È¤È¤·¤ÆÀë¸À¤Ç¤­¤Þ¤»¤ó"
15838
15839 #: cp/decl.c:11623
15840 #, fuzzy
15841 msgid "cannot declare pointer to `%#T'"
15842 msgstr "¥Ý¥¤¥ó¥¿¤ò»²¾È¤È¤·¤ÆÀë¸À¤Ç¤­¤Þ¤»¤ó"
15843
15844 #: cp/decl.c:11628
15845 #, fuzzy
15846 msgid "cannot declare pointer to `%#T' member"
15847 msgstr "¥Ý¥¤¥ó¥¿¤ò»²¾È¤È¤·¤ÆÀë¸À¤Ç¤­¤Þ¤»¤ó"
15848
15849 #: cp/decl.c:11804
15850 msgid "extra qualification `%T::' on member `%s' ignored"
15851 msgstr ""
15852
15853 #: cp/decl.c:11814
15854 msgid "cannot declare member function `%T::%s' within `%T'"
15855 msgstr ""
15856
15857 #: cp/decl.c:11829
15858 msgid "cannot declare member `%T::%s' within `%T'"
15859 msgstr ""
15860
15861 #: cp/decl.c:11908
15862 msgid "data member may not have variably modified type `%T'"
15863 msgstr ""
15864
15865 #: cp/decl.c:11910
15866 msgid "parameter may not have variably modified type `%T'"
15867 msgstr ""
15868
15869 #. [dcl.fct.spec] The explicit specifier shall only be used in
15870 #. declarations of constructors within a class definition.
15871 #: cp/decl.c:11918
15872 msgid "only declarations of constructors can be `explicit'"
15873 msgstr "`explicit' ¤Ë¤Ç¤­¤ë¤Î¤Ï¡¢¥³¥ó¥¹¥È¥é¥¯¥¿¤À¤±¤Ç¤¹"
15874
15875 #: cp/decl.c:11926
15876 #, c-format
15877 msgid "non-member `%s' cannot be declared `mutable'"
15878 msgstr "Èó¥á¥ó¥Ð `%s' ¤ò `mutable' ¤È¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
15879
15880 #: cp/decl.c:11931
15881 #, c-format
15882 msgid "non-object member `%s' cannot be declared `mutable'"
15883 msgstr "È󥪥֥¸¥§¥¯¥È¥á¥ó¥Ð `%s' ¤ò `mutable' ¤È¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
15884
15885 #: cp/decl.c:11937
15886 #, c-format
15887 msgid "function `%s' cannot be declared `mutable'"
15888 msgstr "´Ø¿ô `%s' ¤ò `mutable' ¤È¤·¤Æ¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
15889
15890 #: cp/decl.c:11942
15891 #, c-format
15892 msgid "static `%s' cannot be declared `mutable'"
15893 msgstr "static `%s' ¤ò mutable ¤È¤·¤ÆÀë¸À¤Ç¤­¤Þ¤»¤ó"
15894
15895 #: cp/decl.c:11947
15896 #, c-format
15897 msgid "const `%s' cannot be declared `mutable'"
15898 msgstr "const `%s' ¤ò `mutable' ¤È¤·¤ÆÀë¸À¤Ç¤­¤Þ¤»¤ó"
15899
15900 #: cp/decl.c:11960
15901 #, fuzzy
15902 msgid "template-id `%D' used as a declarator"
15903 msgstr "²¾°ú¿ô `%s' ¾¯¤·Á°Êý¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
15904
15905 #: cp/decl.c:11981
15906 msgid "ISO C++ forbids nested type `%D' with same name as enclosing class"
15907 msgstr ""
15908
15909 #: cp/decl.c:12030
15910 msgid "typedef name may not be class-qualified"
15911 msgstr ""
15912
15913 #: cp/decl.c:12038
15914 #, fuzzy
15915 msgid "invalid type qualifier for non-member function type"
15916 msgstr "Èó¥á¥ó¥Ð´Ø¿ô¤Ç¤Î `this' ¤Î»ÈÍѤÏ̵¸ú¤Ç¤¹"
15917
15918 #: cp/decl.c:12101
15919 #, fuzzy
15920 msgid "type qualifiers specified for friend class declaration"
15921 msgstr "°ì¤Ä¤Î¶õ¤ÎÀë¸ÀÃæ¤Ë¡¢Æó¤Ä¤Î·¿¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
15922
15923 #: cp/decl.c:12106
15924 #, fuzzy
15925 msgid "`inline' specified for friend class declaration"
15926 msgstr "¥¯¥é¥¹Àë¸À¤Î³°Â¦¤Ç virtual »ØÄꤷ¤Æ¤¤¤Þ¤¹"
15927
15928 #: cp/decl.c:12114
15929 #, fuzzy
15930 msgid "template parameters cannot be friends"
15931 msgstr "Ê£»¨¤Ê¥Ñ¥é¥á¥¿¤ò¤â¤Ä´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
15932
15933 #: cp/decl.c:12116
15934 msgid "friend declaration requires class-key, i.e. `friend class %T::%D'"
15935 msgstr ""
15936
15937 #: cp/decl.c:12120
15938 #, fuzzy
15939 msgid "friend declaration requires class-key, i.e. `friend %#T'"
15940 msgstr "friend Àë¸À¤¬¥¯¥é¥¹ÄêµÁ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
15941
15942 #: cp/decl.c:12134
15943 #, fuzzy
15944 msgid "trying to make class `%T' a friend of global scope"
15945 msgstr "¥¯¥é¥¹ `%s' ¤òÂç°è¥¹¥³¡¼¥×¤Î friend ¤Ë¤·¤è¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
15946
15947 #: cp/decl.c:12145
15948 #, fuzzy
15949 msgid "invalid qualifiers on non-member function type"
15950 msgstr "Èó¥á¥ó¥Ð´Ø¿ô¤Ç¤Î `this' ¤Î»ÈÍѤÏ̵¸ú¤Ç¤¹"
15951
15952 #: cp/decl.c:12164
15953 #, fuzzy
15954 msgid "abstract declarator `%T' used as declaration"
15955 msgstr "`%s' ¤ÎÀë¸À¤Ï¥°¥í¡¼¥Ð¥ëÀë¸À¤òʤ¤¤±£¤·¤Þ¤¹"
15956
15957 #: cp/decl.c:12176
15958 msgid "unnamed variable or field declared void"
15959 msgstr "̵̾ÊÑ¿ô¤ä¥Õ¥£¡¼¥ë¥É¤¬ void ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
15960
15961 #: cp/decl.c:12185
15962 msgid "variable or field declared void"
15963 msgstr "ÊÑ¿ô¤Þ¤¿¤Ï¥Õ¥£¡¼¥ë¥É¤¬ void ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
15964
15965 #: cp/decl.c:12195
15966 msgid "cannot use `::' in parameter declaration"
15967 msgstr "²¾°ú¿ôÀë¸À¤ÎÃæ¤Ç `::' ¤ò»È¤¨¤Þ¤»¤ó"
15968
15969 #. Something like struct S { int N::j; };
15970 #: cp/decl.c:12234
15971 #, fuzzy
15972 msgid "invalid use of `::'"
15973 msgstr "`restrict' ¤ÎÍÑË¡¤¬ÉÔŬÀڤǤ¹"
15974
15975 #: cp/decl.c:12246
15976 #, fuzzy
15977 msgid "function `%D' cannot be declared friend"
15978 msgstr "´Ø¿ô `%s' ¤ò `mutable' ¤È¤·¤Æ¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
15979
15980 #: cp/decl.c:12258
15981 msgid "can't make `%D' into a method -- not in a class"
15982 msgstr ""
15983
15984 #: cp/decl.c:12267
15985 #, fuzzy
15986 msgid "function `%D' declared virtual inside a union"
15987 msgstr "Îΰè `%s' ¤Ï´Ø¿ô¤È¤·¤ÆÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
15988
15989 #: cp/decl.c:12279
15990 msgid "`%D' cannot be declared virtual, since it is always static"
15991 msgstr ""
15992
15993 #: cp/decl.c:12355
15994 #, fuzzy
15995 msgid "field `%D' has incomplete type"
15996 msgstr "Îΰè `%s' ¤ÏÉÔ´°Á´¤Ê·¿¤Ç¤¹"
15997
15998 #: cp/decl.c:12357
15999 #, fuzzy
16000 msgid "name `%T' has incomplete type"
16001 msgstr "²¾°ú¿ô `%s' ¤ÏÉÔ´°Á´·¿¤Ç¤¹"
16002
16003 #: cp/decl.c:12366
16004 #, fuzzy
16005 msgid " in instantiation of template `%T'"
16006 msgstr "%s: `%s' ¤Î½é´ü²½:\n"
16007
16008 #: cp/decl.c:12376
16009 #, c-format
16010 msgid "`%s' is neither function nor member function; cannot be declared friend"
16011 msgstr "`%s' ¤Ï´Ø¿ô¤Ç¤â¥á¥ó¥Ð´Ø¿ô¤Ç¤â¤¢¤ê¤Þ¤»¤ó -- friend ¤È¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
16012
16013 #: cp/decl.c:12387
16014 msgid "member functions are implicitly friends of their class"
16015 msgstr "¥á¥ó¥Ð´Ø¿ô¤Ï°ÅÌÛŪ¤Ë¤½¤Î¥¯¥é¥¹¤Î friend ¤Ç¤¹"
16016
16017 #. An attempt is being made to initialize a non-static
16018 #. member. But, from [class.mem]:
16019 #.
16020 #. 4 A member-declarator can contain a
16021 #. constant-initializer only if it declares a static
16022 #. member (_class.static_) of integral or enumeration
16023 #. type, see _class.static.data_.
16024 #.
16025 #. This used to be relatively common practice, but
16026 #. the rest of the compiler does not correctly
16027 #. handle the initialization unless the member is
16028 #. static so we make it static below.
16029 #: cp/decl.c:12434
16030 #, fuzzy
16031 msgid "ISO C++ forbids initialization of member `%D'"
16032 msgstr "ISO C++ ¤Ï new ¼°¤Î½é´ü²½¤Ç¤Î `=' ¤ò¶Ø¤¸¤Þ¤¹"
16033
16034 #: cp/decl.c:12436
16035 msgid "making `%D' static"
16036 msgstr ""
16037
16038 #: cp/decl.c:12460
16039 msgid "ISO C++ forbids static data member `%D' with same name as enclosing class"
16040 msgstr ""
16041
16042 #: cp/decl.c:12501
16043 #, c-format
16044 msgid "storage class `auto' invalid for function `%s'"
16045 msgstr "´Ø¿ô `%s' ¤ËÂФ¹¤ëµ­²±¥¯¥é¥¹ `auto' ¤Ï̵¸ú¤Ç¤¹"
16046
16047 #: cp/decl.c:12503
16048 #, c-format
16049 msgid "storage class `register' invalid for function `%s'"
16050 msgstr "´Ø¿ô `%s' ¤ËÂФ¹¤ëµ­²±¥¯¥é¥¹ `register' ¤Ï̵¸ú¤Ç¤¹"
16051
16052 #: cp/decl.c:12505
16053 #, fuzzy, c-format
16054 msgid "storage class `__thread' invalid for function `%s'"
16055 msgstr "´Ø¿ô `%s' ¤ËÂФ¹¤ëµ­²±¥¯¥é¥¹ `auto' ¤Ï̵¸ú¤Ç¤¹"
16056
16057 #: cp/decl.c:12516
16058 #, c-format
16059 msgid "storage class `static' invalid for function `%s' declared out of global scope"
16060 msgstr "Âç°è¥¹¥³¡¼¥×³°¤Î´Ø¿ô `%s' ¤ËÂФ¹¤ëµ­²±¥¯¥é¥¹ `static' ¤Ï̵¸ú¤Ç¤¹"
16061
16062 #: cp/decl.c:12518
16063 #, c-format
16064 msgid "storage class `inline' invalid for function `%s' declared out of global scope"
16065 msgstr "Âç°è¥¹¥³¡¼¥×³°¤Î´Ø¿ô `%s' ¤ËÂФ¹¤ëµ­²±¥¯¥é¥¹ `inline' ¤Ï̵¸ú¤Ç¤¹"
16066
16067 #: cp/decl.c:12525
16068 #, c-format
16069 msgid "virtual non-class function `%s'"
16070 msgstr "virtual ¤ÊÈ󥯥饹´Ø¿ô `%s'"
16071
16072 #: cp/decl.c:12554
16073 #, fuzzy
16074 msgid "cannot declare member function `%D' to have static linkage"
16075 msgstr "`::main' ¤ò static ¤È¤·¤Æ¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
16076
16077 #. FIXME need arm citation
16078 #: cp/decl.c:12560
16079 msgid "cannot declare static function inside another function"
16080 msgstr "¾¤Î´Ø¿ôÆâ¤Ç static ´Ø¿ô¤òÀë¸À¤Ç¤­¤Þ¤»¤ó"
16081
16082 #: cp/decl.c:12588
16083 msgid "`static' may not be used when defining (as opposed to declaring) a static data member"
16084 msgstr ""
16085
16086 #: cp/decl.c:12594
16087 #, fuzzy
16088 msgid "static member `%D' declared `register'"
16089 msgstr "`register' ¤ÈÀë¸À¤µ¤ì¤¿ÇÛÎó¤Ëź»ú¤ò¤Ä¤±¤è¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
16090
16091 #: cp/decl.c:12599
16092 msgid "cannot explicitly declare member `%#D' to have extern linkage"
16093 msgstr ""
16094
16095 #: cp/decl.c:12774
16096 #, fuzzy
16097 msgid "default argument for `%#D' has type `%T'"
16098 msgstr "`%s' ¤ÎÂè°ì°ú¿ô¤Ï `int' ¤È¤¹¤Ù¤­¤Ç¤¹"
16099
16100 #: cp/decl.c:12777
16101 msgid "default argument for parameter of type `%T' has type `%T'"
16102 msgstr ""
16103
16104 #: cp/decl.c:12794
16105 msgid "default argument `%E' uses local variable `%D'"
16106 msgstr ""
16107
16108 #: cp/decl.c:12839
16109 #, fuzzy, c-format
16110 msgid "invalid string constant `%E'"
16111 msgstr "ÉÔÀµ¤Êʸ»úÎóÄê¿ô¤Ç¤¹"
16112
16113 #: cp/decl.c:12841
16114 msgid "invalid integer constant in parameter list, did you forget to give parameter name?"
16115 msgstr "²¾°ú¿ô¥ê¥¹¥È¤Ë̵¸ú¤ÊÀ°¿ôÄê¿ô¤¬¤¢¤ê¤Þ¤¹¡£²¾°ú¿ô̾¤òÍ¿¤¨Ëº¤ì¤¿¤Î¤Ç¤Ï¡©"
16116
16117 #: cp/decl.c:12879
16118 #, fuzzy
16119 msgid "parameter `%D' invalidly declared method type"
16120 msgstr "¥Ñ¥é¥á¥¿¤Ï¥á¥½¥Ã¥É¤Î·¿¤òÉÔÀµ¤ËÀë¸À¤·¤Þ¤·¤¿"
16121
16122 #: cp/decl.c:12885
16123 #, fuzzy
16124 msgid "parameter `%D' invalidly declared offset type"
16125 msgstr "¥Ñ¥é¥á¥¿¤¬¥ª¥Õ¥»¥Ã¥È¤Î·¿¤òÉÔÀµ¤ËÀë¸À¤·¤Þ¤·¤¿"
16126
16127 #: cp/decl.c:12909
16128 msgid "parameter `%D' includes %s to array of unknown bound `%T'"
16129 msgstr ""
16130
16131 #. [class.copy]
16132 #.
16133 #. A declaration of a constructor for a class X is ill-formed if
16134 #. its first parameter is of type (optionally cv-qualified) X
16135 #. and either there are no other parameters or else all other
16136 #. parameters have default arguments.
16137 #.
16138 #. We *don't* complain about member template instantiations that
16139 #. have this form, though; they can occur as we try to decide
16140 #. what constructor to use during overload resolution. Since
16141 #. overload resolution will never prefer such a constructor to
16142 #. the non-template copy constructor (which is either explicitly
16143 #. or implicitly defined), there's no need to worry about their
16144 #. existence. Theoretically, they should never even be
16145 #. instantiated, but that's hard to forestall.
16146 #: cp/decl.c:13071
16147 msgid "invalid constructor; you probably meant `%T (const %T&)'"
16148 msgstr ""
16149
16150 #: cp/decl.c:13222
16151 #, fuzzy
16152 msgid "`%D' must be a nonstatic member function"
16153 msgstr "`this' ¤ÏÀÅŪ¥á¥ó¥Ð´Ø¿ô¤«¤é»ÈÍѤǤ­¤Þ¤»¤ó"
16154
16155 #: cp/decl.c:13228
16156 msgid "`%D' must be either a non-static member function or a non-member function"
16157 msgstr ""
16158
16159 #: cp/decl.c:13245
16160 msgid "`%D' must have an argument of class or enumerated type"
16161 msgstr ""
16162
16163 #: cp/decl.c:13277
16164 #, c-format
16165 msgid "conversion to %s%s will never use a type conversion operator"
16166 msgstr "%s%s ¤Ø¤ÎÊÑ´¹¤Ç·¿ÊÑ´¹±é»»»Ò¤¬ÍøÍѤµ¤ì¤ë¤³¤È¤Ï·è¤·¤Æ¤¢¤ê¤Þ¤»¤ó"
16167
16168 #. 13.4.0.3
16169 #: cp/decl.c:13284
16170 #, fuzzy
16171 msgid "ISO C++ prohibits overloading operator ?:"
16172 msgstr "ISO C++ ¤Ï̵̾¹½Â¤ÂΤò¶Ø»ß¤·¤Æ¤¤¤Þ¤¹"
16173
16174 #: cp/decl.c:13334
16175 msgid "postfix `%D' must take `int' as its argument"
16176 msgstr ""
16177
16178 #: cp/decl.c:13338
16179 msgid "postfix `%D' must take `int' as its second argument"
16180 msgstr ""
16181
16182 #: cp/decl.c:13345
16183 #, fuzzy
16184 msgid "`%D' must take either zero or one argument"
16185 msgstr "`%s' ¤Ï 0 ¤« 2 ¸Ä¤Î°ú¿ô¤·¤«¤È¤ê¤Þ¤»¤ó"
16186
16187 #: cp/decl.c:13347
16188 #, fuzzy
16189 msgid "`%D' must take either one or two arguments"
16190 msgstr "`%s' ¤Ï 0 ¤« 2 ¸Ä¤Î°ú¿ô¤·¤«¤È¤ê¤Þ¤»¤ó"
16191
16192 #: cp/decl.c:13368
16193 msgid "prefix `%D' should return `%T'"
16194 msgstr ""
16195
16196 #: cp/decl.c:13374
16197 msgid "postfix `%D' should return `%T'"
16198 msgstr ""
16199
16200 #: cp/decl.c:13383
16201 msgid "`%D' must take `void'"
16202 msgstr ""
16203
16204 #: cp/decl.c:13385 cp/decl.c:13393
16205 #, fuzzy
16206 msgid "`%D' must take exactly one argument"
16207 msgstr "`%s' ¤Ï 0 ¤« 2 ¸Ä¤Î°ú¿ô¤·¤«¤È¤ê¤Þ¤»¤ó"
16208
16209 #: cp/decl.c:13395
16210 #, fuzzy
16211 msgid "`%D' must take exactly two arguments"
16212 msgstr "`%s' ¤Ï 0 ¤« 2 ¸Ä¤Î°ú¿ô¤·¤«¤È¤ê¤Þ¤»¤ó"
16213
16214 #: cp/decl.c:13403
16215 msgid "user-defined `%D' always evaluates both arguments"
16216 msgstr ""
16217
16218 #: cp/decl.c:13417
16219 msgid "`%D' should return by value"
16220 msgstr ""
16221
16222 #: cp/decl.c:13429 cp/decl.c:13432
16223 msgid "`%D' cannot have default arguments"
16224 msgstr ""
16225
16226 #: cp/decl.c:13475
16227 msgid "using typedef-name `%D' after `%s'"
16228 msgstr ""
16229
16230 #: cp/decl.c:13481
16231 #, fuzzy
16232 msgid "using template type parameter `%T' after `%s'"
16233 msgstr "%d ÈÖÌܤΰú¿ô¤¬ `%s' ¤Î·¿¤È¸ß´¹À­¤¬¤¢¤ê¤Þ¤»¤ó"
16234
16235 #: cp/decl.c:13542
16236 #, fuzzy
16237 msgid "`%s %T' declares a new type at namespace scope"
16238 msgstr "`%s %s' ¤Ï²¾°ú¿ô¥ê¥¹¥ÈÆâ¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
16239
16240 #: cp/decl.c:13545
16241 msgid " names from dependent base classes are not visible to unqualified name lookup - to refer to the inherited type, say `%s %T::%T'"
16242 msgstr ""
16243
16244 #: cp/decl.c:13663
16245 #, fuzzy
16246 msgid "use of enum `%#D' without previous declaration"
16247 msgstr "`%s' ¤Î¥»¥¯¥·¥ç¥ó¤ÏÁ°Êý¤Ç¤ËÀë¸À¤µ¤ì¤¿¤â¤Î¤È¾×Æͤ·¤Þ¤¹"
16248
16249 #: cp/decl.c:13749
16250 msgid "derived union `%T' invalid"
16251 msgstr ""
16252
16253 #: cp/decl.c:13795
16254 #, fuzzy
16255 msgid "base type `%T' fails to be a struct or class type"
16256 msgstr "`%s' ¤ò typedef ¤Þ¤¿¤ÏÁȤ߹þ¤ß·¿¤Ë¤Ç¤­¤Þ¤»¤ó"
16257
16258 #: cp/decl.c:13805
16259 #, fuzzy
16260 msgid "base class `%T' has incomplete type"
16261 msgstr "Îΰè `%s' ¤ÏÉÔ´°Á´¤Ê·¿¤Ç¤¹"
16262
16263 #: cp/decl.c:13813
16264 msgid "recursive type `%T' undefined"
16265 msgstr ""
16266
16267 #: cp/decl.c:13815
16268 #, fuzzy
16269 msgid "duplicate base type `%T' invalid"
16270 msgstr "½ÅÊ£¤·¤¿ case ¤ÎÃÍ"
16271
16272 #: cp/decl.c:13926
16273 #, fuzzy
16274 msgid "multiple definition of `%#T'"
16275 msgstr "`%s' ¤¬ºÆÄêµÁ¤µ¤ì¤Þ¤·¤¿"
16276
16277 #: cp/decl.c:13927
16278 #, fuzzy
16279 msgid "previous definition here"
16280 msgstr "`%s' ¤ÏÁ°¤Ë¤³¤³¤ÇÄêµÁ¤µ¤ì¤Þ¤·¤¿"
16281
16282 #: cp/decl.c:14030
16283 msgid "no integral type can represent all of the enumerator values for `%T'"
16284 msgstr ""
16285
16286 #: cp/decl.c:14106
16287 #, fuzzy
16288 msgid "enumerator value for `%D' not integer constant"
16289 msgstr "`%s' ¤ÎÎóµóÃͤ¬À°¿ôÄê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
16290
16291 #: cp/decl.c:14126
16292 #, fuzzy
16293 msgid "overflow in enumeration values at `%D'"
16294 msgstr "ÎóµóÃͤ¬¥ª¡¼¥Ð¡¼¥Õ¥í¡¼"
16295
16296 #: cp/decl.c:14195
16297 #, fuzzy
16298 msgid "return type `%#T' is incomplete"
16299 msgstr "Ìá¤êÃͤη¿¤¬ÉÔ´°Á´·¿¤Ç¤¹"
16300
16301 #: cp/decl.c:14309
16302 #, fuzzy
16303 msgid "semicolon missing after declaration of `%#T'"
16304 msgstr "%s Àë¸À¤Î¸å¤í¤Î¥»¥ß¥³¥í¥ó¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
16305
16306 #: cp/decl.c:14330
16307 msgid "return type for `main' changed to `int'"
16308 msgstr "`main' ¤Î return ·¿¤Ï `int' ¤ËÊѤ¨¤Þ¤·¤¿"
16309
16310 #: cp/decl.c:14361
16311 #, fuzzy
16312 msgid "`%D' implicitly declared before its definition"
16313 msgstr "`%s' ¤Ï¤½¤ÎÄêµÁ¤è¤ê¤â¸å¤Ç inline Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
16314
16315 #: cp/decl.c:14383 cp/typeck.c:6314
16316 msgid "`operator=' should return a reference to `*this'"
16317 msgstr ""
16318
16319 #: cp/decl.c:14643
16320 #, fuzzy
16321 msgid "parameter `%D' declared void"
16322 msgstr "²¾°ú¿ô `%s' ¤¬ void ¤ÈÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
16323
16324 #: cp/decl.c:15130
16325 msgid "`%D' is already defined in class `%T'"
16326 msgstr ""
16327
16328 #: cp/decl.c:15348
16329 #, fuzzy
16330 msgid "static member function `%#D' declared with type qualifiers"
16331 msgstr "¥Í¥¹¥È¤·¤¿´Ø¿ô `%s' ¤Ï `extern' ¤ËÀë¸À¤µ¤ì¤Þ¤·¤¿"
16332
16333 #: cp/decl2.c:153
16334 #, fuzzy, c-format
16335 msgid "duplicate type qualifiers in %s declaration"
16336 msgstr "°ì¤Ä¤ÎÀë¸À¤ËÊ£¿ô¤Î·¿¤¬¤¢¤ê¤Þ¤¹"
16337
16338 #: cp/decl2.c:192
16339 msgid "template `%#D' instantiated in file without #pragma interface"
16340 msgstr ""
16341
16342 #: cp/decl2.c:198
16343 msgid "template `%#D' defined in file without #pragma interface"
16344 msgstr ""
16345
16346 #: cp/decl2.c:365
16347 msgid "name missing for member function"
16348 msgstr "¥á¥ó¥Ð´Ø¿ô¤Î̾Á°¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
16349
16350 #. Something has gone very wrong. Assume we are mistakenly reducing
16351 #. an expression instead of a declaration.
16352 #: cp/decl2.c:428
16353 msgid "parser may be lost: is there a '{' missing somewhere?"
16354 msgstr "¹½Ê¸²òÀϴ郎Ì»Ҥˤʤ俤褦¤Ç¤¹: ¤É¤³¤«¤Ç '{' ¤ò˺¤ì¤Æ¤¤¤ë¤Î¤Ç¤Ï¡©"
16355
16356 #: cp/decl2.c:459 cp/decl2.c:473
16357 msgid "ambiguous conversion for array subscript"
16358 msgstr "ÇÛÎó¤Îź»ú¤ËÂФ¹¤ëÛ£Ëæ¤ÊÊÑ´¹"
16359
16360 #: cp/decl2.c:467
16361 #, fuzzy
16362 msgid "invalid types `%T[%T]' for array subscript"
16363 msgstr "ÇÛÎó¤Îź»ú¤ËÂФ¹¤ëÛ£Ëæ¤ÊÊÑ´¹"
16364
16365 #: cp/decl2.c:515
16366 msgid "type `%#T' argument given to `delete', expected pointer"
16367 msgstr ""
16368
16369 #: cp/decl2.c:523
16370 msgid "anachronistic use of array size in vector delete"
16371 msgstr "¥Ù¥¯¥È¥ë¤Î delete ¤ÇÇÛÎó¥µ¥¤¥º¤ò»È¤¦¤Î¤ÏÁ°»þÂåŪ¤Ç¤¹"
16372
16373 #: cp/decl2.c:533
16374 msgid "cannot delete a function. Only pointer-to-objects are valid arguments to `delete'"
16375 msgstr "´Ø¿ô¤Ï delete ¤Ç¤­¤Þ¤»¤ó¡£ ¥ª¥Ö¥¸¥§¥¯¥È¤Ø¤Î¥Ý¥¤¥ó¥¿¤À¤±¤¬ `delete' °ú¿ô¤È¤·¤ÆÍ­¸ú¤Ç¤¹"
16376
16377 #: cp/decl2.c:540
16378 #, fuzzy
16379 msgid "deleting `%T' is undefined"
16380 msgstr "`%s' ¤Ç¤Î±é»»¤¬ÄêµÁ¤µ¤ì¤Æ¤¤¤Ê¤¤¤È»×¤ï¤ì¤Þ¤¹"
16381
16382 #: cp/decl2.c:548
16383 msgid "deleting array `%#D'"
16384 msgstr ""
16385
16386 #. 14.5.2.2 [temp.mem]
16387 #.
16388 #. A local class shall not have member templates.
16389 #: cp/decl2.c:582
16390 msgid "invalid declaration of member template `%#D' in local class"
16391 msgstr ""
16392
16393 #: cp/decl2.c:591
16394 #, fuzzy
16395 msgid "invalid use of `virtual' in template declaration of `%#D'"
16396 msgstr "ÉÔ´°Á´¤Ê typedef `%s' ¤Î»ÈÍѤÏÉÔŬÀڤǤ¹"
16397
16398 #: cp/decl2.c:601 cp/pt.c:2745
16399 #, fuzzy
16400 msgid "template declaration of `%#D'"
16401 msgstr "`%s' ¤¬ºÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
16402
16403 #: cp/decl2.c:651
16404 msgid "Java method '%D' has non-Java return type `%T'"
16405 msgstr ""
16406
16407 #: cp/decl2.c:660
16408 msgid "Java method '%D' has non-Java parameter type `%T'"
16409 msgstr ""
16410
16411 #: cp/decl2.c:746
16412 msgid "prototype for `%#D' does not match any in class `%T'"
16413 msgstr ""
16414
16415 #: cp/decl2.c:828
16416 msgid "local class `%#T' shall not have static data member `%#D'"
16417 msgstr ""
16418
16419 #: cp/decl2.c:836
16420 msgid "initializer invalid for static member with constructor"
16421 msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤ÎÀÅŪ¥á¥ó¥Ð½é´ü²½»Ò¤Ï̵¸ú¤Ç¤¹"
16422
16423 #: cp/decl2.c:839
16424 msgid "(an out of class initialization is required)"
16425 msgstr "(¥¯¥é¥¹³°¤Ç¤Î½é´ü²½¤òɬÍפȤ·¤Þ¤¹)"
16426
16427 #: cp/decl2.c:898
16428 #, fuzzy
16429 msgid "invalid data member initialization"
16430 msgstr "̵¸ú¤Ê `#pragma implementation'"
16431
16432 #: cp/decl2.c:901
16433 msgid "(use `=' to initialize static data members)"
16434 msgstr ""
16435
16436 #: cp/decl2.c:947
16437 msgid "member `%D' conflicts with virtual function table field name"
16438 msgstr ""
16439
16440 #: cp/decl2.c:967
16441 msgid "`%D' is already defined in `%T'"
16442 msgstr ""
16443
16444 #: cp/decl2.c:1014
16445 msgid "field initializer is not constant"
16446 msgstr "¥Õ¥£¡¼¥ë¥É½é´üÀßÄê»Ò¤¬Äê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
16447
16448 #: cp/decl2.c:1038
16449 msgid "`asm' specifiers are not permitted on non-static data members"
16450 msgstr ""
16451
16452 #: cp/decl2.c:1090
16453 #, fuzzy
16454 msgid "cannot declare `%D' to be a bit-field type"
16455 msgstr "`::main' ¤ò template ¤È¤·¤Æ¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
16456
16457 #: cp/decl2.c:1100
16458 #, fuzzy
16459 msgid "cannot declare bit-field `%D' with function type"
16460 msgstr "´Ø¿ô·¿¤ËÂФ·¤Æ new ¤òŬÍѤǤ­¤Þ¤»¤ó"
16461
16462 #: cp/decl2.c:1107
16463 msgid "`%D' is already defined in the class %T"
16464 msgstr ""
16465
16466 #: cp/decl2.c:1114
16467 #, fuzzy
16468 msgid "static member `%D' cannot be a bit-field"
16469 msgstr "static `%s' ¤ò mutable ¤È¤·¤ÆÀë¸À¤Ç¤­¤Þ¤»¤ó"
16470
16471 #: cp/decl2.c:1201
16472 #, fuzzy
16473 msgid "initializer specified for non-member function `%D'"
16474 msgstr "½é´ü²½»Ò¥ê¥¹¥È¤ÏÈó¥á¥ó¥Ð´Ø¿ô¤Ç¤Ï»È¤¨¤Þ¤»¤ó"
16475
16476 #: cp/decl2.c:1205
16477 #, fuzzy
16478 msgid "invalid initializer for virtual method `%D'"
16479 msgstr "̵¸ú¤Ê¥Ó¥Ã¥ÈÎó½é´ü²½»Ò¤Ç¤¹"
16480
16481 #: cp/decl2.c:1319
16482 msgid "anonymous struct not inside named type"
16483 msgstr "̵̾¹½Â¤ÂΤ¬Ì¾Á°¤Ä¤­·¿¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
16484
16485 #: cp/decl2.c:1415
16486 msgid "namespace-scope anonymous aggregates must be static"
16487 msgstr "anonumous ̾Á°¶õ´Ö¤Î½¸¹çÂÎ¤Ï static ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
16488
16489 #: cp/decl2.c:1428
16490 msgid "anonymous aggregate with no members"
16491 msgstr "̵̾¶¦ÍÑÂΤ˥á¥ó¥Ð¤¬¤¢¤ê¤Þ¤»¤ó"
16492
16493 #: cp/decl2.c:1497
16494 #, fuzzy
16495 msgid "`operator new' must return type `%T'"
16496 msgstr "`operator delete' ¤ÎÌá¤ê·¿¤Ï `void' ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
16497
16498 #: cp/decl2.c:1505
16499 #, fuzzy
16500 msgid "`operator new' takes type `size_t' (`%T') as first parameter"
16501 msgstr "`operator new' ¤ÏÂè°ì°ú¿ô¤È¤·¤Æ `size_t' ¤ò¤È¤ê¤Þ¤¹"
16502
16503 #: cp/decl2.c:1532
16504 #, fuzzy
16505 msgid "`operator delete' must return type `%T'"
16506 msgstr "`operator delete' ¤ÎÌá¤ê·¿¤Ï `void' ¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
16507
16508 #: cp/decl2.c:1540
16509 #, fuzzy
16510 msgid "`operator delete' takes type `%T' as first parameter"
16511 msgstr "`operator delete' ¤ÏÂè°ì°ú¿ô¤È¤·¤Æ `void *' ·¿¤ò¤È¤ê¤Þ¤¹"
16512
16513 #. Overflow occurred. That means there are at least 4 billion
16514 #. initialization functions.
16515 #: cp/decl2.c:2282
16516 msgid "too many initialization functions required"
16517 msgstr "ɬÍפȤµ¤ì¤ë½é´ü²½´Ø¿ô¤Î¿ô¤¬Â¿¤¹¤®¤Þ¤¹"
16518
16519 #: cp/decl2.c:3006
16520 #, fuzzy
16521 msgid "inline function `%D' used but never defined"
16522 msgstr "`%s' ¤¬»È¤ï¤ì¤Þ¤·¤¿¤¬Ì¤ÄêµÁ¤Ç¤¹"
16523
16524 #: cp/decl2.c:3135
16525 msgid "use of old-style cast"
16526 msgstr "¸Å¤¤¥¹¥¿¥¤¥ë¤Î¥­¥ã¥¹¥È¤ò»ÈÍѤ·¤Æ¤¤¤Þ¤¹"
16527
16528 #: cp/decl2.c:3860
16529 #, fuzzy
16530 msgid "use of `%D' is ambiguous"
16531 msgstr "%s: ¥ª¥×¥·¥ç¥ó `%s' ¤Ï¤¢¤¤¤Þ¤¤¤Ç¤¹\n"
16532
16533 #: cp/decl2.c:3861
16534 msgid " first declared as `%#D' here"
16535 msgstr ""
16536
16537 #: cp/decl2.c:3864
16538 msgid " also declared as `%#D' here"
16539 msgstr ""
16540
16541 #: cp/decl2.c:3879
16542 msgid "`%D' denotes an ambiguous type"
16543 msgstr ""
16544
16545 #: cp/decl2.c:3880
16546 #, fuzzy
16547 msgid " first type here"
16548 msgstr " ¤³¤³¤«¤é"
16549
16550 #: cp/decl2.c:3881
16551 msgid " other type here"
16552 msgstr ""
16553
16554 #: cp/decl2.c:3982
16555 #, fuzzy
16556 msgid "declaration of `%D' not in a namespace surrounding `%D'"
16557 msgstr "`%s' ¤ÎÀë¸À¤Ë¤è¤ê `this' ¤Î¥á¥ó¥Ð¤¬Ê¤¤¤±£¤µ¤ì¤Þ¤¹"
16558
16559 #: cp/decl2.c:4016
16560 msgid "`%D' should have been declared inside `%D'"
16561 msgstr ""
16562
16563 #: cp/decl2.c:4152
16564 #, fuzzy
16565 msgid "`%D' is not a function,"
16566 msgstr "`%s' ¤ÏÄ̾ï¤Ï´Ø¿ô¤Ç¤¹"
16567
16568 #: cp/decl2.c:4153
16569 #, fuzzy
16570 msgid " conflict with `%D'"
16571 msgstr "`%s' ¤Ï `-g%s' ¤È¶¥¹ç¤¹¤ë¤¿¤á̵»ë¤µ¤ì¤Þ¤·¤¿"
16572
16573 #. The parser did not find it, so it's not there.
16574 #: cp/decl2.c:4473
16575 #, fuzzy
16576 msgid "unknown namespace `%D'"
16577 msgstr "ÉÔÌÀ¤Ê #pragma namespace %s ¤Ç¤¹"
16578
16579 #: cp/decl2.c:4507 cp/decl2.c:4794
16580 msgid "`%T' is not a namespace"
16581 msgstr ""
16582
16583 #: cp/decl2.c:4509
16584 msgid "`%D' is not a namespace"
16585 msgstr ""
16586
16587 #: cp/decl2.c:4518
16588 msgid "a using-declaration cannot specify a template-id. Try `using %D'"
16589 msgstr ""
16590
16591 #: cp/decl2.c:4532
16592 #, fuzzy
16593 msgid "namespace `%D' not allowed in using-declaration"
16594 msgstr "`%s' ¤ÏÀë¸À¤Î»Ï¤Þ¤ê¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
16595
16596 #: cp/decl2.c:4561
16597 #, fuzzy
16598 msgid "`%D' not declared"
16599 msgstr "`%s' ¤ÏÁ°¤Ë¤³¤³¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
16600
16601 #. If the OLD_FN was really declared, the
16602 #. declarations don't match.
16603 #: cp/decl2.c:4573 cp/decl2.c:4615 cp/decl2.c:4640
16604 msgid "`%D' is already declared in this scope"
16605 msgstr ""
16606
16607 #: cp/decl2.c:4646
16608 msgid "using declaration `%D' introduced ambiguous type `%T'"
16609 msgstr ""
16610
16611 #: cp/decl2.c:4740
16612 msgid "using-declaration for non-member at class scope"
16613 msgstr ""
16614
16615 #: cp/decl2.c:4746
16616 #, fuzzy
16617 msgid "using-declaration for destructor"
16618 msgstr "¥á¥½¥Ã¥É `%s' ¤ÎÀë¸À¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹¡£"
16619
16620 #: cp/decl2.c:4752
16621 msgid "a using-declaration cannot specify a template-id. Try `using %T::%D'"
16622 msgstr ""
16623
16624 #: cp/decl2.c:4788
16625 #, fuzzy
16626 msgid "namespace `%T' undeclared"
16627 msgstr "²¾°ú¿ô `%s' ¤¬ void ¤ÈÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
16628
16629 #: cp/decl2.c:4817
16630 #, fuzzy
16631 msgid "default argument missing for parameter %P of `%+#D'"
16632 msgstr "²¾°ú¿ô¥ê¥¹¥È¤«¤é¤Î²¾°ú¿ô̾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
16633
16634 #: cp/decl2.c:4941
16635 msgid "extra qualification `%T::' on member `%D' ignored"
16636 msgstr ""
16637
16638 #: cp/decl2.c:4945
16639 msgid "`%T' does not have a class or union named `%D'"
16640 msgstr ""
16641
16642 #: cp/decl2.c:4963
16643 #, fuzzy
16644 msgid "`%T' is not a class or union type"
16645 msgstr "ISO C ¤Ï¶¦ÍÑÂη¿¤Ø¤Î¥­¥ã¥¹¥È¤ò¶Ø¤¸¤Þ¤¹"
16646
16647 #: cp/decl2.c:4977
16648 #, fuzzy
16649 msgid "template argument is required for `%T'"
16650 msgstr "¥ì¥¸¥¹¥¿Ì¾¤¬ `%s' ÍѤ˻ØÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó"
16651
16652 #: cp/decl2.c:4995
16653 msgid "declaration of `%D' in `%D' which does not enclose `%D'"
16654 msgstr ""
16655
16656 #: cp/error.c:35
16657 #, c-format
16658 msgid "`%s' not supported by %s"
16659 msgstr "`%s' ¤Ï %s ¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
16660
16661 #: cp/error.c:571
16662 #, c-format
16663 msgid "<anonymous %s>"
16664 msgstr "<̵̾ %s>"
16665
16666 #: cp/error.c:810
16667 #, c-format
16668 msgid "(static %s for %s)"
16669 msgstr "(ÀÅŪ%s: %s ÍÑ)"
16670
16671 #: cp/error.c:1503
16672 #, c-format
16673 msgid "\\x%x"
16674 msgstr ""
16675
16676 #: cp/error.c:2473
16677 #, c-format
16678 msgid "In %s `%s':"
16679 msgstr "%s Æâ¤Î `%s':"
16680
16681 #: cp/error.c:2530
16682 #, c-format
16683 msgid "%s: In instantiation of `%s':\n"
16684 msgstr "%s: `%s' ¤Î½é´ü²½:\n"
16685
16686 #: cp/error.c:2554
16687 #, c-format
16688 msgid "%s:%d: instantiated from `%s'\n"
16689 msgstr "%s:%d: `%s' ¤«¤é¼ÂÂ⽤µ¤ì¤Þ¤·¤¿\n"
16690
16691 #: cp/error.c:2559
16692 #, c-format
16693 msgid "%s:%d: instantiated from here\n"
16694 msgstr "%s:%d: ¤³¤³¤Ç¼ÂÂ⽤µ¤ì¤Þ¤·¤¿\n"
16695
16696 #. damn ICE suppression
16697 #: cp/error.c:2713
16698 #, c-format
16699 msgid "unexpected letter `%c' in locate_error\n"
16700 msgstr ""
16701
16702 #. Can't throw a reference.
16703 #: cp/except.c:240
16704 msgid "type `%T' is disallowed in Java `throw' or `catch'"
16705 msgstr ""
16706
16707 #: cp/except.c:251
16708 msgid "call to Java `catch' or `throw' with `jthrowable' undefined"
16709 msgstr "Java `catch' ¤ä `throw' ¤¬¸Æ¤Ð¤ì¤Þ¤·¤¿¤¬¡¢`jthrowable' ¤Ï̤ÄêµÁ¤Ç¤¹"
16710
16711 #. Thrown object must be a Throwable.
16712 #: cp/except.c:258
16713 msgid "type `%T' is not derived from `java::lang::Throwable'"
16714 msgstr ""
16715
16716 #: cp/except.c:322
16717 msgid "mixing C++ and Java catches in a single translation unit"
16718 msgstr "C++ ¤È Java ¤Î `catch' ¤ò°ì¤Ä¤ÎËÝÌõ¥æ¥Ë¥Ã¥È¤Ë¤Þ¤È¤á¤Þ¤¹"
16719
16720 #: cp/except.c:639
16721 msgid "throwing NULL, which has integral, not pointer type"
16722 msgstr ""
16723
16724 #: cp/except.c:730
16725 msgid " in thrown expression"
16726 msgstr " throw ¤µ¤ì¤¿¼°¤ÎÃæ"
16727
16728 #: cp/except.c:856
16729 msgid "expression '%E' of abstract class type '%T' cannot be used in throw-expression"
16730 msgstr ""
16731
16732 #: cp/except.c:944
16733 msgid "exception of type `%T' will be caught"
16734 msgstr ""
16735
16736 #: cp/except.c:947
16737 msgid " by earlier handler for `%T'"
16738 msgstr ""
16739
16740 #: cp/except.c:968
16741 msgid "`...' handler must be the last handler for its try block"
16742 msgstr ""
16743
16744 #: cp/friend.c:159
16745 #, fuzzy
16746 msgid "`%D' is already a friend of class `%T'"
16747 msgstr "'%s' ¥¯¥é¥¹¤ò¸«¤Ä¤±¤ë¤Î¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
16748
16749 #: cp/friend.c:161
16750 #, fuzzy
16751 msgid "previous friend declaration of `%D'"
16752 msgstr "Á°Êý¤Ç¤Î `%s' ¤ÎÀë¸À"
16753
16754 #: cp/friend.c:206
16755 #, fuzzy
16756 msgid "invalid type `%T' declared `friend'"
16757 msgstr "ÊÑ¿ô `%s' ¤¬ `inline' ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
16758
16759 #. [temp.friend]
16760 #. Friend declarations shall not declare partial
16761 #. specializations.
16762 #: cp/friend.c:222
16763 #, fuzzy
16764 msgid "partial specialization `%T' declared `friend'"
16765 msgstr "ÊÑ¿ô `%s' ¤¬ `inline' ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
16766
16767 #: cp/friend.c:231
16768 msgid "class `%T' is implicitly friends with itself"
16769 msgstr ""
16770
16771 #. template <class T> friend typename S<T>::X;
16772 #: cp/friend.c:249
16773 #, fuzzy
16774 msgid "typename type `%#T' declared `friend'"
16775 msgstr "²¾°ú¿ô `%s' ¤¬ void ¤ÈÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
16776
16777 #. template <class T> friend class T;
16778 #: cp/friend.c:255
16779 #, fuzzy
16780 msgid "template parameter type `%T' declared `friend'"
16781 msgstr "²¾°ú¿ô `%s' ¤¬ void ¤ÈÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
16782
16783 #. template <class T> friend class A; where A is not a template
16784 #: cp/friend.c:261
16785 #, fuzzy
16786 msgid "`%#T' is not a template"
16787 msgstr "¥Æ¥ó¥×¥ì¡¼¥ÈÆâ¤Ç `%s' ¤ò»ÈÍѤ·¤Æ¤¤¤Þ¤¹"
16788
16789 #: cp/friend.c:276
16790 msgid "`%T' is already a friend of `%T'"
16791 msgstr ""
16792
16793 #: cp/friend.c:376
16794 msgid "member `%D' declared as friend before type `%T' defined"
16795 msgstr ""
16796
16797 #: cp/friend.c:431
16798 #, fuzzy
16799 msgid "friend declaration `%#D' declares a non-template function"
16800 msgstr "ÁȤ߹þ¤ß´Ø¿ô `%s' ¤ÏÈó´Ø¿ô¤È¤·¤ÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
16801
16802 #: cp/friend.c:434
16803 #, fuzzy
16804 msgid "(if this is not what you intended, make sure the function template has already been declared and add <> after the function name here) -Wno-non-template-friend disables this warning"
16805 msgstr "¡Ê¤â¤·¤³¤ì¤¬¤¢¤Ê¤¿¤Î°Õ¿Þ¤·¤¿¤â¤Î¤Ç¤Ê¤±¤ì¤Ð¡¢´Ø¿ô¥Æ¥ó¥×¥ì¡¼¥È¤Ï´û¤ËÀë¸ÀºÑ¤Ç¤¢¤ë»ö¤ò³Îǧ¤·¡¢¤³¤³¤Î´Ø¿ô̾¤Î¸å¤í¤Ë <> ¤òÉÕ¤±Â­¤·¤Æ¤¯¤À¤µ¤¤¡Ë -Wno-non-template-friend ¤Ç¤³¤Î·Ù¹ðɽ¼¨¤ò̵¸ú¤Ë¤·¤Þ¤¹"
16806
16807 #: cp/g++spec.c:211 java/jvspec.c:423
16808 #, c-format
16809 msgid "argument to `%s' missing\n"
16810 msgstr "`%s' ¤Ø¤Î°ú¿ô¤ò·ç¤¤¤Æ¤¤¤Þ¤¹\n"
16811
16812 #: cp/init.c:334
16813 msgid "`%D' should be initialized in the member initialization list"
16814 msgstr ""
16815
16816 #: cp/init.c:384
16817 msgid "default-initialization of `%#D', which has reference type"
16818 msgstr ""
16819
16820 #: cp/init.c:389
16821 #, fuzzy
16822 msgid "uninitialized reference member `%D'"
16823 msgstr "¥á¥ó¥Ð `%s' ¤ËÂФ¹¤ë̵¸ú¤Ê½é´üÃÍ"
16824
16825 #: cp/init.c:397
16826 msgid "initializer list treated as compound expression"
16827 msgstr "½é´ü²½»Ò¥ê¥¹¥È¤ÏÊ£¹ç¼°¤È¤·¤Æ¼è¤ê°·¤ï¤ì¤Þ¤·¤¿"
16828
16829 #: cp/init.c:538
16830 msgid "`%D' will be initialized after"
16831 msgstr ""
16832
16833 #: cp/init.c:541
16834 #, fuzzy
16835 msgid "base `%T' will be initialized after"
16836 msgstr "²¾°ú¿ô `%s' ¤¬½é´ü²½¤µ¤ì¤Þ¤·¤¿"
16837
16838 #: cp/init.c:544
16839 msgid " `%#D'"
16840 msgstr ""
16841
16842 #: cp/init.c:546
16843 msgid " base `%T'"
16844 msgstr ""
16845
16846 #: cp/init.c:564
16847 #, fuzzy
16848 msgid "multiple initializations given for base `%T'"
16849 msgstr "(`%s' ¤Î½é´ü²½¤ÏÉÔ´°Á´¤Ç¤¹)"
16850
16851 #: cp/init.c:631
16852 #, fuzzy
16853 msgid "initializations for multiple members of `%T'"
16854 msgstr "²ÄÊÑÇÛÎó¥á¥ó¥Ð¤ò½é´ü²½¤·¤Æ¤¤¤Þ¤¹"
16855
16856 #: cp/init.c:688
16857 msgid "base class `%#T' should be explicitly initialized in the copy constructor"
16858 msgstr ""
16859
16860 #: cp/init.c:926
16861 msgid "class `%T' does not have any field named `%D'"
16862 msgstr ""
16863
16864 #: cp/init.c:932
16865 msgid "field `%#D' is static; the only point of initialization is its definition"
16866 msgstr ""
16867
16868 #: cp/init.c:965
16869 #, fuzzy
16870 msgid "unnamed initializer for `%T', which has no base classes"
16871 msgstr "´ðÄ쥯¥é¥¹¤ò»ý¤Ä¥¯¥é¥¹¤Î¥ª¥Ö¥¸¥§¥¯¥ÈÍѤνé´ü²½»Ò¥ê¥¹¥È¤Ç¤¹"
16872
16873 #: cp/init.c:972
16874 msgid "unnamed initializer for `%T', which uses multiple inheritance"
16875 msgstr ""
16876
16877 #: cp/init.c:1007
16878 msgid "type `%D' is not a direct or virtual base of `%T'"
16879 msgstr ""
16880
16881 #: cp/init.c:1010
16882 msgid "type `%D' is not a direct base of `%T'"
16883 msgstr ""
16884
16885 #. Handle bad initializers like:
16886 #. class COMPLEX {
16887 #. public:
16888 #. double re, im;
16889 #. COMPLEX(double r = 0.0, double i = 0.0) {re = r; im = i;};
16890 #. ~COMPLEX() {};
16891 #. };
16892 #.
16893 #. int main(int argc, char **argv) {
16894 #. COMPLEX zees(1.0, 0.0)[10];
16895 #. }
16896 #.
16897 #: cp/init.c:1104
16898 msgid "bad array initializer"
16899 msgstr "ÇÛÎó¤ÎÉÔÀµ¤Ê½é´ü²½"
16900
16901 #: cp/init.c:1311
16902 #, fuzzy
16903 msgid "`%T' is not an aggregate type"
16904 msgstr "È󽸹çÂη¿¤ËÂФ·¤ÆŬÍѤµ¤ì¤¿ `sigof'"
16905
16906 #: cp/init.c:1334
16907 #, fuzzy
16908 msgid "`%T' fails to be an aggregate typedef"
16909 msgstr "È󽸹çÂη¿¤ËÂФ·¤ÆŬÍѤµ¤ì¤¿ `sigof'"
16910
16911 #: cp/init.c:1343
16912 #, fuzzy
16913 msgid "type `%T' is of non-aggregate type"
16914 msgstr "È󽸹çÂη¿¤ËÂФ·¤ÆŬÍѤµ¤ì¤¿ `sigof'"
16915
16916 #: cp/init.c:1446
16917 msgid "cannot call destructor `%T::~%T' without object"
16918 msgstr ""
16919
16920 #: cp/init.c:1490
16921 #, fuzzy
16922 msgid "invalid use of non-static field `%D'"
16923 msgstr "ÉÔ´°Á´¤Ê typedef `%s' ¤Î»ÈÍѤÏÉÔŬÀڤǤ¹"
16924
16925 #. We can get here when processing a bad default
16926 #. argument, like:
16927 #. struct S { int a; void f(int i = a); }
16928 #: cp/init.c:1499 cp/method.c:160
16929 #, fuzzy
16930 msgid "invalid use of member `%D'"
16931 msgstr "¥á¥ó¥Ð `%s' ¤ËÂФ¹¤ë̵¸ú¤Ê½é´üÃÍ"
16932
16933 #: cp/init.c:1509
16934 #, fuzzy
16935 msgid "no method `%T::%D'"
16936 msgstr "¥á¥½¥Ã¥É `%s' Æâ:"
16937
16938 #: cp/init.c:1602
16939 msgid "incomplete type `%T' does not have member `%D'"
16940 msgstr ""
16941
16942 #: cp/init.c:1676
16943 #, fuzzy
16944 msgid "`%D' is not a member of type `%T'"
16945 msgstr "%s ¤Ë `%s' ¤È¤¤¤¦Ì¾Á°¤Î¥á¥ó¥Ð¤Ï¤¢¤ê¤Þ¤»¤ó"
16946
16947 #: cp/init.c:1695
16948 #, fuzzy
16949 msgid "invalid pointer to bit-field `%D'"
16950 msgstr "̵¸ú¤Ê¼±ÊÌ»Ò `%s'"
16951
16952 #: cp/init.c:1734
16953 msgid "object missing in use of pointer-to-member construct"
16954 msgstr "¥á¥ó¥Ð¤Ø¤Î¥Ý¥¤¥ó¥¿¹½ÃۤλÈÍѤǥª¥Ö¥¸¥§¥¯¥È¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
16955
16956 #: cp/init.c:1774
16957 msgid "member `%D' is non-static but referenced as a static member"
16958 msgstr ""
16959
16960 #: cp/init.c:1776 cp/typeck.c:2826 cp/typeck.c:2930
16961 msgid "at this point in file"
16962 msgstr "¥Õ¥¡¥¤¥ë¤Î¤³¤Î°ÌÃÖ"
16963
16964 #: cp/init.c:1813
16965 #, fuzzy, c-format
16966 msgid "object missing in `%E'"
16967 msgstr "`%s' ¤Ç¤ÎÇÛÎó¥µ¥¤¥º¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
16968
16969 #: cp/init.c:1944
16970 msgid "new of array type fails to specify size"
16971 msgstr "ÇÛÎ󷿤Πnew ¤Ï¥µ¥¤¥º¤Î»ØÄê¤Ë¼ºÇÔ¤·¤Þ¤¹"
16972
16973 #: cp/init.c:1955
16974 msgid "size in array new must have integral type"
16975 msgstr "ÇÛÎó new ¤Ç¤Î¥µ¥¤¥º¤Ï´°Á´¤Ê·¿¤ò»ý¤¿¤Í¤Ð¤Ê¤ê¤Þ¤»¤ó"
16976
16977 #: cp/init.c:1961
16978 msgid "zero size array reserves no space"
16979 msgstr "¥µ¥¤¥º¥¼¥í¤ÎÇÛÎó¤Ï¶õ´Ö¤ò³ÎÊݤ·¤Þ¤»¤ó"
16980
16981 #: cp/init.c:2026
16982 msgid "new cannot be applied to a reference type"
16983 msgstr "»²¾È·¿¤ËÂФ·¤Æ new ¤òŬÍѤǤ­¤Þ¤»¤ó"
16984
16985 #: cp/init.c:2032
16986 msgid "new cannot be applied to a function type"
16987 msgstr "´Ø¿ô·¿¤ËÂФ·¤Æ new ¤òŬÍѤǤ­¤Þ¤»¤ó"
16988
16989 #: cp/init.c:2079
16990 msgid "call to Java constructor, while `jclass' undefined"
16991 msgstr "Java ¥³¥ó¥¹¥È¥é¥¯¥¿¤¬¸Æ¤Ð¤ì¤Þ¤·¤¿¤¬¡¢`jclass' ¤Ï̤ÄêµÁ¤Ç¤¹"
16992
16993 #: cp/init.c:2095
16994 #, fuzzy
16995 msgid "can't find class$"
16996 msgstr "class$ ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
16997
16998 #: cp/init.c:2209
16999 msgid "invalid type `void' for new"
17000 msgstr "new ¤ËÂФ·¤Æ̵¸ú¤Ê·¿¤Ç¤¢¤ë `void'"
17001
17002 #: cp/init.c:2261
17003 #, c-format
17004 msgid "call to Java constructor with `%s' undefined"
17005 msgstr "Java ¥³¥ó¥¹¥È¥é¥¯¥¿¤¬¸Æ¤Ð¤ì¤Þ¤·¤¿¤¬¡¢`%s' ¤Ï̤ÄêµÁ¤Ç¤¹"
17006
17007 #: cp/init.c:2369
17008 #, fuzzy
17009 msgid "ISO C++ forbids initialization in array new"
17010 msgstr "ISO C++ ¤Ï new ¼°¤Î½é´ü²½¤Ç¤Î `=' ¤ò¶Ø¤¸¤Þ¤¹"
17011
17012 #: cp/init.c:2391 cp/typeck2.c:367 cp/typeck2.c:1208
17013 msgid "initializer list being treated as compound expression"
17014 msgstr "½é´ü²½»Ò¥ê¥¹¥È¤¬Ê£¹ç¼°¤È¤·¤Æ¼è¤ê°·¤ï¤ì¤è¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
17015
17016 #: cp/init.c:2397
17017 msgid "ISO C++ forbids aggregate initializer to new"
17018 msgstr "ISO C++ ¤Ï new ¤Ø¤Î½¸¹çÂνé´ü²½»Ò¤ò¶Ø¤¸¤Þ¤¹"
17019
17020 #: cp/init.c:2485
17021 #, fuzzy
17022 msgid "uninitialized const in `new' of `%#T'"
17023 msgstr "½é´ü²½»Ò¤Ï `%s' ¤Î¥µ¥¤¥º¤ÎÆÃÄê¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
17024
17025 #: cp/init.c:2864
17026 msgid "initializer ends prematurely"
17027 msgstr "½é´üÀßÄê»Ò¤ÎËöÈø¤¬ËÜÍè¤è¤êÁ᤯½Ð¸½¤·¤Þ¤·¤¿"
17028
17029 #: cp/init.c:2934
17030 msgid "cannot initialize multi-dimensional array with initializer"
17031 msgstr "¿¼¡¸µÇÛÎó¤Ï½é´ü²½»Ò¤Ç½é´ü²½¤¹¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó"
17032
17033 #: cp/init.c:3124
17034 msgid "unknown array size in delete"
17035 msgstr "delete ¤Ç¤ÎÇÛÎó¥µ¥¤¥º¤¬ÉÔÌÀ¤Ç¤¹"
17036
17037 #: cp/init.c:3389
17038 msgid "type to vector delete is neither pointer or array type"
17039 msgstr "¥Ù¥¯¥È¥ë·¿¤Î delete ¤Ç¤¹¤¬¡¢¥Ý¥¤¥ó¥¿¤Ç¤âÇÛÎ󷿤Ǥ⤢¤ê¤Þ¤»¤ó"
17040
17041 #: cp/lex.c:136
17042 msgid "type name expected before `*'"
17043 msgstr "`*' ¤ÎÁ°¤Ë·¿¤Î̾Á°¤¬¤¢¤ë¤Ù¤­¤Ç¤¹"
17044
17045 #: cp/lex.c:158
17046 msgid "cannot declare references to references"
17047 msgstr "»²¾È¤ò»²¾È¤È¤·¤ÆÀë¸À¤Ç¤­¤Þ¤»¤ó"
17048
17049 #: cp/lex.c:163
17050 msgid "cannot declare pointers to references"
17051 msgstr "¥Ý¥¤¥ó¥¿¤ò»²¾È¤È¤·¤ÆÀë¸À¤Ç¤­¤Þ¤»¤ó"
17052
17053 #: cp/lex.c:167
17054 msgid "type name expected before `&'"
17055 msgstr "`&' ¤ÎÁ°¤Ë·¿¤Î̾Á°¤¬¤¢¤ë¤Ù¤­¤Ç¤¹"
17056
17057 #: cp/lex.c:894
17058 #, c-format
17059 msgid "semicolon missing after %s declaration"
17060 msgstr "%s Àë¸À¤Î¸å¤í¤Î¥»¥ß¥³¥í¥ó¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
17061
17062 #: cp/lex.c:897
17063 #, fuzzy
17064 msgid "semicolon missing after declaration of `%T'"
17065 msgstr "%s Àë¸À¤Î¸å¤í¤Î¥»¥ß¥³¥í¥ó¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
17066
17067 #: cp/lex.c:945
17068 #, c-format
17069 msgid "junk at end of #pragma %s"
17070 msgstr "#pragma %s ¤ÎËöÈø¤Ë¥´¥ß"
17071
17072 #: cp/lex.c:952
17073 #, c-format
17074 msgid "invalid #pragma %s"
17075 msgstr "̵¸ú¤Ê #pragma %s ¤Ç¤¹"
17076
17077 #: cp/lex.c:961
17078 #, fuzzy
17079 msgid "#pragma vtable no longer supported"
17080 msgstr "--driver ¤ÏºÇÁ᥵¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
17081
17082 #: cp/lex.c:1038
17083 #, c-format
17084 msgid "#pragma implementation for %s appears after file is included"
17085 msgstr "%s ¤Ø¤Î #pragma implementation ¤Ï¥Õ¥¡¥¤¥ë¤¬ include ¤µ¤ì¤¿¸å¤Ç½Ð¸½¤·¤Þ¤·¤¿"
17086
17087 #: cp/lex.c:1063
17088 msgid "junk at end of #pragma GCC java_exceptions"
17089 msgstr "#pragma GCC java_exceptions ¤ÎËöÈø¤Ë¥´¥ß"
17090
17091 #: cp/lex.c:1107
17092 #, fuzzy
17093 msgid "`%D' not defined"
17094 msgstr "\"%s\" ¤ÏÄêµÁ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
17095
17096 #: cp/lex.c:1110
17097 #, fuzzy
17098 msgid "`%D' was not declared in this scope"
17099 msgstr "`%s' ¤¬Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤»¤ó (¤³¤Î´Ø¿ôÆâ¤ÇºÇ½é¤ËÍøÍÑ)"
17100
17101 #: cp/lex.c:1118
17102 #, fuzzy
17103 msgid "`%D' undeclared (first use this function)"
17104 msgstr "`%s' ¤¬Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤»¤ó (¤³¤Î´Ø¿ôÆâ¤ÇºÇ½é¤ËÍøÍÑ)"
17105
17106 #: cp/lex.c:1122
17107 msgid "(Each undeclared identifier is reported only once for each function it appears in.)"
17108 msgstr "(̤Àë¸ÀÊÑ¿ô¤Ë¤Ä¤¤¤Æ¤Ï¡¢¤½¤ì¤¬´Ø¿ôÆâ¤ÇºÇ½é¤Ë¸½¤ï¤ì¤¿»þ¤À¤±Êó¹ð¤µ¤ì¤Þ¤¹¡£)"
17109
17110 #: cp/lex.c:1242
17111 #, fuzzy
17112 msgid "`::%D' undeclared (first use here)"
17113 msgstr "`%s' ¤¬Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤»¤ó (¤³¤Î´Ø¿ôÆâ¤ÇºÇ½é¤ËÍøÍÑ)"
17114
17115 #: cp/mangle.c:2051
17116 #, fuzzy
17117 msgid "call_expr cannot be mangled due to a defect in the C++ ABI"
17118 msgstr "´Ø¿ô·¿¤ËÂФ·¤Æ new ¤òŬÍѤǤ­¤Þ¤»¤ó"
17119
17120 #: cp/mangle.c:2363
17121 msgid "the mangled name of `%D' will change in a future version of GCC"
17122 msgstr ""
17123
17124 #: cp/method.c:154
17125 #, fuzzy
17126 msgid "invalid use of member `%D' in static member function"
17127 msgstr "Èó¥á¥ó¥Ð´Ø¿ô¤Ç¤Î `this' ¤Î»ÈÍѤÏ̵¸ú¤Ç¤¹"
17128
17129 #: cp/method.c:216
17130 msgid "use of namespace `%D' as expression"
17131 msgstr ""
17132
17133 #: cp/method.c:221
17134 msgid "use of class template `%T' as expression"
17135 msgstr ""
17136
17137 #: cp/method.c:234
17138 #, c-format
17139 msgid "use of %s from containing function"
17140 msgstr ""
17141
17142 #: cp/method.c:237
17143 #, fuzzy
17144 msgid " `%#D' declared here"
17145 msgstr "`%s' ¤ÏÁ°¤Ë¤³¤³¤ÇÀë¸À¤µ¤ì¤Þ¤·¤¿"
17146
17147 #: cp/method.c:255
17148 #, fuzzy
17149 msgid "request for member `%D' is ambiguous in multiple inheritance lattice"
17150 msgstr "Í׵ᤵ¤ì¤¿¥á¥ó¥Ð `%s' ¤Ï¿½Å·Ñ¾µ¥°¥é¥Õ¤ÎÃæ¤ÇÛ£Ëæ¤Ç¤¹"
17151
17152 #: cp/method.c:458
17153 msgid "generic thunk code fails for method `%#D' which uses `...'"
17154 msgstr ""
17155
17156 #: cp/method.c:697
17157 msgid "non-static const member `%#D', can't use default assignment operator"
17158 msgstr ""
17159
17160 #: cp/method.c:702
17161 msgid "non-static reference member `%#D', can't use default assignment operator"
17162 msgstr ""
17163
17164 #: parse.y:262
17165 msgid "`%s' tag used in naming `%#T'"
17166 msgstr ""
17167
17168 #: parse.y:542
17169 msgid "keyword `export' not implemented, and will be ignored"
17170 msgstr ""
17171
17172 #: parse.y:646
17173 msgid "use of linkage spec `%D' is different from previous spec `%D'"
17174 msgstr ""
17175
17176 #: parse.y:943
17177 msgid "no base or member initializers given following ':'"
17178 msgstr "´ðÄì¤ä¥á¥ó¥Ð½é´ü²½»Ò¥ê¥¹¥È¤¬ ':' ¤Î¸å¤Ë³¤¤¤Æ¤¤¤Þ¤»¤ó"
17179
17180 #: parse.y:984
17181 msgid "anachronistic old style base class initializer"
17182 msgstr "Á°»þÂåŪ¤Ê¸Å¤¤¥¹¥¿¥¤¥ë¤Î´ðÄ쥯¥é¥¹½é´ü²½»Ò¤Ç¤¹"
17183
17184 #. Handle `Class<Class<Type>>' without space in the `>>'
17185 #: parse.y:1117
17186 msgid "`>>' should be `> >' in template class name"
17187 msgstr "`>>' ¤Ï¥Æ¥ó¥×¥ì¡¼¥È¥¯¥é¥¹Ì¾¤Ï `> >' ¤È¤¹¤Ù¤­¤Ç¤¹"
17188
17189 #: parse.y:1164
17190 msgid "use of template qualifier outside template"
17191 msgstr ""
17192
17193 #: parse.y:1193 parse.y:1202
17194 #, c-format
17195 msgid "ISO C++ forbids an empty condition for `%s'"
17196 msgstr "ISO C++ ¤Ï `%s' ¤ËÂФ¹¤ë¶õ¤Î¾ò·ï¤ò¶Ø¤¸¤Þ¤¹"
17197
17198 #: parse.y:1225
17199 #, fuzzy
17200 msgid "definition of class `%T' in condition"
17201 msgstr "%s: ´Ø¿ô `%s' ¤ÎÄêµÁ¤¬ÊÑ´¹¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
17202
17203 #: parse.y:1227
17204 #, fuzzy
17205 msgid "definition of enum `%T' in condition"
17206 msgstr "%s: ´Ø¿ô `%s' ¤ÎÄêµÁ¤¬ÊÑ´¹¤µ¤ì¤Æ¤¤¤Þ¤»¤ó\n"
17207
17208 #: parse.y:1238
17209 #, fuzzy
17210 msgid "definition of array `%#D' in condition"
17211 msgstr "`%c%s' ¤Î¥á¥½¥Ã¥ÉÄêµÁ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
17212
17213 #: parse.y:1351
17214 msgid "old style placement syntax, use () instead"
17215 msgstr ""
17216
17217 #: parse.y:1362
17218 #, fuzzy
17219 msgid "`%T' is not a valid expression"
17220 msgstr "\"%s\" ¤ÏÀµ¾ï¤Ê¥Õ¥¡¥¤¥ë̾¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
17221
17222 #. This was previously allowed as an extension, but
17223 #. was removed in G++ 3.3.
17224 #: parse.y:1369
17225 #, fuzzy
17226 msgid "initialization of new expression with `='"
17227 msgstr "ISO C++ ¤Ï new ¼°¤Î½é´ü²½¤Ç¤Î `=' ¤ò¶Ø¤¸¤Þ¤¹"
17228
17229 #: parse.y:1395
17230 msgid "ISO C++ forbids compound literals"
17231 msgstr "ISO C++ ¤ÏÊ£¹ç¥ê¥Æ¥é¥ë¤ò¶Ø¤¸¤Þ¤¹"
17232
17233 #: parse.y:1642
17234 msgid "ISO C++ forbids braced-groups within expressions"
17235 msgstr "ISO C++ ¤Ï¥Ö¥ì¡¼¥¹¤Ç¤Þ¤È¤á¤é¤ì¤¿¼°¤ò¶Ø¤¸¤Þ¤¹"
17236
17237 #: parse.y:1721
17238 #, fuzzy
17239 msgid "invalid use of template `%D'"
17240 msgstr "ÉÔ´°Á´¤Ê typedef `%s' ¤Î»ÈÍѤÏÉÔŬÀڤǤ¹"
17241
17242 #: parse.y:2053 parse.y:2068
17243 msgid "sigof type specifier"
17244 msgstr "·¿»ØÄê»Ò¤Î sigof ¤Ç¤¹"
17245
17246 #: parse.y:2058
17247 msgid "`sigof' applied to non-aggregate expression"
17248 msgstr "È󽸹çÂμ°¤ËÂФ·¤ÆŬÍѤµ¤ì¤¿ `sigof'"
17249
17250 #: parse.y:2073
17251 msgid "`sigof' applied to non-aggregate type"
17252 msgstr "È󽸹çÂη¿¤ËÂФ·¤ÆŬÍѤµ¤ì¤¿ `sigof'"
17253
17254 #: parse.y:2339
17255 msgid "using `typename' outside of template"
17256 msgstr ""
17257
17258 #: parse.y:2356
17259 msgid "qualified name does not name a class"
17260 msgstr ""
17261
17262 #: parse.y:2417
17263 #, c-format
17264 msgid "storage class specifier `%s' not allowed after struct or class"
17265 msgstr "µ­²±¥¯¥é¥¹»ØÄê»Ò `%s' ¤Ï struct ¤ä class ¤Î¸å¤Ë¤Ï»È¤¨¤Þ¤»¤ó"
17266
17267 #: parse.y:2419
17268 #, c-format
17269 msgid "type specifier `%s' not allowed after struct or class"
17270 msgstr "·¿»ØÄê»Ò `%s' ¤Ï struct ¤ä class ¤Î¸å¤Ë¤Ï»È¤¨¤Þ¤»¤ó"
17271
17272 #: parse.y:2421
17273 #, c-format
17274 msgid "type qualifier `%s' not allowed after struct or class"
17275 msgstr "·¿½¤¾þ»Ò `%s' ¤Ï struct ¤ä class ¤Î¸å¤Ë¤Ï»È¤¨¤Þ¤»¤ó"
17276
17277 #: parse.y:2423
17278 msgid "no body nor ';' separates two class, struct or union declarations"
17279 msgstr "ËÜÂΤ¬¤Ê¤¯¡¢class, struct °¿¤¤¤Ï union Àë¸À¤ò¶èÀÚ¤ë ';' ¤â¤¢¤ê¤Þ¤»¤ó"
17280
17281 #: parse.y:2553
17282 #, fuzzy
17283 msgid "no bases given following `:'"
17284 msgstr "´ðÄì¤ä¥á¥ó¥Ð½é´ü²½»Ò¥ê¥¹¥È¤¬ ':' ¤Î¸å¤Ë³¤¤¤Æ¤¤¤Þ¤»¤ó"
17285
17286 #: parse.y:2584 parse.y:2599
17287 msgid "`%D' access"
17288 msgstr ""
17289
17290 #: parse.y:2589
17291 msgid "multiple access specifiers"
17292 msgstr "½ÅÊ£¤¹¤ë¥¢¥¯¥»¥¹»ØÄê»Ò"
17293
17294 #: parse.y:2607
17295 msgid "multiple `virtual' specifiers"
17296 msgstr "½ÅÊ£¤¹¤ë `virtual' »ØÄê»Ò"
17297
17298 #: parse.y:2644
17299 msgid "missing ';' before right brace"
17300 msgstr "±¦Â¦¥Ö¥ì¡¼¥¹¤ÎÁ°¤Î ';' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
17301
17302 #: parse.y:2865
17303 msgid "ISO C++ forbids array dimensions with parenthesized type in new"
17304 msgstr "ISO C++ ¤Ï new Ãæ¤Ç¤Ï¡¢³ç¸Ì¤Î¤Ä¤¤¤¿ÇÛÎ󼡸µ¤ò¶Ø¤¸¤Þ¤¹"
17305
17306 #: parse.y:3152 parse.y:3172 parse.y:3181 parse.y:3210
17307 msgid "`%T' is not a class or namespace"
17308 msgstr ""
17309
17310 #: parse.y:3377
17311 msgid "ISO C++ forbids label declarations"
17312 msgstr "ISO C++ ¤Ï¥é¥Ù¥ëÀë¸À¤ò¶Ø¤¸¤Æ¤¤¤Þ¤¹"
17313
17314 #: parse.y:3537
17315 msgid "ISO C++ forbids computed gotos"
17316 msgstr "ISO C++ ¤Ï·×»»·¿ goto ¤ò¶Ø¤¸¤Þ¤¹"
17317
17318 #: parse.y:3545
17319 msgid "label must be followed by statement"
17320 msgstr "¥é¥Ù¥ë¤Î¸å¤í¤Ë¤Ïʸ¤¬É¬ÍפǤ¹"
17321
17322 #: parse.y:3590
17323 msgid "must have at least one catch per try block"
17324 msgstr ""
17325
17326 #: parse.y:3650
17327 msgid "ISO C++ forbids compound statements inside for initializations"
17328 msgstr "ISO C++ ½é´ü²½»Ò¤ÎÆâÉô¤Ç¤Ïʣʸ¤¬¶Ø¤¸¤é¤ì¤Æ¤¤¤Þ¤¹"
17329
17330 #. This helps us recover from really nasty
17331 #. parse errors, for example, a missing right
17332 #. parenthesis.
17333 #: parse.y:3737 parse.y:3747
17334 msgid "possibly missing ')'"
17335 msgstr "¤ª¤½¤é¤¯ ')' ¤ò˺¤ì¤Æ¤¤¤Þ¤¹"
17336
17337 #: parse.y:3840
17338 msgid "type specifier omitted for parameter"
17339 msgstr "·¿»ØÄê»Ò¤Ï²¾°ú¿ôÍѤ˾Êά¤µ¤ì¤Þ¤·¤¿"
17340
17341 #: parse.y:3849
17342 #, c-format
17343 msgid "`%E' is not a type, use `typename %E' to make it one"
17344 msgstr ""
17345
17346 #: parse.y:3851
17347 #, fuzzy
17348 msgid "no type `%D' in `%T'"
17349 msgstr "`%s' ¤ÎÌá¤êÃͤη¿¤¬ `int' ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
17350
17351 #: parse.y:3854
17352 #, fuzzy, c-format
17353 msgid "type specifier omitted for parameter `%E'"
17354 msgstr "·¿»ØÄê»Ò¤Ï²¾°ú¿ôÍѤ˾Êά¤µ¤ì¤Þ¤·¤¿"
17355
17356 #: parse.y:3862
17357 msgid "'%D' is used as a type, but is not defined as a type."
17358 msgstr ""
17359
17360 #: cp/pt.c:284
17361 #, fuzzy
17362 msgid "data member `%D' cannot be a member template"
17363 msgstr "Èó¥á¥ó¥Ð `%s' ¤ò `mutable' ¤È¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
17364
17365 #: cp/pt.c:296
17366 #, fuzzy
17367 msgid "invalid member template declaration `%D'"
17368 msgstr "¥é¥Ù¥ë¤ÎÀë¸À `%s' ¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
17369
17370 #: cp/pt.c:691
17371 msgid "explicit specialization in non-namespace scope `%D'"
17372 msgstr ""
17373
17374 #: cp/pt.c:703
17375 msgid "enclosing class templates are not explicitly specialized"
17376 msgstr ""
17377
17378 #: cp/pt.c:792 cp/pt.c:833
17379 msgid "specializing `%#T' in different namespace"
17380 msgstr ""
17381
17382 #: cp/pt.c:793 cp/pt.c:834
17383 #, fuzzy
17384 msgid " from definition of `%#D'"
17385 msgstr "`%s' ¤¬ºÆÄêµÁ¤µ¤ì¤Þ¤·¤¿"
17386
17387 #: cp/pt.c:801
17388 #, fuzzy
17389 msgid "specialization of `%T' after instantiation"
17390 msgstr "`%s' ¤ÎÀë¸À¤Ë `extern' ¤¬¤Ä¤¤¤Æ¤ª¤ê¡¢½é´ü²½¤â¤µ¤ì¤Æ¤¤¤Þ¤¹"
17391
17392 #: cp/pt.c:848
17393 msgid "specialization `%T' after instantiation `%T'"
17394 msgstr ""
17395
17396 #: cp/pt.c:860
17397 #, fuzzy
17398 msgid "explicit specialization of non-template `%T'"
17399 msgstr "¥¤¥ó¥é¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È¤ÎÌÀ¼¨Åª¤Ê¼ÂÂβ½¤Î¤ß¤òÀ¸À®¤¹¤ë"
17400
17401 #: cp/pt.c:992
17402 msgid "specialization of %D after instantiation"
17403 msgstr ""
17404
17405 #: cp/pt.c:1096
17406 #, fuzzy
17407 msgid "%s %+#D"
17408 msgstr "%s: %s"
17409
17410 #: cp/pt.c:1147
17411 #, fuzzy
17412 msgid "`%D' is not a function template"
17413 msgstr "¥­¥ã¥¹¥È¤Ë¤è¤ë´Ø¿ô¤Î·¿¤¬Å¬¹ç¤·¤Þ¤»¤ó"
17414
17415 #: cp/pt.c:1286
17416 msgid "template-id `%D' for `%+D' does not match any template declaration"
17417 msgstr ""
17418
17419 #: cp/pt.c:1294
17420 msgid "ambiguous template specialization `%D' for `%+D'"
17421 msgstr ""
17422
17423 #. This case handles bogus declarations like template <>
17424 #. template <class T> void f<int>();
17425 #: cp/pt.c:1521 cp/pt.c:1595
17426 #, fuzzy
17427 msgid "template-id `%D' in declaration of primary template"
17428 msgstr "`operator delete' ¤ÎÀë¸ÀÆâ¤Ë¿¤¹¤®¤ë°ú¿ô"
17429
17430 #: cp/pt.c:1534
17431 #, fuzzy
17432 msgid "template parameter list used in explicit instantiation"
17433 msgstr "#define Ãæ¤Î²¾°ú¿ô¥ê¥¹¥È¤¬½ªÃ¼¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
17434
17435 #: cp/pt.c:1540
17436 msgid "definition provided for explicit instantiation"
17437 msgstr ""
17438
17439 #: cp/pt.c:1546
17440 #, fuzzy
17441 msgid "too many template parameter lists in declaration of `%D'"
17442 msgstr "%s: ·Ù¹ð: `%s' ¤ÎÀë¸À¤Ç¤Î²¾°ú¿ô¥ê¥¹¥È¤¬Â¿¤¹¤®¤Þ¤¹\n"
17443
17444 #: cp/pt.c:1562
17445 #, fuzzy
17446 msgid "too few template parameter lists in declaration of `%D'"
17447 msgstr ""
17448 "\n"
17449 "%s: ·Ù¹ð: `%s' ¤ÎÀë¸À¤Ç¤Î²¾°ú¿ô¥ê¥¹¥È¤¬¾¯¤Ê¤¹¤®¤Þ¤¹\n"
17450
17451 #: cp/pt.c:1579
17452 msgid "explicit specialization not preceded by `template <>'"
17453 msgstr ""
17454
17455 #: cp/pt.c:1592
17456 msgid "partial specialization `%D' of function template"
17457 msgstr ""
17458
17459 #: cp/pt.c:1624
17460 msgid "default argument specified in explicit specialization"
17461 msgstr ""
17462
17463 #: cp/pt.c:1628
17464 msgid "template specialization with C linkage"
17465 msgstr ""
17466
17467 #. From [temp.expl.spec]:
17468 #.
17469 #. If such an explicit specialization for the member
17470 #. of a class template names an implicitly-declared
17471 #. special member function (clause _special_), the
17472 #. program is ill-formed.
17473 #.
17474 #. Similar language is found in [temp.explicit].
17475 #: cp/pt.c:1715
17476 msgid "specialization of implicitly-declared special member function"
17477 msgstr ""
17478
17479 #: cp/pt.c:1759
17480 #, fuzzy
17481 msgid "no member function `%D' declared in `%T'"
17482 msgstr "¥Í¥¹¥È¤·¤¿´Ø¿ô `%s' ¤Ï `extern' ¤ËÀë¸À¤µ¤ì¤Þ¤·¤¿"
17483
17484 #. There are two many template parameter lists.
17485 #: cp/pt.c:1909
17486 #, fuzzy
17487 msgid "too many template parameter lists in declaration of `%T'"
17488 msgstr "%s: ·Ù¹ð: `%s' ¤ÎÀë¸À¤Ç¤Î²¾°ú¿ô¥ê¥¹¥È¤¬Â¿¤¹¤®¤Þ¤¹\n"
17489
17490 #: cp/pt.c:2005
17491 msgid " shadows template parm `%#D'"
17492 msgstr ""
17493
17494 #: cp/pt.c:2409
17495 msgid "template parameters not used in partial specialization:"
17496 msgstr ""
17497
17498 #: cp/pt.c:2413
17499 msgid " `%D'"
17500 msgstr ""
17501
17502 #: cp/pt.c:2425
17503 msgid "partial specialization `%T' does not specialize any template arguments"
17504 msgstr ""
17505
17506 #: cp/pt.c:2450
17507 #, c-format
17508 msgid "template argument `%E' involves template parameter(s)"
17509 msgstr ""
17510
17511 #: cp/pt.c:2494
17512 msgid "type `%T' of template argument `%E' depends on template parameter(s)"
17513 msgstr ""
17514
17515 #: cp/pt.c:2582
17516 #, fuzzy
17517 msgid "no default argument for `%D'"
17518 msgstr "`%s' ¤Î°ú¿ô¤È¤·¤Æ̵¸ú¤Ê·¿"
17519
17520 #: cp/pt.c:2735
17521 msgid "template with C linkage"
17522 msgstr ""
17523
17524 #: cp/pt.c:2738
17525 msgid "template class without a name"
17526 msgstr ""
17527
17528 #: cp/pt.c:2815
17529 msgid "`%D' does not declare a template type"
17530 msgstr ""
17531
17532 #: cp/pt.c:2821
17533 #, fuzzy
17534 msgid "template definition of non-template `%#D'"
17535 msgstr "¥¤¥ó¥¹¥¿¥ó¥¹¥á¥½¥Ã¥É `%s' ¤ÎÄêµÁ¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹¡£"
17536
17537 #: cp/pt.c:2862
17538 msgid "expected %d levels of template parms for `%#D', got %d"
17539 msgstr ""
17540
17541 #: cp/pt.c:2874
17542 #, fuzzy
17543 msgid "got %d template parameters for `%#D'"
17544 msgstr "½ÅÊ£¤·¤¿²¾°ú¿ô̾ `%s'"
17545
17546 #: cp/pt.c:2877
17547 #, fuzzy
17548 msgid "got %d template parameters for `%#T'"
17549 msgstr "½ÅÊ£¤·¤¿²¾°ú¿ô̾ `%s'"
17550
17551 #: cp/pt.c:2879
17552 #, c-format
17553 msgid " but %d required"
17554 msgstr ""
17555
17556 #: cp/pt.c:2962
17557 #, fuzzy
17558 msgid "`%T' is not a template type"
17559 msgstr "`%s' ¤ÏÉÔ´°Á´·¿¤Ç¤¹"
17560
17561 #: cp/pt.c:2978
17562 #, fuzzy
17563 msgid "previous declaration `%D'"
17564 msgstr "Á°Êý¤Ç¤Î `%s' ¤ÎÀë¸À"
17565
17566 #: cp/pt.c:2979
17567 #, fuzzy, c-format
17568 msgid "used %d template parameter%s instead of %d"
17569 msgstr "½ÅÊ£¤·¤¿²¾°ú¿ô̾ `%s'"
17570
17571 #: cp/pt.c:2995
17572 #, fuzzy
17573 msgid "template parameter `%#D'"
17574 msgstr "°ú¿ô `%s' ¤¬Ì¤»ÈÍѤǤ¹"
17575
17576 #: cp/pt.c:2996
17577 msgid "redeclared here as `%#D'"
17578 msgstr ""
17579
17580 #. We have in [temp.param]:
17581 #.
17582 #. A template-parameter may not be given default arguments
17583 #. by two different declarations in the same scope.
17584 #: cp/pt.c:3006
17585 #, fuzzy
17586 msgid "redefinition of default argument for `%#D'"
17587 msgstr "`%s' ¤¬ºÆÄêµÁ¤µ¤ì¤Þ¤·¤¿"
17588
17589 #: cp/pt.c:3007
17590 #, fuzzy
17591 msgid " original definition appeared here"
17592 msgstr "´Ø¿ô¤ÎÄêµÁ¤¬ `typedef' ¤ÈÀë¸À¤µ¤ì¤Þ¤·¤¿"
17593
17594 #: cp/pt.c:3100
17595 #, fuzzy, c-format
17596 msgid "`%E' is not a valid template argument"
17597 msgstr "̵¸ú¤Ê¥Ç¥Õ¥©¥ë¥È¥Æ¥ó¥×¥ì¡¼¥È°ú¿ô"
17598
17599 #: cp/pt.c:3104
17600 msgid "it must be the address of a function with external linkage"
17601 msgstr ""
17602
17603 #: cp/pt.c:3106
17604 msgid "it must be the address of an object with external linkage"
17605 msgstr ""
17606
17607 #: cp/pt.c:3110
17608 msgid "it must be a pointer-to-member of the form `&X::Y'"
17609 msgstr ""
17610
17611 #: cp/pt.c:3121
17612 #, c-format
17613 msgid "string literal %E is not a valid template argument because it is the address of an object with static linkage"
17614 msgstr ""
17615
17616 #: cp/pt.c:3133
17617 #, c-format
17618 msgid "address of non-extern `%E' cannot be used as template argument"
17619 msgstr ""
17620
17621 #: cp/pt.c:3144
17622 #, fuzzy, c-format
17623 msgid "non-constant `%E' cannot be used as template argument"
17624 msgstr "const `%s' ¤ò `mutable' ¤È¤·¤ÆÀë¸À¤Ç¤­¤Þ¤»¤ó"
17625
17626 #: cp/pt.c:3151
17627 #, fuzzy, c-format
17628 msgid "object `%E' cannot be used as template argument"
17629 msgstr "\"%s\" ¤Ï¥Þ¥¯¥í̾¤È¤·¤Æ¤Ï»È¤¨¤Þ¤»¤ó"
17630
17631 #: cp/pt.c:3526
17632 #, c-format
17633 msgid "to refer to a type member of a template parameter, use `typename %E'"
17634 msgstr ""
17635
17636 #: cp/pt.c:3539 cp/pt.c:3555 cp/pt.c:3594
17637 msgid "type/value mismatch at argument %d in template parameter list for `%D'"
17638 msgstr ""
17639
17640 #: cp/pt.c:3542
17641 msgid " expected a constant of type `%T', got `%T'"
17642 msgstr ""
17643
17644 #: cp/pt.c:3546
17645 #, fuzzy, c-format
17646 msgid " expected a type, got `%E'"
17647 msgstr "ͽ´ü¤·¤Ê¤¤·¿¤¬ `id' (%s) ¤Ë»ØÄꤵ¤ì¤Þ¤·¤¿"
17648
17649 #: cp/pt.c:3558
17650 #, fuzzy
17651 msgid " expected a type, got `%T'"
17652 msgstr "ͽ´ü¤·¤Ê¤¤·¿¤¬ `id' (%s) ¤Ë»ØÄꤵ¤ì¤Þ¤·¤¿"
17653
17654 #: cp/pt.c:3560
17655 msgid " expected a class template, got `%T'"
17656 msgstr ""
17657
17658 #: cp/pt.c:3596
17659 msgid " expected a template of type `%D', got `%D'"
17660 msgstr ""
17661
17662 #: cp/pt.c:3618
17663 msgid "template-argument `%T' uses anonymous type"
17664 msgstr ""
17665
17666 #: cp/pt.c:3621
17667 msgid "template-argument `%T' uses local type `%T'"
17668 msgstr ""
17669
17670 #: cp/pt.c:3631
17671 msgid "template-argument `%T' is a variably modified type"
17672 msgstr ""
17673
17674 #: cp/pt.c:3666
17675 msgid "could not convert template argument `%E' to `%T'"
17676 msgstr ""
17677
17678 #: cp/pt.c:3710
17679 #, c-format
17680 msgid "wrong number of template arguments (%d, should be %d)"
17681 msgstr ""
17682
17683 #: cp/pt.c:3714
17684 #, fuzzy
17685 msgid "provided for `%D'"
17686 msgstr "`%#D' ¤Î¤¿¤á¤Î¥Ç¥¹¥È¥é¥¯¥¿¤¬É¬ÍפǤ¹"
17687
17688 #: cp/pt.c:3761
17689 #, fuzzy, c-format
17690 msgid "template argument %d is invalid"
17691 msgstr "¥Þ¥¯¥í°ú¿ô \"%s\" ¤Ïʸ»úÎ󲽤µ¤ì¤Þ¤¹"
17692
17693 #: cp/pt.c:3997
17694 msgid "non-template used as template"
17695 msgstr ""
17696
17697 #: cp/pt.c:4139
17698 #, fuzzy
17699 msgid "`%T' is not a template"
17700 msgstr "¥Æ¥ó¥×¥ì¡¼¥ÈÆâ¤Ç `%s' ¤ò»ÈÍѤ·¤Æ¤¤¤Þ¤¹"
17701
17702 #: cp/pt.c:4152
17703 msgid "non-template type `%T' used as a template"
17704 msgstr ""
17705
17706 #: cp/pt.c:4154
17707 #, fuzzy
17708 msgid "for template declaration `%D'"
17709 msgstr "¶õ¤ÎÀë¸À¤Ç¤¹"
17710
17711 #: cp/pt.c:4770
17712 msgid "template instantiation depth exceeds maximum of %d (use -ftemplate-depth-NN to increase the maximum) instantiating `%D'"
17713 msgstr ""
17714
17715 #: cp/pt.c:5247
17716 #, fuzzy
17717 msgid "ambiguous class template instantiation for `%#T'"
17718 msgstr "¼«Æ°¥Æ¥ó¥×¥ì¡¼¥È¼ÂÂ⽤òÍ­¸ú¤Ë¤¹¤ë"
17719
17720 #: cp/pt.c:5254
17721 #, fuzzy
17722 msgid "%s %+#T"
17723 msgstr "%s: %s"
17724
17725 #: cp/pt.c:6284 cp/pt.c:6396
17726 #, fuzzy
17727 msgid "instantiation of `%D' as type `%T'"
17728 msgstr "%s: `%s' ¤Î½é´ü²½:\n"
17729
17730 #: cp/pt.c:6440
17731 #, fuzzy
17732 msgid "invalid parameter type `%T'"
17733 msgstr "²¾°ú¿ô `%s' ¤Ï̵¸ú¤Ç¤¹"
17734
17735 #: cp/pt.c:6442
17736 #, fuzzy
17737 msgid "in declaration `%D'"
17738 msgstr "`%s' ¤¬ºÆÀë¸À¤µ¤ì¤Þ¤·¤¿"
17739
17740 #: cp/pt.c:6517
17741 #, fuzzy
17742 msgid "creating pointer to member function of non-class type `%T'"
17743 msgstr "¥á¥ó¥Ð´Ø¿ô¤Ø¤Î¥Ý¥¤¥ó¥¿¤¬¸Æ¤Ð¤ì¤Þ¤·¤¿¤¬¡¢¥¯¥é¥¹¥¹¥³¡¼¥×Æâ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
17744
17745 #: cp/pt.c:6680
17746 msgid "creating array with size zero"
17747 msgstr "Â礭¤µ¥¼¥í¤ÎÇÛÎó¤òºî¤í¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
17748
17749 #: cp/pt.c:6694
17750 #, fuzzy, c-format
17751 msgid "creating array with size zero (`%E')"
17752 msgstr "Â礭¤µ¥¼¥í¤ÎÇÛÎó¤òºî¤í¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
17753
17754 #: cp/pt.c:6933
17755 #, fuzzy
17756 msgid "forming reference to void"
17757 msgstr "°ì»þ¥ª¥Ö¥¸¥§¥¯¥È¤Ø¤Î»²¾È¤òÊÖ¤½¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
17758
17759 #: cp/pt.c:6935
17760 msgid "forming %s to reference type `%T'"
17761 msgstr ""
17762
17763 #: cp/pt.c:6973
17764 #, fuzzy
17765 msgid "creating pointer to member of non-class type `%T'"
17766 msgstr " ¥Ý¥¤¥ó¥¿¤«¤é¥á¥ó¥Ð¤Ø¤ÎÊÑ´¹¤Ç"
17767
17768 #: cp/pt.c:6979
17769 #, fuzzy
17770 msgid "creating pointer to member reference type `%T'"
17771 msgstr " ¥Ý¥¤¥ó¥¿¤«¤é¥á¥ó¥Ð¤Ø¤ÎÊÑ´¹¤Ç"
17772
17773 #: cp/pt.c:7057
17774 #, fuzzy
17775 msgid "creating array of `%T'"
17776 msgstr "°ú¿ô %d ¸Ä¤Î `%s' ¤òÅϤ·¤Þ¤¹"
17777
17778 #: cp/pt.c:7100
17779 msgid "`%T' is not a class, struct, or union type"
17780 msgstr ""
17781
17782 #: cp/pt.c:7213
17783 #, c-format
17784 msgid "use of `%s' in template"
17785 msgstr "¥Æ¥ó¥×¥ì¡¼¥ÈÆâ¤Ç `%s' ¤ò»ÈÍѤ·¤Æ¤¤¤Þ¤¹"
17786
17787 #: cp/pt.c:7975
17788 msgid "type `%T' composed from a local class is not a valid template-argument"
17789 msgstr ""
17790
17791 #: cp/pt.c:7976
17792 #, fuzzy
17793 msgid " trying to instantiate `%D'"
17794 msgstr "%s:%d: `%s' ¤«¤é¼ÂÂ⽤µ¤ì¤Þ¤·¤¿\n"
17795
17796 #: cp/pt.c:8421
17797 msgid "incomplete type unification"
17798 msgstr "ÉÔ´°Á´¤Ê·¿¤Îñ°ì²½"
17799
17800 #: cp/pt.c:9387
17801 #, c-format
17802 msgid "use of `%s' in template type unification"
17803 msgstr "¥Æ¥ó¥×¥ì¡¼¥È·¿Åý°ìÃæ `%s' ¤¬»ÈÍѤµ¤ì¤Þ¤·¤¿"
17804
17805 #: cp/pt.c:9821 cp/pt.c:9893
17806 #, fuzzy
17807 msgid "explicit instantiation of non-template `%#D'"
17808 msgstr "¥¤¥ó¥é¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È¤ÎÌÀ¼¨Åª¤Ê¼ÂÂβ½¤Î¤ß¤òÀ¸À®¤¹¤ë"
17809
17810 #: cp/pt.c:9837 cp/pt.c:9888
17811 msgid "no matching template for `%D' found"
17812 msgstr ""
17813
17814 #: cp/pt.c:9843
17815 #, fuzzy
17816 msgid "explicit instantiation of `%#D'"
17817 msgstr "%s: `%s' ¤Î½é´ü²½:\n"
17818
17819 #: cp/pt.c:9880
17820 #, fuzzy
17821 msgid "duplicate explicit instantiation of `%#D'"
17822 msgstr "¥é¥Ù¥ë¤ÎÀë¸À `%s' ¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
17823
17824 #: cp/pt.c:9905
17825 #, fuzzy
17826 msgid "ISO C++ forbids the use of `extern' on explicit instantiations"
17827 msgstr "ISO C++ ¤Ï¸º»»¤Ë¥á¥½¥Ã¥É¤Ø¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¦¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
17828
17829 #: cp/pt.c:9909 cp/pt.c:9999
17830 #, fuzzy
17831 msgid "storage class `%D' applied to template instantiation"
17832 msgstr "¼«Æ°¥Æ¥ó¥×¥ì¡¼¥È¼ÂÂ⽤òÍ­¸ú¤Ë¤¹¤ë"
17833
17834 #: cp/pt.c:9966
17835 #, fuzzy
17836 msgid "explicit instantiation of non-template type `%T'"
17837 msgstr "¥¤¥ó¥é¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È¤ÎÌÀ¼¨Åª¤Ê¼ÂÂβ½¤Î¤ß¤òÀ¸À®¤¹¤ë"
17838
17839 #: cp/pt.c:9980
17840 #, fuzzy
17841 msgid "explicit instantiation of `%#T' before definition of template"
17842 msgstr "¥¤¥ó¥é¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È¤ÎÌÀ¼¨Åª¤Ê¼ÂÂβ½¤Î¤ß¤òÀ¸À®¤¹¤ë"
17843
17844 #: cp/pt.c:9988
17845 #, fuzzy, c-format
17846 msgid "ISO C++ forbids the use of `%s' on explicit instantiations"
17847 msgstr "ISO C++ ¤Ï¸º»»¤Ë´Ø¿ô¤Ø¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¦¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
17848
17849 #: cp/pt.c:10032
17850 #, fuzzy
17851 msgid "duplicate explicit instantiation of `%#T'"
17852 msgstr "¥é¥Ù¥ë¤ÎÀë¸À `%s' ¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
17853
17854 #: cp/pt.c:10412
17855 #, fuzzy
17856 msgid "explicit instantiation of `%D' but no definition available"
17857 msgstr "¥¤¥ó¥é¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È¤ÎÌÀ¼¨Åª¤Ê¼ÂÂβ½¤Î¤ß¤òÀ¸À®¤¹¤ë"
17858
17859 #: cp/pt.c:10815
17860 #, fuzzy
17861 msgid "`%#T' is not a valid type for a template constant parameter"
17862 msgstr "'#' ¤Ë¥Þ¥¯¥í²¾°ú¿ô̾¤¬Â³¤¤¤Æ¤¤¤Þ¤»¤ó"
17863
17864 #: cp/repo.c:271
17865 msgid "-frepo must be used with -c"
17866 msgstr "-frepo ¤Ï -c ÉÕ¤­¤Ç¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
17867
17868 #: cp/repo.c:361
17869 #, c-format
17870 msgid "mysterious repository information in %s"
17871 msgstr "%s ¤ËÉԲIJò¤Ê¥ê¥Ý¥¸¥È¥ê¾ðÊ󤬤¢¤ê¤Þ¤¹"
17872
17873 #: cp/repo.c:376
17874 #, c-format
17875 msgid "can't create repository information file `%s'"
17876 msgstr "¥Õ¥¡¥¤¥ë `%s' ¤Ë¥ê¥Ý¥¸¥È¥ê¾ðÊó¤òºîÀ®¤Ç¤­¤Þ¤»¤ó"
17877
17878 #: cp/rtti.c:240
17879 msgid "cannot use typeid with -fno-rtti"
17880 msgstr "-fno-rtti ¤¬»ØÄꤵ¤ì¤ë¤È typeid ¤ò»È¤¨¤Þ¤»¤ó"
17881
17882 #: cp/rtti.c:246
17883 msgid "must #include <typeinfo> before using typeid"
17884 msgstr "typeid ¤ò»È¤¦Á°¤Ë #include <typeinfo> ¤È¤·¤Ê¤¤¤È¤¤¤±¤Þ¤»¤ó"
17885
17886 #: cp/rtti.c:320
17887 msgid "cannot create type information for type `%T' because its size is variable"
17888 msgstr ""
17889
17890 #: cp/rtti.c:584 cp/rtti.c:598
17891 msgid "dynamic_cast of `%#D' to `%#T' can never succeed"
17892 msgstr ""
17893
17894 #: cp/rtti.c:674
17895 msgid "cannot dynamic_cast `%E' (of type `%#T') to type `%#T' (%s)"
17896 msgstr ""
17897
17898 #: cp/search.c:332
17899 msgid "`%T' is an ambiguous base of `%T'"
17900 msgstr ""
17901
17902 #: cp/search.c:350
17903 msgid "`%T' is an inaccessible base of `%T'"
17904 msgstr ""
17905
17906 #. At parse time, we don't want to give this error, since
17907 #. we won't have enough state to make this kind of
17908 #. decision properly. But there are times (e.g., with
17909 #. enums in nested classes) when we do need to call
17910 #. this fn at parse time. So, in those cases, we pass
17911 #. complain as a 0 and just return a NULL_TREE.
17912 #: cp/search.c:1638
17913 #, fuzzy
17914 msgid "assignment to non-static member `%D' of enclosing class `%T'"
17915 msgstr "final static ¥Õ¥£¡¼¥ë¥É `%s' ¤Ø¤ÎÂåÆþ¤Ç¤¹¤¬¡¢¤½¤Î¥Õ¥£¡¼¥ë¥É¤Î¥¯¥é¥¹Æâ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
17916
17917 #: cp/search.c:2050
17918 msgid "adjusting pointers for covariant returns"
17919 msgstr "¶¦ÊÑ(covariant)Ìá¤êÃͤؤΥݥ¤¥ó¥¿¤òÄ´À°¤·¤Þ¤¹"
17920
17921 #: cp/search.c:2054 cp/search.c:2061
17922 #, fuzzy
17923 msgid "invalid covariant return type for `%#D'"
17924 msgstr "`%s' ¤ËÂФ¹¤ë¥ì¥¸¥¹¥¿Ì¾¤È¤·¤Æ̵¸ú¤Ç¤¹"
17925
17926 #: cp/search.c:2055
17927 msgid " overriding `%#D' (must be pointer or reference to class)"
17928 msgstr ""
17929
17930 #: cp/search.c:2062
17931 msgid " overriding `%#D' (must use pointer or reference)"
17932 msgstr ""
17933
17934 #: cp/search.c:2067
17935 #, fuzzy
17936 msgid "conflicting return type specified for `%#D'"
17937 msgstr "`%s' ¤È·¿¤¬Ì·½â¤·¤Þ¤¹"
17938
17939 #: cp/search.c:2068
17940 msgid " overriding `%#D'"
17941 msgstr ""
17942
17943 #: cp/search.c:2077
17944 #, fuzzy, c-format
17945 msgid "looser throw specifier for `%#F'"
17946 msgstr "`%s' ¤ËÂФ·¤Æ char ¤È¤È¤â¤Ë long ¤Þ¤¿¤Ï short ¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
17947
17948 #: cp/search.c:2078
17949 #, c-format
17950 msgid " overriding `%#F'"
17951 msgstr ""
17952
17953 #. A static member function cannot match an inherited
17954 #. virtual member function.
17955 #: cp/search.c:2167
17956 #, fuzzy
17957 msgid "`%#D' cannot be declared"
17958 msgstr "const `%s' ¤ò `mutable' ¤È¤·¤ÆÀë¸À¤Ç¤­¤Þ¤»¤ó"
17959
17960 #: cp/search.c:2168
17961 msgid " since `%#D' declared in base class"
17962 msgstr ""
17963
17964 #: cp/search.c:2309
17965 msgid "`%#D' needs a final overrider"
17966 msgstr ""
17967
17968 #: cp/semantics.c:919
17969 #, fuzzy, c-format
17970 msgid "type of asm operand `%E' could not be determined"
17971 msgstr "²¾°ú¿ô `%s' ¤Î·¿¤¬Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
17972
17973 #: cp/semantics.c:1051
17974 msgid "ISO C++ does not permit named return values"
17975 msgstr "ISO C++ ¤Ï̾Á°¤Ä¤­Ìá¤êÃͤòµö²Ä¤·¤Þ¤»¤ó"
17976
17977 #: cp/semantics.c:1060
17978 msgid "return identifier `%D' already in place"
17979 msgstr ""
17980
17981 #: cp/semantics.c:1068
17982 msgid "can't redefine default return value for constructors"
17983 msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿ÍѤΥǥե©¥ë¥ÈÌá¤êÃͤòºÆÄêµÁ¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
17984
17985 #: cp/semantics.c:1100
17986 msgid "only constructors take base initializers"
17987 msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤·¤«´ðÄì½é´ü²½»Ò¥ê¥¹¥È¤ò¤È¤ê¤Þ¤»¤ó"
17988
17989 #: cp/semantics.c:1343
17990 msgid "`this' is unavailable for static member functions"
17991 msgstr "`this' ¤ÏÀÅŪ¥á¥ó¥Ð´Ø¿ô¤«¤é»ÈÍѤǤ­¤Þ¤»¤ó"
17992
17993 #: cp/semantics.c:1349
17994 msgid "invalid use of `this' in non-member function"
17995 msgstr "Èó¥á¥ó¥Ð´Ø¿ô¤Ç¤Î `this' ¤Î»ÈÍѤÏ̵¸ú¤Ç¤¹"
17996
17997 #: cp/semantics.c:1351
17998 msgid "invalid use of `this' at top level"
17999 msgstr "¥È¥Ã¥×¥ì¥Ù¥ë¤Ç¤Î `this' ¤Î»ÈÍѤÏ̵¸ú¤Ç¤¹"
18000
18001 #: cp/semantics.c:1381
18002 msgid "calling type `%T' like a method"
18003 msgstr ""
18004
18005 #: cp/semantics.c:1419
18006 msgid "destructor specifier `%T::~%T()' must have matching names"
18007 msgstr ""
18008
18009 #: cp/semantics.c:1425
18010 #, fuzzy
18011 msgid "`%E' is not of type `%T'"
18012 msgstr "`%s' ¤Ï `%s' ¤Ë±þÅú¤·¤Þ¤»¤ó"
18013
18014 #: cp/semantics.c:1613
18015 msgid "template type parameters must use the keyword `class' or `typename'"
18016 msgstr "¥Æ¥ó¥×¥ì¡¼¥È·¿²¾°ú¿ô¤Ë¤Ï `class' ¤ä `typename' ͽÌó¸ì¤ò»È¤ï¤Í¤Ð¤Ê¤ê¤Þ¤»¤ó"
18017
18018 #: cp/semantics.c:1652
18019 msgid "invalid default template argument"
18020 msgstr "̵¸ú¤Ê¥Ç¥Õ¥©¥ë¥È¥Æ¥ó¥×¥ì¡¼¥È°ú¿ô"
18021
18022 #: cp/semantics.c:1694
18023 #, fuzzy
18024 msgid "definition of `%#T' inside template parameter list"
18025 msgstr "`%s' ¤ÎÀë¸À¤Ï²¾°ú¿ô¥ê¥¹¥È¤Î¥·¥ó¥Ü¥ë¤òʤ¤¤±£¤·¤Þ¤¹"
18026
18027 #: cp/semantics.c:1710
18028 #, fuzzy
18029 msgid "invalid definition of qualified type `%T'"
18030 msgstr "̤ÄêµÁ¤Î·¿ `%s %s' ¤Î»ÈÍѤÏÉÔŬÀڤǤ¹"
18031
18032 #: cp/semantics.c:2053
18033 #, fuzzy
18034 msgid "invalid base-class specification"
18035 msgstr "̵¸ú¤ÊÀë¸À¤Ç¤¹"
18036
18037 #: cp/semantics.c:2062
18038 msgid "base class `%T' has cv qualifiers"
18039 msgstr ""
18040
18041 #: cp/semantics.c:2093
18042 #, fuzzy
18043 msgid "multiple declarators in template declaration"
18044 msgstr "°ì¤Ä¤ÎÀë¸À¤ËÊ£¿ô¤Î·¿¤¬¤¢¤ê¤Þ¤¹"
18045
18046 #: cp/semantics.c:2120
18047 #, fuzzy, c-format
18048 msgid "type of `%E' is unknown"
18049 msgstr "¥ì¥¸¥¹¥¿ '%c' ¤¬ÉÔÌÀ¤Ç¤¹"
18050
18051 #: cp/spew.c:225
18052 #, c-format
18053 msgid "identifier name `%s' conflicts with GNU C++ internal naming strategy"
18054 msgstr "¼±ÊÌ»Ò̾ `%s' ¤Ï GNU C++ ÆâÉô¤Î¥Í¡¼¥ß¥ó¥°Àïά¤È¶¥¹ç¤·¤Þ¤¹"
18055
18056 #: cp/spew.c:1002 cp/spew.c:1340
18057 msgid "parse error at end of saved function text"
18058 msgstr "ÊݸºÑ¤ß´Ø¿ô¥Æ¥­¥¹¥È¤ÎËöÈø¤Ç¹½Ê¸²òÀÏ¥¨¥é¡¼"
18059
18060 #: cp/spew.c:1090 cp/spew.c:1178
18061 #, fuzzy
18062 msgid "%Hend of file read inside definition"
18063 msgstr "ʸ»úÎóÄê¿ô¤ÎÃæ¤Ç¥Õ¥¡¥¤¥ë¤Î½ªÃ¼¤ò¸¡½Ð¤·¤Þ¤·¤¿"
18064
18065 #: cp/spew.c:1121
18066 msgid "parse error in method specification"
18067 msgstr "¥á¥½¥Ã¥É»ÅÍÍÆâ¤Ç¤Î¹½Ê¸²òÀÏ¥¨¥é¡¼"
18068
18069 #: cp/spew.c:1161
18070 msgid "function body for constructor missing"
18071 msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤Î´Ø¿ôËÜÂΤò·ç¤¤¤Æ¤¤¤Þ¤¹"
18072
18073 #: cp/spew.c:1262
18074 #, fuzzy
18075 msgid "%Hend of file read inside default argument"
18076 msgstr "ʸ»úÄê¿ô¤ÎÃæ¤Ç¥Õ¥¡¥¤¥ë¤Î½ªÃ¼¤ò¸¡½Ð¤·¤Þ¤·¤¿"
18077
18078 #: cp/spew.c:1419
18079 msgid "circular dependency in default args of `%#D'"
18080 msgstr ""
18081
18082 #: cp/spew.c:1483
18083 #, fuzzy
18084 msgid "invalid type `%T' for default argument to `%T'"
18085 msgstr "`%s' ¤Î°ú¿ô¤È¤·¤Æ̵¸ú¤Ê·¿"
18086
18087 #: cp/spew.c:1548
18088 #, c-format
18089 msgid "%s before `%s'"
18090 msgstr "%s ¤¬ `%s' ¤ÎÁ°¤Ë¤¢¤ê¤Þ¤¹"
18091
18092 #: cp/spew.c:1550
18093 #, c-format
18094 msgid "%s before `%c'"
18095 msgstr "%s ¤¬ `%c' ¤ÎÁ°¤Ë¤¢¤ê¤Þ¤¹"
18096
18097 #: cp/spew.c:1552
18098 #, c-format
18099 msgid "%s before `\\%o'"
18100 msgstr "%s ¤¬ `\\%o' ¤ÎÁ°¤Ë¤¢¤ê¤Þ¤¹"
18101
18102 #: cp/spew.c:1555
18103 #, c-format
18104 msgid "%s before `%s' token"
18105 msgstr "%s ¤¬ `%s' ¥È¡¼¥¯¥ó¤ÎÁ°¤Ë¤¢¤ê¤Þ¤¹"
18106
18107 #: cp/tree.c:263 cp/tree.c:275
18108 #, c-format
18109 msgid "non-lvalue in %s"
18110 msgstr "%s ¤Ëº¸ÊÕÃͤǤϤʤ¤ÃÍ"
18111
18112 #: cp/tree.c:562
18113 #, fuzzy
18114 msgid "`%V' qualifiers cannot be applied to `%T'"
18115 msgstr "`%s' ¤Ï `%s' ¤Ë±þÅú¤·¤Þ¤»¤ó"
18116
18117 #: cp/tree.c:1941
18118 #, fuzzy, c-format
18119 msgid "`%s' attribute can only be applied to Java class definitions"
18120 msgstr "`java_interface' °À­¤Ï Java ¥¯¥é¥¹ÄêµÁ¤ËÂФ·¤Æ¤Î¤ßÍѤ¤¤ë»ö¤¬¤Ç¤­¤Þ¤¹"
18121
18122 #: cp/tree.c:1971
18123 #, fuzzy, c-format
18124 msgid "`%s' attribute can only be applied to class definitions"
18125 msgstr "`com_interface' °À­¤Ï¥¯¥é¥¹ÄêµÁ¤Ë¤Î¤ßÍѤ¤¤ë»ö¤¬¤Ç¤­¤Þ¤¹"
18126
18127 #: cp/tree.c:1977
18128 #, c-format
18129 msgid "`%s' is obsolete; g++ vtables are now COM-compatible by default"
18130 msgstr ""
18131
18132 #: cp/tree.c:2002
18133 msgid "requested init_priority is not an integer constant"
18134 msgstr "Í׵ᤵ¤ì¤¿ init_priority ¤ÏÀ°¿ô·¿¤ÎÄê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
18135
18136 #: cp/tree.c:2023
18137 #, fuzzy, c-format
18138 msgid "can only use `%s' attribute on file-scope definitions of objects of class type"
18139 msgstr "init_priority °À­¤Ï¥¯¥é¥¹·¿¥ª¥Ö¥¸¥§¥¯¥È¤Î¥Õ¥¡¥¤¥ë¥¹¥³¡¼¥×ÄêµÁ¤Ç¤Î¤ß»È¤¨¤Þ¤¹"
18140
18141 #: cp/tree.c:2031
18142 msgid "requested init_priority is out of range"
18143 msgstr "Í׵ᤵ¤ì¤¿ init_priority ¤¬Èϰϳ°¤Ç¤¹"
18144
18145 #: cp/tree.c:2041
18146 msgid "requested init_priority is reserved for internal use"
18147 msgstr "Í׵ᤵ¤ì¤¿ init_priority ¤ÏÆâÉô¤Ç»ÈÍѤ¹¤ë¤¿¤á¤ËͽÌ󤵤ì¤Æ¤¤¤Þ¤¹"
18148
18149 #: cp/tree.c:2051
18150 #, fuzzy, c-format
18151 msgid "`%s' attribute is not supported on this platform"
18152 msgstr "init_priority °À­¤Ï¤³¤Î¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
18153
18154 #: cp/tree.c:2588
18155 #, fuzzy, c-format
18156 msgid "lang_* check: failed in %s, at %s:%d"
18157 msgstr "Tree ¸¡ºº: %s ¤¬¤¢¤ë¤Ù¤­½ê¤Ë %s ¤¬¤¢¤ê¤Þ¤¹(%s Æâ, %s:%d)"
18158
18159 #: cp/typeck.c:524
18160 #, c-format
18161 msgid "ISO C++ forbids %s between pointer of type `void *' and pointer-to-function"
18162 msgstr "ISO C++ ¤Ï `void *' ·¿¥Ý¥¤¥ó¥¿¤È´Ø¿ô¥Ý¥¤¥ó¥¿¤È¤Î %s ¤ò¶Ø¤¸¤Þ¤¹"
18163
18164 #: cp/typeck.c:545
18165 #, fuzzy
18166 msgid "%s between distinct pointer types `%T' and `%T' lacks a cast"
18167 msgstr "·¿¤¬Á´¤¯°Û¤Ê¤ë¥Ý¥¤¥ó¥¿¤ÎÈæ³Ó¤Ç¥­¥ã¥¹¥È¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
18168
18169 #: cp/typeck.c:1436
18170 #, fuzzy
18171 msgid "ISO C++ prohibits conversion from `%#T' to `(...)'"
18172 msgstr "ISO C ¤Ç¤Ï°ú¿ô¤«¤é¶¦ÍÑÂΤؤÎÊÑ´¹¤ò¶Ø»ß¤·¤Æ¤¤¤Þ¤¹"
18173
18174 #: cp/typeck.c:1514
18175 #, fuzzy, c-format
18176 msgid "invalid application of `%s' to a member function"
18177 msgstr "Èó¥á¥ó¥Ð´Ø¿ô¤Ç¤Î `this' ¤Î»ÈÍѤÏ̵¸ú¤Ç¤¹"
18178
18179 #: cp/typeck.c:1520
18180 #, fuzzy, c-format
18181 msgid "invalid application of `%s' to non-static member"
18182 msgstr "¥á¥ó¥Ð¤Ø¤Î¥Ý¥¤¥ó¥¿¤Ç¤Î̵¸ú¤Ê `%s' ¤Î»ÈÍÑ"
18183
18184 #: cp/typeck.c:1538
18185 msgid "sizeof applied to a bit-field"
18186 msgstr "sizeof ¤¬¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É¤ËŬÍѤµ¤ì¤Þ¤·¤¿"
18187
18188 #: cp/typeck.c:1541
18189 msgid "ISO C++ forbids applying `sizeof' to an expression of function type"
18190 msgstr "ISO C++ ¤Ï´Ø¿ô·¿¤Î¼°¤Ø¤Î `sizeof' ¤ÎŬÍѤò¶Ø¤¸¤Þ¤¹"
18191
18192 #: cp/typeck.c:1759
18193 #, fuzzy
18194 msgid "deprecated conversion from string constant to `%T'"
18195 msgstr "ʸ»úÎóÄê¿ôÃæ¤Î \\r ¥¨¥¹¥±¡¼¥×"
18196
18197 #: cp/typeck.c:1890 cp/typeck.c:2122
18198 msgid "request for member `%D' in `%E', which is of non-class type `%T'"
18199 msgstr ""
18200
18201 #: cp/typeck.c:1916
18202 #, fuzzy
18203 msgid "`%D' is not a member of `%T'"
18204 msgstr "%s ¤Ë `%s' ¤È¤¤¤¦Ì¾Á°¤Î¥á¥ó¥Ð¤Ï¤¢¤ê¤Þ¤»¤ó"
18205
18206 #: cp/typeck.c:1957 cp/typeck.c:1978
18207 msgid "invalid access to non-static data member `%D' of NULL object"
18208 msgstr ""
18209
18210 #: cp/typeck.c:1959 cp/typeck.c:1980
18211 msgid "(perhaps the `offsetof' macro was used incorrectly)"
18212 msgstr ""
18213
18214 #: cp/typeck.c:2168
18215 #, fuzzy
18216 msgid "`%D::%D' is not a member of `%T'"
18217 msgstr "%s ¤Ë `%s' ¤È¤¤¤¦Ì¾Á°¤Î¥á¥ó¥Ð¤Ï¤¢¤ê¤Þ¤»¤ó"
18218
18219 #: cp/typeck.c:2179
18220 #, fuzzy
18221 msgid "`%T' is not a base of `%T'"
18222 msgstr "`%s' ¤Ï `%s' ¤Ë±þÅú¤·¤Þ¤»¤ó"
18223
18224 #: cp/typeck.c:2199
18225 msgid "destructor specifier `%T::~%T' must have matching names"
18226 msgstr ""
18227
18228 #: cp/typeck.c:2205
18229 msgid "type `%T' has no destructor"
18230 msgstr ""
18231
18232 #: cp/typeck.c:2244
18233 #, fuzzy
18234 msgid "`%D' is not a member template function"
18235 msgstr "`%s' ¤ÏÄ̾Èó static ¤Ê´Ø¿ô¤Ç¤¹"
18236
18237 #. A pointer to incomplete type (other than cv void) can be
18238 #. dereferenced [expr.unary.op]/1
18239 #: cp/typeck.c:2338
18240 msgid "`%T' is not a pointer-to-object type"
18241 msgstr ""
18242
18243 #: cp/typeck.c:2365
18244 #, c-format
18245 msgid "invalid use of `%s' on pointer to member"
18246 msgstr "¥á¥ó¥Ð¤Ø¤Î¥Ý¥¤¥ó¥¿¤Ç¤Î̵¸ú¤Ê `%s' ¤Î»ÈÍÑ"
18247
18248 #: cp/typeck.c:2371
18249 msgid "invalid type argument"
18250 msgstr "̵¸ú¤Ê·¿°ú¿ô¤Ç¤¹"
18251
18252 #: cp/typeck.c:2474
18253 msgid "ISO C++ forbids subscripting non-lvalue array"
18254 msgstr "ISO C++ ¤Ïº¸ÊÕÃͤǤϤʤ¤ÇÛÎó¤Îź»ú¤ò¶Ø¤¸¤Þ¤¹"
18255
18256 #: cp/typeck.c:2485
18257 msgid "subscripting array declared `register'"
18258 msgstr "`register' ¤ÈÀë¸À¤µ¤ì¤¿ÇÛÎó¤Ëź»ú¤ò¤Ä¤±¤è¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
18259
18260 #: cp/typeck.c:2570
18261 #, fuzzy, c-format
18262 msgid "object missing in use of `%E'"
18263 msgstr "¥á¥ó¥Ð¤Ø¤Î¥Ý¥¤¥ó¥¿¹½ÃۤλÈÍѤǥª¥Ö¥¸¥§¥¯¥È¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
18264
18265 #: cp/typeck.c:2674
18266 msgid "ISO C++ forbids calling `::main' from within program"
18267 msgstr "ISO C++ ¤Ï¥×¥í¥°¥é¥à¤ÎÃ椫¤é `::main' ¤ò¸Æ¤Ó½Ð¤¹¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
18268
18269 #: cp/typeck.c:2699
18270 #, fuzzy, c-format
18271 msgid "must use .* or ->* to call pointer-to-member function in `%E (...)'"
18272 msgstr "¤³¤³¤Ç¤Ï¥á¥ó¥Ð´Ø¿ô¥Ý¥¤¥ó¥¿¸Æ¤Ó½Ð¤·¤¬¤Ç¤­¤Þ¤»¤ó"
18273
18274 #: cp/typeck.c:2712
18275 #, fuzzy, c-format
18276 msgid "`%E' cannot be used as a function"
18277 msgstr "\"%s\" ¤Ï¥Þ¥¯¥í̾¤È¤·¤Æ¤Ï»È¤¨¤Þ¤»¤ó"
18278
18279 #: cp/typeck.c:2824
18280 #, fuzzy
18281 msgid "too many arguments to %s `%+#D'"
18282 msgstr "´Ø¿ô `%s' ¤ËÂФ¹¤ë°ú¿ô¤¬Â¿¤¹¤®¤Þ¤¹"
18283
18284 #: cp/typeck.c:2865
18285 msgid "parameter type of called function is incomplete"
18286 msgstr "¸Æ¤Ð¤ì¤¿´Ø¿ô¤Î²¾°ú¿ô¤Î·¿¤¬ÉÔ´°Á´¤Ç¤¹"
18287
18288 #: cp/typeck.c:2928
18289 #, fuzzy
18290 msgid "too few arguments to %s `%+#D'"
18291 msgstr "´Ø¿ô `%s' ¤Ø¤Î°ú¿ô¤¬¾¯¤Ê¤¹¤®¤Þ¤¹"
18292
18293 #: cp/typeck.c:3056 cp/typeck.c:3066
18294 msgid "assuming cast to type `%T' from overloaded function"
18295 msgstr ""
18296
18297 #: cp/typeck.c:3126
18298 #, fuzzy, c-format
18299 msgid "division by zero in `%E / 0'"
18300 msgstr "#if ¤Ç¥¼¥í½ü»»¤¬È¯À¸¤·¤Þ¤·¤¿"
18301
18302 #: cp/typeck.c:3128
18303 #, fuzzy, c-format
18304 msgid "division by zero in `%E / 0.'"
18305 msgstr "#if ¤Ç¥¼¥í½ü»»¤¬È¯À¸¤·¤Þ¤·¤¿"
18306
18307 #: cp/typeck.c:3158
18308 #, fuzzy, c-format
18309 msgid "division by zero in `%E %% 0'"
18310 msgstr "#if ¤Ç¥¼¥í½ü»»¤¬È¯À¸¤·¤Þ¤·¤¿"
18311
18312 #: cp/typeck.c:3160
18313 #, fuzzy, c-format
18314 msgid "division by zero in `%E %% 0.'"
18315 msgstr "#if ¤Ç¥¼¥í½ü»»¤¬È¯À¸¤·¤Þ¤·¤¿"
18316
18317 #: cp/typeck.c:3240
18318 #, c-format
18319 msgid "%s rotate count is negative"
18320 msgstr "%s ¥í¡¼¥Æ¡¼¥È²ó¿ô¤¬Éé¤ÎÃͤǤ¹"
18321
18322 #: cp/typeck.c:3243
18323 #, c-format
18324 msgid "%s rotate count >= width of type"
18325 msgstr "%s ¥í¡¼¥Æ¡¼¥È²ó¿ô >= ·¿¤ÎÉý¤Ç¤¹"
18326
18327 #: cp/typeck.c:3274 cp/typeck.c:3279 cp/typeck.c:3370 cp/typeck.c:3375
18328 msgid "ISO C++ forbids comparison between pointer and integer"
18329 msgstr "ISO C++ ¤Ï¥Ý¥¤¥ó¥¿¤ÈÀ°¿ô¤È¤ÎÈæ³Ó¤ò¶Ø¤¸¤Þ¤¹"
18330
18331 #: cp/typeck.c:3553
18332 #, fuzzy
18333 msgid "comparison between types `%#T' and `%#T'"
18334 msgstr "¥Ý¥¤¥ó¥¿¤ÈÀ°¿ô¤È¤ÎÈæ³Ó¤ò¹Ô¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
18335
18336 #: cp/typeck.c:3589
18337 msgid "comparison between signed and unsigned integer expressions"
18338 msgstr "Éä¹çÉÕ¤­¤ÈÉä¹ç̵¤·¤ÎÀ°¿ô¼°Æ±»Î¤ÎÈæ³Ó¤Ç¤¹"
18339
18340 #: cp/typeck.c:3654
18341 #, fuzzy
18342 msgid "invalid operands of types `%T' and `%T' to binary `%O'"
18343 msgstr "Æó¹à±é»»»Ò %s ¤¬ÉÔŬÀڤǤ¹"
18344
18345 #. Some sort of arithmetic operation involving NULL was
18346 #. performed. Note that pointer-difference and pointer-addition
18347 #. have already been handled above, and so we don't end up here in
18348 #. that case.
18349 #: cp/typeck.c:3676
18350 #, fuzzy
18351 msgid "NULL used in arithmetic"
18352 msgstr "´Ø¿ô¥Ý¥¤¥ó¥¿¤¬·×»»¤Ç»È¤ï¤ì¤Þ¤·¤¿"
18353
18354 #: cp/typeck.c:3743
18355 msgid "ISO C++ forbids using pointer of type `void *' in subtraction"
18356 msgstr "ISO C++ ¤Ï¸º»»¤Ë `void *' ·¿¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¦¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
18357
18358 #: cp/typeck.c:3745
18359 msgid "ISO C++ forbids using pointer to a function in subtraction"
18360 msgstr "ISO C++ ¤Ï¸º»»¤Ë´Ø¿ô¤Ø¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¦¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
18361
18362 #: cp/typeck.c:3747
18363 msgid "ISO C++ forbids using pointer to a method in subtraction"
18364 msgstr "ISO C++ ¤Ï¸º»»¤Ë¥á¥½¥Ã¥É¤Ø¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¦¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
18365
18366 #: cp/typeck.c:3749
18367 msgid "ISO C++ forbids using pointer to a member in subtraction"
18368 msgstr "ISO C++ ¤Ï¸º»»¤Ë¥á¥ó¥Ð¤Ø¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¦¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
18369
18370 #: cp/typeck.c:3761
18371 msgid "invalid use of a pointer to an incomplete type in pointer arithmetic"
18372 msgstr "¥Ý¥¤¥ó¥¿±é»»¤ÇÉÔ´°Á´·¿¤Ø¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¦¤³¤È¤Ï̵¸ú¤Ç¤¹"
18373
18374 #: cp/typeck.c:3821
18375 #, c-format
18376 msgid "invalid use of '%E' to form a pointer-to-member-function. Use a qualified-id."
18377 msgstr ""
18378
18379 #: cp/typeck.c:3827
18380 #, c-format
18381 msgid "parenthesis around '%E' cannot be used to form a pointer-to-member-function"
18382 msgstr ""
18383
18384 #: cp/typeck.c:3850
18385 msgid "taking address of temporary"
18386 msgstr "°ì»þ¥ª¥Ö¥¸¥§¥¯¥È¤Î¥¢¥É¥ì¥¹¤ò¼è¤í¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
18387
18388 #: cp/typeck.c:4091
18389 #, c-format
18390 msgid "ISO C++ forbids %sing an enum"
18391 msgstr "ISO C++ ¤Ï enum ¤Î %s ¤ò¶Ø¤¸¤Þ¤¹"
18392
18393 #: cp/typeck.c:4103
18394 #, fuzzy
18395 msgid "cannot %s a pointer to incomplete type `%T'"
18396 msgstr "²¾°ú¿ô `%s' ¤ÏÉÔ´°Á´·¿¤ò»Ø¤·¤Æ¤¤¤Þ¤¹"
18397
18398 #: cp/typeck.c:4110
18399 #, fuzzy
18400 msgid "ISO C++ forbids %sing a pointer of type `%T'"
18401 msgstr "ISO C++ ¤Ï¸º»»¤Ë `void *' ·¿¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¦¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
18402
18403 #: cp/typeck.c:4135
18404 msgid "cast to non-reference type used as lvalue"
18405 msgstr "º¸ÊÕÃͤȤ·¤Æ»È¤ï¤ì¤ëÈ󻲾ȷ¿¤Ø¤Î¥­¥ã¥¹¥È¤Ç¤¹"
18406
18407 #: cp/typeck.c:4169
18408 #, fuzzy
18409 msgid "invalid use of `--' on bool variable `%D'"
18410 msgstr "¥á¥ó¥Ð¤Ø¤Î¥Ý¥¤¥ó¥¿¤Ç¤Î̵¸ú¤Ê `%s' ¤Î»ÈÍÑ"
18411
18412 #. ARM $3.4
18413 #: cp/typeck.c:4202
18414 msgid "ISO C++ forbids taking address of function `::main'"
18415 msgstr "ISO C++ ¤Ï `::main' ´Ø¿ô¤Î¥¢¥É¥ì¥¹¤ò¼è¤ë¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
18416
18417 #. An expression like &memfn.
18418 #: cp/typeck.c:4269
18419 msgid "ISO C++ forbids taking the address of an unqualified non-static member function to form a pointer to member function. Say `&%T::%D'"
18420 msgstr ""
18421
18422 #: cp/typeck.c:4271
18423 #, fuzzy
18424 msgid "ISO C++ forbids taking the address of a bound member function to form a pointer to member function. Say `&%T::%D'"
18425 msgstr "ISO C++ ¤ÏÈóº¸ÊÕÃͼ°¤Ø¤Î¥­¥ã¥¹¥È¤Î¥¢¥É¥ì¥¹¤ò¼è¤ë¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
18426
18427 #: cp/typeck.c:4295
18428 msgid "ISO C++ forbids taking the address of a cast to a non-lvalue expression"
18429 msgstr "ISO C++ ¤ÏÈóº¸ÊÕÃͼ°¤Ø¤Î¥­¥ã¥¹¥È¤Î¥¢¥É¥ì¥¹¤ò¼è¤ë¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
18430
18431 #: cp/typeck.c:4324
18432 #, fuzzy
18433 msgid "attempt to take address of bit-field structure member `%D'"
18434 msgstr "¹½Â¤ÂÎ¥á¥ó¥Ð `%s' ¤Î¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É¤Î¥¢¥É¥ì¥¹¤ò¼èÆÀ¤·¤è¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
18435
18436 #: cp/typeck.c:4444
18437 #, fuzzy
18438 msgid "taking address of destructor"
18439 msgstr "°ì»þ¥ª¥Ö¥¸¥§¥¯¥È¤Î¥¢¥É¥ì¥¹¤ò¼è¤í¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
18440
18441 #: cp/typeck.c:4457
18442 #, fuzzy
18443 msgid "taking address of bound pointer-to-member expression"
18444 msgstr " ¥Ý¥¤¥ó¥¿¤«¤é¥á¥ó¥Ð¤Ø¤ÎÊÑ´¹¤Ç"
18445
18446 #: cp/typeck.c:4473
18447 #, fuzzy
18448 msgid "cannot create pointer to reference member `%D'"
18449 msgstr "¥Ý¥¤¥ó¥¿¤ò»²¾È¤È¤·¤ÆÀë¸À¤Ç¤­¤Þ¤»¤ó"
18450
18451 #: cp/typeck.c:4536
18452 msgid "cannot take the address of `this', which is an rvalue expression"
18453 msgstr "`this' ¤Ï±¦ÊÕÃͼ°¤Ç¤¢¤ê¡¢¤½¤Î¥¢¥É¥ì¥¹¤ò¼è¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
18454
18455 #: cp/typeck.c:4555
18456 msgid "address requested for `%D', which is declared `register'"
18457 msgstr ""
18458
18459 #: cp/typeck.c:4682
18460 msgid "static_cast from type `%T' to type `%T' casts away constness"
18461 msgstr ""
18462
18463 #: cp/typeck.c:4871
18464 msgid "invalid static_cast from type `%T' to type `%T'"
18465 msgstr ""
18466
18467 #: cp/typeck.c:4910
18468 msgid "invalid reinterpret_cast of an rvalue expression of type `%T' to type `%T'"
18469 msgstr ""
18470
18471 #: cp/typeck.c:4930
18472 msgid "reinterpret_cast from `%T' to `%T' loses precision"
18473 msgstr ""
18474
18475 #: cp/typeck.c:4943
18476 msgid "reinterpret_cast from `%T' to `%T' casts away const (or volatile)"
18477 msgstr ""
18478
18479 #: cp/typeck.c:4952
18480 msgid "ISO C++ forbids casting between pointer-to-function and pointer-to-object"
18481 msgstr "ISO C++ ¤Ï´Ø¿ô¥Ý¥¤¥ó¥¿¤È¥ª¥Ö¥¸¥§¥¯¥È¥Ý¥¤¥ó¥¿¤Î´Ö¤Ç¤Î¥­¥ã¥¹¥È¤ò¶Ø¤¸¤Þ¤¹"
18482
18483 #: cp/typeck.c:4958
18484 msgid "invalid reinterpret_cast from type `%T' to type `%T'"
18485 msgstr ""
18486
18487 #: cp/typeck.c:4985
18488 msgid "invalid use of const_cast with type `%T', which is not a pointer, reference, nor a pointer-to-data-member type"
18489 msgstr ""
18490
18491 #: cp/typeck.c:4988
18492 msgid "invalid use of const_cast with type `%T', which is a pointer or reference to a function type"
18493 msgstr ""
18494
18495 #: cp/typeck.c:5011
18496 msgid "invalid const_cast of an rvalue of type `%T' to type `%T'"
18497 msgstr ""
18498
18499 #: cp/typeck.c:5027
18500 msgid "invalid const_cast from type `%T' to type `%T'"
18501 msgstr ""
18502
18503 #: cp/typeck.c:5069 cp/typeck.c:5074
18504 #, fuzzy
18505 msgid "ISO C++ forbids casting to an array type `%T'"
18506 msgstr "ISO C ¤Ï¶¦ÍÑÂη¿¤Ø¤Î¥­¥ã¥¹¥È¤ò¶Ø¤¸¤Þ¤¹"
18507
18508 #: cp/typeck.c:5082
18509 #, fuzzy
18510 msgid "invalid cast to function type `%T'"
18511 msgstr "´Ø¿ô `%s' ¤ËÂФ·¤ÆÉÔŬÀÚ¤ÊÊݸ¥¯¥é¥¹"
18512
18513 #: cp/typeck.c:5138
18514 #, fuzzy
18515 msgid "cast from `%T' to `%T' discards qualifiers from pointer target type"
18516 msgstr "¥­¥ã¥¹¥È¤Ë¤è¤Ã¤Æ¥Ý¥¤¥ó¥¿¤¬¼¨¤¹·¿¤«¤é½¤¾þ»Ò¤¬ÀÚ¤ê¼Î¤Æ¤é¤ì¤Þ¤¹"
18517
18518 #: cp/typeck.c:5184
18519 #, fuzzy
18520 msgid "cast from `%T' to `%T' increases required alignment of target type"
18521 msgstr "¥­¥ã¥¹¥È¤Ë¤è¤Ã¤Æ¥Ý¥¤¥ó¥¿¤¬¼¨¤¹·¿¤ÎÍ׵ᥢ¥é¥¤¥ó¥á¥ó¥È¤¬Áý²Ã¤·¤Þ¤¹"
18522
18523 #: cp/typeck.c:5357
18524 msgid " in evaluation of `%Q(%#T, %#T)'"
18525 msgstr ""
18526
18527 #: cp/typeck.c:5399
18528 msgid "ISO C++ forbids cast to non-reference type used as lvalue"
18529 msgstr "ISO C++ ¤Ïº¸ÊÕÃͤȤ·¤Æ»È¤ï¤ì¤ëÈ󻲾ȷ¿¤Ø¤Î¥­¥ã¥¹¥È¤ò¶Ø¤¸¤Þ¤¹"
18530
18531 #: cp/typeck.c:5463
18532 #, fuzzy
18533 msgid "incompatible types in assignment of `%T' to `%T'"
18534 msgstr "%d ÈÖÌܤΰú¿ô¤¬ `%s' ¤Î·¿¤È¸ß´¹À­¤¬¤¢¤ê¤Þ¤»¤ó"
18535
18536 #: cp/typeck.c:5470
18537 msgid "ISO C++ forbids assignment of arrays"
18538 msgstr "ISO C++ ¤ÏÇÛÎó¤ÎÂåÆþ¤ò¶Ø¤¸¤Þ¤¹"
18539
18540 #: cp/typeck.c:5577
18541 msgid " in pointer to member function conversion"
18542 msgstr " ¥Ý¥¤¥ó¥¿¤«¤é¥á¥ó¥Ð´Ø¿ô¤Ø¤ÎÊÑ´¹¤Ç"
18543
18544 #: cp/typeck.c:5585
18545 msgid " in pointer to member conversion"
18546 msgstr " ¥Ý¥¤¥ó¥¿¤«¤é¥á¥ó¥Ð¤Ø¤ÎÊÑ´¹¤Ç"
18547
18548 #. This is a reinterpret cast, we choose to do nothing.
18549 #: cp/typeck.c:5596 cp/typeck.c:5615
18550 msgid "pointer to member cast via virtual base `%T' of `%T'"
18551 msgstr ""
18552
18553 #: cp/typeck.c:5619
18554 #, fuzzy
18555 msgid "pointer to member conversion via virtual base `%T' of `%T'"
18556 msgstr " ¥Ý¥¤¥ó¥¿¤«¤é¥á¥ó¥Ð¤Ø¤ÎÊÑ´¹¤Ç"
18557
18558 #: cp/typeck.c:5695
18559 #, fuzzy
18560 msgid "invalid conversion to type `%T' from type `%T'"
18561 msgstr "¥ì¥·¡¼¥Ð·¿ `%s' ¤¬Ìµ¸ú¤Ç¤¹"
18562
18563 #: cp/typeck.c:5860
18564 msgid "passing NULL used for non-pointer %s %P of `%D'"
18565 msgstr ""
18566
18567 #: cp/typeck.c:5863
18568 msgid "%s to non-pointer type `%T' from NULL"
18569 msgstr ""
18570
18571 #: cp/typeck.c:5871
18572 #, fuzzy
18573 msgid "passing `%T' for %s %P of `%D'"
18574 msgstr "°ú¿ô %d ¸Ä¤Î `%s' ¤òÅϤ·¤Þ¤¹"
18575
18576 #: cp/typeck.c:5874
18577 msgid "%s to `%T' from `%T'"
18578 msgstr ""
18579
18580 #: cp/typeck.c:5884
18581 msgid "passing negative value `%E' for %s %P of `%D'"
18582 msgstr ""
18583
18584 #: cp/typeck.c:5887
18585 msgid "%s of negative value `%E' to `%T'"
18586 msgstr ""
18587
18588 #: cp/typeck.c:5982
18589 msgid "cannot convert `%T' to `%T' for argument `%P' to `%D'"
18590 msgstr ""
18591
18592 #: cp/typeck.c:5985
18593 #, fuzzy
18594 msgid "cannot convert `%T' to `%T' in %s"
18595 msgstr "¥Ý¥¤¥ó¥¿·¿¤ËÊÑ´¹¤Ç¤­¤Þ¤»¤ó"
18596
18597 #: cp/typeck.c:6073 cp/typeck.c:6075
18598 #, fuzzy
18599 msgid "in passing argument %P of `%+D'"
18600 msgstr "°ú¿ô %d ¸Ä¤Î `%s' ¤òÅϤ·¤Þ¤¹"
18601
18602 #: cp/typeck.c:6190
18603 msgid "returning reference to temporary"
18604 msgstr "°ì»þ¥ª¥Ö¥¸¥§¥¯¥È¤Ø¤Î»²¾È¤òÊÖ¤½¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
18605
18606 #: cp/typeck.c:6197
18607 msgid "reference to non-lvalue returned"
18608 msgstr "Èóº¸ÊÕÃͤؤλ²¾È¤¬ÊÖ¤µ¤ì¤Þ¤·¤¿"
18609
18610 #: cp/typeck.c:6209
18611 #, fuzzy
18612 msgid "reference to local variable `%D' returned"
18613 msgstr "Èóº¸ÊÕÃͤؤλ²¾È¤¬ÊÖ¤µ¤ì¤Þ¤·¤¿"
18614
18615 #: cp/typeck.c:6212
18616 #, fuzzy
18617 msgid "address of local variable `%D' returned"
18618 msgstr "Í׵ᤵ¤ì¤¿Âç°è¥ì¥¸¥¹¥¿ÊÑ¿ô `%s' ¤Î¥¢¥É¥ì¥¹"
18619
18620 #: cp/typeck.c:6243
18621 msgid "returning a value from a destructor"
18622 msgstr "¥Ç¥¹¥È¥é¥¯¥¿¤«¤éÃͤòÊÖ¤½¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
18623
18624 #. If a return statement appears in a handler of the
18625 #. function-try-block of a constructor, the program is ill-formed.
18626 #: cp/typeck.c:6251
18627 msgid "cannot return from a handler of a function-try-block of a constructor"
18628 msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤Î´Ø¿ô try ¥Ö¥í¥Ã¥¯¤Î¥Ï¥ó¥É¥é¤«¤é¤Ï return ¤Ç¤­¤Þ¤»¤ó"
18629
18630 #. You can't return a value from a constructor.
18631 #: cp/typeck.c:6254
18632 msgid "returning a value from a constructor"
18633 msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤«¤éÃͤòÊÖ¤½¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
18634
18635 #: cp/typeck.c:6271
18636 msgid "return-statement with no value, in function declared with a non-void return type"
18637 msgstr "return ʸ¤¬Ãͤò»ý¤Á¤Þ¤»¤ó¡£´Ø¿ôÀë¸À¤Ç¤ÏÈó void ¤ÎÌá¤êÃͤò»ý¤Á¤Þ¤¹"
18638
18639 #: cp/typeck.c:6287
18640 msgid "return-statement with a value, in function declared with a void return type"
18641 msgstr "return ʸ¤¬Ãͤò»ý¤Á¤Þ¤¹¡£´Ø¿ôÀë¸À¤Ç¤ÏÌá¤ê·¿¤¬ void ¤È¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
18642
18643 #: cp/typeck.c:6308
18644 msgid "`operator new' must not return NULL unless it is declared `throw()' (or -fcheck-new is in effect)"
18645 msgstr ""
18646
18647 #: cp/typeck2.c:54
18648 msgid "type `%T' is not a base type for type `%T'"
18649 msgstr ""
18650
18651 #: cp/typeck2.c:157
18652 #, fuzzy
18653 msgid "cannot declare variable `%D' to be of type `%T'"
18654 msgstr "`::main' ¤ò template ¤È¤·¤Æ¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
18655
18656 #: cp/typeck2.c:160
18657 #, fuzzy
18658 msgid "cannot declare parameter `%D' to be of type `%T'"
18659 msgstr "`::main' ¤ò template ¤È¤·¤Æ¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
18660
18661 #: cp/typeck2.c:163
18662 #, fuzzy
18663 msgid "cannot declare field `%D' to be of type `%T'"
18664 msgstr "`::main' ¤ò template ¤È¤·¤Æ¤ÏÀë¸À¤Ç¤­¤Þ¤»¤ó"
18665
18666 #: cp/typeck2.c:167
18667 #, fuzzy
18668 msgid "invalid return type for member function `%#D'"
18669 msgstr "´Ø¿ô¤ÎÊÖ¤¹·¿¤¬´Ø¿ô¤Ç¤¢¤Ã¤Æ¤Ï¤Ê¤ê¤Þ¤»¤ó"
18670
18671 #: cp/typeck2.c:169
18672 #, fuzzy
18673 msgid "invalid return type for function `%#D'"
18674 msgstr "´Ø¿ô `%s' ¤ËÂФ·¤ÆÉÔŬÀÚ¤ÊÊݸ¥¯¥é¥¹"
18675
18676 #: cp/typeck2.c:172
18677 #, fuzzy
18678 msgid "cannot allocate an object of type `%T'"
18679 msgstr "`id' ·¿¤Î¥ª¥Ö¥¸¥§¥¯¥È¤ËÂΤ¹¤ëÀÅŪ¥¢¥¯¥»¥¹¤Ç¤¹"
18680
18681 #: cp/typeck2.c:179
18682 msgid " because the following virtual functions are abstract:"
18683 msgstr " °Ê²¼¤Î²¾ÁÛ´Ø¿ô¤¬Ãê¾Ý¤Ç¤¢¤ë¤¿¤á¤Ç¤¹:"
18684
18685 #: cp/typeck2.c:181
18686 msgid "\t%#D"
18687 msgstr ""
18688
18689 #: cp/typeck2.c:184
18690 msgid " since type `%T' has abstract virtual functions"
18691 msgstr ""
18692
18693 #: cp/typeck2.c:338
18694 msgid "constructor syntax used, but no constructor declared for type `%T'"
18695 msgstr ""
18696
18697 #: cp/typeck2.c:349
18698 msgid "comma expression used to initialize return value"
18699 msgstr "¥«¥ó¥Þ±é»»»Ò¤¬Ìá¤êÃͤò½é´ü²½¤¹¤ë¤¿¤á¤Ë»È¤ï¤ì¤Þ¤·¤¿"
18700
18701 #: cp/typeck2.c:358
18702 msgid "cannot initialize arrays using this syntax"
18703 msgstr "¤³¤Îʸˡ¤ò»È¤Ã¤ÆÇÛÎó¤ò½é´ü²½¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
18704
18705 #: cp/typeck2.c:473
18706 msgid "initializing array with parameter list"
18707 msgstr "ÇÛÎó¤ò²¾°ú¿ô¥ê¥¹¥È¤Ë¤è¤Ã¤Æ½é´ü²½¤·¤è¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
18708
18709 #: cp/typeck2.c:529
18710 msgid "initializer for scalar variable requires one element"
18711 msgstr "¥¹¥«¥é¡¼ÊÑ¿ô¤Î½é´ü²½»Ò¤Ï°ì¤Ä¤ÎÍ×ÁǤòÍ׵ᤷ¤Þ¤¹"
18712
18713 #: cp/typeck2.c:536
18714 #, fuzzy
18715 msgid "braces around scalar initializer for `%T'"
18716 msgstr "¥¹¥«¥é¡¼½é´ü²½»Ò¤¬¥Ö¥ì¡¼¥¹¤Ç°Ï¤Þ¤ì¤Æ¤¤¤Þ¤¹"
18717
18718 #: cp/typeck2.c:539
18719 #, fuzzy
18720 msgid "ignoring extra initializers for `%T'"
18721 msgstr "(`%s' ¤Î½é´ü²½¤ÏÉÔ´°Á´¤Ç¤¹)"
18722
18723 #: cp/typeck2.c:551
18724 #, fuzzy
18725 msgid "variable-sized object of type `%T' may not be initialized"
18726 msgstr "²ÄÊÑĹ¥ª¥Ö¥¸¥§¥¯¥È¤Ï½é´ü²½¤µ¤ì¤Ê¤¤¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦"
18727
18728 #: cp/typeck2.c:561
18729 msgid "subobject of type `%T' must be initialized by constructor, not by `%E'"
18730 msgstr ""
18731
18732 #: cp/typeck2.c:627
18733 msgid "aggregate has a partly bracketed initializer"
18734 msgstr "½¸¹çÂΤ¬ÉôʬŪ¤Ë¥Ö¥é¥±¥Ã¥È¤Î½é´ü²½»Ò¤ò»ý¤Á¤Þ¤¹"
18735
18736 #: cp/typeck2.c:665 cp/typeck2.c:770
18737 msgid "non-trivial labeled initializers"
18738 msgstr "¼«ÌÀ¤Ç¤Ê¤¤¥é¥Ù¥ë¤Î¤Ä¤¤¤¿½é´ü²½»Ò¤Ç¤¹"
18739
18740 #: cp/typeck2.c:682
18741 msgid "non-empty initializer for array of empty elements"
18742 msgstr "Í×ÁǤΤʤ¤ÇÛÎó¤ËÂФ¹¤ë¡¢¶õ¤Ç¤Ï¤Ê¤¤½é´ü²½»Ò¤Ç¤¹"
18743
18744 #: cp/typeck2.c:736
18745 msgid "initializer list for object of class with virtual base classes"
18746 msgstr "²¾ÁÛ´ðÄ쥯¥é¥¹¤ò»ý¤Ä¥¯¥é¥¹¤Î¥ª¥Ö¥¸¥§¥¯¥ÈÍѤνé´ü²½»Ò¥ê¥¹¥È¤Ç¤¹"
18747
18748 #: cp/typeck2.c:742
18749 msgid "initializer list for object of class with base classes"
18750 msgstr "´ðÄ쥯¥é¥¹¤ò»ý¤Ä¥¯¥é¥¹¤Î¥ª¥Ö¥¸¥§¥¯¥ÈÍѤνé´ü²½»Ò¥ê¥¹¥È¤Ç¤¹"
18751
18752 #: cp/typeck2.c:748
18753 msgid "initializer list for object using virtual functions"
18754 msgstr "²¾ÁÛ´Ø¿ô¤ò»ÈÍѤ¹¤ë¥ª¥Ö¥¸¥§¥¯¥ÈÍѤνé´ü²½»Ò¥ê¥¹¥È¤Ç¤¹"
18755
18756 #: cp/typeck2.c:811 cp/typeck2.c:827
18757 #, fuzzy
18758 msgid "missing initializer for member `%D'"
18759 msgstr "¥á¥ó¥Ð `%s' ¤ËÂФ¹¤ë̵¸ú¤Ê½é´üÃÍ"
18760
18761 #: cp/typeck2.c:816
18762 #, fuzzy
18763 msgid "uninitialized const member `%D'"
18764 msgstr "¥á¥ó¥Ð `%s' ¤ËÂФ¹¤ë̵¸ú¤Ê½é´üÃÍ"
18765
18766 #: cp/typeck2.c:818
18767 #, fuzzy
18768 msgid "member `%D' with uninitialized const fields"
18769 msgstr "̤½é´ü²½Äê¿ô¤ò ROM ¤ËÃÖ¤«¤Ê¤¤"
18770
18771 #: cp/typeck2.c:821
18772 #, fuzzy
18773 msgid "member `%D' is uninitialized reference"
18774 msgstr "²¾°ú¿ô `%s' ¤¬½é´ü²½¤µ¤ì¤Þ¤·¤¿"
18775
18776 #: cp/typeck2.c:868
18777 msgid "index value instead of field name in union initializer"
18778 msgstr "union ½é´ü²½»Ò¤¬¥Õ¥£¡¼¥ë¥É̾¤Ç¤Ï¤Ê¤¯¥¤¥ó¥Ç¥Ã¥¯¥¹ÃͤˤʤäƤ¤¤Þ¤¹"
18779
18780 #: cp/typeck2.c:880
18781 #, fuzzy
18782 msgid "no field `%D' in union being initialized"
18783 msgstr "ÉÔÌÀ¤Ê¥Õ¥£¡¼¥ë¥É `%s' ¤¬½é´ü²½»Ò¤Ç»ØÄꤵ¤ì¤Þ¤·¤¿"
18784
18785 #: cp/typeck2.c:888
18786 #, fuzzy
18787 msgid "union `%T' with no named members cannot be initialized"
18788 msgstr "Ê£»¨¤Ê¥Ñ¥é¥á¥¿¤ò¤â¤Ä´Ø¿ô¤Ï inline ¤Ë¤Ç¤­¤Þ¤»¤ó"
18789
18790 #: cp/typeck2.c:924
18791 msgid "excess elements in aggregate initializer"
18792 msgstr "½¸¹çÂνé´ü²½»ÒÆâ¤Ç¤½¤ÎÍ×ÁǤ¬°î¤ì¤Þ¤·¤¿"
18793
18794 #: cp/typeck2.c:1038
18795 msgid "circular pointer delegation detected"
18796 msgstr "½Û´Ä¥Ý¥¤¥ó¥¿¤ÎÂåɽ¤ò¸¡½Ð¤·¤Þ¤·¤¿"
18797
18798 #: cp/typeck2.c:1051
18799 #, fuzzy
18800 msgid "base operand of `->' has non-pointer type `%T'"
18801 msgstr "`->' ¤Î¥Ù¡¼¥¹¥ª¥Ú¥é¥ó¥É¤¬¥Ý¥¤¥ó¥¿¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
18802
18803 #: cp/typeck2.c:1065
18804 msgid "result of `operator->()' yields non-pointer result"
18805 msgstr "`operator->()'¤Î·ë²Ì¤¬Èó¥Ý¥¤¥ó¥¿¤Î·ë²Ì¤ò¤â¤¿¤é¤·¤Þ¤¹"
18806
18807 #: cp/typeck2.c:1067
18808 msgid "base operand of `->' is not a pointer"
18809 msgstr "`->' ¤Î¥Ù¡¼¥¹¥ª¥Ú¥é¥ó¥É¤¬¥Ý¥¤¥ó¥¿¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
18810
18811 #: cp/typeck2.c:1133
18812 #, fuzzy
18813 msgid "`%E' cannot be used as a member pointer, since it is of type `%T'"
18814 msgstr "\"%s\" ¤Ï C++ ¤Î±é»»»Ò¤Ç¤¢¤ê¡¢¥Þ¥¯¥í̾¤È¤·¤Æ»ÈÍѤ¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
18815
18816 #: cp/typeck2.c:1140
18817 msgid "cannot apply member pointer `%E' to `%E', which is of non-aggregate type `%T'"
18818 msgstr ""
18819
18820 #: cp/typeck2.c:1149
18821 msgid "member type `%T::' incompatible with object type `%T'"
18822 msgstr ""
18823
18824 #: cp/typeck2.c:1186
18825 #, fuzzy
18826 msgid "`%T' fails to be a typedef or built-in type"
18827 msgstr "`%s' ¤ò typedef ¤Þ¤¿¤ÏÁȤ߹þ¤ß·¿¤Ë¤Ç¤­¤Þ¤»¤ó"
18828
18829 #: cp/typeck2.c:1259
18830 #, c-format
18831 msgid "ISO C++ forbids defining types within %s"
18832 msgstr "ISO C++ ¤Ï %s Ãæ¤Î·¿ÄêµÁ¤ò¶Ø¤¸¤Þ¤¹"
18833
18834 #: cp/typeck2.c:1384
18835 msgid "call to function `%D' which throws incomplete type `%#T'"
18836 msgstr ""
18837
18838 #: cp/typeck2.c:1387
18839 #, fuzzy
18840 msgid "call to function which throws incomplete type `%#T'"
18841 msgstr "ÉÔ´°Á´·¿¤Ø¤ÎÊÑ´¹¤Ç¤¹"
18842
18843 #. XXX Not i18n clean.
18844 #: cp/cp-tree.h:3936
18845 #, c-format
18846 msgid "%s is deprecated, please see the documentation for details"
18847 msgstr ""
18848
18849 #: cp/lang-options.h:29
18850 msgid "Do not obey access control semantics"
18851 msgstr "¥¢¥¯¥»¥¹À©¸æ¤Î°ÕÌ£¤Ë½¾¤ï¤Ê¤¤"
18852
18853 #: cp/lang-options.h:31
18854 msgid "Change when template instances are emitted"
18855 msgstr "¥Æ¥ó¥×¥ì¡¼¥È¥¤¥ó¥¹¥¿¥ó¥¹¤¬Á÷½Ð¤µ¤ì¤¿»þ¤ËÊѹ¹¤¹¤ë"
18856
18857 #: cp/lang-options.h:36
18858 msgid "Check the return value of new"
18859 msgstr "new ¤ÎÌá¤êÃͤò¸¡ºº¤¹¤ë"
18860
18861 #: cp/lang-options.h:39
18862 msgid "Reduce size of object files"
18863 msgstr "¥ª¥Ö¥¸¥§¥¯¥È¥Õ¥¡¥¤¥ë¤Î¥µ¥¤¥º¤ò¾®¤µ¤¯¤¹¤ë"
18864
18865 #: cp/lang-options.h:43
18866 msgid "Make string literals `char[]' instead of `const char[]'"
18867 msgstr "ʸ»úÎó¥ê¥Æ¥é¥ë¤ò `const char[]' ¤ÎÂå¤ï¤ê¤Ë `char[]' ¤È¤¹¤ë"
18868
18869 #: cp/lang-options.h:46
18870 msgid "Dump the entire translation unit to a file"
18871 msgstr "ËÝÌõñ°ÌÁ´ÂΤò¥Õ¥¡¥¤¥ë¤Ë¥À¥ó¥×¤¹¤ë"
18872
18873 #: cp/lang-options.h:48
18874 msgid "Do not inline member functions by default"
18875 msgstr "¥á¥ó¥Ð´Ø¿ô¤ò¥Ç¥Õ¥©¥ë¥È¤Ç¥¤¥ó¥é¥¤¥ó¤È¤·¤Ê¤¤"
18876
18877 #: cp/lang-options.h:51
18878 msgid "Do not generate run time type descriptor information"
18879 msgstr "¼Â¹Ô»þ·¿µ­½Ò¾ðÊó¤òÀ¸À®¤·¤Ê¤¤"
18880
18881 #: cp/lang-options.h:56
18882 msgid "Do not generate code to check exception specifications"
18883 msgstr "Îã³°»ÅÍͤθ¡ºº¤ò¤¹¤ë¥³¡¼¥É¤òÀ¸À®¤·¤Ê¤¤"
18884
18885 #: cp/lang-options.h:61
18886 msgid "Scope of for-init-statement vars extends outside"
18887 msgstr "for ½é´ü²½Ê¸¤ÎÊÑ¿ô¤ò¥¹¥³¡¼¥×³°¤Ë³ÈÂ礹¤ë"
18888
18889 #: cp/lang-options.h:64
18890 #, fuzzy
18891 msgid "Do not recognize GNU defined keywords"
18892 msgstr "GNU ÄêµÁ¤ÎͽÌó¸ì¤òǧ¼±¤µ¤»¤Ê¤¤"
18893
18894 #: cp/lang-options.h:68
18895 msgid "Enable support for huge objects"
18896 msgstr "Â礭¤Ê¥ª¥Ö¥¸¥§¥¯¥È¤Î¥µ¥Ý¡¼¥È"
18897
18898 #: cp/lang-options.h:72
18899 msgid "Export functions even if they can be inlined"
18900 msgstr "¥¤¥ó¥é¥¤¥ó¤Ë¤Ç¤­¤ë´Ø¿ô¤Ç¤â export ¤¹¤ë"
18901
18902 #: cp/lang-options.h:75
18903 #, fuzzy
18904 msgid "Only emit explicit template instantiations"
18905 msgstr "ÌÀ¼¨Åª¤Ê¥Æ¥ó¥×¥ì¡¼¥È¼ÂÂβ½¤Î¤ß¤òÀ¸À®¤¹¤ë"
18906
18907 #: cp/lang-options.h:78
18908 #, fuzzy
18909 msgid "Only emit explicit instantiations of inline templates"
18910 msgstr "¥¤¥ó¥é¥¤¥ó¥Æ¥ó¥×¥ì¡¼¥È¤ÎÌÀ¼¨Åª¤Ê¼ÂÂβ½¤Î¤ß¤òÀ¸À®¤¹¤ë"
18911
18912 #: cp/lang-options.h:84
18913 msgid "Don't pedwarn about uses of Microsoft extensions"
18914 msgstr "Microsoft ³ÈÄ¥¤ÎÍøÍѤ˴ؤ·¤Æ pedantic ·Ù¹ð¤ò¹Ô¤ï¤Ê¤¤"
18915
18916 #: cp/lang-options.h:87
18917 #, fuzzy
18918 msgid "Recognize and/bitand/bitor/compl/not/or/xor"
18919 msgstr "and/bitand/bitor/compl/not/or/xor ¤òǧ¼±¤¹¤ë"
18920
18921 #: cp/lang-options.h:91
18922 msgid "Disable optional diagnostics"
18923 msgstr "¥ª¥×¥·¥ç¥ó¤Î¿ÇÃÇ¥á¥Ã¥»¡¼¥¸¤òɽ¼¨¤·¤Ê¤¤"
18924
18925 #: cp/lang-options.h:93
18926 msgid "Downgrade conformance errors to warnings"
18927 msgstr "µ¬³ÊŬ¹çÀ­¥¨¥é¡¼¤ò·Ù¹ð¤Ë³Ê²¼¤²¤¹¤ë"
18928
18929 #: cp/lang-options.h:96
18930 msgid "Enable automatic template instantiation"
18931 msgstr "¼«Æ°¥Æ¥ó¥×¥ì¡¼¥È¼ÂÂ⽤òÍ­¸ú¤Ë¤¹¤ë"
18932
18933 #: cp/lang-options.h:101
18934 msgid "Display statistics accumulated during compilation"
18935 msgstr "¥³¥ó¥Ñ¥¤¥ëÃæ¤ËÃßÀѤµ¤ì¤¿Åý·×¾ðÊó¤òɽ¼¨¤¹¤ë"
18936
18937 #: cp/lang-options.h:104
18938 msgid "Specify maximum template instantiation depth"
18939 msgstr "¥Æ¥ó¥×¥ì¡¼¥È¼ÂÂβ½¤Î¿¼¤µ¤ÎºÇÂçÃͤò»ØÄꤹ¤ë"
18940
18941 #: cp/lang-options.h:106
18942 #, fuzzy
18943 msgid "Use __cxa_atexit to register destructors"
18944 msgstr "¥Ç¥¹¥È¥é¥¯¥¿¤ÎÅÐÏ¿¤Ë __cxa_atexit ¤òÍøÍѤ¹¤ë"
18945
18946 #: cp/lang-options.h:109
18947 msgid "Discard unused virtual functions"
18948 msgstr "»È¤ï¤ì¤Ê¤¤²¾ÁÛ´Ø¿ô¤òÀÚ¤ê¼Î¤Æ¤ë"
18949
18950 #: cp/lang-options.h:112
18951 msgid "Implement vtables using thunks"
18952 msgstr "thunk ¤ò»È¤Ã¤Æ vtable ¤ò¼ÂÁõ¤¹¤ë"
18953
18954 #: cp/lang-options.h:115
18955 msgid "Emit common-like symbols as weak symbols"
18956 msgstr "¥³¥â¥ó¥·¥ó¥Ü¥ë¤ò¥¦¥£¡¼¥¯¥·¥ó¥Ü¥ë¤ÎÍͤËÀ¸À®¤¹¤ë"
18957
18958 #: cp/lang-options.h:118
18959 msgid "Emit cross referencing information"
18960 msgstr "Áê¸ß»²¾È¾ðÊó¤òÀ¸À®¤¹¤ë"
18961
18962 #: cp/lang-options.h:122
18963 msgid "Warn about inconsistent return types"
18964 msgstr "Ìá¤êÃͤη¿¤È°ìÃפ·¤Ê¤¤¤â¤Î¤Ë¤Ä¤¤¤Æ·Ù¹ð¤¹¤ë"
18965
18966 #: cp/lang-options.h:125
18967 msgid "Warn about overloaded virtual function names"
18968 msgstr "¥ª¡¼¥Ð¡¼¥í¡¼¥É¤µ¤ì¤¿²¾ÁÛ´Ø¿ô̾¤Ë¤Ä¤¤¤Æ·Ù¹ð¤¹¤ë"
18969
18970 #: cp/lang-options.h:129
18971 msgid "Don't warn when all ctors/dtors are private"
18972 msgstr "Á´¤Æ¤Î¥³¥ó¥¹¥È¥é¥¯¥¿/¥Ç¥¹¥È¥é¥¯¥¿¤¬ private ¤Ç¤â·Ù¹ð¤·¤Ê¤¤"
18973
18974 #: cp/lang-options.h:131
18975 msgid "Warn about non virtual destructors"
18976 msgstr "Èó²¾Áۥǥ¹¥È¥é¥¯¥¿¤Ë¤Ä¤¤¤Æ·Ù¹ð¤¹¤ë"
18977
18978 #: cp/lang-options.h:134
18979 msgid "Warn when a function is declared extern, then inline"
18980 msgstr "´Ø¿ô¤¬ extern Àë¸À¤µ¤ì¤¿¸å¡¢inline ¤È¤µ¤ì¤¿¾ì¹ç¤Ë·Ù¹ð¤¹¤ë"
18981
18982 #: cp/lang-options.h:137
18983 msgid "Warn when the compiler reorders code"
18984 msgstr "¥³¥ó¥Ñ¥¤¥é¤¬¥³¡¼¥É¤òʤÙÂؤ¨¤ë¤È¤­¤Ë·Ù¹ð¤¹¤ë"
18985
18986 #: cp/lang-options.h:140
18987 #, fuzzy
18988 msgid "Warn when synthesis behavior differs from Cfront"
18989 msgstr "¹çÀ®¤Î¿¶¤ëÉñ¤¤¤¬ Cfront ¤È°Û¤Ê¤ë¾ì¹ç¤Ë·Ù¹ð¤¹¤ë"
18990
18991 #: cp/lang-options.h:144
18992 msgid "Don't warn when type converting pointers to member functions"
18993 msgstr "¥Ý¥¤¥ó¥¿¤«¤é¥á¥ó¥Ð´Ø¿ô¤Ø¤Î·¿ÊÑ´¹¤Î¾ì¹ç¤Ç¤â·Ù¹ð¤·¤Ê¤¤"
18994
18995 #: cp/lang-options.h:146
18996 msgid "Warn about violations of Effective C++ style rules"
18997 msgstr "Effective C++ ¼°¤Î»Ø¿Ë¤«¤é¤Ï¤º¤ì¤ë¤â¤Î¤Ë¤Ä¤¤¤Æ·Ù¹ð¤¹¤ë"
18998
18999 #: cp/lang-options.h:149
19000 msgid "Warn when overload promotes from unsigned to signed"
19001 msgstr "¥ª¡¼¥Ð¡¼¥í¡¼¥É¤¬Éä¹ç̵¤·¤«¤éÉä¹çÉÕ¤­¤Ë³Ê¾å¤²¤È¤Ê¤ë¾ì¹ç¤Ë·Ù¹ð¤¹¤ë"
19002
19003 #: cp/lang-options.h:152
19004 msgid "Warn if a C style cast is used in a program"
19005 msgstr "C ¼°¤Î¥­¥ã¥¹¥È¤¬¥×¥í¥°¥é¥à¤Ç»È¤ï¤ì¤¿¤é·Ù¹ð¤¹¤ë"
19006
19007 #: cp/lang-options.h:156
19008 msgid "Don't warn when non-templatized friend functions are declared within a template"
19009 msgstr "template Æâ¤ÇÈó template ¤Î friend ´Ø¿ô¤¬Àë¸À¤µ¤ì¤¿¾ì¹ç¤Ç¤â·Ù¹ð¤·¤Ê¤¤"
19010
19011 #: cp/lang-options.h:159
19012 msgid "Don't announce deprecation of compiler features"
19013 msgstr "¿ä¾©¤µ¤ì¤Ê¤¤¥³¥ó¥Ñ¥¤¥é¤Îµ¡Ç½¤ò¹ðÃΤ·¤Ê¤¤"
19014
19015 #: f/bad.c:387
19016 msgid "note:"
19017 msgstr ""
19018
19019 #: f/bad.c:391
19020 #, fuzzy
19021 msgid "warning:"
19022 msgstr "·Ù¹ð: "
19023
19024 #: f/bad.c:395
19025 msgid "fatal:"
19026 msgstr ""
19027
19028 #: f/bad.c:437
19029 msgid "(continued):"
19030 msgstr ""
19031
19032 #: f/bad.c:487 f/bad.c:505
19033 msgid "[REPORT BUG!!] %"
19034 msgstr ""
19035
19036 #: f/bad.c:494 f/bad.c:526
19037 msgid "[REPORT BUG!!]"
19038 msgstr ""
19039
19040 #: f/com.c:3132
19041 #, no-c-format
19042 msgid "ASSIGN'ed label cannot fit into `%A' at %0 -- using wider sibling"
19043 msgstr ""
19044
19045 #: f/com.c:11623
19046 msgid "no INTEGER type can hold a pointer on this configuration"
19047 msgstr "¸½ºß¤ÎÀßÄê¤Ç¤ÏÈó INTEGER ·¿¤¬¥Ý¥¤¥ó¥¿¤òÊÝ»ý¤Ç¤­¤Þ¤¹"
19048
19049 #: f/com.c:11844
19050 #, c-format
19051 msgid "configuration: REAL, INTEGER, and LOGICAL are %d bits wide,"
19052 msgstr "ÀßÄê: REAL, INTEGER µÚ¤Ó LOGICAL ¤Ï %d ¥Ó¥Ã¥ÈÉý¤Ç¡¢"
19053
19054 #: f/com.c:11846
19055 #, c-format
19056 msgid "and pointers are %d bits wide, but g77 doesn't yet work"
19057 msgstr "¥Ý¥¤¥ó¥¿¤Ï %d ¥Ó¥Ã¥ÈÉý¤Ç¤¹¤¬¡¢¤½¤ì¤éÁ´¤Æ¤¬ 32 ¥Ó¥Ã¥ÈÉý"
19058
19059 #: f/com.c:11848
19060 #, fuzzy
19061 msgid "properly unless they all are 32 bits wide"
19062 msgstr "¤Ç¤Ê¤¤¤È g77 ¤ÏÀµ¾ï¤ËÆ°ºî¤·¤Þ¤»¤ó¡£"
19063
19064 #: f/com.c:11849
19065 #, fuzzy
19066 msgid "Please keep this in mind before you report bugs."
19067 msgstr "¥Ð¥°¥ì¥Ý¡¼¥È¤òÁ÷¤ëÁ°¤Ë¤³¤Î»ö¤ò¿´¤Ëα¤á¤ÆÃÖ¤¤¤Æ¤¯¤À¤µ¤¤¡£"
19068
19069 #. I/O will probably crash.
19070 #: f/com.c:11857
19071 #, c-format
19072 msgid "configuration: char * holds %d bits, but ftnlen only %d"
19073 msgstr "ÀßÄê: char * ¤Ï %d ¥Ó¥Ã¥È³ÎÊݤ·¤Þ¤¹¤¬¡¢ftnlen ¤¬¤¿¤Ã¤¿ %d ¥Ó¥Ã¥È¤Ç¤¹"
19074
19075 #. ASSIGN 10 TO I will crash.
19076 #: f/com.c:11866
19077 #, c-format
19078 msgid ""
19079 "configuration: char * holds %d bits, but INTEGER only %d --\n"
19080 " ASSIGN statement might fail"
19081 msgstr ""
19082 "ÀßÄê: char * ¤Ï %d ¥Ó¥Ã¥È³ÎÊݤ·¤Þ¤¹¤¬¡¢INTEGER ¤¬¤¿¤Ã¤¿ %d ¥Ó¥Ã¥È¤Ç¤¹ --\n"
19083 " ¶²¤é¤¯ ASSIGN ʸ¤¬¼ºÇÔ¤·¤Þ¤¹"
19084
19085 #: f/com.c:13681
19086 #, fuzzy
19087 msgid "In statement function"
19088 msgstr "´Ø¿ô¤ËÂФ¹¤ë°ú¿ô¤¬Â¿¤¹¤®¤Þ¤¹"
19089
19090 #: f/com.c:13691
19091 msgid "Outside of any program unit:\n"
19092 msgstr ""
19093
19094 #: f/com.c:15320
19095 #, no-c-format
19096 msgid "%A from %B at %0%C"
19097 msgstr ""
19098
19099 #: f/com.c:15497
19100 #, fuzzy
19101 msgid "directory name must immediately follow -I"
19102 msgstr "¥Ç¥¤¥ì¥¯¥È¥ê̾¤Ï -I ¤Î¤¹¤°¸å¤í¤Ë¤Ä¤±¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
19103
19104 #: f/com.c:15640
19105 #, fuzzy, no-c-format
19106 msgid "At %0, INCLUDE file %A exists, but is not readable"
19107 msgstr "include ¤µ¤ì¤¿¥Õ¥¡¥¤¥ë `%s' ¤Ï¡¢Â¸ºß¤·¤Þ¤¹¤¬Æɤá¤Þ¤»¤ó"
19108
19109 #: f/com.c:15675
19110 #, no-c-format
19111 msgid "At %0, INCLUDE nesting too deep"
19112 msgstr ""
19113
19114 #: f/expr.c:9614
19115 #, no-c-format
19116 msgid "Two arithmetic operators in a row at %0 and %1 -- use parentheses"
19117 msgstr ""
19118
19119 #: f/expr.c:9664
19120 #, no-c-format
19121 msgid "Operator at %0 has lower precedence than that at %1 -- use parentheses"
19122 msgstr ""
19123
19124 #: f/expr.c:10525
19125 #, no-c-format
19126 msgid "Use .EQV./.NEQV. instead of .EQ./.NE. at %0 for LOGICAL operands at %1 and %2"
19127 msgstr ""
19128
19129 #: f/expr.c:10896
19130 #, no-c-format
19131 msgid "Unsupported operand for ** at %1 -- converting to default INTEGER"
19132 msgstr ""
19133
19134 #: f/g77spec.c:234
19135 #, c-format
19136 msgid "overflowed output arg list for `%s'"
19137 msgstr "`%s' ÍѤνÐÎÏ°ú¿ô¥ê¥¹¥È¤¬¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤·¤Þ¤·¤¿"
19138
19139 #: f/g77spec.c:373
19140 msgid "--driver no longer supported"
19141 msgstr "--driver ¤ÏºÇÁ᥵¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
19142
19143 #: f/g77spec.c:386
19144 #, c-format
19145 msgid "argument to `%s' missing"
19146 msgstr "`%s' ¤Ø¤Î°ú¿ô¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
19147
19148 #: f/g77spec.c:390
19149 #, fuzzy
19150 msgid "no input files; unwilling to write output files"
19151 msgstr "ÆþÎÏ¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó -- ÉÔËܰդʽÐÎÏ¥Õ¥¡¥¤¥ë¤Ø¤Î½ñ¤­¹þ¤ß"
19152
19153 #: f/implic.c:203
19154 #, fuzzy, no-c-format
19155 msgid "Implicit declaration of `%A' at %0"
19156 msgstr "Á°Êý¤Ç¤Î `%s' ¤Î°ÅÌÛŪ¤ÊÀë¸À"
19157
19158 #: f/lex.c:326
19159 #, fuzzy, no-c-format
19160 msgid "Non-ISO-C-standard escape sequence `\\%A' at %0"
19161 msgstr "Èó ISO ɸ½à¤Î¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹, '\\%c'"
19162
19163 #: f/lex.c:345
19164 #, fuzzy, no-c-format
19165 msgid "Unknown escape sequence `\\%A' at %0"
19166 msgstr "ÉÔÌÀ¤Ê¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹ `\\%c'"
19167
19168 #: f/lex.c:354
19169 #, fuzzy, no-c-format
19170 msgid "Unterminated escape sequence `\\' at %0"
19171 msgstr "ÉÔÌÀ¤Ê¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹ `\\%c'"
19172
19173 #: f/lex.c:365
19174 #, fuzzy, no-c-format
19175 msgid "Unknown escape sequence `\\' followed by char code 0x%A at %0"
19176 msgstr "ÉÔÌÀ¤Ê¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹: `\\' ¤Î¸å¤Ëʸ»ú¥³¡¼¥É 0x%x"
19177
19178 #: f/lex.c:393
19179 #, fuzzy, no-c-format
19180 msgid "\\x used at %0 with no following hex digits"
19181 msgstr "\\x ¤Ë¡¢¤½¤ì¤Ë³¤¯¤Ï¤º¤Î 16 ¿Ê¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
19182
19183 #: f/lex.c:407
19184 #, fuzzy, no-c-format
19185 msgid "Hex escape at %0 out of range"
19186 msgstr "16 ¿Ê¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹¤¬Èϰϳ°¤Ç¤¹"
19187
19188 #: f/lex.c:441
19189 #, fuzzy, no-c-format
19190 msgid "Escape sequence at %0 out of range for character"
19191 msgstr "ʸ»ú¤ËÂФ¹¤ë¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹¤¬ÈϰϤò³°¤ì¤Æ¤¤¤Þ¤¹"
19192
19193 #: f/lex.c:595
19194 msgid "hex escape out of range"
19195 msgstr "16 ¿Ê¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹¤¬Èϰϳ°¤Ç¤¹"
19196
19197 #: f/lex.c:648
19198 #, c-format
19199 msgid "non-ANSI-standard escape sequence, `\\%c'"
19200 msgstr "Èó ANSI ɸ½à¤Î¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹¡¢`\\%c'"
19201
19202 #: f/lex.c:661
19203 #, fuzzy, c-format
19204 msgid "non-ISO escape sequence `\\%c'"
19205 msgstr "Èó ANSI ¤Î¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹¡¢`\\%c'"
19206
19207 #: f/lex.c:665
19208 #, c-format
19209 msgid "unknown escape sequence `\\%c'"
19210 msgstr "ÉÔÌÀ¤Ê¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹ `\\%c'"
19211
19212 #: f/lex.c:667
19213 #, c-format
19214 msgid "unknown escape sequence: `\\' followed by char code 0x%x"
19215 msgstr "ÉÔÌÀ¤Ê¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹: `\\' ¤Î¸å¤Ëʸ»ú¥³¡¼¥É 0x%x"
19216
19217 #: f/lex.c:744
19218 #, fuzzy
19219 msgid "badly formed directive -- no closing quote"
19220 msgstr "ÉÔÀµ¤Ê·Á¤Î¥Ç¥£¥ì¥¯¥Æ¥£¥Ö -- ÊĤ¸¥¯¥©¡¼¥È¤¬¤¢¤ê¤Þ¤»¤ó"
19221
19222 #: f/lex.c:802
19223 msgid "#-lines for entering and leaving files don't match"
19224 msgstr "¥Õ¥¡¥¤¥ë¤Ø¤Î½ÐÆþ¤ê¸ý¤È¤Ê¤ë #-¹Ô ¤¬À°¹ç¤·¤Þ¤»¤ó"
19225
19226 #: f/lex.c:964
19227 #, fuzzy
19228 msgid "bad directive -- missing close-quote"
19229 msgstr "ÉÔÀµ¤Ê¥Ç¥£¥ì¥¯¥Æ¥£¥Ö -- ÊĤ¸¥¯¥©¡¼¥È¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
19230
19231 #: f/lex.c:1078
19232 #, c-format
19233 msgid "ignoring pragma: %s"
19234 msgstr "pragma ¤ò̵»ë¤·¤Þ¤¹: %s"
19235
19236 #: f/lex.c:1156
19237 msgid "invalid #ident"
19238 msgstr "̵¸ú¤Ê #ident"
19239
19240 #: f/lex.c:1173
19241 msgid "undefined or invalid # directive"
19242 msgstr "̤ÄêµÁËô¤ÏÉÔÀµ¤Ê # ¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤Ç¤¹"
19243
19244 #: f/lex.c:1229
19245 msgid "invalid #line"
19246 msgstr "̵¸ú¤Ê #line"
19247
19248 #: f/lex.c:1285 f/lex.c:1329
19249 #, fuzzy
19250 msgid "use `#line ...' instead of `# ...' in first line"
19251 msgstr "ºÇ½é¤Î¹Ô¤Ç¤Ï `# ...' ¤ÎÂå¤ê¤Ë `#line ...' ¤ò»È¤¤¤Þ¤·¤ç¤¦"
19252
19253 #: f/lex.c:1339
19254 msgid "invalid #-line"
19255 msgstr "̵¸ú¤Ê #-¹Ô"
19256
19257 #: f/lex.c:1432
19258 #, fuzzy, no-c-format
19259 msgid "Null character at %0 -- line ignored"
19260 msgstr "null ʸ»ú¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
19261
19262 #: f/stb.c:12078
19263 #, no-c-format
19264 msgid "INCLUDE at %0 not the only statement on the source line"
19265 msgstr ""
19266
19267 #: f/ste.c:1400 f/ste.c:1747
19268 msgid "ASSIGNed FORMAT specifier is too small"
19269 msgstr "ASSIGN ¤µ¤ì¤¿ FORMAT »ØÄê»Ò¤¬¾®¤µ¤¹¤®¤Þ¤¹"
19270
19271 #. ~~~Someday handle CHARACTER*1, CHARACTER*N
19272 #: f/ste.c:2624
19273 #, no-c-format
19274 msgid "SELECT CASE on CHARACTER type (at %0) not supported -- sorry"
19275 msgstr ""
19276
19277 #: f/ste.c:2729
19278 msgid "SELECT (at %0) has duplicate cases -- check integer overflow of CASE(s)"
19279 msgstr ""
19280
19281 #: f/ste.c:2959
19282 msgid "ASSIGN to variable that is too small"
19283 msgstr "ASSIGN Àè¤ÎÊÑ¿ô¤¬¾®¤µ¤¹¤®¤Þ¤¹"
19284
19285 #: f/ste.c:2987
19286 msgid "ASSIGNed GOTO target variable is too small"
19287 msgstr "ASSIGN ¤µ¤ì¤¿ GOTO ÀèÊÑ¿ô¤¬¾®¤µ¤¹¤®¤Þ¤¹"
19288
19289 #: f/stu.c:305
19290 #, no-c-format
19291 msgid "Local adjustable symbol `%A' at %0"
19292 msgstr ""
19293
19294 #: f/target.c:2550
19295 msgid "data initializer on host with different endianness"
19296 msgstr ""
19297
19298 #: f/top.c:237
19299 #, c-format
19300 msgid "%s no longer supported -- try -fvxt"
19301 msgstr "%s ¤ÏºÇÁ᥵¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó -- -fvxt ¤È¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤"
19302
19303 #: f/top.c:239
19304 #, c-format
19305 msgid "%s no longer supported -- try -fno-vxt -ff90"
19306 msgstr "%s ¤ÏºÇÁ᥵¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó -- -fno-vxt -ff90 ¤È¤·¤Æ¤ß¤Æ¤¯¤À¤µ¤¤"
19307
19308 #: f/top.c:307 f/top.c:309
19309 #, c-format
19310 msgid "%s disabled, use normal debugging flags"
19311 msgstr "%s ¤¬Ìµ¸ú¤Ç¤¹¡£Ä̾ï¥Ç¥Ð¥Ã¥°¥Õ¥é¥°¤ò»È¤¤¤Þ¤·¤ç¤¦"
19312
19313 #: f/lang-options.h:33
19314 msgid "Print g77-specific compiler version info, run internal tests"
19315 msgstr "g77 ¸ÇÍ­¤Î¥³¥ó¥Ñ¥¤¥é¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤òɽ¼¨¡¢ÆâÉô¥Æ¥¹¥È¤Î¼Â¹Ô"
19316
19317 #: f/lang-options.h:37
19318 msgid "Program is written in typical FORTRAN 66 dialect"
19319 msgstr "¥×¥í¥°¥é¥à¤¬Åµ·¿Åª¤Ê FORTRAN 66 Êý¸À¤Ç½ñ¤«¤ì¤Æ¤¤¤ë"
19320
19321 #: f/lang-options.h:40
19322 msgid "Program is written in typical Unix f77 dialect"
19323 msgstr "¥×¥í¥°¥é¥à¤¬Åµ·¿Åª¤Ê Unix f77 Êý¸À¤Ç½ñ¤«¤ì¤Æ¤¤¤ë"
19324
19325 #: f/lang-options.h:42
19326 msgid "Program does not use Unix-f77 dialectal features"
19327 msgstr "¥×¥í¥°¥é¥à¤¬ Unix-f77 Êý¸À¤Îµ¡Ç½¤ò»È¤Ã¤Æ¤¤¤Ê¤¤"
19328
19329 #: f/lang-options.h:44
19330 msgid "Program is written in Fortran-90-ish dialect"
19331 msgstr "¥×¥í¥°¥é¥à¤¬ Fortran-90 ŪÊý¸À¤Ç½ñ¤«¤ì¤Æ¤¤¤ë"
19332
19333 #: f/lang-options.h:48
19334 msgid "Treat local vars and COMMON blocks as if they were named in SAVE statements"
19335 msgstr "¥í¡¼¥«¥ëÊÑ¿ô¤È COMMON ¥Ö¥í¥Ã¥¯¤ò SAVE ʸ¤Ç̾Á°ÉÕ¤±¤é¤ì¤¿¤è¤¦¤Ë¼è¤ê°·¤¦"
19336
19337 #: f/lang-options.h:50
19338 msgid "Allow $ in symbol names"
19339 msgstr "$ ¤ò¥·¥ó¥Ü¥ë̾¤È¤·¤Æ»È¤¨¤ë¤è¤¦¤Ë¤¹¤ë"
19340
19341 #: f/lang-options.h:54
19342 msgid "f2c-compatible code need not be generated"
19343 msgstr "f2c ¸ß´¹¥³¡¼¥É¤òÀ¸À®¤¹¤ëɬÍפ¬¤Ê¤¤"
19344
19345 #: f/lang-options.h:57
19346 msgid "Unsupported; do not generate libf2c-calling code"
19347 msgstr "¥µ¥Ý¡¼¥È¤µ¤ì¤Ê¤¤ -- libf2c-calling ¥³¡¼¥É¤òÀ¸À®¤·¤Ê¤¤"
19348
19349 #: f/lang-options.h:59
19350 msgid "Unsupported; affects code-generation of arrays"
19351 msgstr "¥µ¥Ý¡¼¥È¤µ¤ì¤Ê¤¤ -- ÇÛÎó¤Î¥³¡¼¥ÉÀ¸À®¤Ë±Æ¶Á¤¹¤ë"
19352
19353 #: f/lang-options.h:62
19354 msgid "Program is written in Fortran-90-ish free form"
19355 msgstr "¥×¥í¥°¥é¥à¤Ï Fortran-90 Ū¥Õ¥ê¡¼¥Õ¥©¡¼¥à¤Ç½ñ¤«¤ì¤Æ¤¤¤ë"
19356
19357 #: f/lang-options.h:67
19358 msgid "Warn about use of (only a few for now) Fortran extensions"
19359 msgstr "Fortran ³ÈÄ¥(º£¤Ï¾¯¤Ê¤¤¤¬)¤Î»ÈÍѤˤĤ¤¤Æ·Ù¹ð¤¹¤ë"
19360
19361 #: f/lang-options.h:70
19362 msgid "Program is written in VXT (Digital-like) FORTRAN"
19363 msgstr "¥×¥í¥°¥é¥à¤Ï VXT (Digital) FORTRAN ¤Ç½ñ¤«¤ì¤Æ¤¤¤ë"
19364
19365 #: f/lang-options.h:73
19366 msgid "Disallow all ugly features"
19367 msgstr "Á´¤Æ¤Î½¹¤¤µ¡Ç½¤òµö²Ä¤·¤Ê¤¤"
19368
19369 #: f/lang-options.h:76
19370 msgid "Hollerith and typeless constants not passed as arguments"
19371 msgstr "Hollerith ¤ä·¿¤Ê¤·Äê¿ô¤ò°ú¿ô¤È¤·¤ÆÅϤµ¤Ê¤¤"
19372
19373 #: f/lang-options.h:78
19374 msgid "Allow ordinary copying of ASSIGN'ed vars"
19375 msgstr "ASSIGN ¤µ¤ì¤¿ÊÑ¿ô¤ÎÄ̾ï¤Î¥³¥Ô¡¼¤òµö²Ä¤¹¤ë"
19376
19377 #: f/lang-options.h:81
19378 msgid "Dummy array dimensioned to (1) is assumed-size"
19379 msgstr "¥À¥ß¡¼ÇÛÎó¤Î¼¡¸µ¤ò (1) ¤È¤ß¤Ê¤¹"
19380
19381 #: f/lang-options.h:84
19382 msgid "Trailing comma in procedure call denotes null argument"
19383 msgstr "¥×¥í¥·¡¼¥¸¥ã¸Æ¤Ó½Ð¤·Ãæ¤ÎϢ³¥«¥ó¥Þ¤Ç null °ú¿ô¤òɽ¸½¤¹¤ë"
19384
19385 #: f/lang-options.h:87
19386 msgid "Allow REAL(Z) and AIMAG(Z) given DOUBLE COMPLEX Z"
19387 msgstr "DOUBLE COMPLEX Z ¤Ç¤Î REAL(Z) ¤È AIMAG(Z) ¤òµö²Ä¤¹¤ë"
19388
19389 #: f/lang-options.h:91
19390 msgid "Initialization via DATA and PARAMETER is type-compatible"
19391 msgstr "DATA ¤ä PARAMETER ·Ðͳ¤Î½é´ü²½¤Ï·¿¸ß´¹¤Ç¤¢¤ë"
19392
19393 #: f/lang-options.h:93
19394 msgid "Allow INTEGER and LOGICAL interchangeability"
19395 msgstr "INTEGER ¤È LOGICAL ¤ÏÁê¸ß¤ËÊѹ¹²Äǽ¤Ç¤¢¤ë¤È¤¹¤ë"
19396
19397 #: f/lang-options.h:96
19398 msgid "Print internal debugging-related info"
19399 msgstr "ÆâÉô¥Ç¥Ð¥Ã¥°´ØÏ¢¾ðÊó¤òɽ¼¨¤¹¤ë"
19400
19401 #: f/lang-options.h:99
19402 msgid "Initialize local vars and arrays to zero"
19403 msgstr "¥í¡¼¥«¥ëÊÑ¿ô¤äÇÛÎó¤ò¥¼¥í¤Ë½é´ü²½¤¹¤ë"
19404
19405 #: f/lang-options.h:103
19406 msgid "Backslashes in character/hollerith constants not special (C-style)"
19407 msgstr "ʸ»ú/hollerith Äê¿ô¤Ç¤Î¥Ð¥Ã¥¯¥¹¥é¥Ã¥·¥å¤òÆüì¤Ê¤â¤Î¤È¤·¤Ê¤¤ (C ¼°)"
19408
19409 #: f/lang-options.h:105
19410 msgid "Have front end emulate COMPLEX arithmetic to avoid bugs"
19411 msgstr "COMPLEX ·×»»¤Î¥Ð¥°¤ò²óÈò¤ò¥¨¥ß¥å¥ì¡¼¥È¤¹¤ë¥Õ¥í¥ó¥È¥¨¥ó¥É¤ò»ý¤Ä"
19412
19413 #: f/lang-options.h:109
19414 msgid "Disable the appending of underscores to externals"
19415 msgstr "³°ÉôÊÑ¿ô¤Ë¥¢¥ó¥À¡¼¥¹¥³¥¢¤òÉÕ¤±Â­¤µ¤Ê¤¤"
19416
19417 #: f/lang-options.h:112
19418 msgid "Never append a second underscore to externals"
19419 msgstr "³°ÉôÊÑ¿ô¤ËÆó¤ÄÌܤΥ¢¥ó¥À¡¼¥¹¥³¥¢¤òÉÕ¤±Â­¤µ¤Ê¤¤"
19420
19421 #: f/lang-options.h:114
19422 msgid "Intrinsics spelled as e.g. SqRt"
19423 msgstr "intrinsic ¤¬Î㤨¤Ð SqRt ¤ÎÍѤËÄÖ¤é¤ì¤ë"
19424
19425 #: f/lang-options.h:116
19426 msgid "Intrinsics in uppercase"
19427 msgstr "intrinsic ¤ò±ÑÂçʸ»ú¤È¤¹¤ë"
19428
19429 #: f/lang-options.h:119
19430 msgid "Intrinsics letters in arbitrary cases"
19431 msgstr "intrinsic ʸ»ú¤ÏǤ°Õ¤Î¥±¡¼¥¹¤È¤¹¤ë"
19432
19433 #: f/lang-options.h:121
19434 msgid "Language keywords spelled as e.g. IOStat"
19435 msgstr "¸À¸ìͽÌó¸ì¤¬Î㤨¤Ð IOStat ¤ÎÍѤËÄÖ¤é¤ì¤ë"
19436
19437 #: f/lang-options.h:123
19438 msgid "Language keywords in uppercase"
19439 msgstr "¸À¸ìͽÌó¸ì¤Ï±ÑÂçʸ»ú¤È¤¹¤ë"
19440
19441 #: f/lang-options.h:126
19442 msgid "Language keyword letters in arbitrary cases"
19443 msgstr "¸À¸ìͽÌó¸ìʸ»ú¤ÏǤ°Õ¤Î¥±¡¼¥¹¤È¤¹¤ë"
19444
19445 #: f/lang-options.h:128
19446 msgid "Internally convert most source to uppercase"
19447 msgstr "ÆâÉôŪ¤ÊÊÑ´¹¤Ç¤Ï¥½¡¼¥¹¤ÎËؤó¤É¤ò±ÑÂçʸ»ú¤È¤¹¤ë"
19448
19449 #: f/lang-options.h:131
19450 msgid "Internally preserve source case"
19451 msgstr "ÆâÉôŪ¤Ë¥½¡¼¥¹¤Î¥±¡¼¥¹¤òÊÝ»ý¤¹¤ë"
19452
19453 #: f/lang-options.h:133
19454 msgid "Symbol names spelled in mixed case"
19455 msgstr "¥·¥ó¥Ü¥ë̾¤Ï¥±¡¼¥¹º®ºß¤ÇÄÖ¤é¤ì¤ë"
19456
19457 #: f/lang-options.h:135
19458 msgid "Symbol names in uppercase"
19459 msgstr "¥·¥ó¥Ü¥ë̾¤òÂçʸ»ú¤È¤¹¤ë"
19460
19461 #: f/lang-options.h:137
19462 msgid "Symbol names in lowercase"
19463 msgstr "¥·¥ó¥Ü¥ë̾¤ò¾®Ê¸»ú¤È¤¹¤ë"
19464
19465 #: f/lang-options.h:140
19466 msgid "Program written in uppercase"
19467 msgstr "¥×¥í¥°¥é¥à¤¬±ÑÂçʸ»ú¤Ç½ñ¤«¤ì¤Æ¤¤¤ë"
19468
19469 #: f/lang-options.h:142
19470 msgid "Program written in lowercase"
19471 msgstr "¥×¥í¥°¥é¥à¤¬±Ñ¾®Ê¸»ú¤Ç½ñ¤«¤ì¤Æ¤¤¤ë"
19472
19473 #: f/lang-options.h:144
19474 msgid "Program written in strict mixed-case"
19475 msgstr "¥×¥í¥°¥é¥à¤¬¸·Ì©¤Ë¥±¡¼¥¹º®ºß¤Ç½ñ¤«¤ì¤Æ¤¤¤ë"
19476
19477 #: f/lang-options.h:146
19478 msgid "Compile as if program written in uppercase"
19479 msgstr "¥×¥í¥°¥é¥à¤¬±ÑÂçʸ»ú¤Ç½ñ¤«¤ì¤¿Íͤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
19480
19481 #: f/lang-options.h:148
19482 msgid "Compile as if program written in lowercase"
19483 msgstr "¥×¥í¥°¥é¥à¤¬±Ñ¾®Ê¸»ú¤Ç½ñ¤«¤ì¤¿Íͤ˥³¥ó¥Ñ¥¤¥ë¤¹¤ë"
19484
19485 #: f/lang-options.h:150
19486 msgid "Preserve all spelling (case) used in program"
19487 msgstr "¥×¥í¥°¥é¥à¤Ç»È¤ï¤ì¤¿ÄÖ¤ê(¤Î¥±¡¼¥¹)¤òÁ´¤ÆÊÝ»ý¤¹¤ë"
19488
19489 #: f/lang-options.h:152
19490 msgid "Delete libU77 intrinsics with bad interfaces"
19491 msgstr "libU77 intrinsic ¤òÉÔÀµ¤Ê interface ¤È¶¦¤Ëºï½ü¤¹¤ë"
19492
19493 #: f/lang-options.h:154
19494 msgid "Disable libU77 intrinsics with bad interfaces"
19495 msgstr "libU77 intrinsic ¤òÉÔÀµ¤Ê interface ¤È¶¦¤Ë̵¸ú²½¤¹¤ë"
19496
19497 #: f/lang-options.h:157
19498 msgid "Hide libU77 intrinsics with bad interfaces"
19499 msgstr "libU77 intrinsic ¤òÉÔÀµ¤Ê interface ¤È¶¦¤Ë±£¤¹"
19500
19501 #: f/lang-options.h:159
19502 msgid "Delete non-FORTRAN-77 intrinsics f2c supports"
19503 msgstr "f2c ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤òºï½ü¤¹¤ë"
19504
19505 #: f/lang-options.h:161
19506 msgid "Disable non-FORTRAN-77 intrinsics f2c supports"
19507 msgstr "f2c ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤ò̵¸ú²½¤¹¤ë"
19508
19509 #: f/lang-options.h:164
19510 msgid "Hide non-FORTRAN-77 intrinsics f2c supports"
19511 msgstr "f2c ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤ò±£¤¹"
19512
19513 #: f/lang-options.h:166
19514 msgid "Delete non-FORTRAN-77 intrinsics F90 supports"
19515 msgstr "F90 ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤òºï½ü¤¹¤ë"
19516
19517 #: f/lang-options.h:168
19518 msgid "Disable non-FORTRAN-77 intrinsics F90 supports"
19519 msgstr "F90 ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤ò̵¸ú²½¤¹¤ë"
19520
19521 #: f/lang-options.h:171
19522 msgid "Hide non-FORTRAN-77 intrinsics F90 supports"
19523 msgstr "F90 ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤ò±£¤¹"
19524
19525 #: f/lang-options.h:173
19526 msgid "Delete non-FORTRAN-77 intrinsics g77 supports"
19527 msgstr "g77 ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤òºï½ü¤¹¤ë"
19528
19529 #: f/lang-options.h:175
19530 msgid "Disable non-FORTRAN 77 intrinsics F90 supports"
19531 msgstr "g77 ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤ò̵¸ú²½¤¹¤ë"
19532
19533 #: f/lang-options.h:178
19534 msgid "Hide non-FORTRAN 77 intrinsics F90 supports"
19535 msgstr "g77 ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤ò±£¤¹"
19536
19537 #: f/lang-options.h:180
19538 msgid "Delete MIL-STD 1753 intrinsics"
19539 msgstr "MIL-STD 1753 intrinsic ¤òºï½ü¤¹¤ë"
19540
19541 #: f/lang-options.h:182
19542 msgid "Disable MIL-STD 1753 intrinsics"
19543 msgstr "MIL-STD 1753 intrinsic ¤ò̵¸ú²½¤¹¤ë"
19544
19545 #: f/lang-options.h:185
19546 msgid "Hide MIL-STD 1753 intrinsics"
19547 msgstr "MIL-STD 1753 intrinsic ¤ò±£¤¹"
19548
19549 #: f/lang-options.h:187
19550 msgid "Delete libU77 intrinsics"
19551 msgstr "libU77 intrinsic ¤òºï½ü¤¹¤ë"
19552
19553 #: f/lang-options.h:189
19554 msgid "Disable libU77 intrinsics"
19555 msgstr "libU77 intrinsic ¤ò̵¸ú²½¤¹¤ë"
19556
19557 #: f/lang-options.h:192
19558 msgid "Hide libU77 intrinsics"
19559 msgstr "libU77 intrinsic ¤ò±£¤¹"
19560
19561 #: f/lang-options.h:194
19562 msgid "Delete non-FORTRAN-77 intrinsics VXT FORTRAN supports"
19563 msgstr "VXT FORTRAN ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤òºï½ü¤¹¤ë"
19564
19565 #: f/lang-options.h:196
19566 msgid "Disable non-FORTRAN-77 intrinsics VXT FORTRAN supports"
19567 msgstr "VXT FORTRAN ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤ò̵¸ú²½¤¹¤ë"
19568
19569 #: f/lang-options.h:199
19570 msgid "Hide non-FORTRAN-77 intrinsics VXT FORTRAN supports"
19571 msgstr "VXT FORTRAN ¤¬¥µ¥Ý¡¼¥È¤¹¤ëÈó FORTRAN-77 intrinsics ¤ò±£¤¹"
19572
19573 #: f/lang-options.h:201
19574 msgid "Treat initial values of 0 like non-zero values"
19575 msgstr "0 ¤Î½é´ü²½ÃͤòÈó¥¼¥íÃͤȤ·¤Æ¼è¤ê°·¤¦"
19576
19577 #: f/lang-options.h:204
19578 msgid "Emit special debugging information for COMMON and EQUIVALENCE (disabled)"
19579 msgstr "COMMON ¤ä EQUIVALENCE ÍѤÎÆÃÊ̤ʥǥХå°¾ðÊó¤òȯ¹Ô¤¹¤ë¡Ê̵¸ú²½¤µ¤ì¤Æ¤¤¤ë¡Ë"
19580
19581 #: f/lang-options.h:207
19582 msgid "Take at least one trip through each iterative DO loop"
19583 msgstr "ºÇÄã¤Ç¤â°ì²ó¤Ï³ÆÈ¿Éü DO ¥ë¡¼¥×¤¬½èÍý¤µ¤ì¤ë¤È¤¹¤ë"
19584
19585 #: f/lang-options.h:211
19586 msgid "Print names of program units as they are compiled"
19587 msgstr "¥³¥ó¥Ñ¥¤¥ë¤µ¤ì¤¿¥×¥í¥°¥é¥àñ°Ì¤Î̾Á°¤òɽ¼¨¤¹¤ë"
19588
19589 #: f/lang-options.h:214
19590 msgid "Disable fatal diagnostics about inter-procedural problems"
19591 msgstr "inter-procedural ÌäÂê¤Ë¤Ä¤¤¤Æ¤ÎÃ×̿Ū¤Ê¿ÇÃÇɽ¼¨¤òɽ¼¨¤·¤Ê¤¤"
19592
19593 #: f/lang-options.h:216
19594 msgid "Make prefix-radix non-decimal constants be typeless"
19595 msgstr "ÈóÀ°¿ôÄê¿ô¤ÎÀÜÈø´ð¿ô¤¬·¿¤Ê¤·¤Ç¤¢¤ë¤È¤¹¤ë"
19596
19597 #: f/lang-options.h:219
19598 msgid "Generate code to check subscript and substring bounds"
19599 msgstr "ÇÛÎó¤Îź»ú¤Èź»ú¶­³¦¤ò¸¡ºº¤¹¤ë¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
19600
19601 #: f/lang-options.h:222
19602 msgid "Fortran-specific form of -fbounds-check"
19603 msgstr "Fortran ¸ÇÍ­¤Î -fbounds-check ¤Î·Á¼°"
19604
19605 #: f/lang-options.h:226
19606 msgid "Disable warnings about inter-procedural problems"
19607 msgstr "inter-procedural ÌäÂê¤Ë¤Ä¤¤¤Æ¤Î·Ù¹ðɽ¼¨¤òɽ¼¨¤·¤Ê¤¤"
19608
19609 #: f/lang-options.h:230
19610 msgid "Warn about constructs with surprising meanings"
19611 msgstr "²ò¼á¤Ë¸í²ò¤ò¾·¤¯¤â¤Î¤Ë¤Ä¤¤¤Æ·Ù¹ð¤¹¤ë"
19612
19613 #: f/lang-options.h:235
19614 msgid "Add a directory for INCLUDE searching"
19615 msgstr "INCLUDE õº÷ÍѤΥǥ£¥ì¥¯¥È¥ê¤òÄɲ乤ë"
19616
19617 #: f/lang-options.h:237
19618 msgid "Set the maximum line length"
19619 msgstr "¹Ô¤ÎŤµ¤ÎºÇÂçÃͤòÀßÄꤹ¤ë"
19620
19621 #: f/bad.def:39
19622 #, fuzzy, no-c-format
19623 msgid "Missing first operand for binary operator at %0"
19624 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥ÈÆâ¤Ç $ ±é»»»ÒÈÖ¹æ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
19625
19626 #: f/bad.def:42
19627 #, fuzzy, no-c-format
19628 msgid "Zero-length character constant at %0"
19629 msgstr "¶õ¤Îʸ»úÄê¿ô"
19630
19631 #: f/bad.def:45
19632 #, fuzzy, no-c-format
19633 msgid "Invalid token at %0 in expression or subexpression at %1"
19634 msgstr "̵¸ú¤Ê¥È¡¼¥¯¥ó¤¬¼°¤Ë¤¢¤ê¤Þ¤¹"
19635
19636 #: f/bad.def:48
19637 #, no-c-format
19638 msgid "Missing operand for operator at %1 at end of expression at %0"
19639 msgstr ""
19640
19641 #: f/bad.def:51
19642 #, no-c-format
19643 msgid "Label %A already defined at %1 when redefined at %0"
19644 msgstr ""
19645
19646 #: f/bad.def:54
19647 #, no-c-format
19648 msgid "Unrecognized character at %0 [info -f g77 M LEX]"
19649 msgstr ""
19650
19651 #: f/bad.def:57
19652 #, no-c-format
19653 msgid "Label definition %A at %0 on empty statement (as of %1)"
19654 msgstr ""
19655
19656 #: f/bad.def:65
19657 #, fuzzy, no-c-format
19658 msgid "Invalid first character at %0 [info -f g77 M LEX]"
19659 msgstr "̵¸ú¤Êʸ»úÄê¿ô¤¬ #if ¤Ë¤¢¤ê¤Þ¤¹"
19660
19661 #: f/bad.def:68
19662 #, no-c-format
19663 msgid "Line too long as of %0 [info -f g77 M LEX]"
19664 msgstr ""
19665
19666 #: f/bad.def:71
19667 #, no-c-format
19668 msgid "Non-numeric character at %0 in label field [info -f g77 M LEX]"
19669 msgstr ""
19670
19671 #: f/bad.def:74
19672 #, no-c-format
19673 msgid "Label number at %0 not in range 1-99999"
19674 msgstr ""
19675
19676 #: f/bad.def:77
19677 #, fuzzy, no-c-format
19678 msgid "At %0, '!' and '/*' are not valid comment delimiters"
19679 msgstr "'Ll' ¤È 'lL' ¤ÏÀµ¾ï¤ÊÀ°¿ôÀÜÈø¼­¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
19680
19681 #: f/bad.def:80
19682 #, no-c-format
19683 msgid "Continuation indicator at %0 must appear in column 6 [info -f g77 M LEX]"
19684 msgstr ""
19685
19686 #: f/bad.def:83
19687 #, no-c-format
19688 msgid "Label at %0 invalid with continuation line indicator at %1 [info -f g77 M LEX]"
19689 msgstr ""
19690
19691 #: f/bad.def:91
19692 #, fuzzy, no-c-format
19693 msgid "Character constant at %0 has no closing apostrophe at %1"
19694 msgstr "ʸ»úÄê¿ô¤¬Ä¹¤¹¤®¤Þ¤¹"
19695
19696 #: f/bad.def:94
19697 #, no-c-format
19698 msgid "Hollerith constant at %0 specified %A more characters than are present as of %1"
19699 msgstr ""
19700
19701 #: f/bad.def:97
19702 #, no-c-format
19703 msgid "Missing close parenthese at %0 needed to match open parenthese at %1"
19704 msgstr ""
19705
19706 #: f/bad.def:100
19707 #, fuzzy, no-c-format
19708 msgid "Integer at %0 too large"
19709 msgstr "À°¿ôÄê¿ô¤¬ÈϰϤò³°¤ì¤Æ¤¤¤Þ¤¹"
19710
19711 #: f/bad.def:123
19712 #, no-c-format
19713 msgid "Period at %0 not followed by digits for floating-point number or by `NOT.', `TRUE.', or `FALSE.'"
19714 msgstr ""
19715
19716 #: f/bad.def:126
19717 #, no-c-format
19718 msgid "Missing close-period between `.%A' at %0 and %1"
19719 msgstr ""
19720
19721 #: f/bad.def:129
19722 #, no-c-format
19723 msgid "Invalid exponent at %0 for real constant at %1; nondigit `%A' in exponent field"
19724 msgstr ""
19725
19726 #: f/bad.def:132
19727 #, no-c-format
19728 msgid "Missing value at %1 for real-number exponent at %0"
19729 msgstr ""
19730
19731 #: f/bad.def:135
19732 #, no-c-format
19733 msgid "Expected binary operator between expressions at %0 and at %1"
19734 msgstr ""
19735
19736 #: f/bad.def:253
19737 #, no-c-format
19738 msgid "Semicolon at %0 is an invalid token"
19739 msgstr ""
19740
19741 #: f/bad.def:271
19742 #, no-c-format
19743 msgid "Extraneous comma in FORMAT statement at %0"
19744 msgstr ""
19745
19746 #: f/bad.def:274
19747 #, no-c-format
19748 msgid "Missing comma in FORMAT statement at %0"
19749 msgstr ""
19750
19751 #: f/bad.def:277
19752 #, no-c-format
19753 msgid "Spurious sign in FORMAT statement at %0"
19754 msgstr ""
19755
19756 #: f/bad.def:280
19757 #, no-c-format
19758 msgid "Spurious number in FORMAT statement at %0"
19759 msgstr ""
19760
19761 #: f/bad.def:283
19762 #, no-c-format
19763 msgid "Spurious text trailing number in FORMAT statement at %0"
19764 msgstr ""
19765
19766 #: f/bad.def:291
19767 #, fuzzy, no-c-format
19768 msgid "Unrecognized FORMAT specifier at %0"
19769 msgstr "ǧ¼±¤Ç¤­¤Ê¤¤¥Õ¥©¡¼¥Þ¥Ã¥È»ØÄê»Ò"
19770
19771 #: f/bad.def:419
19772 #, no-c-format
19773 msgid "Missing close-parenthese(s) in FORMAT statement at %0"
19774 msgstr ""
19775
19776 #: f/bad.def:422
19777 #, no-c-format
19778 msgid "Missing number following period in FORMAT statement at %0"
19779 msgstr ""
19780
19781 #: f/bad.def:425
19782 #, no-c-format
19783 msgid "Missing number following `E' in FORMAT statement at %0"
19784 msgstr ""
19785
19786 #: f/bad.def:433
19787 #, fuzzy, no-c-format
19788 msgid "Spurious trailing comma preceding terminator at %0"
19789 msgstr "¥Õ¥©¡¼¥Þ¥Ã¥È¤Ë `%%' ¤Îº¯Àפ餷¤­¤â¤Î¤¬¤¢¤ê¤Þ¤¹"
19790
19791 #: f/bad.def:436
19792 #, no-c-format
19793 msgid "At %0, specify OPERATOR instead of ASSIGNMENT for INTERFACE statement not specifying the assignment operator (=)"
19794 msgstr ""
19795
19796 #: f/bad.def:439
19797 #, no-c-format
19798 msgid "At %0, specify ASSIGNMENT instead of OPERATOR for INTERFACE statement specifying the assignment operator (=)"
19799 msgstr ""
19800
19801 #: f/bad.def:452
19802 #, no-c-format
19803 msgid "Cannot specify =initialization-expr at %0 unless `::' appears before list of objects"
19804 msgstr ""
19805
19806 #: f/bad.def:455
19807 #, no-c-format
19808 msgid "Reference to label at %1 inconsistent with its definition at %0"
19809 msgstr ""
19810
19811 #: f/bad.def:458
19812 #, no-c-format
19813 msgid "Reference to label at %1 inconsistent with earlier reference at %0"
19814 msgstr ""
19815
19816 #: f/bad.def:461
19817 #, no-c-format
19818 msgid "DO-statement reference to label at %1 follows its definition at %0"
19819 msgstr ""
19820
19821 #: f/bad.def:464
19822 #, no-c-format
19823 msgid "Reference to label at %1 is outside block containing definition at %0"
19824 msgstr ""
19825
19826 #: f/bad.def:467
19827 #, no-c-format
19828 msgid "DO-statement references to label at %0 and %2 separated by unterminated block starting at %1"
19829 msgstr ""
19830
19831 #: f/bad.def:470
19832 #, no-c-format
19833 msgid "DO-statement reference to label at %0 and label definition at %2 separated by unterminated block starting at %1"
19834 msgstr ""
19835
19836 #: f/bad.def:473
19837 #, no-c-format
19838 msgid "Label definition at %0 invalid on this kind of statement"
19839 msgstr ""
19840
19841 #: f/bad.def:476
19842 #, no-c-format
19843 msgid "Statement at %0 invalid in this context"
19844 msgstr ""
19845
19846 #: f/bad.def:479
19847 #, no-c-format
19848 msgid "Statement at %0 invalid in context established by statement at %1"
19849 msgstr ""
19850
19851 #: f/bad.def:482
19852 #, no-c-format
19853 msgid "Statement at %0 must specify construct name specified at %1"
19854 msgstr ""
19855
19856 #: f/bad.def:485
19857 #, no-c-format
19858 msgid "Construct name at %0 superfluous, no construct name specified at %1"
19859 msgstr ""
19860
19861 #: f/bad.def:488
19862 #, no-c-format
19863 msgid "Construct name at %0 not the same as construct name at %1"
19864 msgstr ""
19865
19866 #: f/bad.def:491
19867 #, no-c-format
19868 msgid "Construct name at %0 does not match construct name for any containing DO constructs"
19869 msgstr ""
19870
19871 #: f/bad.def:494
19872 #, no-c-format
19873 msgid "Label definition missing at %0 for DO construct specifying label at %1"
19874 msgstr ""
19875
19876 #: f/bad.def:497
19877 #, no-c-format
19878 msgid "Statement at %0 follows ELSE block for IF construct at %1"
19879 msgstr ""
19880
19881 #: f/bad.def:500
19882 #, no-c-format
19883 msgid "No label definition for FORMAT statement at %0"
19884 msgstr ""
19885
19886 #: f/bad.def:503
19887 #, no-c-format
19888 msgid "Second occurrence of ELSE WHERE at %0 within WHERE at %1"
19889 msgstr ""
19890
19891 #: f/bad.def:506
19892 #, no-c-format
19893 msgid "END statement at %0 missing `%A' keyword required for internal or module procedure(s) bounded by %1"
19894 msgstr ""
19895
19896 #: f/bad.def:509
19897 #, no-c-format
19898 msgid "MODULE PROCEDURE statement at %0 disallowed because INTERFACE at %1 specifies no generic name, operator, or assignment"
19899 msgstr ""
19900
19901 #: f/bad.def:512
19902 #, no-c-format
19903 msgid "BLOCK DATA name at %0 superfluous, no name specified at %1"
19904 msgstr ""
19905
19906 #: f/bad.def:515
19907 #, no-c-format
19908 msgid "Program name at %0 superfluous, no PROGRAM statement specified at %1"
19909 msgstr ""
19910
19911 #: f/bad.def:518
19912 #, no-c-format
19913 msgid "Program unit name at %0 not the same as name at %1"
19914 msgstr ""
19915
19916 #: f/bad.def:521
19917 #, no-c-format
19918 msgid "Type name at %0 not the same as name at %1"
19919 msgstr ""
19920
19921 #: f/bad.def:524
19922 #, no-c-format
19923 msgid "End of source file before end of block started at %0"
19924 msgstr ""
19925
19926 #: f/bad.def:527
19927 #, no-c-format
19928 msgid "Undefined label, first referenced at %0"
19929 msgstr ""
19930
19931 #: f/bad.def:530
19932 #, no-c-format
19933 msgid "SAVE statement or attribute at %1 cannot be specified along with SAVE statement or attribute at %0"
19934 msgstr ""
19935
19936 #: f/bad.def:533
19937 #, no-c-format
19938 msgid "PUBLIC or PRIVATE statement at %1 cannot be specified along with PUBLIC or PRIVATE statement at %0"
19939 msgstr ""
19940
19941 #: f/bad.def:536
19942 #, no-c-format
19943 msgid "RETURN statement at %0 invalid within a main program unit"
19944 msgstr ""
19945
19946 #: f/bad.def:539
19947 #, no-c-format
19948 msgid "Alternate return specifier at %0 invalid within a main program unit"
19949 msgstr ""
19950
19951 #: f/bad.def:542
19952 #, no-c-format
19953 msgid "Alternate return specifier at %0 invalid within a function"
19954 msgstr ""
19955
19956 #: f/bad.def:545
19957 #, no-c-format
19958 msgid "Access specifier or PRIVATE statement at %0 invalid for derived-type definition within other than the specification part of a module"
19959 msgstr ""
19960
19961 #: f/bad.def:548
19962 #, no-c-format
19963 msgid "Access specifier at %0 must immediately follow derived-type statement at %1 with no intervening statements"
19964 msgstr ""
19965
19966 #: f/bad.def:551
19967 #, no-c-format
19968 msgid "No components specified as of %0 for derived-type definition beginning at %1"
19969 msgstr ""
19970
19971 #: f/bad.def:554
19972 #, no-c-format
19973 msgid "No components specified as of %0 for structure definition beginning at %1"
19974 msgstr ""
19975
19976 #: f/bad.def:557
19977 #, no-c-format
19978 msgid "Missing structure name for outer structure definition at %0"
19979 msgstr ""
19980
19981 #: f/bad.def:560
19982 #, no-c-format
19983 msgid "Field names at %0 for outer structure definition -- specify them in a subsequent RECORD statement instead"
19984 msgstr ""
19985
19986 #: f/bad.def:563
19987 #, no-c-format
19988 msgid "Missing field name(s) for structure definition at %0 within structure definition at %1"
19989 msgstr ""
19990
19991 #: f/bad.def:566
19992 #, no-c-format
19993 msgid "No components specified as of %0 for map beginning at %1"
19994 msgstr ""
19995
19996 #: f/bad.def:569
19997 #, no-c-format
19998 msgid "Zero or one maps specified as of %0 for union beginning at %1 -- at least two are required"
19999 msgstr ""
20000
20001 #: f/bad.def:572
20002 #, no-c-format
20003 msgid "Missing %A specifier in statement at %0"
20004 msgstr ""
20005
20006 #: f/bad.def:575
20007 #, no-c-format
20008 msgid "Items in I/O list starting at %0 invalid for namelist-directed I/O"
20009 msgstr ""
20010
20011 #: f/bad.def:578
20012 #, fuzzy, no-c-format
20013 msgid "Conflicting I/O control specifications at %0 and %1"
20014 msgstr "¥Õ¥£¡¼¥ë¥É `%s' ¤ËÂФ¹¤ë¥¢¥¯¥»¥¹»ØÄê»Ò¤¬¶¥¹ç¤·¤¿¤¿¤á¡¢Ìµ»ë¤µ¤ì¤Þ¤·¤¿"
20015
20016 #: f/bad.def:581
20017 #, no-c-format
20018 msgid "No UNIT= specifier in I/O control list at %0"
20019 msgstr ""
20020
20021 #: f/bad.def:584
20022 #, no-c-format
20023 msgid "Specification at %0 requires ADVANCE=`NO' specification in same I/O control list"
20024 msgstr ""
20025
20026 #: f/bad.def:587
20027 #, no-c-format
20028 msgid "Specification at %0 requires explicit FMT= specification in same I/O control list"
20029 msgstr ""
20030
20031 #: f/bad.def:595
20032 #, no-c-format
20033 msgid "Second occurrence of CASE DEFAULT at %0 within SELECT CASE at %1"
20034 msgstr ""
20035
20036 #: f/bad.def:598
20037 #, fuzzy, no-c-format
20038 msgid "Duplicate or overlapping case values/ranges at %0 and %1"
20039 msgstr "Æó½Å¤Î(¤¢¤ë¤¤¤Ï½ÅÊ£¤·¤Æ¤¤¤ë) case ¤ÎÃÍ"
20040
20041 #: f/bad.def:601
20042 #, no-c-format
20043 msgid "Type and/or kind-type parameter disagreement between CASE value or value within range at %0 and SELECT CASE at %1"
20044 msgstr ""
20045
20046 #: f/bad.def:604
20047 #, no-c-format
20048 msgid "Range specification at %0 invalid for CASE statement within logical-type SELECT CASE statement"
20049 msgstr ""
20050
20051 #: f/bad.def:617
20052 #, no-c-format
20053 msgid "Fortran 90 feature at %0 unsupported"
20054 msgstr ""
20055
20056 #: f/bad.def:630
20057 #, no-c-format
20058 msgid "Invalid declaration of or reference to symbol `%A' at %0 [initially seen at %1]"
20059 msgstr ""
20060
20061 #: f/bad.def:638
20062 #, no-c-format
20063 msgid "Null element at %0 for array reference at %1"
20064 msgstr ""
20065
20066 #: f/bad.def:641
20067 #, no-c-format
20068 msgid "Too few elements (%A missing) as of %0 for array reference at %1"
20069 msgstr ""
20070
20071 #: f/bad.def:644
20072 #, no-c-format
20073 msgid "Too many elements as of %0 for array reference at %1"
20074 msgstr ""
20075
20076 #: f/bad.def:647
20077 #, no-c-format
20078 msgid "Missing colon as of %0 in substring reference for %1"
20079 msgstr ""
20080
20081 #: f/bad.def:650
20082 #, fuzzy, no-c-format
20083 msgid "Invalid use at %0 of substring operator on %1"
20084 msgstr "´ûÃΤÎÁ´¤Æ¤Îʸ»úÎóÁàºî¤ò inline ¤Ë¤¹¤ë"
20085
20086 #: f/bad.def:653
20087 #, no-c-format
20088 msgid "Substring begin/end point at %0 out of defined range"
20089 msgstr ""
20090
20091 #: f/bad.def:656
20092 #, no-c-format
20093 msgid "Array element value at %0 out of defined range"
20094 msgstr ""
20095
20096 #: f/bad.def:659
20097 #, no-c-format
20098 msgid "Expression at %0 has incorrect data type or rank for its context"
20099 msgstr ""
20100
20101 #: f/bad.def:662
20102 #, no-c-format
20103 msgid "Division by 0 (zero) at %0 (IEEE not yet supported)"
20104 msgstr ""
20105
20106 #: f/bad.def:665
20107 #, no-c-format
20108 msgid "%A step count known to be 0 (zero) at %0"
20109 msgstr ""
20110
20111 #: f/bad.def:668
20112 #, no-c-format
20113 msgid "%A end value plus step count known to overflow at %0"
20114 msgstr ""
20115
20116 #: f/bad.def:671
20117 #, no-c-format
20118 msgid "%A begin, end, and step-count values known to result in implementation-dependent behavior due to overflow(s) in intermediate calculations at %0"
20119 msgstr ""
20120
20121 #: f/bad.def:674
20122 #, no-c-format
20123 msgid "%A begin, end, and step-count values known to result in no iterations at %0"
20124 msgstr ""
20125
20126 #: f/bad.def:677
20127 #, no-c-format
20128 msgid "Type disagreement between expressions at %0 and %1"
20129 msgstr ""
20130
20131 #: f/bad.def:690
20132 #, no-c-format
20133 msgid "No specification for implied-DO iterator `%A' at %0"
20134 msgstr ""
20135
20136 #: f/bad.def:693
20137 #, no-c-format
20138 msgid "Gratuitous parentheses surround implied-DO construct at %0"
20139 msgstr ""
20140
20141 #: f/bad.def:696
20142 #, no-c-format
20143 msgid "Zero-size specification invalid at %0"
20144 msgstr ""
20145
20146 #: f/bad.def:699
20147 #, no-c-format
20148 msgid "Zero-size array at %0"
20149 msgstr ""
20150
20151 #: f/bad.def:702
20152 #, no-c-format
20153 msgid "Target machine does not support complex entity of kind specified at %0"
20154 msgstr ""
20155
20156 #: f/bad.def:705
20157 #, no-c-format
20158 msgid "Target machine does not support DOUBLE COMPLEX, specified at %0"
20159 msgstr ""
20160
20161 #: f/bad.def:708
20162 #, fuzzy, no-c-format
20163 msgid "Attempt to raise constant zero to a power at %0"
20164 msgstr "¤Ç¤­¤ë¤À¤±¥¹¥¿¥Ã¥¯¤ò¤³¤ÎÃͤÎÆó¾è¤Ë¥¢¥é¥¤¥ó¥á¥ó¥È¤¹¤ë"
20165
20166 #: f/bad.def:806
20167 #, no-c-format
20168 msgid "Reference to generic intrinsic `%A' at %0 could be to form %B or %C"
20169 msgstr ""
20170
20171 #: f/bad.def:809
20172 #, no-c-format
20173 msgid "Ambiguous use of intrinsic `%A' at %0 [info -f g77 M CMPAMBIG]"
20174 msgstr ""
20175
20176 #: f/bad.def:812
20177 #, no-c-format
20178 msgid "Intrinsic `%A' referenced %Bly at %0, %Cly at %1 [info -f g77 M EXPIMP]"
20179 msgstr ""
20180
20181 #: f/bad.def:815
20182 #, no-c-format
20183 msgid "Same name `%A' used for %B at %0 and %C at %1 [info -f g77 M INTGLOB]"
20184 msgstr ""
20185
20186 #: f/bad.def:818
20187 #, no-c-format
20188 msgid "Explicit type declaration for intrinsic `%A' disagrees with invocation at %0"
20189 msgstr ""
20190
20191 #: f/bad.def:821
20192 #, fuzzy, no-c-format
20193 msgid "Unable to open INCLUDE file `%A' at %0"
20194 msgstr "¥Õ¥¡¥¤¥ë '%s' ¤ò open ¤Ç¤­¤Þ¤»¤ó"
20195
20196 #: f/bad.def:839
20197 #, no-c-format
20198 msgid "Null argument at %0 for statement function reference at %1"
20199 msgstr ""
20200
20201 #: f/bad.def:842
20202 #, no-c-format
20203 msgid "Null argument at %0 for procedure invocation at %1"
20204 msgstr ""
20205
20206 #: f/bad.def:845
20207 #, no-c-format
20208 msgid "%A too few arguments (starting with dummy argument `%B') as of %0 for statement function reference at %1"
20209 msgstr ""
20210
20211 #: f/bad.def:848
20212 #, no-c-format
20213 msgid "%A too many arguments as of %0 for statement function reference at %1"
20214 msgstr ""
20215
20216 #: f/bad.def:851
20217 #, no-c-format
20218 msgid "Array supplied at %1 for dummy argument `%A' in statement function reference at %0"
20219 msgstr ""
20220
20221 #: f/bad.def:854
20222 #, fuzzy, no-c-format
20223 msgid "Unsupported FORMAT specifier at %0"
20224 msgstr "ASSIGN ¤µ¤ì¤¿ FORMAT »ØÄê»Ò¤¬¾®¤µ¤¹¤®¤Þ¤¹"
20225
20226 #: f/bad.def:857
20227 #, no-c-format
20228 msgid "Variable-expression FORMAT specifier at %0 -- unsupported"
20229 msgstr ""
20230
20231 #: f/bad.def:880
20232 #, no-c-format
20233 msgid "Unsupported VXT statement at %0"
20234 msgstr ""
20235
20236 #: f/bad.def:883
20237 #, no-c-format
20238 msgid "Attempt to specify second initial value for `%A' at %0"
20239 msgstr ""
20240
20241 #: f/bad.def:886
20242 #, no-c-format
20243 msgid "Too few initial values in list of initializers for `%A' at %0"
20244 msgstr ""
20245
20246 #: f/bad.def:889
20247 #, no-c-format
20248 msgid "Too many initial values in list of initializers starting at %0"
20249 msgstr ""
20250
20251 #: f/bad.def:892
20252 #, no-c-format
20253 msgid "Array or substring specification for `%A' out of range in statement at %0"
20254 msgstr ""
20255
20256 #: f/bad.def:895
20257 #, no-c-format
20258 msgid "Array subscript #%B out of range for initialization of `%A' in statement at %0"
20259 msgstr ""
20260
20261 #: f/bad.def:898
20262 #, no-c-format
20263 msgid "Implied do-loop step count of 0 (zero) for iteration variable `%A' in statement at %0"
20264 msgstr ""
20265
20266 #: f/bad.def:901
20267 #, no-c-format
20268 msgid "Implied do-loop iteration count of 0 (zero) for iteration variable `%A' in statement at %0"
20269 msgstr ""
20270
20271 #: f/bad.def:904
20272 #, no-c-format
20273 msgid "Not an integer constant expression in implied do-loop in statement at %0"
20274 msgstr ""
20275
20276 #: f/bad.def:907
20277 #, no-c-format
20278 msgid "Attempt to specify second initial value for element of `%A' at %0"
20279 msgstr ""
20280
20281 #: f/bad.def:910
20282 #, no-c-format
20283 msgid "Attempt to EQUIVALENCE common areas `%A' and `%B' at %0"
20284 msgstr ""
20285
20286 #: f/bad.def:913
20287 #, no-c-format
20288 msgid "Can't place `%A' as directed by EQUIVALENCE due to alignment restrictions"
20289 msgstr ""
20290
20291 #: f/bad.def:916
20292 #, no-c-format
20293 msgid "Mismatched EQUIVALENCE requirements for placement of `%A' at both %C and %D bytes offset from `%B'"
20294 msgstr ""
20295
20296 #: f/bad.def:919
20297 #, no-c-format
20298 msgid "Array or substring specification for `%A' out of range in EQUIVALENCE statement"
20299 msgstr ""
20300
20301 #: f/bad.def:922
20302 #, no-c-format
20303 msgid "Substring of non-CHARACTER entity `%A' in EQUIVALENCE statement"
20304 msgstr ""
20305
20306 #: f/bad.def:925
20307 #, no-c-format
20308 msgid "Array reference to scalar variable `%A' in EQUIVALENCE statement"
20309 msgstr ""
20310
20311 #: f/bad.def:928
20312 #, no-c-format
20313 msgid "Array subscript #%B out of range for EQUIVALENCE of `%A'"
20314 msgstr ""
20315
20316 #: f/bad.def:936
20317 #, no-c-format
20318 msgid "Attempt to extend COMMON area beyond its starting point via EQUIVALENCE of `%A'"
20319 msgstr ""
20320
20321 #: f/bad.def:939
20322 #, no-c-format
20323 msgid "Too few elements in reference to array `%A' in EQUIVALENCE statement"
20324 msgstr ""
20325
20326 #: f/bad.def:942
20327 #, no-c-format
20328 msgid "Too many elements in reference to array `%A' in EQUIVALENCE statement"
20329 msgstr ""
20330
20331 #: f/bad.def:945
20332 #, no-c-format
20333 msgid "Mixed CHARACTER and non-CHARACTER types via COMMON/EQUIVALENCE -- for example, `%A' and `%B'"
20334 msgstr ""
20335
20336 #: f/bad.def:958
20337 #, no-c-format
20338 msgid "Return value `%A' for FUNCTION at %0 not referenced in subprogram"
20339 msgstr ""
20340
20341 #: f/bad.def:976
20342 #, no-c-format
20343 msgid "Common block `%A' is SAVEd, explicitly or implicitly, at %0 but not SAVEd at %1"
20344 msgstr ""
20345
20346 #: f/bad.def:979
20347 #, no-c-format
20348 msgid "Common block `%A' is %B %D in length at %0 but %C %E at %1"
20349 msgstr ""
20350
20351 #: f/bad.def:987
20352 #, no-c-format
20353 msgid "Blank common initialized at %0"
20354 msgstr ""
20355
20356 #: f/bad.def:990
20357 #, no-c-format
20358 msgid "Intrinsic `%A' is passed as actual argument at %0 but not explicitly declared INTRINSIC"
20359 msgstr ""
20360
20361 #: f/bad.def:993
20362 #, no-c-format
20363 msgid "External procedure `%A' is passed as actual argument at %0 but not explicitly declared EXTERNAL"
20364 msgstr ""
20365
20366 #: f/bad.def:996
20367 #, no-c-format
20368 msgid "Character `%A' (for example) is upper-case in symbol name at %0"
20369 msgstr ""
20370
20371 #: f/bad.def:999
20372 #, no-c-format
20373 msgid "Character `%A' (for example) is lower-case in symbol name at %0"
20374 msgstr ""
20375
20376 #: f/bad.def:1002
20377 #, no-c-format
20378 msgid "Character `%A' not followed at some point by lower-case character in symbol name at %0"
20379 msgstr ""
20380
20381 #: f/bad.def:1005
20382 #, no-c-format
20383 msgid "Initial character `%A' is lower-case in symbol name at %0"
20384 msgstr ""
20385
20386 #: f/bad.def:1013
20387 #, no-c-format
20388 msgid "NAMELIST not adequately supported by run-time library for source files with case preserved"
20389 msgstr ""
20390
20391 #: f/bad.def:1016
20392 #, no-c-format
20393 msgid "Nested %% construct (%%VAL, %%REF, or %%DESCR) at %0"
20394 msgstr ""
20395
20396 #: f/bad.def:1034
20397 #, no-c-format
20398 msgid "Statement at %0 invalid in BLOCK DATA program unit at %1"
20399 msgstr ""
20400
20401 #: f/bad.def:1037
20402 #, fuzzy, no-c-format
20403 msgid "Truncating characters on right side of character constant at %0"
20404 msgstr "ʸ»úÎóËô¤Ïʸ»úÄê¿ôÃæ¤Ë null ʸ»ú"
20405
20406 #: f/bad.def:1040
20407 #, fuzzy, no-c-format
20408 msgid "Truncating characters on right side of hollerith constant at %0"
20409 msgstr "ʸ»úÎóËô¤Ïʸ»úÄê¿ôÃæ¤Ë null ʸ»ú"
20410
20411 #: f/bad.def:1043
20412 #, no-c-format
20413 msgid "Truncating non-zero data on left side of numeric constant at %0"
20414 msgstr ""
20415
20416 #: f/bad.def:1046
20417 #, no-c-format
20418 msgid "Truncating non-zero data on left side of typeless constant at %0"
20419 msgstr ""
20420
20421 #: f/bad.def:1049
20422 #, fuzzy, no-c-format
20423 msgid "Typeless constant at %0 too large"
20424 msgstr "À°¿ôÄê¿ô¤¬ÈϰϤò³°¤ì¤Æ¤¤¤Þ¤¹"
20425
20426 #: f/bad.def:1052
20427 #, no-c-format
20428 msgid "First-column ampersand continuation at %0"
20429 msgstr ""
20430
20431 #: f/bad.def:1055 f/bad.def:1058
20432 #, no-c-format
20433 msgid "Global name `%A' defined at %0 already defined at %1 [info -f g77 M GLOBALS]"
20434 msgstr ""
20435
20436 #: f/bad.def:1061 f/bad.def:1064
20437 #, no-c-format
20438 msgid "Global name `%A' is %B at %0 but is %C at %1 [info -f g77 M GLOBALS]"
20439 msgstr ""
20440
20441 #: f/bad.def:1067 f/bad.def:1070
20442 #, no-c-format
20443 msgid "Global name `%A' at %0 has different type at %1 [info -f g77 M GLOBALS]"
20444 msgstr ""
20445
20446 #: f/bad.def:1073
20447 #, no-c-format
20448 msgid "Too %B arguments passed to `%A' at %0 versus definition at %1 [info -f g77 M GLOBALS]"
20449 msgstr ""
20450
20451 #: f/bad.def:1076
20452 #, no-c-format
20453 msgid "Too %B arguments for `%A' at %0 versus invocation at %1 [info -f g77 M GLOBALS]"
20454 msgstr ""
20455
20456 #: f/bad.def:1079 f/bad.def:1082
20457 #, no-c-format
20458 msgid "Argument #%B of `%A' is %C at %0 but is %D at %1 [info -f g77 M GLOBALS]"
20459 msgstr ""
20460
20461 #: f/bad.def:1085
20462 #, fuzzy, no-c-format
20463 msgid "Array `%A' at %0 is too large to handle"
20464 msgstr "ÇÛÎó `%s' ¤ÎÂ礭¤µ¤¬Â礭¤¹¤®¤Þ¤¹"
20465
20466 #: f/bad.def:1088
20467 #, fuzzy, no-c-format
20468 msgid "Statement function `%A' defined at %0 is not used"
20469 msgstr "¥é¥Ù¥ë `%s' ¤¬ÄêµÁ¤µ¤ì¤Þ¤·¤¿¤¬»È¤ï¤ì¤Æ¤¤¤Þ¤»¤ó"
20470
20471 #: f/bad.def:1091
20472 #, no-c-format
20473 msgid "Intrinsic `%A', invoked at %0, known to be non-Y2K-compliant [info -f g77 M Y2KBAD]"
20474 msgstr ""
20475
20476 #: f/bad.def:1094
20477 #, fuzzy, no-c-format
20478 msgid "Internal compiler error -- cannot perform operation"
20479 msgstr "%s ¤ÇÆâÉô¥³¥ó¥Ñ¥¤¥é¥¨¥é¡¼ (%s:%d)"
20480
20481 #. Kind messages are used in diagnostic location reports of the
20482 #. form "<file>: In function `foo': <error message>".
20483 #: f/info-k.def:32
20484 msgid "In unknown kind"
20485 msgstr ""
20486
20487 #: f/info-k.def:33
20488 msgid "In entity"
20489 msgstr ""
20490
20491 #: f/info-k.def:34
20492 #, fuzzy
20493 msgid "In function"
20494 msgstr "´Ø¿ô `%s' Æâ:"
20495
20496 #: f/info-k.def:35
20497 msgid "In subroutine"
20498 msgstr ""
20499
20500 #: f/info-k.def:36
20501 #, fuzzy
20502 msgid "In program"
20503 msgstr "¥×¥í¥°¥é¥à: %s\n"
20504
20505 #: f/info-k.def:37
20506 msgid "In block-data unit"
20507 msgstr ""
20508
20509 #: f/info-k.def:38
20510 #, fuzzy
20511 msgid "In common block"
20512 msgstr "´ðËÜ¥Ö¥í¥Ã¥¯ %d Æâ:"
20513
20514 #: f/info-k.def:39
20515 #, fuzzy
20516 msgid "In construct"
20517 msgstr "¹½Â¤ÂÎ"
20518
20519 #: f/info-k.def:40
20520 msgid "In namelist"
20521 msgstr ""
20522
20523 #: f/info-k.def:41
20524 msgid "In anything"
20525 msgstr ""
20526
20527 #: java/check-init.c:917
20528 #, c-format
20529 msgid "internal error in check-init: tree code not implemented: %s"
20530 msgstr "check-init ¤ÇÆâÉô¥¨¥é¡¼: ¥Ä¥ê¡¼¥³¡¼¥É¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó: %s"
20531
20532 #: java/check-init.c:990
20533 #, fuzzy, c-format
20534 msgid "final field '%s' may not have been initialized"
20535 msgstr "²ÄÊÑĹ¥ª¥Ö¥¸¥§¥¯¥È¤Ï½é´ü²½¤µ¤ì¤Ê¤¤¤³¤È¤Ë¤Ê¤ë¤Ç¤·¤ç¤¦"
20536
20537 #: java/class.c:539 java/class.c:564
20538 msgid "internal error - too many interface type"
20539 msgstr "ÆâÉô¥¨¥é¡¼ - interface ·¿¤¬Â¿¤¹¤®¤Þ¤¹"
20540
20541 #: java/class.c:677
20542 msgid "bad method signature"
20543 msgstr "ÉÔÀµ¤Ê¥á¥½¥Ã¥É¥·¥°¥Í¥¤¥Á¥ã¤Ç¤¹"
20544
20545 #: java/class.c:726
20546 msgid "misplaced ConstantValue attribute (not in any field)"
20547 msgstr "ConstantValue °À­¤Î¾ì½ê¤ò´Ö°ã¤¨¤Æ¤¤¤Þ¤¹¡Ê¤É¤Î¥Õ¥£¡¼¥ë¥É¤Ç¤â¤¢¤ê¤Þ¤»¤ó¡Ë"
20548
20549 #: java/class.c:728
20550 #, fuzzy, c-format
20551 msgid "duplicate ConstantValue attribute for field '%s'"
20552 msgstr "¥Õ¥£¡¼¥ë¥É '%s' ¤Î ConstantValue °À­¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
20553
20554 #: java/class.c:739
20555 #, fuzzy, c-format
20556 msgid "ConstantValue attribute of field '%s' has wrong type"
20557 msgstr "¥Õ¥£¡¼¥ë¥É '%s' ¤Î ConstantValue °À­¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
20558
20559 #: java/class.c:1103
20560 #, c-format
20561 msgid "field '%s' not found in class"
20562 msgstr "¥Õ¥£¡¼¥ë¥É '%s' ¤¬¥¯¥é¥¹Æâ¤Ë¸«¤Ä¤«¤ê¤Þ¤»¤ó"
20563
20564 #: java/class.c:1365
20565 msgid "abstract method in non-abstract class"
20566 msgstr "abstract ¥á¥½¥Ã¥É¤¬ÈóÃê¾Ý¥¯¥é¥¹¤Ë¤¢¤ê¤Þ¤¹"
20567
20568 #: java/class.c:2078
20569 #, c-format
20570 msgid "non-static method '%s' overrides static method"
20571 msgstr "ÈóÀÅŪ¥á¥½¥Ã¥É '%s' ¤¬ÀÅŪ¥á¥½¥Ã¥É¤ò¥ª¡¼¥Ð¡¼¥é¥¤¥É¤·¤Æ¤¤¤Þ¤¹"
20572
20573 #: java/decl.c:1541
20574 #, c-format
20575 msgid "In %s: overlapped variable and exception ranges at %d"
20576 msgstr "%s Æâ: ÊÑ¿ô¤ÈÎã³°ÈϰϤ¬ %d ¤Ç½Å¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
20577
20578 #: java/decl.c:1622
20579 msgid "bad type in parameter debug info"
20580 msgstr "²¾°ú¿ô¥Ç¥Ð¥Ã¥°¾ðÊó¤ËÉÔÀµ¤Ê·¿¤¬¤¢¤ê¤Þ¤¹"
20581
20582 #: java/decl.c:1632
20583 #, c-format
20584 msgid "bad PC range for debug info for local `%s'"
20585 msgstr "¥í¡¼¥«¥ë¤Î `%s' ÍѥǥХå°¾ðÊó¤Î¤¿¤á¤Î PC ÈϰϤ¬ÉÔÀµ¤Ç¤¹"
20586
20587 #: java/expr.c:530
20588 msgid "stack underflow - dup* operation"
20589 msgstr "¥¹¥¿¥Ã¥¯¥¢¥ó¥À¡¼¥Õ¥í¡¼ - dup* Áàºî"
20590
20591 #: java/expr.c:1534
20592 #, c-format
20593 msgid "reference `%s' is ambiguous: appears in interface `%s' and interface `%s'"
20594 msgstr "»²¾È `%s' ¤ÏÛ£Ëæ¤Ç¤¹: interface `%s' ¤È interface `%s' ¤Ë¸½¤ì¤Þ¤·¤¿"
20595
20596 #: java/expr.c:1563
20597 #, c-format
20598 msgid "field `%s' not found"
20599 msgstr "¥Õ¥£¡¼¥ë¥É `%s' ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
20600
20601 #: java/expr.c:1715
20602 msgid "ret instruction not implemented"
20603 msgstr "ret Ì¿Îá¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
20604
20605 #: java/expr.c:1857
20606 #, c-format
20607 msgid "method '%s' not found in class"
20608 msgstr "¥á¥½¥Ã¥É '%s' ¤Ï¥¯¥é¥¹Æâ¤Ë¸«¤Ä¤«¤ê¤Þ¤»¤ó"
20609
20610 #: java/expr.c:2060
20611 #, c-format
20612 msgid "failed to find class '%s'"
20613 msgstr "'%s' ¥¯¥é¥¹¤ò¸«¤Ä¤±¤ë¤Î¤Ë¼ºÇÔ¤·¤Þ¤·¤¿"
20614
20615 #: java/expr.c:2070
20616 #, fuzzy, c-format
20617 msgid "class '%s' has no method named '%s' matching signature '%s'"
20618 msgstr "¥¯¥é¥¹ '%s' ¤Ï̾Á°¤¬ '%s' ¤Ç¥·¥°¥Í¥¤¥Á¥ã '%s' ¤È°ìÃפ¹¤ë¥á¥½¥Ã¥É¤ò»ý¤Ã¤Æ¤¤¤Þ¤»¤ó"
20619
20620 #: java/expr.c:2080
20621 msgid "invokestatic on non static method"
20622 msgstr "ÈóÀÅŪ¥á¥½¥Ã¥É¤Ë invokestatic ¤·¤Þ¤·¤¿"
20623
20624 #: java/expr.c:2085
20625 msgid "invokestatic on abstract method"
20626 msgstr "Ãê¾Ý¥á¥½¥Ã¥É¤Ë invokestatic ¤·¤Þ¤·¤¿"
20627
20628 #: java/expr.c:2093
20629 msgid "invoke[non-static] on static method"
20630 msgstr "ÀÅŪ¥á¥½¥Ã¥É¤Ë invoke[Èó static] ¤·¤Þ¤·¤¿"
20631
20632 #: java/expr.c:2396
20633 #, fuzzy, c-format
20634 msgid "missing field '%s' in '%s'"
20635 msgstr "¥Õ¥£¡¼¥ë¥É '%s'('%s' Æâ) ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
20636
20637 #: java/expr.c:2402
20638 #, fuzzy, c-format
20639 msgid "mismatching signature for field '%s' in '%s'"
20640 msgstr "¥Õ¥£¡¼¥ë¥É '%s'('%s' Æâ) ¤Î¥·¥°¥Í¥¤¥Á¥ã¤¬°ìÃפ·¤Þ¤»¤ó"
20641
20642 #: java/expr.c:2425
20643 #, c-format
20644 msgid "assignment to final field `%s' not in field's class"
20645 msgstr "final ¥Õ¥£¡¼¥ë¥É `%s' ¤Ø¤ÎÂåÆþ¤Ç¤¹¤¬¡¢¤½¤Î¥Õ¥£¡¼¥ë¥É¤Î¥¯¥é¥¹Æâ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
20646
20647 #: java/expr.c:2430
20648 #, c-format
20649 msgid "assignment to final static field `%s' not in class initializer"
20650 msgstr "final static ¥Õ¥£¡¼¥ë¥É `%s' ¤Ø¤ÎÂåÆþ¤Ç¤¹¤¬¡¢¤½¤Î¥Õ¥£¡¼¥ë¥É¤Î¥¯¥é¥¹Æâ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
20651
20652 #: java/expr.c:2437
20653 #, c-format
20654 msgid "assignment to final field `%s' not in constructor"
20655 msgstr "final ¥Õ¥£¡¼¥ë¥É `%s' ¤Ø¤ÎÂåÆþ¤Ç¤¹¤¬¡¢¥³¥ó¥¹¥È¥é¥¯¥¿Æâ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
20656
20657 #: java/expr.c:2684
20658 #, fuzzy, c-format
20659 msgid "can't expand %s"
20660 msgstr "%s ¤òŸ³«¤Ç¤­¤Þ¤»¤ó"
20661
20662 #: java/expr.c:2861
20663 msgid "invalid PC in line number table"
20664 msgstr "̵¸ú¤Ê PC ¤¬¹ÔÈÖ¹æ¥Æ¡¼¥Ö¥ë¤Ë¤¢¤ê¤Þ¤¹"
20665
20666 #. We've just reached the end of a region of dead code.
20667 #: java/expr.c:2906
20668 #, fuzzy, c-format
20669 msgid "unreachable bytecode from %d to before %d"
20670 msgstr "%d ¤«¤é %d ¤ÎÁ°¤Þ¤Ç¤Î¥Ð¥¤¥È¥³¡¼¥É¤Ë¤ÏÅþã¤Ç¤­¤Þ¤»¤ó"
20671
20672 #. We've just reached the end of a region of dead code.
20673 #: java/expr.c:2943
20674 #, fuzzy, c-format
20675 msgid "unreachable bytecode from %d to the end of the method"
20676 msgstr "%d ¤«¤é¥á¥½¥Ã¥É¤Î½ª¤ê¤Þ¤Ç¤Î¥Ð¥¤¥È¥³¡¼¥É¤Ë¤ÏÅþã¤Ç¤­¤Þ¤»¤ó"
20677
20678 #. duplicate code from LOAD macro
20679 #: java/expr.c:3261
20680 msgid "unrecogized wide sub-instruction"
20681 msgstr "ǧ¼±¤Ç¤­¤Ê¤¤ wide sub Ì¿Îá¤Ç¤¹"
20682
20683 #: java/jcf-io.c:543
20684 #, fuzzy, c-format
20685 msgid "source file for class `%s' is newer than its matching class file. Source file `%s' used instead"
20686 msgstr "¥¯¥é¥¹ `%s' ¤Î¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤Ï¡¢°ìÃפ¹¤ë¥¯¥é¥¹¥Õ¥¡¥¤¥ë¤è¤ê¿·¤·¤¤¤Ç¤¹¡£¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤òÂå¤ê¤Ë»È¤¤¤Þ¤¹"
20687
20688 #: java/jcf-parse.c:338
20689 msgid "bad string constant"
20690 msgstr "ÉÔÀµ¤Êʸ»úÎóÄê¿ô¤Ç¤¹"
20691
20692 #: java/jcf-parse.c:356
20693 #, c-format
20694 msgid "bad value constant type %d, index %d"
20695 msgstr "ÉÔÀµ¤ÊÄê¿ôÃÍ·¿ %d, ¥¤¥ó¥Ç¥Ã¥¯¥¹ %d"
20696
20697 #: java/jcf-parse.c:528
20698 #, c-format
20699 msgid "can't reopen %s"
20700 msgstr "%s ¤òºÆ open ¤Ç¤­¤Þ¤»¤ó"
20701
20702 #: java/jcf-parse.c:533
20703 #, c-format
20704 msgid "can't close %s"
20705 msgstr "%s ¤ò close ¤Ç¤­¤Þ¤»¤ó"
20706
20707 #: java/jcf-parse.c:619
20708 #, fuzzy, c-format
20709 msgid "cannot find file for class %s"
20710 msgstr "¥¯¥é¥¹ %s ÍѤΥե¡¥¤¥ë¤ò¸«¤Ä¤±¤é¤ì¤Þ¤»¤ó¡£"
20711
20712 #: java/jcf-parse.c:631
20713 msgid "not a valid Java .class file"
20714 msgstr "Àµ¾ï¤Ê Java .class ¥Õ¥¡¥¤¥ë¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
20715
20716 #: java/jcf-parse.c:634
20717 msgid "error while parsing constant pool"
20718 msgstr "constant ¥×¡¼¥ë¤Î¹½Ê¸²òÀÏÃæ¤Ë¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿"
20719
20720 #: java/jcf-parse.c:637
20721 #, c-format
20722 msgid "error in constant pool entry #%d\n"
20723 msgstr "constant ¥×¡¼¥ë¹àÌÜ #%d Æâ¤Ç¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿\n"
20724
20725 #. FIXME - where was first time
20726 #: java/jcf-parse.c:649
20727 #, c-format
20728 msgid "reading class %s for the second time from %s"
20729 msgstr "class %s ¤òÆɹþ¤à¤Î¤Ï %s ¤«¤éÆó²óÌܤˤʤê¤Þ¤¹"
20730
20731 #: java/jcf-parse.c:667
20732 msgid "error while parsing fields"
20733 msgstr "¥Õ¥£¡¼¥ë¥É¤Î¹½Ê¸²òÀÏÃæ¤Ë¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿"
20734
20735 #: java/jcf-parse.c:670
20736 msgid "error while parsing methods"
20737 msgstr "¥á¥½¥Ã¥É¤Î¹½Ê¸²òÀÏÃæ¤Ë¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿"
20738
20739 #: java/jcf-parse.c:673
20740 msgid "error while parsing final attributes"
20741 msgstr "final °À­¤Î¹½Ê¸²òÀÏÃæ¤Ë¥¨¥é¡¼¤¬È¯À¸¤·¤Þ¤·¤¿"
20742
20743 #: java/jcf-parse.c:687
20744 #, fuzzy, c-format
20745 msgid "the `java.lang.Object' that was found in `%s' didn't have the special zero-length `gnu.gcj.gcj-compiled' attribute. This generally means that your classpath is incorrectly set. Use `info gcj \"Input Options\"' to see the info page describing how to set the classpath"
20746 msgstr "`%s' Æâ¤Ç¸«¤Ä¤«¤Ã¤¿ `java.lang.Object' ¤Ï¡¢Ä¹¤µ¥¼¥í¤ÎÆÃÊÌ¤Ê `gnu.gcj.gcj-compiled' °À­¤ò»ý¤Ã¤Æ¤¤¤Þ¤»¤ó¡£¤³¤ì¤ÏÉáÄ̤¢¤Ê¤¿¤Î¥¯¥é¥¹¥Ñ¥¹¤¬Àµ¤·¤¯ÀßÄꤵ¤ì¤Æ¤¤¤Ê¤¤»ö¤ò°ÕÌ£¤·¤Þ¤¹¡£`info gcj \"Input Options\"' ¤ò»È¤Ã¤Æ¡¢¥¯¥é¥¹¥Ñ¥¹¤ÎÀßÄêÊýË¡¤òÀâÌÀ¤·¤Æ¤¢¤ë info ¥Ú¡¼¥¸¤ò¸«¤Æ²¼¤µ¤¤"
20747
20748 #: java/jcf-parse.c:777
20749 msgid "missing Code attribute"
20750 msgstr "Code °À­¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
20751
20752 #: java/jcf-parse.c:1014
20753 #, fuzzy
20754 msgid "source file seen twice on command line and will be compiled only once"
20755 msgstr "¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤¬¥³¥Þ¥ó¥É¥é¥¤¥ó¤ËºÆ¤Ó¸½¤ì¤Þ¤·¤¿¤¬¡¢¥³¥ó¥Ñ¥¤¥ë¤µ¤ì¤ë¤Î¤Ï°ìÅÙ¤À¤±¤Ç¤¹"
20756
20757 #: java/jcf-parse.c:1030
20758 msgid "no input file specified"
20759 msgstr "ÆþÎÏ¥Õ¥¡¥¤¥ë¤¬»ØÄꤵ¤ì¤Æ¤¤¤Þ¤»¤ó"
20760
20761 #: java/jcf-parse.c:1059
20762 #, c-format
20763 msgid "can't close input file %s"
20764 msgstr "ÆþÎÏ¥Õ¥¡¥¤¥ë %s ¤ò close ¤Ç¤­¤Þ¤»¤ó"
20765
20766 #: java/jcf-parse.c:1096
20767 #, c-format
20768 msgid "bad zip/jar file %s"
20769 msgstr "zip/jar ¥Õ¥¡¥¤¥ë %s ¤ÏÉÔÀµ¤Ç¤¹"
20770
20771 #: java/jcf-write.c:2650
20772 #, c-format
20773 msgid "internal error in generate_bytecode_insn - tree code not implemented: %s"
20774 msgstr "generate_bytecode_insn ¤ÇÆâÉô¥¨¥é¡¼ - ¥Ä¥ê¡¼¥³¡¼¥É¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó: %s"
20775
20776 #: java/jcf-write.c:2988
20777 #, fuzzy
20778 msgid "field initializer type mismatch"
20779 msgstr "¥Õ¥£¡¼¥ë¥É½é´üÀßÄê»Ò¤¬Äê¿ô¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
20780
20781 #: java/jcf-write.c:3419
20782 #, c-format
20783 msgid "can't create directory %s"
20784 msgstr "¥Ç¥£¥ì¥¯¥È¥ê %s ¤òºîÀ®¤Ç¤­¤Þ¤»¤ó"
20785
20786 #: java/jcf-write.c:3473
20787 #, fuzzy, c-format
20788 msgid "can't create %s"
20789 msgstr "%s ¤òºÆ open ¤Ç¤­¤Þ¤»¤ó"
20790
20791 #: java/jv-scan.c:187
20792 #, fuzzy
20793 msgid "only one of `--print-main', `--list-class', and `--complexity' allowed"
20794 msgstr "`--print-main', `--list-class', `--complexity' ¤«¤é¤Ï°ì¤Ä¤·¤«Áª¤Ù¤Þ¤»¤ó"
20795
20796 #: java/jv-scan.c:190
20797 #, fuzzy, c-format
20798 msgid "can't open output file `%s'"
20799 msgstr "½ÐÎÏ¥Õ¥¡¥¤¥ë `%s' ¤ò open ¤Ç¤­¤Þ¤»¤ó"
20800
20801 #: java/jv-scan.c:224
20802 #, fuzzy, c-format
20803 msgid "file not found `%s'"
20804 msgstr "¥Õ¥¡¥¤¥ë `%s' ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
20805
20806 #: java/jvspec.c:426
20807 msgid "can't specify `-D' without `--main'\n"
20808 msgstr "`--main' ̵¤·¤Ç¤Ï `-D' ¤ò»ØÄê¤Ç¤­¤Þ¤»¤ó\n"
20809
20810 #: java/jvspec.c:429
20811 #, fuzzy, c-format
20812 msgid "`%s' is not a valid class name"
20813 msgstr "\"%s\" ¤ÏÀµ¾ï¤Ê¥Õ¥¡¥¤¥ë̾¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
20814
20815 #: java/jvspec.c:435
20816 msgid "--resource requires -o"
20817 msgstr ""
20818
20819 #: java/jvspec.c:442
20820 #, fuzzy
20821 msgid "warning: already-compiled .class files ignored with -C"
20822 msgstr "·Ù¹ð: ¥³¥ó¥Ñ¥¤¥ëºÑ .class ¥Õ¥¡¥¤¥ë¤Ï -C ¤Ë¤è¤ê̵»ë¤µ¤ì¤Þ¤·¤¿"
20823
20824 #: java/jvspec.c:449
20825 msgid "cannot specify both -C and -o"
20826 msgstr "-C ¤È -o ¤ÏξÊý¤ò°ì½ï¤Ë»ØÄê¤Ç¤­¤Þ¤»¤ó"
20827
20828 #: java/jvspec.c:461
20829 msgid "cannot create temporary file"
20830 msgstr "°ì»þ¥Õ¥¡¥¤¥ë¤òºîÀ®¤Ç¤­¤Þ¤»¤ó"
20831
20832 #: java/jvspec.c:489
20833 msgid "using both @FILE with multiple files not implemented"
20834 msgstr "@FILE ¤Ç¤ÎÊ£¿ô¥Õ¥¡¥¤¥ë¤Î»ÈÍѤϼÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
20835
20836 #: java/jvspec.c:538
20837 msgid "cannot specify `main' class when not linking"
20838 msgstr "¥ê¥ó¥¯»þ°Ê³°¤Ë¤Ï `main' ¥¯¥é¥¹¤ò»ØÄê¤Ç¤­¤Þ¤»¤ó"
20839
20840 #: java/lang.c:548
20841 msgid "can't do dependency tracking with input from stdin"
20842 msgstr "ɸ½àÆþÎϤ«¤é¤ÎÆþÎϤǤϰ͸´Ø·¸¤ÎÄÉÀפ¬¤Ç¤­¤Þ¤»¤ó"
20843
20844 #: java/lang.c:564
20845 msgid "couldn't determine target name for dependency tracking"
20846 msgstr "°Í¸´Ø·¸¤ÎÄÉÀפΤ¿¤á¤Î¥¿¡¼¥²¥Ã¥È̾¤¬ÆÃÄê¤Ç¤­¤Þ¤»¤ó¤Ç¤·¤¿"
20847
20848 #: java/lex.c:303
20849 #, fuzzy, c-format
20850 msgid ""
20851 "unknown encoding: `%s'\n"
20852 "This might mean that your locale's encoding is not supported\n"
20853 "by your system's iconv(3) implementation. If you aren't trying\n"
20854 "to use a particular encoding for your input file, try the\n"
20855 "`--encoding=UTF-8' option"
20856 msgstr ""
20857 "ÉÔÌÀ¤Ê¥¨¥ó¥³¡¼¥É: `%s'\n"
20858 "¤³¤ì¤Ï¤¢¤Ê¤¿¤Î¥í¥±¡¼¥ë¤Î¥¨¥ó¥³¡¼¥É¤¬¥·¥¹¥Æ¥à¤Î iconv(3) ¼ÂÁõ¤¬\n"
20859 "¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¤È±¾¤¦»ö¤ò°ÕÌ£¤·¤Þ¤¹¡£¤â¤·¤¢¤Ê¤¿¤¬ÆþÎÏ¥Õ¥¡¥¤¥ë\n"
20860 "¤ÎÆÃÄꥨ¥ó¥³¡¼¥É¤ò»È¤¦¤Î¤Ç¤Ê¤±¤ì¤Ð¡¢`--encoding=UTF-8' ¥ª¥×¥·¥ç¥ó\n"
20861 "¤ò»È¤Ã¤Æ¤ß¤Æ¤¯¤À¤µ¤¤¡£"
20862
20863 #: java/mangle.c:85
20864 #, fuzzy, c-format
20865 msgid "can't mangle %s"
20866 msgstr "%s ¤Î̾Á°ÊÑ´¹(mangle) ¤Ç¤­¤Þ¤»¤ó"
20867
20868 #: java/mangle_name.c:144 java/mangle_name.c:216
20869 msgid "internal error - invalid Utf8 name"
20870 msgstr "ÆâÉô¥¨¥é¡¼ - ̵¸ú¤Ê Utf8 ̾¤Ç¤¹"
20871
20872 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse-scan.y:881
20873 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:962
20874 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1303
20875 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1364
20876 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1574
20877 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1796
20878 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1805
20879 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1816
20880 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1827
20881 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1839
20882 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1854
20883 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1871
20884 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1873
20885 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1945
20886 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2116
20887 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2178
20888 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2330
20889 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2342
20890 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2349
20891 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2356
20892 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2367
20893 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2369
20894 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2407
20895 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2409
20896 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2411
20897 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2432
20898 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2434
20899 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2436
20900 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2452
20901 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2454
20902 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2475
20903 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2477
20904 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2479
20905 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2507
20906 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2509
20907 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2511
20908 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2513
20909 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2531
20910 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2533
20911 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2544
20912 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2555
20913 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2566
20914 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2577
20915 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2588
20916 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2601
20917 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2605
20918 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2607
20919 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2620
20920 msgid "Missing term"
20921 msgstr "¹à¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
20922
20923 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse-scan.y:883
20924 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:734
20925 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:772
20926 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:797
20927 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:983
20928 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1338
20929 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1550
20930 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1552
20931 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1781
20932 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1807
20933 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1818
20934 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1829
20935 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1841
20936 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1856
20937 msgid "';' expected"
20938 msgstr "';' ¤¬É¬ÍפǤ¹"
20939
20940 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:732
20941 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:770
20942 msgid "Missing name"
20943 msgstr "̾Á°¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
20944
20945 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:795
20946 msgid "'*' expected"
20947 msgstr "'*' ¤¬É¬ÍפǤ¹"
20948
20949 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:809
20950 msgid "Class or interface declaration expected"
20951 msgstr "¥¯¥é¥¹¤ä¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹Àë¸À¤¬É¬ÍפǤ¹"
20952
20953 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:846
20954 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:848
20955 msgid "Missing class name"
20956 msgstr "¥¯¥é¥¹Ì¾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
20957
20958 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:851
20959 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:855
20960 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:863
20961 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1023
20962 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1284
20963 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1286
20964 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1616
20965 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1867
20966 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1899
20967 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1952
20968 msgid "'{' expected"
20969 msgstr "'{' ¤¬É¬ÍפǤ¹"
20970
20971 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:865
20972 msgid "Missing super class name"
20973 msgstr "¥¹¡¼¥Ñ¡¼¥¯¥é¥¹Ì¾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
20974
20975 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:875
20976 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:891
20977 msgid "Missing interface name"
20978 msgstr "¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹Ì¾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
20979
20980 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:977
20981 msgid "Missing variable initializer"
20982 msgstr "ÊÑ¿ô½é´ü²½»Ò¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
20983
20984 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:994
20985 msgid "Invalid declaration"
20986 msgstr "̵¸ú¤ÊÀë¸À¤Ç¤¹"
20987
20988 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:997
20989 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1082
20990 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2153
20991 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2175
20992 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2179
20993 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2214
20994 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2291
20995 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2301
20996 msgid "']' expected"
20997 msgstr "']' ¤¬É¬ÍפǤ¹"
20998
20999 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1001
21000 msgid "Unbalanced ']'"
21001 msgstr "Âбþ¤Î¤Ê¤¤ ']' ¤Ç¤¹"
21002
21003 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1037
21004 msgid "Invalid method declaration, method name required"
21005 msgstr "̵¸ú¤Ê¥á¥½¥Ã¥ÉÀë¸À¤Ç¤¹¡£¥á¥½¥Ã¥É̾¤¬É¬ÍפǤ¹"
21006
21007 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1042
21008 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1047
21009 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1052
21010 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2036
21011 msgid "Identifier expected"
21012 msgstr "¼±Ê̻Ҥ¬É¬ÍפǤ¹"
21013
21014 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1057
21015 msgid "Invalid method declaration, return type required"
21016 msgstr "̵¸ú¤Ê¥á¥½¥Ã¥ÉÀë¸À¤Ç¤¹¡£¥á¥½¥Ã¥É̾¤¬É¬ÍפǤ¹"
21017
21018 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1080
21019 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1530
21020 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1537
21021 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1546
21022 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1548
21023 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1576
21024 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1684
21025 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1981
21026 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2034
21027 msgid "')' expected"
21028 msgstr "')' ¤¬É¬ÍפǤ¹"
21029
21030 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1096
21031 msgid "Missing formal parameter term"
21032 msgstr "Àµ¼°¤Ê²¾°ú¿ô¹à¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
21033
21034 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1111
21035 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1116
21036 msgid "Missing identifier"
21037 msgstr "¼±Ê̻Ҥò·ç¤¤¤Æ¤¤¤Þ¤¹"
21038
21039 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1136
21040 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1145
21041 msgid "Missing class type term"
21042 msgstr "¥¯¥é¥¹¥¿¥¤¥×¹à¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
21043
21044 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1301
21045 msgid "Invalid interface type"
21046 msgstr "¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹·¿¤¬Ìµ¸ú¤Ç¤¹"
21047
21048 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1494
21049 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1663
21050 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1665
21051 msgid "':' expected"
21052 msgstr "':' ¤¬É¬ÍפǤ¹"
21053
21054 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1516
21055 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1521
21056 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1526
21057 msgid "Invalid expression statement"
21058 msgstr "¼°Ê¸¤¬Ìµ¸ú¤Ç¤¹"
21059
21060 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1544
21061 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1572
21062 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1612
21063 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1680
21064 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1748
21065 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1869
21066 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1938
21067 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2028
21068 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2030
21069 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2038
21070 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2274
21071 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2276
21072 msgid "'(' expected"
21073 msgstr "'(' ¤¬É¬ÍפǤ¹"
21074
21075 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1614
21076 msgid "Missing term or ')'"
21077 msgstr "¹à¤Þ¤¿¤Ï ')' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
21078
21079 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1661
21080 msgid "Missing or invalid constant expression"
21081 msgstr "Äê¿ô¼°¤¬·ç¤±¤Æ¤¤¤ë¤«Ìµ¸ú¤Ç¤¹"
21082
21083 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1682
21084 msgid "Missing term and ')' expected"
21085 msgstr "¹à¤Èɬ¿Ü¤Î ')' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
21086
21087 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1721
21088 msgid "Invalid control expression"
21089 msgstr "̵¸ú¤ÊÀ©¸æ¼°¤Ç¤¹"
21090
21091 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1723
21092 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1725
21093 msgid "Invalid update expression"
21094 msgstr "̵¸ú¤Ê¹¹¿·¼°¤Ç¤¹"
21095
21096 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1750
21097 msgid "Invalid init statement"
21098 msgstr "̵¸ú¤Ê½é´ü²½¼°¤Ç¤¹"
21099
21100 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1941
21101 msgid "Missing term or ')' expected"
21102 msgstr "¹à¤Þ¤¿¤Ïɬ¿Ü¤Î ')' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
21103
21104 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1983
21105 msgid "'class' or 'this' expected"
21106 msgstr "'class' ¤Þ¤¿¤Ï 'this' ¤¬É¬ÍפǤ¹"
21107
21108 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1985
21109 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:1987
21110 msgid "'class' expected"
21111 msgstr "'class' ¤¬É¬ÍפǤ¹"
21112
21113 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2032
21114 msgid "')' or term expected"
21115 msgstr "')' ¤Þ¤¿¤Ï¹à¤¬É¬ÍפǤ¹"
21116
21117 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2151
21118 msgid "'[' expected"
21119 msgstr "'[' ¤¬É¬ÍפǤ¹"
21120
21121 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2229
21122 msgid "Field expected"
21123 msgstr "¥Õ¥£¡¼¥ë¥É¤¬É¬ÍפǤ¹"
21124
21125 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2286
21126 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2296
21127 msgid "Missing term and ']' expected"
21128 msgstr "¹à¤Èɬ¿Ü¤Î ']' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
21129
21130 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2400
21131 msgid "']' expected, invalid type expression"
21132 msgstr "']' ¤¬É¬Íפǡ¢Ìµ¸ú¤Ê·¿É½¸½¤Ç¤¹"
21133
21134 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2403
21135 msgid "Invalid type expression"
21136 msgstr "̵¸ú¤Ê·¿É½¸½¤Ç¤¹"
21137
21138 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2515
21139 msgid "Invalid reference type"
21140 msgstr "̵¸ú¤Ê»²¾È·¿¤Ç¤¹"
21141
21142 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2993
21143 msgid "Constructor invocation must be first thing in a constructor"
21144 msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤Îµ¯Æ°¤Ï¥³¥ó¥¹¥È¥é¥¯¥¿Æâ¤ÇºÇ½é¤Ë¹Ô¤Ê¤ï¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
21145
21146 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:2995
21147 msgid "Only constructors can invoke constructors"
21148 msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤À¤±¤¬¥³¥ó¥¹¥È¥é¥¯¥¿¤òµ¯Æ°¤Ç¤­¤Þ¤¹"
21149
21150 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:3004
21151 #, c-format
21152 msgid ": `%s' JDK1.1(TM) feature"
21153 msgstr ": `%s' ¤Ï JDK1.1(TM) ¤Îµ¡Ç½¤Ç¤¹"
21154
21155 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:3064
21156 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:3066
21157 #, c-format
21158 msgid ""
21159 "%s.\n"
21160 "%s"
21161 msgstr ""
21162 "%s.\n"
21163 "%s"
21164
21165 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:6879
21166 #, c-format
21167 msgid "malformed .zip archive in CLASSPATH: %s"
21168 msgstr "CLASSPATH Æâ¤ËÊÑ¤Ê .zip ¥¢¡¼¥«¥¤¥Ö¤¬¤¢¤ê¤Þ¤¹: %s"
21169
21170 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:6950
21171 #, fuzzy, c-format
21172 msgid "Can't find default package `%s'. Check the CLASSPATH environment variable and the access to the archives"
21173 msgstr "¥Ç¥Õ¥©¥ë¥È¥Ñ¥Ã¥±¡¼¥¸ `%s' ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£CLASSPATH ´Ä¶­ÊÑ¿ô¤È¥¢¡¼¥«¥¤¥Ö¤Ø¤Î¥¢¥¯¥»¥¹¤ò³Î¤«¤á¤Æ¤¯¤À¤µ¤¤¡£"
21174
21175 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:12352
21176 #, c-format
21177 msgid "missing static field `%s'"
21178 msgstr "static ¥Õ¥£¡¼¥ë¥É `%s' ¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
21179
21180 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:12357
21181 #, c-format
21182 msgid "not a static field `%s'"
21183 msgstr "static ¥Õ¥£¡¼¥ë¥É `%s' ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
21184
21185 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:12400
21186 #, c-format
21187 msgid "No case for %s"
21188 msgstr "%s ¤Î¤¿¤á¤Î case ¤¬¤¢¤ê¤Þ¤»¤ó"
21189
21190 #: /home/mitchell/gcc-3.3.2/gcc-3.3.2/gcc/java/parse.y:13365
21191 #, c-format
21192 msgid "unregistered operator %s"
21193 msgstr "ÅÐÏ¿¤µ¤ì¤Æ¤¤¤Ê¤¤±é»»»Ò %s ¤Ç¤¹"
21194
21195 #: java/typeck.c:553
21196 msgid "junk at end of signature string"
21197 msgstr "¥·¥°¥Í¥¤¥Á¥ãʸ»úÎó¤Î½ª¤ê¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
21198
21199 #: java/verify.c:479
21200 msgid "bad pc in exception_table"
21201 msgstr "exception_table ¤ËÉÔÀµ¤Ê pc ¤¬¤¢¤ê¤Þ¤¹"
21202
21203 #: java/verify.c:485
21204 msgid "exception handler inside code that is being protected"
21205 msgstr ""
21206
21207 #: java/verify.c:1395
21208 #, c-format
21209 msgid "unknown opcode %d@pc=%d during verification"
21210 msgstr "ÉÔÌÀ¤Ê opcode %d@pc=%d ¤ò¸¡¾ÚÃæ¤Ëȯ¸«¤·¤Þ¤·¤¿"
21211
21212 #: java/verify.c:1465 java/verify.c:1478 java/verify.c:1482
21213 #, c-format
21214 msgid "verification error at PC=%d"
21215 msgstr "¸¡¾Ú¥¨¥é¡¼ (PC=%d)"
21216
21217 #: java/lang-options.h:32
21218 msgid "Disable automatic array bounds checking"
21219 msgstr "¼«Æ°Åª¤ÊÇÛÎó¶­³¦¸¡ºº¤ò¹Ô¤ï¤Ê¤¤"
21220
21221 #: java/lang-options.h:34
21222 msgid "Disable assignability checks for stores into object arrays"
21223 msgstr ""
21224
21225 #: java/lang-options.h:36
21226 msgid "Assume native functions are implemented using JNI"
21227 msgstr "native ´Ø¿ô¤¬ JNI ¤òÍøÍѤ·¤Æ¼ÂÁõ¤·¤Æ¤¤¤ë¤â¤Î¤È¤ß¤Ê¤¹"
21228
21229 #: java/lang-options.h:38
21230 #, fuzzy
21231 msgid "Replace system path"
21232 msgstr "¥¯¥é¥¹¥Ñ¥¹¤òÀßÄꤹ¤ë"
21233
21234 #: java/lang-options.h:40
21235 msgid "Set class path"
21236 msgstr "¥¯¥é¥¹¥Ñ¥¹¤òÀßÄꤹ¤ë"
21237
21238 #: java/lang-options.h:42
21239 msgid "Set class path (deprecated: use --classpath instead)"
21240 msgstr ""
21241
21242 #: java/lang-options.h:44
21243 msgid "Choose class whose main method should be used"
21244 msgstr "main ¥á¥½¥Ã¥É¤¬»È¤ï¤ì¤ë¤Ù¤­¥¯¥é¥¹¤òÁªÂò¤¹¤ë"
21245
21246 #: java/lang-options.h:46
21247 #, fuzzy
21248 msgid "Choose input encoding (default comes from locale)"
21249 msgstr "ÆþÎÏ¥¨¥ó¥³¡¼¥Ç¥£¥ó¥°¤òÁªÂò¤¹¤ë(¥Ç¥Õ¥©¥ë¥È¤Ç¤Ï UTF-8)"
21250
21251 #: java/lang-options.h:48
21252 msgid "Add directory to class path"
21253 msgstr "¥¯¥é¥¹¥Ñ¥¹¤Ë¥Ç¥£¥ì¥¯¥È¥ê¤òÄɲ乤ë"
21254
21255 #: java/lang-options.h:50
21256 msgid "Directory where class files should be written"
21257 msgstr "¥¯¥é¥¹¥Õ¥¡¥¤¥ë¤¬½ñ¤­¹þ¤Þ¤ì¤ë¥Ç¥£¥ì¥¯¥È¥ê"
21258
21259 #: java/lang-options.h:52
21260 msgid "Warn if modifiers are specified when not necessary"
21261 msgstr "»ØÄꤵ¤ì¤¿½¤¾þ»Ò¤¬ÉÔÍפʤâ¤Î¤Ç¤¢¤ì¤Ð·Ù¹ð¤¹¤ë"
21262
21263 #: java/lang-options.h:54
21264 msgid "Warn if deprecated empty statements are found"
21265 msgstr "¿ä¾©¤µ¤ì¤Ê¤¤¶õʸ¤¬¸«¤Ä¤«¤ì¤Ð·Ù¹ð¤¹¤ë"
21266
21267 #: java/lang-options.h:56
21268 msgid "Warn if .class files are out of date"
21269 msgstr ".class ¥Õ¥¡¥¤¥ë¤¬¥½¡¼¥¹¥Õ¥¡¥¤¥ë¤è¤ê¸Å¤±¤ì¤Ð·Ù¹ð¤¹¤ë"
21270
21271 #: java/lang-options.h:58
21272 msgid "Always check for non gcj generated classes archives"
21273 msgstr "gcj ¤¬À¸À®¤·¤Æ¤¤¤Ê¤¤¥¯¥é¥¹¥¢¡¼¥«¥¤¥Ö¤ò¾ï¤Ë¸¡ºº¤¹¤ë"
21274
21275 #: java/lang-options.h:60
21276 msgid "Never optimize static class initialization code"
21277 msgstr ""
21278
21279 #: java/lang-options.h:62
21280 msgid "Use offset tables for virtual method calls"
21281 msgstr ""
21282
21283 #: objc/objc-act.c:651
21284 #, c-format
21285 msgid "object does not conform to the `%s' protocol"
21286 msgstr "¥ª¥Ö¥¸¥§¥¯¥È¤¬ `%s' ¥×¥í¥È¥³¥ë¤ËŬ¹ç¤·¤Þ¤»¤ó"
21287
21288 #: objc/objc-act.c:737 objc/objc-act.c:810
21289 #, c-format
21290 msgid "class `%s' does not implement the `%s' protocol"
21291 msgstr "¥¯¥é¥¹ `%s' ¤Ï `%s' ¥×¥í¥È¥³¥ë¤ò¼ÂÁõ¤·¤Æ¤¤¤Þ¤»¤ó"
21292
21293 #: objc/objc-act.c:914
21294 #, c-format
21295 msgid "`%s' cannot be statically allocated"
21296 msgstr "`%s' ¤òÀÅŪ¤Ë³ÎÊݤǤ­¤Þ¤»¤ó"
21297
21298 #: objc/objc-act.c:963
21299 #, fuzzy, c-format
21300 msgid "unexpected type for `id' (%s)"
21301 msgstr "ͽ´ü¤·¤Ê¤¤·¿¤¬ `id' (%s) ¤Ë»ØÄꤵ¤ì¤Þ¤·¤¿"
21302
21303 #: objc/objc-act.c:968
21304 #, fuzzy
21305 msgid "undefined type `id', please import <objc/objc.h>"
21306 msgstr "`id' ·¿¤¬Ì¤ÄêµÁ¤Ç¤¹¡£<objc/objc.h> ¤ò import ¤·¤Æ²¼¤µ¤¤"
21307
21308 #: objc/objc-act.c:1019
21309 #, c-format
21310 msgid "protocol `%s' has circular dependency"
21311 msgstr ""
21312
21313 #: objc/objc-act.c:1041 objc/objc-act.c:5301
21314 #, fuzzy, c-format
21315 msgid "cannot find protocol declaration for `%s'"
21316 msgstr "`%s' ¤ËÂФ¹¤ë¥×¥í¥È¥³¥ëÀë¸À¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
21317
21318 #: objc/objc-act.c:1289 objc/objc-act.c:5877 objc/objc-act.c:6195
21319 #: objc/objc-act.c:6244 objc/objc-act.c:6280 objc-parse.y:1799
21320 #, fuzzy, c-format
21321 msgid "cannot find interface declaration for `%s'"
21322 msgstr "`%s' ¤ËÂФ¹¤ë¥¤¥ó¥¿¥Õ¥§¡¼¥¹Àë¸À¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
21323
21324 #: objc/objc-act.c:1328
21325 #, fuzzy, c-format
21326 msgid "cannot find reference tag for class `%s'"
21327 msgstr "¥¯¥é¥¹ %s ÍѤΥե¡¥¤¥ë¤ò¸«¤Ä¤±¤é¤ì¤Þ¤»¤ó¡£"
21328
21329 #: objc/objc-act.c:2050
21330 #, fuzzy, c-format
21331 msgid "creating selector for non existant method %s"
21332 msgstr "²ÄǽÀ­¤Î¤¢¤ë¥»¥ì¥¯¥¿¤¬¥á¥½¥Ã¥É `%s' ¤È¶¥¹ç¤·¤Þ¤¹"
21333
21334 #: objc/objc-act.c:2364
21335 #, fuzzy, c-format
21336 msgid "cannot find class `%s'"
21337 msgstr "¥¯¥é¥¹ `%s' ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
21338
21339 #: objc/objc-act.c:2366
21340 #, fuzzy, c-format
21341 msgid "class `%s' already exists"
21342 msgstr "¥¯¥é¥¹ `%s' ¤Ï´û¤Ë¸ºß¤·¤Þ¤¹"
21343
21344 #. fatal did not work with 2 args...should fix
21345 #: objc/objc-act.c:2473
21346 #, fuzzy, c-format
21347 msgid "cannot find interface declaration for `%s', superclass of `%s'"
21348 msgstr "`%s' ¤Î¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹Àë¸À¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡Ê`%s' ¤Î´ðÄ쥯¥é¥¹¤Ç¤¹¡Ë"
21349
21350 #: objc/objc-act.c:2480
21351 #, fuzzy, c-format
21352 msgid "circular inheritance in interface declaration for `%s'"
21353 msgstr "`%s' ¤Ø¤Î¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹Àë¸À¤¬½Û´ÄŪ¤Ê·Ñ¾µ¤È¤Ê¤Ã¤Æ¤¤¤Þ¤¹"
21354
21355 #: objc/objc-act.c:3566 objc/objc-act.c:3583
21356 msgid "inconsistent instance variable specification"
21357 msgstr "¥¤¥ó¥¹¥¿¥ó¥¹ÊÑ¿ô¤Î»ÅÍͤ¬°ì´Ó¤·¤Æ¤¤¤Þ¤»¤ó"
21358
21359 #: objc/objc-act.c:4580
21360 msgid "can not use an object as parameter to a method\n"
21361 msgstr ""
21362
21363 #: objc/objc-act.c:4780
21364 #, c-format
21365 msgid "multiple declarations for method `%s'"
21366 msgstr "¥á¥½¥Ã¥É `%s' ¤ÎÀë¸À¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹¡£"
21367
21368 #: objc/objc-act.c:4946
21369 #, c-format
21370 msgid "invalid receiver type `%s'"
21371 msgstr "¥ì¥·¡¼¥Ð·¿ `%s' ¤¬Ìµ¸ú¤Ç¤¹"
21372
21373 #: objc/objc-act.c:4977 objc/objc-act.c:5003 objc/objc-act.c:5051
21374 #, c-format
21375 msgid "`%s' does not respond to `%s'"
21376 msgstr "`%s' ¤Ï `%s' ¤Ë±þÅú¤·¤Þ¤»¤ó"
21377
21378 #: objc/objc-act.c:4983 objc/objc-act.c:7318
21379 #, c-format
21380 msgid "no super class declared in interface for `%s'"
21381 msgstr "`%s' ¤Ø¤Î¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹¤Ë´ðÄ쥯¥é¥¹¤¬Àë¸À¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
21382
21383 #: objc/objc-act.c:5081
21384 #, fuzzy
21385 msgid "cannot find class (factory) method"
21386 msgstr "¥¯¥é¥¹ (factory) ¥á¥½¥Ã¥É¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
21387
21388 #: objc/objc-act.c:5082 objc/objc-act.c:5126
21389 #, c-format
21390 msgid "return type for `%s' defaults to id"
21391 msgstr "`%s' ¤ÎÌá¤êÃͤη¿¤Ï¥Ç¥Õ¥©¥ë¥È¤Î id ¤È¤·¤Þ¤¹"
21392
21393 #: objc/objc-act.c:5099
21394 #, fuzzy, c-format
21395 msgid "method `%s' not implemented by protocol"
21396 msgstr "¥á¥½¥Ã¥É `%s' ¤Ï¥×¥í¥È¥³¥ë¤Ë¤è¤Ã¤Æ¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
21397
21398 #: objc/objc-act.c:5108
21399 msgid "return type defaults to id"
21400 msgstr "Ìá¤êÃͤη¿¤ò¥Ç¥Õ¥©¥ë¥È¤Î id ¤È¤·¤Þ¤¹"
21401
21402 #: objc/objc-act.c:5125
21403 #, fuzzy
21404 msgid "cannot find method"
21405 msgstr "¥á¥½¥Ã¥É¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó¡£"
21406
21407 #: objc/objc-act.c:5399
21408 #, c-format
21409 msgid "undeclared selector `%s'"
21410 msgstr ""
21411
21412 #. Historically, a class method that produced objects (factory
21413 #. method) would assign `self' to the instance that it
21414 #. allocated. This would effectively turn the class method into
21415 #. an instance method. Following this assignment, the instance
21416 #. variables could be accessed. That practice, while safe,
21417 #. violates the simple rule that a class method should not refer
21418 #. to an instance variable. It's better to catch the cases
21419 #. where this is done unknowingly than to support the above
21420 #. paradigm.
21421 #: objc/objc-act.c:5443
21422 #, c-format
21423 msgid "instance variable `%s' accessed in class method"
21424 msgstr "¥¤¥ó¥¹¥¿¥ó¥¹ÊÑ¿ô `%s' ¤¬¥¯¥é¥¹¥á¥½¥Ã¥É¤«¤é¥¢¥¯¥»¥¹¤µ¤ì¤Þ¤·¤¿"
21425
21426 #: objc/objc-act.c:5678
21427 #, fuzzy, c-format
21428 msgid "duplicate definition of class method `%s'"
21429 msgstr "¥¯¥é¥¹¥á¥½¥Ã¥É `%s' ¤ÎÄêµÁ¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹¡£"
21430
21431 #: objc/objc-act.c:5684
21432 #, fuzzy, c-format
21433 msgid "duplicate declaration of class method `%s'"
21434 msgstr "¥¯¥é¥¹¥á¥½¥Ã¥É `%s' ¤ÎÀë¸À¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹¡£"
21435
21436 #: objc/objc-act.c:5720
21437 #, fuzzy, c-format
21438 msgid "duplicate definition of instance method `%s'"
21439 msgstr "¥¤¥ó¥¹¥¿¥ó¥¹¥á¥½¥Ã¥É `%s' ¤ÎÄêµÁ¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹¡£"
21440
21441 #: objc/objc-act.c:5726
21442 #, fuzzy, c-format
21443 msgid "duplicate declaration of instance method `%s'"
21444 msgstr "¥¤¥ó¥¹¥¿¥ó¥¹¥á¥½¥Ã¥É `%s' ¤ÎÀë¸À¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹¡£"
21445
21446 #: objc/objc-act.c:5766
21447 #, c-format
21448 msgid "duplicate interface declaration for category `%s(%s)'"
21449 msgstr "¥«¥Æ¥´¥ê `%s(%s)' ¤Ø¤Î¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹Àë¸À¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
21450
21451 #: objc/objc-act.c:5852
21452 #, c-format
21453 msgid "instance variable `%s' is declared private"
21454 msgstr "¥¤¥ó¥¹¥¿¥ó¥¹ÊÑ¿ô `%s' ¤Ï private ¤ÈÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
21455
21456 #: objc/objc-act.c:5899
21457 #, c-format
21458 msgid "instance variable `%s' is declared %s"
21459 msgstr "¥¤¥ó¥¹¥¿¥ó¥¹ÊÑ¿ô `%s' ¤Ï %s ¤ÈÀë¸À¤µ¤ì¤Æ¤¤¤Þ¤¹"
21460
21461 #: objc/objc-act.c:5909
21462 msgid "static access to object of type `id'"
21463 msgstr "`id' ·¿¤Î¥ª¥Ö¥¸¥§¥¯¥È¤ËÂΤ¹¤ëÀÅŪ¥¢¥¯¥»¥¹¤Ç¤¹"
21464
21465 #: objc/objc-act.c:5934 objc/objc-act.c:6027
21466 #, c-format
21467 msgid "incomplete implementation of class `%s'"
21468 msgstr "¥¯¥é¥¹ `%s' ¤Î¼ÂÁõ¤¬ÉÔ´°Á´¤Ç¤¹"
21469
21470 #: objc/objc-act.c:5938 objc/objc-act.c:6032
21471 #, c-format
21472 msgid "incomplete implementation of category `%s'"
21473 msgstr "¥«¥Æ¥´¥ê `%s' ¤Î¼ÂÁõ¤¬ÉÔ´°Á´¤Ç¤¹"
21474
21475 #: objc/objc-act.c:5943 objc/objc-act.c:6037
21476 #, c-format
21477 msgid "method definition for `%c%s' not found"
21478 msgstr "`%c%s' ¤Î¥á¥½¥Ã¥ÉÄêµÁ¤¬¸«¤Ä¤«¤ê¤Þ¤»¤ó"
21479
21480 #: objc/objc-act.c:6081
21481 #, c-format
21482 msgid "%s `%s' does not fully implement the `%s' protocol"
21483 msgstr "%s `%s' ¤Ï `%s' ¥×¥í¥È¥³¥ë¤ò´°Á´¤Ë¤Ï¼ÂÁõ¤·¤Æ¤¤¤Þ¤»¤ó"
21484
21485 #: objc/objc-act.c:6139 objc/objc-act.c:8249
21486 #, fuzzy
21487 msgid "`@end' missing in implementation context"
21488 msgstr "`@end' ¤Ï¼ÂÁõ¥³¥ó¥Æ¥¯¥¹¥È¤Ë¸½¤ì¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
21489
21490 #: objc/objc-act.c:6167
21491 #, c-format
21492 msgid "reimplementation of class `%s'"
21493 msgstr "¥¯¥é¥¹ `%s' ¤ÎºÆ¼ÂÁõ¤Ç¤¹"
21494
21495 #: objc/objc-act.c:6209
21496 #, c-format
21497 msgid "conflicting super class name `%s'"
21498 msgstr "´ðÄ쥯¥é¥¹Ì¾ `%s' ¤¬¾×Æͤ·¤Æ¤¤¤Þ¤¹"
21499
21500 #: objc/objc-act.c:6224
21501 #, c-format
21502 msgid "duplicate interface declaration for class `%s'"
21503 msgstr "¥¯¥é¥¹ `%s' ¤Î¥¤¥ó¥¿¡¼¥Õ¥§¥¤¥¹Àë¸À¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
21504
21505 #: objc/objc-act.c:6506
21506 #, c-format
21507 msgid "duplicate declaration for protocol `%s'"
21508 msgstr "¥×¥í¥È¥³¥ë '%s' ¤ÎÀë¸À¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
21509
21510 #: objc/objc-act.c:7363
21511 msgid "[super ...] must appear in a method context"
21512 msgstr "[super ...] ¤Ï¥á¥½¥Ã¥É¥³¥ó¥Æ¥­¥¹¥È¤Ë¸½¤ì¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
21513
21514 #: objc/objc-act.c:8354 objc/objc-act.c:8370
21515 #, c-format
21516 msgid "potential selector conflict for method `%s'"
21517 msgstr "²ÄǽÀ­¤Î¤¢¤ë¥»¥ì¥¯¥¿¤¬¥á¥½¥Ã¥É `%s' ¤È¶¥¹ç¤·¤Þ¤¹"
21518
21519 #: objc-parse.y:2655
21520 msgid "`@end' must appear in an implementation context"
21521 msgstr "`@end' ¤Ï¼ÂÁõ¥³¥ó¥Æ¥¯¥¹¥È¤Ë¸½¤ì¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
21522
21523 #: objc-parse.y:2931
21524 msgid "method definition not in class context"
21525 msgstr "¥á¥½¥Ã¥ÉÄêµÁ¤¬¥¯¥é¥¹¥³¥ó¥Æ¥­¥¹¥ÈÆâ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
21526
21527 #: objc/lang-options.h:27
21528 msgid "Dump decls to a .decl file"
21529 msgstr "Àë¸À¤ò .decl ¥Õ¥¡¥¤¥ë¤Ë¥À¥ó¥×¤¹¤ë"
21530
21531 #: objc/lang-options.h:29
21532 msgid "Generate code for GNU runtime environment"
21533 msgstr "GNU ¼Â¹Ô´Ä¶­ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
21534
21535 #: objc/lang-options.h:32
21536 msgid "Generate code for NeXT runtime environment"
21537 msgstr "NeXT ¼Â¹Ô´Ä¶­ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
21538
21539 #: objc/lang-options.h:35
21540 msgid "Warn if a selector has multiple methods"
21541 msgstr "¥»¥ì¥¯¥¿¤¬Ê£¿ô¤Î¥á¥½¥Ã¥É¤ò»ý¤Ã¤Æ¤¤¤ì¤Ð·Ù¹ð¤¹¤ë"
21542
21543 #: objc/lang-options.h:39
21544 msgid "Do not warn if inherited methods are unimplemented"
21545 msgstr "ÇÉÀ¸¥á¥½¥Ã¥É¤¬Ì¤¼ÂÁõ¤Î¾ì¹ç¤Ç¤â·Ù¹ð¤·¤Ê¤¤"
21546
21547 #: objc/lang-options.h:41
21548 msgid "Generate C header of platform specific features"
21549 msgstr "¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¸ÇÍ­¤Îµ¡Ç½¤Î C ¥Ø¥Ã¥À¤òÀ¸À®¤¹¤ë"
21550
21551 #: objc/lang-options.h:43
21552 msgid "Specify the name of the class for constant strings"
21553 msgstr "Äê¿ôʸ»úÎóÍѤΥ¯¥é¥¹Ì¾¤ò»ØÄꤹ¤ë"
21554
21555 #. This is the contribution to the `lang_options' array in gcc.c for
21556 #. treelang.
21557 #: treelang/lang-options.h:26
21558 msgid "(debug) trace parsing process"
21559 msgstr ""
21560
21561 #: treelang/lang-options.h:27
21562 msgid "(debug) trace lexical analysis"
21563 msgstr ""
21564
21565 #: config/rs6000/darwin.h:62
21566 msgid " conflicting code gen style switches are used"
21567 msgstr ""
21568
21569 #: config/i386/mingw32.h:85 config/i386/cygwin.h:171
21570 msgid "shared and mdll are not compatible"
21571 msgstr "shared ¤È mdll ¤È¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
21572
21573 #: java/lang-specs.h:33
21574 msgid "-fjni and -femit-class-files are incompatible"
21575 msgstr "-fjni ¤È -femit-class-files ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
21576
21577 #: java/lang-specs.h:34
21578 msgid "-fjni and -femit-class-file are incompatible"
21579 msgstr "-fjini ¤È -femit-class-file ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
21580
21581 #: java/lang-specs.h:35 java/lang-specs.h:36
21582 msgid "-femit-class-file should used along with -fsyntax-only"
21583 msgstr ""
21584
21585 #: ada/lang-specs.h:38 java/jvspec.c:77 gcc.c:716
21586 msgid "-pg and -fomit-frame-pointer are incompatible"
21587 msgstr "-pg ¤È -fomit-frame-pointer ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
21588
21589 #: ada/lang-specs.h:41
21590 msgid "-c or -S required for Ada"
21591 msgstr ""
21592
21593 #: config/darwin.h:212
21594 msgid "-current_version only allowed with -dynamiclib"
21595 msgstr ""
21596
21597 #: config/darwin.h:215
21598 msgid "-install_name only allowed with -dynamiclib"
21599 msgstr ""
21600
21601 #: config/darwin.h:220
21602 #, fuzzy
21603 msgid "-bundle not allowed with -dynamiclib"
21604 msgstr "-m64 »ØÄê¥â¡¼¥É¤Ç¤Ï -mlong-double-64 ¤Ïµö²Ä¤µ¤ì¤Þ¤»¤ó"
21605
21606 #: config/darwin.h:221
21607 #, fuzzy
21608 msgid "-bundle_loader not allowed with -dynamiclib"
21609 msgstr "-m64 »ØÄê¥â¡¼¥É¤Ç¤Ï -mlong-double-64 ¤Ïµö²Ä¤µ¤ì¤Þ¤»¤ó"
21610
21611 #: config/darwin.h:222
21612 #, fuzzy
21613 msgid "-client_name not allowed with -dynamiclib"
21614 msgstr "-m64 »ØÄê¥â¡¼¥É¤Ç¤Ï -mlong-double-64 ¤Ïµö²Ä¤µ¤ì¤Þ¤»¤ó"
21615
21616 #: config/darwin.h:225
21617 msgid "-force_cpusubtype_ALL not allowed with -dynamiclib"
21618 msgstr ""
21619
21620 #: config/darwin.h:226
21621 msgid "-force_flat_namespace not allowed with -dynamiclib"
21622 msgstr ""
21623
21624 #: config/darwin.h:228
21625 msgid "-keep_private_externs not allowed with -dynamiclib"
21626 msgstr ""
21627
21628 #: config/darwin.h:229
21629 #, fuzzy
21630 msgid "-private_bundle not allowed with -dynamiclib"
21631 msgstr "-m64 »ØÄê¥â¡¼¥É¤Ç¤Ï -mlong-double-64 ¤Ïµö²Ä¤µ¤ì¤Þ¤»¤ó"
21632
21633 #: config/sparc/freebsd.h:34 config/ia64/freebsd.h:23
21634 #: config/alpha/freebsd.h:44 config/rs6000/sysv4.h:1107
21635 #: config/i386/freebsd-aout.h:213
21636 msgid "`-p' not supported; use `-pg' and gprof(1)"
21637 msgstr "`-p' ¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó. `-pg' ¤È gprof(1) ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤"
21638
21639 #: config/sparc/linux64.h:197 config/sparc/linux64.h:208
21640 #: config/sparc/netbsd-elf.h:163 config/sparc/netbsd-elf.h:182
21641 #: config/sparc/sol2-bi.h:168 config/sparc/sol2-bi.h:178
21642 #, fuzzy
21643 msgid "may not use both -m32 and -m64"
21644 msgstr "-mfp64 ¤È -m4650 ¤ÎξÊý¤ò»È¤¦¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
21645
21646 #: config/arm/arm.h:178
21647 msgid "-mapcs-26 and -mapcs-32 may not be used together"
21648 msgstr "-mapcs-26 ¤È -mapcs-32 ¤ÏƱ»þ¤Ë»È¤¨¤Þ¤»¤ó"
21649
21650 #: config/arm/arm.h:180
21651 msgid "-msoft-float and -mhard_float may not be used together"
21652 msgstr "-msoft-float ¤È -mhard_float ¤ÏƱ»þ¤Ë»È¤¨¤Þ¤»¤ó"
21653
21654 #: config/arm/arm.h:182
21655 msgid "-mbig-endian and -mlittle-endian may not be used together"
21656 msgstr "-mbig-endian ¤È -mlittle-endian ¤ÏƱ»þ¤Ë»È¤¨¤Þ¤»¤ó"
21657
21658 #: config/i386/sco5.h:195
21659 #, fuzzy
21660 msgid "-pg not supported on this platform"
21661 msgstr "init_priority °À­¤Ï¤³¤Î¥×¥é¥Ã¥È¥Õ¥©¡¼¥à¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
21662
21663 #: config/i386/sco5.h:196
21664 #, fuzzy
21665 msgid "-p and -pp specified - pick one"
21666 msgstr "-I- ¤¬Æó²ó»ØÄꤵ¤ì¤Þ¤·¤¿"
21667
21668 #: config/i386/sco5.h:271
21669 #, fuzzy
21670 msgid "-G and -static are mutually exclusive"
21671 msgstr "-pedantic ¤È -traditional ¤È¤ÏÁê¸ßÇÓ¾Ū¤Ç¤¹"
21672
21673 #: f/lang-specs.h:38 gcc.c:689
21674 msgid "GNU C does not support -C without using -E"
21675 msgstr "GNU C ¤Ï -E ¤òȼ¤ï¤Ê¤¤ -C ¤ò¼ÂÁõ¤·¤Æ¤¤¤Þ¤»¤ó"
21676
21677 #: f/lang-specs.h:39 gcc.c:690
21678 #, fuzzy
21679 msgid "GNU C does not support -CC without using -E"
21680 msgstr "GNU C ¤Ï -E ¤òȼ¤ï¤Ê¤¤ -C ¤ò¼ÂÁõ¤·¤Æ¤¤¤Þ¤»¤ó"
21681
21682 #: config/mcore/mcore.h:60
21683 msgid "choose either big or little endian, not both"
21684 msgstr "¥Ó¥Ã¥°¤Þ¤¿¤Ï¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥óξÊý¤Ç¤Ï¤Ê¤¯¡¢¤É¤Á¤é¤«¤òÁª¤ó¤Ç¤¯¤À¤µ¤¤"
21685
21686 #: config/mcore/mcore.h:63
21687 msgid "choose either m340 or m210 not both"
21688 msgstr "m340 ¤Þ¤¿¤Ï m210 ¤ÎξÊý¤Ç¤Ï¤Ê¤¯¡¢¤É¤Á¤é¤«¤òÁª¤ó¤Ç¤¯¤À¤µ¤¤"
21689
21690 #: config/mcore/mcore.h:64
21691 msgid "the m210 does not have little endian support"
21692 msgstr "m210 ¤Ï¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥ó¥µ¥Ý¡¼¥È¤ò¹Ô¤Ê¤¨¤Þ¤»¤ó"
21693
21694 #: config/i386/cygwin.h:115
21695 msgid "mno-cygwin and mno-win32 are not compatible"
21696 msgstr "mno-cygwin ¤È mno-win32 ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
21697
21698 #: config/vax/netbsd-elf.h:42
21699 #, fuzzy
21700 msgid "The -shared option is not currently supported for VAX ELF."
21701 msgstr "ÁȤ߹þ¤ß´Ø¿ô `%s' ¤Ï¸½ºß¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
21702
21703 #: treelang/lang-specs.h:52
21704 #, fuzzy
21705 msgid "-pg or -p and -fomit-frame-pointer are incompatible"
21706 msgstr "-pg ¤È -fomit-frame-pointer ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
21707
21708 #: gcc.c:847
21709 msgid "-E required when input is from standard input"
21710 msgstr "ÆþÎϤ¬É¸½àÆþÎϤξì¹ç¤Ï -E ¤¬É¬ÍפǤ¹"
21711
21712 #: gcc.c:851
21713 #, fuzzy
21714 msgid "compilation of header file requested"
21715 msgstr "¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤Î¥³¥ó¥Ñ¥¤¥ë¤¬Í׵ᤵ¤ì¤Þ¤·¤¿"
21716
21717 #: config/vax/vax.h:50 config/vax/vax.h:51
21718 msgid "profiling not supported with -mg\n"
21719 msgstr "-mg ¤Ç¤Î¥×¥í¥Õ¥¡¥¤¥ë¤ÏÄ󶡤µ¤ì¤Þ¤»¤ó\n"
21720
21721 #: config/mips/mips.h:954
21722 #, fuzzy
21723 msgid "-pipe is not supported"
21724 msgstr "-pipe ¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
21725
21726 #: config/mips/mips.h:1156 config/arc/arc.h:63
21727 msgid "may not use both -EB and -EL"
21728 msgstr "-EB ¤È -EL ¤ÎξÊý¤ò»È¤¦¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
21729
21730 #: config/mips/r3900.h:35
21731 #, fuzzy
21732 msgid "-mhard-float not supported"
21733 msgstr "-mhard-float ¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó."
21734
21735 #: config/mips/r3900.h:37
21736 #, fuzzy
21737 msgid "-msingle-float and -msoft-float can not both be specified"
21738 msgstr "-msingle-float ¤È -msoft-float ¤ò°ìÅ٤˻ØÄꤹ¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£"
21739
21740 #~ msgid "__builtin_trap not supported by this target"
21741 #~ msgstr "__builtin_trap ¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ç¤Ï¼ÂÁõ¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
21742
21743 #~ msgid "type with more precision than %s"
21744 #~ msgstr "%s ¤è¤ê¤âÀºÌ©¤Ê·¿"
21745
21746 #~ msgid "unknown C standard `%s'"
21747 #~ msgstr "ÉÔÌÀ¤Ê C ɸ½à `%s'"
21748
21749 #~ msgid "type of external `%s' is not global"
21750 #~ msgstr "³°Éô `%s' ¤Î·¿¤Ï¥°¥í¡¼¥Ð¥ë¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
21751
21752 #~ msgid "declaration of `%s' shadows previous local"
21753 #~ msgstr "`%s' ¤ÎÀë¸À¤ÏÁ°Êý¤Î¥í¡¼¥«¥ë¥·¥ó¥Ü¥ë¤òʤ¤¤±£¤·¤Þ¤¹"
21754
21755 #~ msgid "ANSI C forbids const or volatile function types"
21756 #~ msgstr "ANSI C ¤Ï const ¤ä volatile ´Ø¿ô·¿¤ò¼õ¤±ÉÕ¤±¤Þ¤»¤ó"
21757
21758 #~ msgid "null format string"
21759 #~ msgstr "¥Õ¥©¡¼¥Þ¥Ã¥Èʸ»úÎó¤¬ null ¤Ç¤¹"
21760
21761 #~ msgid "leaving more files than we entered"
21762 #~ msgstr "Æþ¤Ã¤¿¥Õ¥¡¥¤¥ë¤è¤ê¤â½Ð¤¿¥Õ¥¡¥¤¥ë¤ÎÊý¤¬Â¿¤¯¤Ê¤ê¤Þ¤·¤¿"
21763
21764 #~ msgid "universal-character-name used for '%c'"
21765 #~ msgstr "`%c' ¤Ë¥æ¥Ë¥Ð¡¼¥µ¥ë¥­¥ã¥é¥¯¥¿Ì¾¤¬»È¤ï¤ì¤Þ¤·¤¿"
21766
21767 #~ msgid "invalid universal-character-name"
21768 #~ msgstr "ÉÔŬÀڤʥæ¥Ë¥Ð¡¼¥µ¥ë¥­¥ã¥é¥¯¥¿Ì¾"
21769
21770 #~ msgid "the meaning of `\\x' varies with -traditional"
21771 #~ msgstr "`\\x' ¤Î°ÕÌ£¤Ï -traditional ¤ò¤Ä¤±¤¿¾ì¹ç¤È°Û¤Ê¤ê¤Þ¤¹"
21772
21773 #~ msgid "unknown escape sequence: '\\' followed by char 0x%x"
21774 #~ msgstr "ÉÔÌÀ¤Ê¥¨¥¹¥±¡¼¥×¥·¡¼¥±¥ó¥¹: ʸ»ú 0x%x ¤¬¸å¤Ë³¤¯ '\\'"
21775
21776 #~ msgid "both 'f' and 'l' suffixes on floating constant"
21777 #~ msgstr "ÉâÆ°¾®¿ôÄê¿ô¤Ë 'f' ¤È 'l' ÀÜÈø¼­¤ÎξÊý¤¬¤¢¤ê¤Þ¤¹"
21778
21779 #~ msgid "floating constant may not be in radix 16"
21780 #~ msgstr "´ð¿ô 16 ¤ÎÉâÆ°¾¯¿ôÄê¿ô¤Ïµö¤µ¤ì¤Þ¤»¤ó"
21781
21782 #~ msgid "traditional C rejects the 'l' suffix"
21783 #~ msgstr "¸Å¤¤ C ¤Ç¤Ï 'l' ÀÜÈø¼­¤¬µñÈݤµ¤ì¤Þ¤¹"
21784
21785 #~ msgid "ISO C forbids imaginary numeric constants"
21786 #~ msgstr "ISO C ¤Ç¤Ïµõ¿ôÄê¿ô¤ò¶Ø¤¸¤Æ¤¤¤Þ¤¹"
21787
21788 #~ msgid "floating point number exceeds range of 'double'"
21789 #~ msgstr "ÉâÆ°¾®¿ôÅÀ¿ô¤¬ 'double' ¤ÎÈϰϤòĶ¤¨¤Æ¤¤¤Þ¤¹"
21790
21791 #~ msgid "two 'u' suffixes on integer constant"
21792 #~ msgstr "2 ¤Ä¤Î 'u' ÀÜÈø¼­¤¬À°¿ôÄê¿ô¤Ë¤Ä¤¤¤Æ¤¤¤Þ¤¹"
21793
21794 #~ msgid "traditional C rejects the 'u' suffix"
21795 #~ msgstr "ÅÁÅýŪ¤Ê C ¤Ç¤Ï 'u' ÀÜÈø¼­¤¬µñÈݤµ¤ì¤Þ¤¹"
21796
21797 #~ msgid "'lul' is not a valid integer suffix"
21798 #~ msgstr "'lul' ¤ÏÀµ¾ï¤ÊÀ°¿ôÀÜÈø¼­¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
21799
21800 #~ msgid "more than one 'i' or 'j' suffix on integer constant"
21801 #~ msgstr "Ê£¿ô¤Î 'i' ¤ä 'j' ÀÜÈø¼­¤¬À°¿ôÄê¿ô¤Ë¤Ä¤¤¤Æ¤¤¤Þ¤¹"
21802
21803 #~ msgid "integer constant is too large for this configuration of the compiler - truncated to %d bits"
21804 #~ msgstr "À°¿ôÄê¿ô¤¬¥³¥ó¥Ñ¥¤¥é¤Î¸½ºß¤ÎÀßÄê¤è¤êÂ礭¤¹¤®¤ë¤¿¤á¡¢%d ¥Ó¥Ã¥È¤ËÀÚ¤êµÍ¤á¤Þ¤·¤¿"
21805
21806 #~ msgid "width of integer constant changes with -traditional"
21807 #~ msgstr "-traditional ¤ò¤Ä¤±¤ë¤ÈÀ°¿ôÄê¿ô¤ÎÉý¤¬ÊѤï¤ê¤Þ¤¹"
21808
21809 #~ msgid "integer constant is unsigned in ISO C, signed with -traditional"
21810 #~ msgstr "À°¿ôÄê¿ô¤Ï ISO C ¤Ç¤ÏÉä¹ç̵¤·¤Ç¡¢-traditional ¤ò¤Ä¤±¤ë¤ÈÉä¹çÉÕ¤­¤Ç¤¹"
21811
21812 #~ msgid "width of integer constant may change on other systems with -traditional"
21813 #~ msgstr "À°¿ôÄê¿ô¤ÎÉý¤Ï¾¤Î¥·¥¹¥Æ¥à¤Ç -traditional ¤ò¤Ä¤±¤ë¤ÈÊѤï¤ë¤Ç¤·¤ç¤¦"
21814
21815 #~ msgid "integer constant larger than the maximum value of %s"
21816 #~ msgstr "%s ¤ÎºÇÂçÃͤè¤ê¤âÂ礭¤ÊÃͤÎÀ°¿ôÄê¿ô¤Ç¤¹"
21817
21818 #~ msgid "decimal constant is so large that it is unsigned"
21819 #~ msgstr "½½¿ÊÄê¿ô¤¬¤È¤Æ¤âÂ礭¤¤¤Î¤ÇÉä¹ç̵¤·¤È¤·¤Þ¤·¤¿"
21820
21821 #~ msgid "integer constant is larger than the maximum value for its type"
21822 #~ msgstr "¤½¤Î·¿¤ÎºÇÂçÃͤè¤ê¤âÂ礭¤ÊÃͤÎÀ°¿ôÄê¿ô¤Ç¤¹"
21823
21824 #~ msgid "missing white space after number '%.*s'"
21825 #~ msgstr "¿ô»ú '%.*s' ¤Î¸å¤Ë¶õÇò¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
21826
21827 #~ msgid "ISO C forbids `&&'"
21828 #~ msgstr "ISO C ¤Ï `&&' ¤ò¶Ø¤¸¤Þ¤¹"
21829
21830 #~ msgid "ISO C does not permit use of `varargs.h'"
21831 #~ msgstr "ISO C ¤Ç¤Ï `varargs.h' ¤ÎÍøÍѤòµö¤·¤Þ¤»¤ó"
21832
21833 #~ msgid "`[*]' in parameter declaration only allowed in ISO C 99"
21834 #~ msgstr "²¾°ú¿ôÀë¸ÀÃæ¤Î `[*]' ¤Ï ISO C 99 ¤Ç¤Î¤ßµö¤µ¤ì¤Æ¤¤¤Þ¤¹"
21835
21836 #~ msgid "sizeof applied to a function type"
21837 #~ msgstr "sizeof ¤¬´Ø¿ô·¿¤ËŬÍѤµ¤ì¤Þ¤·¤¿"
21838
21839 #~ msgid "sizeof applied to a void type"
21840 #~ msgstr "sizeof ¤¬ void ·¿¤ËŬÍѤµ¤ì¤Þ¤·¤¿"
21841
21842 #~ msgid "sizeof applied to an incomplete type"
21843 #~ msgstr "sizeof ¤¬ÉÔ´°Á´¤Ê·¿¤ËŬÍѤµ¤ì¤Þ¤·¤¿"
21844
21845 #~ msgid "wrong type argument to %s"
21846 #~ msgstr "%s ¤Ø¤Î°ú¿ô¤Î·¿¤¬´Ö°ã¤Ã¤Æ¤¤¤Þ¤¹"
21847
21848 #~ msgid "invalid lvalue in increment"
21849 #~ msgstr "¥¤¥ó¥¯¥ê¥á¥ó¥È¤ÎÃæ¤Ç¤Îº¸ÊÕÃͤ¬Ìµ¸ú¤Ç¤¹"
21850
21851 #~ msgid "invalid lvalue in decrement"
21852 #~ msgstr "¥Ç¥¯¥ê¥á¥ó¥È¤ÎÃæ¤Ç¤Îº¸ÊÕÃͤ¬Ìµ¸ú¤Ç¤¹"
21853
21854 #~ msgid "increment"
21855 #~ msgstr "¥¤¥ó¥¯¥ê¥á¥ó¥È"
21856
21857 #~ msgid "decrement"
21858 #~ msgstr "¥Ç¥¯¥ê¥á¥ó¥È"
21859
21860 #~ msgid "deprecated initialization of zero-length array"
21861 #~ msgstr "Ťµ 0 ¤Î½é´ü²½¤Ï¿ä¾©¤µ¤ì¤Þ¤»¤ó"
21862
21863 #~ msgid "initialization of zero-length array before end of structure"
21864 #~ msgstr "¹½Â¤ÂΤκǸå¤è¤êÁ°¤ÇŤµ 0 ¤ÎÇÛÎó¤ò½é´ü²½¤·¤Æ¤¤¤Þ¤¹"
21865
21866 #~ msgid "initialization of zero-length array inside a nested context"
21867 #~ msgstr "¥Í¥¹¥È¤·¤¿Ê¸Ì®¤ÎÆ⦤ÇŤµ 0 ¤ÎÇÛÎó¤ò½é´ü²½¤·¤Æ¤¤¤Þ¤¹"
21868
21869 #~ msgid "variable offset is passed paritially in stack and in reg"
21870 #~ msgstr "ÊÑ¿ô¥ª¥Õ¥»¥Ã¥È¤¬¥¹¥¿¥Ã¥¯¤È¥ì¥¸¥¹¥¿¤ÇÅù²Á¤ËÅϤµ¤ì¤Þ¤·¤¿"
21871
21872 #~ msgid "variable size is passed partially in stack and in reg"
21873 #~ msgstr "ÊÑ¿ô¥µ¥¤¥º¤¬¥¹¥¿¥Ã¥¯¤È¥ì¥¸¥¹¥¿¤ÇÅù²Á¤ËÅϤµ¤ì¤Þ¤·¤¿"
21874
21875 #~ msgid "execvp %s"
21876 #~ msgstr "execvp %s"
21877
21878 #~ msgid "Use VAX-C alignment"
21879 #~ msgstr "VAX-C ¥¢¥é¥¤¥ó¥á¥ó¥È¤ò»ÈÍÑ"
21880
21881 #~ msgid "invalid %%V value"
21882 #~ msgstr "̵¸ú¤Ê %%V ÃÍ"
21883
21884 #~ msgid "Generate code assuming DW bit is set"
21885 #~ msgstr "DW ¥Ó¥Ã¥È¤¬¥»¥Ã¥È¤µ¤ì¤¿¤È¸«¤Ê¤·¤Æ¥³¡¼¥ÉÀ¸À®"
21886
21887 #~ msgid "Generate code assuming DW bit is not set"
21888 #~ msgstr "DW ¥Ó¥Ã¥È¤¬¥»¥Ã¥È¤µ¤ì¤Æ¤¤¤Ê¤¤¤È¸«¤Ê¤·¤Æ¥³¡¼¥ÉÀ¸À®"
21889
21890 #~ msgid "Generate code using byte writes"
21891 #~ msgstr "¥Ð¥¤¥È½ñ¤­¹þ¤ß¤ò»È¤Ã¤Æ¥³¡¼¥ÉÀ¸À®"
21892
21893 #~ msgid "Do not generate byte writes"
21894 #~ msgstr "¥Ð¥¤¥È½ñ¤­¹þ¤ß¤ò»È¤ï¤º¤Ë¥³¡¼¥ÉÀ¸À®"
21895
21896 #~ msgid "Use small memory model"
21897 #~ msgstr "¥¹¥â¡¼¥ë¥á¥â¥ê¥â¥Ç¥ë¤òÍøÍÑ"
21898
21899 #~ msgid "Use normal memory model"
21900 #~ msgstr "¥Î¡¼¥Þ¥ë¥á¥â¥ê¥â¥Ç¥ë¤òÍøÍÑ"
21901
21902 #~ msgid "Generate 29050 code"
21903 #~ msgstr "29050 ¥³¡¼¥É¤òÀ¸À®"
21904
21905 #~ msgid "Generate 29000 code"
21906 #~ msgstr "29000 ¥³¡¼¥É¤òÀ¸À®"
21907
21908 #~ msgid "Use user global registers"
21909 #~ msgstr "¥æ¡¼¥¶¥°¥í¡¼¥Ð¥ë¥ì¥¸¥¹¥¿¤òÍøÍÑ"
21910
21911 #~ msgid "Emit stack checking code"
21912 #~ msgstr "¥¹¥¿¥Ã¥¯¥Á¥§¥Ã¥¯ÍÑ¥³¡¼¥É¤òÅǤ¯"
21913
21914 #~ msgid "Do not emit stack checking code"
21915 #~ msgstr "¥¹¥¿¥Ã¥¯¥Á¥§¥Ã¥¯ÍÑ¥³¡¼¥É¤òÅǤ«¤Ê¤¤"
21916
21917 #~ msgid "Work around storem hardware bug"
21918 #~ msgstr "storem ¥Ï¡¼¥É¥¦¥§¥¢¥Ð¥°¤ÎÂнè¤ò¹Ô¤Ê¤¦"
21919
21920 #~ msgid "Do not work around storem hardware bug"
21921 #~ msgstr "storem ¥Ï¡¼¥É¥¦¥§¥¢¥Ð¥°¤ÎÂнè¤ò¹Ô¤Ê¤ï¤Ê¤¤"
21922
21923 #~ msgid "Store locals in argument registers"
21924 #~ msgstr "°ú¿ô¥ì¥¸¥¹¥¿¤Ë¥í¡¼¥«¥ë¤Î¤â¤Î¤ò³ÊǼ¤¹¤ë"
21925
21926 #~ msgid "Do not store locals in arg registers"
21927 #~ msgstr "°ú¿ô¥ì¥¸¥¹¥¿¤Ë¥í¡¼¥«¥ë¤Î¤â¤Î¤ò³ÊǼ¤·¤Ê¤¤"
21928
21929 #~ msgid "Unable to find a temporary location for static chain register"
21930 #~ msgstr "ÀÅŪ¥Á¥§¥¤¥ó¥ì¥¸¥¹¥¿ÍѤΰì»þÎΰè¤ò¸«¤Ä¤±¤é¤ì¤Þ¤»¤ó"
21931
21932 #~ msgid "Do symbol renaming for BSD"
21933 #~ msgstr "BSD ÍѤ˥·¥ó¥Ü¥ë̾¤òÊѹ¹¤¹¤ë"
21934
21935 #~ msgid "Do symbol renaming for X/OPEN"
21936 #~ msgstr "X/OPEN ÍѤ˥·¥ó¥Ü¥ë̾¤òÊѹ¹¤¹¤ë"
21937
21938 #~ msgid "Don't do symbol renaming"
21939 #~ msgstr "¥·¥ó¥Ü¥ë̾¤ÎÊѹ¹¤ò¹Ô¤ï¤Ê¤¤"
21940
21941 #~ msgid "Generate code for the C400"
21942 #~ msgstr "C400 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
21943
21944 #~ msgid "Generate code for the C300"
21945 #~ msgstr "C300 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
21946
21947 #~ msgid "Generate code for c34"
21948 #~ msgstr "c34 ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
21949
21950 #~ msgid "Use standard calling sequence, with arg count word"
21951 #~ msgstr "ɸ½àŪ¸Æ¤Ó½Ð¤·¼ê½ç¤ò»È¤¤¡¢°ú¿ô¥«¥¦¥ó¥È word ¤ò¤Ä¤±¤ë"
21952
21953 #~ msgid "Place arg count in a nop instruction (faster than push)"
21954 #~ msgstr "nop Ì¿ÎáÆâ¤Ë°ú¿ô¥«¥¦¥ó¥È¤òÃÖ¤¯ (push ¤è¤ê¹â®)"
21955
21956 #~ msgid "Don't push arg count, depend on symbol table"
21957 #~ msgstr "°ú¿ô¥«¥¦¥ó¥È¤ò push ¤»¤º¡¢¥·¥ó¥Ü¥ë¥Æ¡¼¥Ö¥ë¤ò¤¢¤Æ¤Ë¤¹¤ë"
21958
21959 #~ msgid "Use data cache for volatile mem refs (default)"
21960 #~ msgstr "volatile ¥á¥â¥ê»²¾ÈÍѥǡ¼¥¿¥­¥ã¥Ã¥·¥å¤òÍøÍѤ¹¤ë(¥Ç¥Õ¥©¥ë¥È)"
21961
21962 #~ msgid "Don't use data cache for volatile mem refs"
21963 #~ msgstr "volatile ¥á¥â¥ê»²¾ÈÍѤˤϥǡ¼¥¿¥­¥ã¥Ã¥·¥å¤ò¹Ô¤ï¤Ê¤¤"
21964
21965 #~ msgid "Bypass data cache for volatile mem refs"
21966 #~ msgstr "volatile ¥á¥â¥ê»²¾ÈÍÑ¤Ë¤Ï cache ¤µ¤ì¤¿¥Ç¡¼¥¿¤ò²óÈò¤¹¤ë"
21967
21968 #~ msgid "Use 64-bit longs"
21969 #~ msgstr "64 ¥Ó¥Ã¥È long ¤ò»ÈÍѤ¹¤ë"
21970
21971 #~ msgid "Use cc- and libc-compatible 32-bit longs"
21972 #~ msgstr "cc- ¤È libc ¸ß´¹¤Î 32 ¥Ó¥Ã¥È long ¤ò»ÈÍѤ¹¤ë"
21973
21974 #~ msgid "inline float constants not supported on this host"
21975 #~ msgstr "¤³¤Î¥Û¥¹¥È¤Ç¤Ï¥¤¥ó¥é¥¤¥óÉâÆ°¾®¿ôÄê¿ô¤ò¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
21976
21977 #~ msgid "Generate code the unix assembler can handle"
21978 #~ msgstr "unix ¥¢¥»¥ó¥Ö¥é¤¬½èÍý¤Ç¤­¤ë¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
21979
21980 #~ msgid "Generate code an embedded assembler can handle"
21981 #~ msgstr "Ëä¤á¹þ¤ß¥¢¥»¥ó¥Ö¥é¤¬½èÍý¤Ç¤­¤ë¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
21982
21983 #~ msgid "Internal gcc abort from %s:%d"
21984 #~ msgstr "gcc ÆâÉô¤ÇÃæÃÇ %s:%d"
21985
21986 #~ msgid "The local variable `insn' has the value:"
21987 #~ msgstr "¤½¤Î¥í¡¼¥«¥ëÊÑ¿ô `insn' ¤¬Ãͤò»ý¤Ã¤Æ¤¤¤Þ¤¹:"
21988
21989 #~ msgid "Retain standard MXDB information"
21990 #~ msgstr "ɸ½à MXDB ¾ðÊó¤òÊÝ»ý¤¹¤ë"
21991
21992 #~ msgid "Retain legend information"
21993 #~ msgstr "legend ¾ðÊó¤ò°Ý»ý¤¹¤ë"
21994
21995 #~ msgid "Generate external legend information"
21996 #~ msgstr "³°Éô legend ¾ðÊó¤òÀ¸À®¤¹¤ë"
21997
21998 #~ msgid "Emit identifying info in .s file"
21999 #~ msgstr ".s ¥Õ¥¡¥¤¥ëÆâ¤Ë¼±Ê̻ҾðÊó¤òÁ÷½Ð¤¹¤ë"
22000
22001 #~ msgid "Warn when a function arg is a structure"
22002 #~ msgstr "´Ø¿ô¤Î°ú¿ô¤¬¹½Â¤ÂΤÀ¤Ã¤¿¤é·Ù¹ð¤¹¤ë"
22003
22004 #~ msgid "argument is a structure"
22005 #~ msgstr "°ú¿ô¤¬¹½Â¤ÂΤǤ¹"
22006
22007 #~ msgid "Register '%c' already specified in allocation order"
22008 #~ msgstr "¥ì¥¸¥¹¥¿ '%c' ¤Ï´û¤Ë³ÎÊݽç¤Ç»ØÄꤵ¤ì¤Æ¤¤¤Þ¤¹"
22009
22010 #~ msgid "half-pic init called on systems that don't support it."
22011 #~ msgstr "half-pic ½é´ü²½¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Ê¤¤¥·¥¹¥Æ¥à¤Ç¸Æ¤Ó½Ð¤µ¤ì¤Þ¤·¤¿¡£"
22012
22013 #~ msgid "Same as -mcpu=i386"
22014 #~ msgstr "-mcpu=i386 ¤ÈƱ¤¸"
22015
22016 #~ msgid "Same as -mcpu=i486"
22017 #~ msgstr "-mcpu=i486 ¤ÈƱ¤¸"
22018
22019 #~ msgid "Same as -mcpu=pentium"
22020 #~ msgstr "-mcpu=pentium ¤ÈƱ¤¸"
22021
22022 #~ msgid "Same as -mcpu=pentiumpro"
22023 #~ msgstr "-mcpu=pentiumpro ¤ÈƱ¤¸"
22024
22025 #~ msgid "Emit Intel syntax assembler opcodes"
22026 #~ msgstr "Intel ¥·¥ó¥¿¥Ã¥¯¥¹¤Î¥¢¥»¥ó¥Ö¥éÌ¿Îá¤òÅǤ­½Ð¤¹"
22027
22028 #~ msgid "Control allocation order of integer registers"
22029 #~ msgstr "À°¿ô¥ì¥¸¥¹¥¿¤Î³ÎÊݽç¤òÀ©¸æ¤¹¤ë"
22030
22031 #~ msgid "Profiling uses mcount"
22032 #~ msgstr "¥×¥í¥Õ¥¡¥¤¥ë¤Ç mcount ¤òÍøÍѤ¹¤ë"
22033
22034 #~ msgid "Emit half-PIC code"
22035 #~ msgstr "Ⱦ PIC ¥³¡¼¥É¤òÁ÷½Ð¤¹¤ë"
22036
22037 #~ msgid "Emit ELF object code"
22038 #~ msgstr "ELF ¥ª¥Ö¥¸¥§¥¯¥È¥³¡¼¥É¤òÁ÷½Ð¤¹¤ë"
22039
22040 #~ msgid "Emit ROSE object code"
22041 #~ msgstr "ROSE ¥ª¥Ö¥¸¥§¥¯¥È¥³¡¼¥É¤òÁ÷½Ð¤¹¤ë"
22042
22043 #~ msgid "Symbols have a leading underscore"
22044 #~ msgstr "¥·¥ó¥Ü¥ë¤ÎƬ¤Ë¥¢¥ó¥À¡¼¥¹¥³¥¢¤ò¤Ä¤±¤ë"
22045
22046 #~ msgid "Align to >word boundaries"
22047 #~ msgstr "¥ï¡¼¥É¶­³¦¤è¤êÂ礭¤á¤Ë¥¢¥é¥¤¥ó¤¹¤ë"
22048
22049 #~ msgid "Use mcount for profiling"
22050 #~ msgstr "¥×¥í¥Õ¥¡¥¤¥ëÍÑ¤Ë mcount ¤òÍøÍѤ¹¤ë"
22051
22052 #~ msgid "Use mcount_ptr for profiling"
22053 #~ msgstr "¥×¥í¥Õ¥¡¥¤¥ë¤Î¤¿¤á¤Ë mcount_ptr ¤òÍøÍѤ¹¤ë"
22054
22055 #~ msgid "Generate code which uses the FPU"
22056 #~ msgstr "ÉâÆ°¾®¿ôÅÀ¥æ¥Ë¥Ã¥È¤òÍøÍѤ¹¤ë¥³¡¼¥É¤òÀ¸À®¤·¤Ê¤¤"
22057
22058 #~ msgid "The -mlong-double-64 option does not work yet."
22059 #~ msgstr "-mlong-double-64 ¥ª¥×¥·¥ç¥ó¤Ï¤Þ¤ÀÆ°ºî¤·¤Þ¤»¤ó"
22060
22061 #~ msgid "invalid %H value"
22062 #~ msgstr "̵¸ú¤Ê %H ÃͤǤ¹"
22063
22064 #~ msgid "invalid %h value"
22065 #~ msgstr "̵¸ú¤Ê %h ÃͤǤ¹"
22066
22067 #~ msgid "invalid %Q value"
22068 #~ msgstr "̵¸ú¤Ê %Q ÃͤǤ¹"
22069
22070 #~ msgid "invalid %q value"
22071 #~ msgstr "̵¸ú¤Ê %q ÃͤǤ¹"
22072
22073 #~ msgid "invalid %p value"
22074 #~ msgstr "̵¸ú¤Ê %p ÃͤǤ¹"
22075
22076 #~ msgid "invalid %B value"
22077 #~ msgstr "̵¸ú¤Ê %B ÃͤǤ¹"
22078
22079 #~ msgid "invalid %C value"
22080 #~ msgstr "̵¸ú¤Ê %C ÃͤǤ¹"
22081
22082 #~ msgid "invalid %E value"
22083 #~ msgstr "̵¸ú¤Ê %E ÃͤǤ¹"
22084
22085 #~ msgid "invalid %r value"
22086 #~ msgstr "̵¸ú¤Ê %r ÃͤǤ¹"
22087
22088 #~ msgid "-mips%d not supported"
22089 #~ msgstr "-mips%d ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
22090
22091 #~ msgid "-mabi=%s does not support -mips%d"
22092 #~ msgstr "-mabi=%s ¤Ï -mips%d ¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤»¤ó"
22093
22094 #~ msgid "The -mabi=32 support does not work yet."
22095 #~ msgstr "-mabi=32 ¥µ¥Ý¡¼¥È¤Ï¤Þ¤ÀÆ°ºî¤·¤Þ¤»¤ó"
22096
22097 #~ msgid "This target does not support the -mabi switch."
22098 #~ msgstr "¤³¤Î¥¿¡¼¥²¥Ã¥È¤Ï -mabi ¥¹¥¤¥Ã¥Á¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤»¤ó"
22099
22100 #~ msgid "-mcpu=%s does not support -mips%d"
22101 #~ msgstr "-mcpu=%s ¤Ï -mips%d ¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤»¤ó"
22102
22103 #~ msgid "-mips%d does not support 64 bit fp registers"
22104 #~ msgstr "-mips%d ¤Ï 64 bit fp ¥ì¥¸¥¹¥¿¤ò¥µ¥Ý¡¼¥È¤·¤Þ¤»¤ó"
22105
22106 #~ msgid "-mips%d does not support 64 bit gp registers"
22107 #~ msgstr "-mips%d ¤Ï 64 bit gp ¥ì¥¸¥¹¥¿¤ò¥µ¥Ý¡¼¥È¤·¤Æ¤¤¤Þ¤»¤ó"
22108
22109 #~ msgid "Use OSF PIC"
22110 #~ msgstr "OSF PIC ¤òÍøÍѤ¹¤ë"
22111
22112 #~ msgid "Don't use OSF PIC"
22113 #~ msgstr "OSF PIC ¤òÍøÍѤ·¤Ê¤¤"
22114
22115 #~ msgid "Optimize for 4650"
22116 #~ msgstr "4650 ÍѤ˺ÇŬ²½¤¹¤ë"
22117
22118 #~ msgid "Optimize for 3900"
22119 #~ msgstr "3900 ÍѤ˺ÇŬ²½¤¹¤ë"
22120
22121 #~ msgid "optimization turned on"
22122 #~ msgstr "ºÇŬ²½¤òÍ­¸ú¤Ë¤¹¤ë"
22123
22124 #~ msgid "optimization turned off"
22125 #~ msgstr "ºÇŬ²½¤ò̵¸ú¤Ë¤¹¤ë"
22126
22127 #~ msgid "optimization level restored"
22128 #~ msgstr "ºÇŬ²½¥ì¥Ù¥ë¤ò¸µ¤ËÌᤷ¤Þ¤·¤¿"
22129
22130 #~ msgid "PIC code generation is not compatible with profiling\n"
22131 #~ msgstr "PIC ¥³¡¼¥ÉÀ¸À®¤Ï¥×¥í¥Õ¥¡¥¤¥ê¥ó¥°¤È¤ÏÁêÍƤì¤Þ¤»¤ó\n"
22132
22133 #~ msgid "Generate little endian data"
22134 #~ msgstr "¥ê¥È¥ë¥¨¥ó¥Ç¥£¥¢¥ó¥Ç¡¼¥¿¤òÀ¸À®¤¹¤ë"
22135
22136 #~ msgid "Generate big endian data"
22137 #~ msgstr "¥Ó¥Ã¥°¥¨¥ó¥Ç¥£¥¢¥ó¥Ç¡¼¥¿¤òÀ¸À®¤¹¤ë"
22138
22139 #~ msgid "Turn on maintainer testing code"
22140 #~ msgstr "¥á¥ó¥Æ¥Ê¥Æ¥¹¥È¥³¡¼¥É¤òÍ­¸ú¤Ë¤¹¤ë"
22141
22142 #~ msgid "Enable Transmeta picoJava extensions"
22143 #~ msgstr "Transmeta picoJava ³ÈÄ¥¤òÍ­¸ú¤Ë¤¹¤ë"
22144
22145 #~ msgid "Disable Transmeta picoJava extensions"
22146 #~ msgstr "Transmeta picoJava ³ÈÄ¥¤ò̵¸ú¤Ë¤¹¤ë"
22147
22148 #~ msgid "Disable reorganization pass"
22149 #~ msgstr "ºÆÊÔÀ®¹©Äø¤ò̵¸ú¤Ë¤¹¤ë"
22150
22151 #~ msgid "-f%s ignored for AIX (all code is position independent)"
22152 #~ msgstr "AIX ÍÑ¤Ë -f%s ¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿¡ÊÁ´¤Æ¤Î¥³¡¼¥É¤Ï°ÌÃÖÈó°Í¸¤Ç¤¹¡Ë"
22153
22154 #~ msgid "-ffunction-sections disabled on AIX when debugging"
22155 #~ msgstr "AIX ¤Ç¤Ï¥Ç¥Ð¥Ã¥°»þ¤Î -ffunction-sections ¤Ï̵¸ú¤È¤µ¤ì¤Þ¤¹"
22156
22157 #~ msgid "-fdata-sections not supported on AIX"
22158 #~ msgstr "AIX ¤Ç¤Ï -fdata-sections ¤Ï¼õ¤±Æþ¤ì¤é¤ì¤Þ¤»¤ó"
22159
22160 #~ msgid "%%S computed all 1's mask"
22161 #~ msgstr "%%S ¤ÏÁ´¤Æ¤¬ 1 ¤Î¥Þ¥¹¥¯¤ò·×»»¤·¤Þ¤·¤¿"
22162
22163 #~ msgid "%%S computed all 0's mask"
22164 #~ msgstr "%%S ¤ÏÁ´¤Æ¤¬ 0 ¤Î¥Þ¥¹¥¯¤ò·×»»¤·¤Þ¤·¤¿"
22165
22166 #~ msgid "profiling does not support code models other than medlow"
22167 #~ msgstr "¥×¥í¥Õ¥¡¥¤¥ê¥ó¥°¤Ï medlow °Ê³°¤Î¥³¡¼¥É¥â¥Ç¥ë¤Ç¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
22168
22169 #~ msgid "%s and profiling conflict: disabling %s"
22170 #~ msgstr "%s ¤È¥×¥í¥Õ¥¡¥¤¥ê¥ó¥°¤Ï¶¥¹ç¤·¤Þ¤¹: %s ¤ò̵¸ú²½¤·¤Þ¤¹"
22171
22172 #~ msgid "Use FUNCTION_EPILOGUE"
22173 #~ msgstr "FUNCTION_EPILOGUE ¤ò»ÈÍѤ¹¤ë"
22174
22175 #~ msgid "Do not use FUNCTION_EPILOGUE"
22176 #~ msgstr "FUNCTION_EPILOGUE ¤ò»ÈÍѤ·¤Ê¤¤"
22177
22178 #~ msgid "object size exceeds built-in limit for virtual function table implementation"
22179 #~ msgstr "¥ª¥Ö¥¸¥§¥¯¥È¥µ¥¤¥º¤¬¡¢²¾ÁÛ´Ø¿ô¥Æ¡¼¥Ö¥ë¼ÂÁõ¤ËÁȤ߹þ¤³¤Þ¤ì¤¿¥µ¥¤¥º¤òĶ²á¤·¤Þ¤·¤¿"
22180
22181 #~ msgid "object size exceeds normal limit for virtual function table implementation, recompile all source and use -fhuge-objects"
22182 #~ msgstr "¥ª¥Ö¥¸¥§¥¯¥È¥µ¥¤¥º¤¬¡¢²¾ÁÛ´Ø¿ô¥Æ¡¼¥Ö¥ë¼ÂÁõ¤ÎÄ̾ï¤ÎÀ©¸Â¤òĶ²á¤·¤¿¤¿¤á¡¢Á´¤Æ¤Î¥½¡¼¥¹¤ò -fhuge-objects ¤ò»È¤Ã¤ÆºÆ¥³¥ó¥Ñ¥¤¥ë¤·¤Æ¤¯¤À¤µ¤¤"
22183
22184 #~ msgid "the ABI requires vtable thunks"
22185 #~ msgstr "ABI ¤Ï²¾ÁÛ´Ø¿ô¥Æ¡¼¥Ö¥ë¥µ¥ó¥¯¤òÍ׵ᤷ¤Þ¤¹"
22186
22187 #~ msgid "cannot declare %s to references"
22188 #~ msgstr "%s ¤ò»²¾È¤È¤·¤ÆÀë¸À¤Ç¤­¤Þ¤»¤ó"
22189
22190 #~ msgid "invalid type: `void &'"
22191 #~ msgstr "̵¸ú¤Ê·¿: `void &'"
22192
22193 #~ msgid "discarding `const' applied to a reference"
22194 #~ msgstr "»²¾È¤ËÍѤ¤¤é¤ì¤¿ `const' ¤Ï¼Î¤Æ¤é¤ì¤Þ¤¹"
22195
22196 #~ msgid "discarding `volatile' applied to a reference"
22197 #~ msgstr "»²¾È¤ËÍѤ¤¤é¤ì¤¿ `volatile' ¤Ï¼Î¤Æ¤é¤ì¤Þ¤¹"
22198
22199 #~ msgid "typedef declaration includes an initializer"
22200 #~ msgstr "typedef Àë¸À¤¬½é´üÀßÄê»Ò¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹"
22201
22202 #~ msgid "-fname-mangling-version is no longer supported"
22203 #~ msgstr "-fname-mangling-version ¤Ï¤â¤Ï¤ä¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤»¤ó"
22204
22205 #~ msgid "`__alignof__' applied to a bit-field"
22206 #~ msgstr "¥Ó¥Ã¥È¥Õ¥£¡¼¥ë¥É¤ËÂФ·¤ÆŬÍѤµ¤ì¤¿ `__alignof__'"
22207
22208 #~ msgid " will be re-ordered to match declaration order"
22209 #~ msgstr " Àë¸À½ç¤È°ìÃפ¹¤ë¤è¤¦¤ËʤÓÂؤ¨¤é¤ì¤Þ¤¹"
22210
22211 #~ msgid " will be re-ordered to match inheritance order"
22212 #~ msgstr " ÇÉÀ¸½ç¤È°ìÃפ¹¤ë¤è¤¦¤ËʤÙÂؤ¨¤é¤ì¤Þ¤¹"
22213
22214 #~ msgid "initializer for unnamed base class ambiguous"
22215 #~ msgstr "̵̾´ðÄ쥯¥é¥¹¤Î½é´üÀßÄê»Ò¤¬Û£Ëæ¤Ç¤¹"
22216
22217 #~ msgid "no base class to initialize"
22218 #~ msgstr "½é´ü²½¤¹¤Ù¤­´ðÄ쥯¥é¥¹¤¬¤¢¤ê¤Þ¤»¤ó"
22219
22220 #~ msgid "Do not treat the namespace `std' as a normal namespace"
22221 #~ msgstr "̾Á°¶õ´Ö `std' ¤òÄ̾ï¤Î̾Á°¶õ´Ö¤È¤·¤Æ¼è¤ê°·¤ï¤Ê¤¤"
22222
22223 #~ msgid "real-valued template parameters when cross-compiling"
22224 #~ msgstr "¥¯¥í¥¹¥³¥ó¥Ñ¥¤¥ë»þ¤Î¼Â¿ôÃͥƥó¥×¥ì¡¼¥È²¾°ú¿ô"
22225
22226 #~ msgid "methods cannot be converted to function pointers"
22227 #~ msgstr "¥á¥½¥Ã¥É¤Ï´Ø¿ô¥Ý¥¤¥ó¥¿¤ËÊÑ´¹¤Ç¤­¤Þ¤»¤ó"
22228
22229 #~ msgid "ambiguous request for method pointer `%s'"
22230 #~ msgstr "¥á¥½¥Ã¥É¥Ý¥¤¥ó¥¿ `%s' ¤Ø¤ÎÍ׵᤬ۣËæ¤Ç¤¹"
22231
22232 #~ msgid "ISO C++ forbids `&&'"
22233 #~ msgstr "ISO C++ ¤Ï `&&' ¤ò¶Ø¤¸¤Þ¤¹"
22234
22235 #~ msgid "taking dynamic typeid of object with -fno-rtti"
22236 #~ msgstr "-fno-rtti ¤Î»ØÄê¤È°ì½ï¤Ë¥ª¥Ö¥¸¥§¥¯¥È¤ÎưŪ typeid ¤ò¼è¤í¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
22237
22238 #~ msgid "recoverable compiler error, fixups for virtual function"
22239 #~ msgstr "²óÉü²Äǽ¤Ê¥³¥ó¥Ñ¥¤¥é¤Î¥¨¥é¡¼¡¢²¾ÁÛ´Ø¿ô¤Î½¤Àµ"
22240
22241 #~ msgid " will be re-ordered to precede member initializations"
22242 #~ msgstr " Àè¤Ë¤¢¤ë¥á¥ó¥Ð½é´ü²½»Ò¤ÈʤÓÂؤ¨¤é¤ì¤Þ¤¹"
22243
22244 #~ msgid "`com_interface' only supported with -fvtable-thunks"
22245 #~ msgstr "`com_interface' ¤Ï -fvtable-thunks ¤ò»ØÄꤷ¤¿¤È¤­¤À¤±¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤¹"
22246
22247 #~ msgid "ISO C++ forbids applying `sizeof' to a member function"
22248 #~ msgstr "ISO C++ ¤Ï¥á¥ó¥Ð´Ø¿ô¤Ø¤Î `sizeof' ¤ÎŬÍѤò¶Ø¤¸¤Þ¤¹"
22249
22250 #~ msgid "ISO C++ forbids applying `sizeof' to type `void' which is an incomplete type"
22251 #~ msgstr "ISO C++ ¤ÏÉÔ´°Á´·¿¤Ç¤¢¤ë `void' ·¿¤Ø¤Î `sizeof' ¤ÎŬÍѤò¶Ø¤¸¤Þ¤¹"
22252
22253 #~ msgid "invalid reference to NULL ptr, use ptr-to-member instead"
22254 #~ msgstr "NULL ¥Ý¥¤¥ó¥¿¤Ø¤Î̵¸ú¤Ê»²¾È¡¢Âå¤ï¤ê¤Ë¥á¥ó¥Ð¤Ø¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¤¤Þ¤·¤ç¤¦"
22255
22256 #~ msgid "invalid call to member function needing `this' in static member function scope"
22257 #~ msgstr "ÀÅŪ¥á¥ó¥Ð´Ø¿ô¥¹¥³¡¼¥×Æâ¤Ç¤Ï `this' ¤òÍפ¹¤ë¥á¥ó¥Ð´Ø¿ô¤Î¸Æ¤Ó½Ð¤·¤Ï̵¸ú¤Ç¤¹"
22258
22259 #~ msgid "ISO C++ forbids using pointer of type `void *' in pointer arithmetic"
22260 #~ msgstr "ISO C++ ¤Ï¥Ý¥¤¥ó¥¿·×»»¤Ë `void *' ·¿¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¦¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
22261
22262 #~ msgid "ISO C++ forbids using a pointer-to-function in pointer arithmetic"
22263 #~ msgstr "ISO C++ ¤Ï¥Ý¥¤¥ó¥¿·×»»¤Ë´Ø¿ô¤Ø¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¦¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
22264
22265 #~ msgid "ISO C++ forbids using a pointer to member function in pointer arithmetic"
22266 #~ msgstr "ISO C++ ¤Ï¥Ý¥¤¥ó¥¿·×»»¤Ë¥á¥ó¥Ð´Ø¿ô¤Ø¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¦¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
22267
22268 #~ msgid "ISO C++ forbids using pointer to a member in pointer arithmetic"
22269 #~ msgstr "ISO C++ ¤Ï¥Ý¥¤¥ó¥¿·×»»¤Ë¥á¥ó¥Ð¤Ø¤Î¥Ý¥¤¥ó¥¿¤ò»È¤¦¤³¤È¤ò¶Ø¤¸¤Þ¤¹"
22270
22271 #~ msgid "unary `&'"
22272 #~ msgstr "ñ¹à¤Î `&'"
22273
22274 #~ msgid "return value from function receives multiple initializations"
22275 #~ msgstr "´Ø¿ô¤«¤é¤ÎÌá¤êÃͤ¬Ê£¿ô¤Î½é´ü²½¤ò¼õ¤±¼è¤ê¤Þ¤·¤¿"
22276
22277 #~ msgid "Internal error #%d."
22278 #~ msgstr "ÆâÉô¥¨¥é¡¼: #%d¡£"
22279
22280 #~ msgid "due to the presence of a constructor"
22281 #~ msgstr "¥³¥ó¥¹¥È¥é¥¯¥¿¤¬¤¢¤ë¤³¤È¤Ë¤è¤ë"
22282
22283 #~ msgid "ANSI C++ forbids non-constant aggregate initializer expressions"
22284 #~ msgstr "ANSI C++ ¤ÏÄê¿ô¤Ç¤Ê¤¤½¸¹çÂΤνé´ü²½»Ò¼°¤ò¶Ø¤¸¤Þ¤¹"
22285
22286 #~ msgid "Can't create cross-reference file `%s'"
22287 #~ msgstr "Áê¸ß»²¾È¥Õ¥¡¥¤¥ë `%s' ¤òºî¤ë¤³¤È¤¬¤Ç¤­¤Þ¤»¤ó"
22288
22289 #~ msgid "traditional C rejects the `U' suffix"
22290 #~ msgstr "¸Å¤¤ C ¤Ç¤Ï `U' ÀÜÈø¼­¤¬µñÀ䤵¤ì¤Þ¤¹"
22291
22292 #~ msgid "too many 'l' suffixes in integer constant"
22293 #~ msgstr "À°¿ôÄê¿ô¤Î¥µ¥Õ¥£¥Ã¥¯¥¹ 'l' ¤¬Â¿¤¹¤®¤Þ¤¹"
22294
22295 #~ msgid "integer constant contains digits beyond the radix"
22296 #~ msgstr "À°¿ôÄê¿ô¤¬´ð¿ô¤òĶ¤¨¤¿¿ôÃͤò´Þ¤ó¤Ç¤¤¤Þ¤¹"
22297
22298 #~ msgid "\"defined\" operator appears during macro expansion"
22299 #~ msgstr "\"defined\" ±é»»»Ò¤¬¥Þ¥¯¥íŸ³«Ãæ¤Ë¸½¤ì¤Þ¤·¤¿"
22300
22301 #~ msgid "-include and -imacros cannot be used with -fpreprocessed"
22302 #~ msgstr "-include ¤ä -imacros ¤Ï -fpreprocessed ¤È°ì½ï¤Ë»È¤¦¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
22303
22304 #~ msgid "buffers still stacked in cpp_finish"
22305 #~ msgstr "cpp_finish ¤Ç¥Ð¥Ã¥Õ¥¡¤¬¤Þ¤À¥¹¥¿¥Ã¥¯¤µ¤ì¤Æ¤¤¤Þ¤¹"
22306
22307 #~ msgid "Argument missing after %s"
22308 #~ msgstr "%s ¤Î¸å¤í¤Î°ú¿ô¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
22309
22310 #~ msgid "Number missing after %s"
22311 #~ msgstr "%s ¤Î¸å¤í¤Î¿ô»ú¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
22312
22313 #~ msgid "GNU CPP version %s (cpplib)"
22314 #~ msgstr "GNU CPP version %s (cpplib)"
22315
22316 #~ msgid "Usage: %s [switches] input output\n"
22317 #~ msgstr "»È¤¤Êý: %s [¥¹¥¤¥Ã¥Á] ÆþÎÏ ½ÐÎÏ\n"
22318
22319 #~ msgid ""
22320 #~ " -pedantic Issue all warnings demanded by strict ISO C\n"
22321 #~ " -pedantic-errors Issue -pedantic warnings as errors instead\n"
22322 #~ " -trigraphs Support ISO C trigraphs\n"
22323 #~ " -lang-c Assume that the input sources are in C\n"
22324 #~ " -lang-c89 Assume that the input sources are in C89\n"
22325 #~ msgstr ""
22326 #~ " -pedantic ¸·Ì©¤Ê ISO C ¤ÇÍ׵ᤵ¤ì¤ëÁ´¤Æ¤Î·Ù¹ð¤òȯ¹Ô¤¹¤ë\n"
22327 #~ " -pedantic-errors -pedantic ·Ù¹ð¤ÎÂå¤ê¤Ë¥¨¥é¡¼¤òȯ¹Ô¤¹¤ë\n"
22328 #~ " -trigraphs ISO C ¥È¥é¥¤¥°¥é¥Õ¤ò¼õ¤±Æþ¤ì¤ë\n"
22329 #~ " -lang-c ÆþÎÏ¥½¡¼¥¹¤ò C ¤È¤ß¤Ê¤¹\n"
22330 #~ " -lang-c89 ÆþÎÏ¥½¡¼¥¹¤ò C89 ¤È¤ß¤Ê¤¹\n"
22331
22332 #~ msgid ""
22333 #~ " -lang-c++ Assume that the input sources are in C++\n"
22334 #~ " -lang-objc Assume that the input sources are in ObjectiveC\n"
22335 #~ " -lang-objc++ Assume that the input sources are in ObjectiveC++\n"
22336 #~ " -lang-asm Assume that the input sources are in assembler\n"
22337 #~ msgstr ""
22338 #~ " -lang-c++ ÆþÎÏ¥½¡¼¥¹¤ò C ¤È¤ß¤Ê¤¹\n"
22339 #~ " -lang-objc ÆþÎÏ¥½¡¼¥¹¤ò ObjectiveC ¤È¤ß¤Ê¤¹\n"
22340 #~ " -lang-objc++ ÆþÎÏ¥½¡¼¥¹¤ò ObjectiveC++ ¤È¤ß¤Ê¤¹\n"
22341 #~ " -lang-asm ÆþÎÏ¥½¡¼¥¹¤ò¥¢¥»¥ó¥Ö¥ê¸À¸ì¤È¤ß¤Ê¤¹\n"
22342
22343 #~ msgid "possible start of unterminated string literal"
22344 #~ msgstr "½ªÃ¼¤Î¤Ê¤¤Ê¸»úÎó¥ê¥Æ¥é¥ë¤Î¿äÄ곫»Ï°ÌÃÖ"
22345
22346 #~ msgid "multi-line string literals are deprecated"
22347 #~ msgstr "Ê£¿ô¹Ôʸ»úÎó¥ê¥Æ¥é¥ë¤Ï¿ä¾©¤µ¤ì¤Þ¤»¤ó"
22348
22349 #~ msgid "directives may not be used inside a macro argument"
22350 #~ msgstr "¥Þ¥¯¥í°ú¿ôÆâ¤Ç¥Ç¥£¥ì¥¯¥È¥ê¤ò»È¤¦¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
22351
22352 #~ msgid "# followed by integer"
22353 #~ msgstr "À°¿ô¤¬ # ¤Ë³¤¤¤Æ¤¤¤Þ¤¹"
22354
22355 #~ msgid "attempt to push file buffer with contexts stacked"
22356 #~ msgstr "¥¹¥¿¥Ã¥¯¤µ¤ì¤¿¥³¥ó¥Æ¥¯¥¹¥È¤È°ì½ï¤Ë¥Õ¥¡¥¤¥ë¥Ð¥Ã¥Õ¥¡¤ò push ¤·¤è¤¦¤È¤·¤Æ¤¤¤Þ¤¹"
22357
22358 #~ msgid "file \"%s\" left but not entered"
22359 #~ msgstr "¥Õ¥¡¥¤¥ë \"%s\" ¤«¤é½Ð¤Þ¤·¤¿¤¬Æþ¤Ã¤Æ¤¤¤Þ¤»¤ó"
22360
22361 #~ msgid "expected to return to file \"%s\""
22362 #~ msgstr "¥Õ¥¡¥¤¥ë \"%s\" ¤ËÌá¤ë¤Ï¤º¤Ç¤·¤¿"
22363
22364 #~ msgid "header flags for \"%s\" have changed"
22365 #~ msgstr "\"%s\" ¤Î¥Ø¥Ã¥À¥Õ¥é¥°¤¬Êѹ¹¤µ¤ì¤Þ¤·¤¿"
22366
22367 #~ msgid "<stdin>"
22368 #~ msgstr "<ɸ½àÆþÎÏ>"
22369
22370 #~ msgid "file \"%s\" entered but not left"
22371 #~ msgstr "¥Õ¥¡¥¤¥ë \"%s\" ¤ËÆþ¤ê¤Þ¤·¤¿¤¬½Ð¤Þ¤»¤ó¤Ç¤·¤¿"
22372
22373 #~ msgid "Invalid option %s"
22374 #~ msgstr "̵¸ú¤Ê¥ª¥×¥·¥ç¥ó %s"
22375
22376 #~ msgid "%s:%d: warning: "
22377 #~ msgstr "%s:%d: ·Ù¹ð: "
22378
22379 #~ msgid "%s: warning: "
22380 #~ msgstr "%s: ·Ù¹ð: "
22381
22382 #~ msgid "sorry, not implemented: "
22383 #~ msgstr "»ÄÇ°¤Ê¤¬¤é¸«¼ÂÁõ¤Ç¤¹: "
22384
22385 #~ msgid "support non-32-bit machines better as of version 0.6."
22386 #~ msgstr "g77 ¤Ï¤¤¤º¤ì version 0.6 ƱÍͤËÈó 32 ¥Ó¥Ã¥Èµ¡¤Ç¤â¥µ¥Ý¡¼¥È¤µ¤ì¤Þ¤¹"
22387
22388 #~ msgid "the meaning of `\\a' varies with -traditional"
22389 #~ msgstr "-traditional ¤Ç¤Ï `\\a' ¤Î°ÕÌ£¤¬°Û¤Ê¤ê¤Þ¤¹"
22390
22391 #~ msgid "output_operand: %s"
22392 #~ msgstr "output_operand: %s"
22393
22394 #~ msgid "NOTE_INSN_BASIC_BLOCK is missing for block %d\n"
22395 #~ msgstr "NOTE_INSN_BASIC_BLOCK ¤¬¥Ö¥í¥Ã¥¯ %d ¤Ë¤¢¤ê¤Þ¤»¤ó\n"
22396
22397 #~ msgid "argument to `-b' is missing"
22398 #~ msgstr "`-b' ¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
22399
22400 #~ msgid "argument to `-V' is missing"
22401 #~ msgstr "`-V' ¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
22402
22403 #~ msgid "invalid version number format"
22404 #~ msgstr "̵¸ú¤Ê¥Ð¡¼¥¸¥ç¥óÈÖ¹æ·Á¼°"
22405
22406 #~ msgid "gcov [-b] [-v] [-n] [-l] [-f] [-o OBJDIR] file\n"
22407 #~ msgstr "gcov [-b] [-v] [-n] [-l] [-f] [-o OBJDIR] ¥Õ¥¡¥¤¥ë\n"
22408
22409 #~ msgid ".da file contents exhausted too early\n"
22410 #~ msgstr ".da ¥Õ¥¡¥¤¥ë¤ÎÆâÍƤò¤¢¤Þ¤ê¤ËÁ᤯»È¤¤ÀڤäƤ·¤Þ¤¤¤Þ¤·¤¿\n"
22411
22412 #~ msgid "%6.2f%% of %d source lines executed in function %s\n"
22413 #~ msgstr "%6.2f%%(%d ¹ÔÃæ) ¤Î¥½¡¼¥¹¹Ô¤¬´Ø¿ô %s ¤Ç¼Â¹Ô¤µ¤ì¤Þ¤·¤¿\n"
22414
22415 #~ msgid "%6.2f%% of %d branches executed in function %s\n"
22416 #~ msgstr "%6.2f%%(%d ËÜÃæ) ¤Î¥Ö¥é¥ó¥Á¤¬´Ø¿ô %s Æâ¤Ç¼Â¹Ô¤µ¤ì¤Þ¤·¤¿\n"
22417
22418 #~ msgid "%6.2f%% of %d branches taken at least once in function %s\n"
22419 #~ msgstr "%6.2f%%(%d ËÜÃæ) ¤Î¥Ö¥é¥ó¥Á¤¬¾¯¤Ê¤¯¤È¤â°ìÅ٤ϴؿô %s ¤Ç¼õ¼è¤é¤ì¤Þ¤·¤¿\n"
22420
22421 #~ msgid "No branches in function %s\n"
22422 #~ msgstr "´Ø¿ô %s ¤Ë¤Ïʬ´ô¤¬¤¢¤ê¤Þ¤»¤ó\n"
22423
22424 #~ msgid "%6.2f%% of %d calls executed in function %s\n"
22425 #~ msgstr "%6.2f%%(%d ²ó) ¤Î¸Æ¤Ó½Ð¤·¤¬´Ø¿ô %s ¤Ç¼Â¹Ô¤µ¤ì¤Þ¤·¤¿\n"
22426
22427 #~ msgid "call %d returns = %d%%\n"
22428 #~ msgstr "¸Æ¤Ó½Ð¤· %d ¤ÎÌá¤ê = %d%%\n"
22429
22430 #~ msgid "branch %d taken = %d%%\n"
22431 #~ msgstr "¥Ö¥é¥ó¥Á %d ¼õÍý = %d%%\n"
22432
22433 #~ msgid "Premature end of input file %s"
22434 #~ msgstr "ÆþÎÏ¥Õ¥¡¥¤¥ë %s ¤Î½ª¤ê¤Ë㤹¤ë¤Î¤¬Á᤹¤®¤Þ¤¹"
22435
22436 #~ msgid "can't to open %s"
22437 #~ msgstr "%s ¤ò open ¤Ç¤­¤Þ¤»¤ó"
22438
22439 #~ msgid "Make is_compiled_class return 1"
22440 #~ msgstr "is_compiled_class ¤¬ 1 ¤òÊÖ¤¹¤è¤¦¤Ë¤¹¤ë"
22441
22442 #~ msgid "Dump class files to <name>.class"
22443 #~ msgstr "¥¯¥é¥¹¤ò <name>.class ¥Õ¥¡¥¤¥ë¤Ø¥À¥ó¥×¤¹¤ë"
22444
22445 #~ msgid "input file is list of file names to compile"
22446 #~ msgstr "ÆþÎÏ¥Õ¥¡¥¤¥ë¤ò¥³¥ó¥Ñ¥¤¥ë¤¹¤ë¥Õ¥¡¥¤¥ë̾¤Î¥ê¥¹¥È¤È¤¹¤ë"
22447
22448 #~ msgid "Generate code for Boehm GC"
22449 #~ msgstr "Boehm GC ÍѤΥ³¡¼¥É¤òÀ¸À®¤¹¤ë"
22450
22451 #~ msgid "Don't put synchronization structure in each object"
22452 #~ msgstr "Ʊ´ü¹½Â¤ÂΤò³Æ¥ª¥Ö¥¸¥§¥¯¥È¤ËÁȤßÆþ¤ì¤Ê¤¤"
22453
22454 #~ msgid "Set class path and suppress system path"
22455 #~ msgstr "¥¯¥é¥¹¥Ñ¥¹¤òÀßÄꤷ¤Æ¥·¥¹¥Æ¥à¥Ñ¥¹¤ò±£¤¹"
22456
22457 #~ msgid "Can't specify array dimension in a declaration"
22458 #~ msgstr "ÇÛÎó¤Î¼¡¸µ¤òÀë¸À¤Ç»ØÄꤹ¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
22459
22460 #~ msgid "Can't use '$' as a separator for inner classes"
22461 #~ msgstr "'$' ¤ÏÆâÉô¥¯¥é¥¹¤Î¶èÀÚ¤ê»Ò¤È¤·¤Æ»ÈÍѤǤ­¤Þ¤»¤ó"
22462
22463 #~ msgid "internal error - use of undefined type"
22464 #~ msgstr "ÆâÉô¥¨¥é¡¼ - ̤ÄêµÁ·¿¤Î»ÈÍѤǤ¹"
22465
22466 #~ msgid "no class name specified as argument to -fconstant-string-class"
22467 #~ msgstr "-fconstant-string-class ¤Ë°ú¿ô¤È¤·¤Æ»ØÄꤵ¤ì¤¿¥¯¥é¥¹¤¬¤¢¤ê¤Þ¤»¤ó"
22468
22469 #~ msgid "syntax error at '@' token"
22470 #~ msgstr "'@' ¥È¡¼¥¯¥ó¤Çʸˡ¥¨¥é¡¼"
22471
22472 #~ msgid "Arc profiling: some edge counts were bad."
22473 #~ msgstr "¸Ì(arc)¥×¥í¥Õ¥¡¥¤¥ê¥ó¥°: ´ö¤Ä¤«¤Î edge ¥«¥¦¥ó¥È¤ÏÉÔÀµ¤Ç¤¹¡£"
22474
22475 #~ msgid "conversion from NaN to unsigned int"
22476 #~ msgstr "NaN ¤«¤éÉä¹ç̵¤·À°¿ô¤Ø¤ÎÊÑ´¹¤Ç¤¹"
22477
22478 #~ msgid "floating point overflow"
22479 #~ msgstr "ÉâÆ°¾®¿ôÅÀ¤¬¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤·¤Þ¤·¤¿"
22480
22481 #~ msgid "overflow on truncation to integer"
22482 #~ msgstr "À°¿ô¤Ø¤ÎÀÚ¤êµÍ¤á¤Ç¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤¬µ¯¤³¤ê¤Þ¤·¤¿"
22483
22484 #~ msgid "overflow on truncation to unsigned integer"
22485 #~ msgstr "Éä¹ç̵¤·À°¿ô¤Ø¤ÎÀÚ¤êµÍ¤á¤Ç¥ª¡¼¥Ð¡¼¥Õ¥í¡¼¤¬µ¯¤³¤ê¤Þ¤·¤¿"
22486
22487 #~ msgid "%s: argument domain error"
22488 #~ msgstr "%s: °ú¿ôÎΰ襨¥é¡¼¤Ç¤¹"
22489
22490 #~ msgid "%s: function singularity"
22491 #~ msgstr "%s: ´Ø¿ô¤Îñ°ìÀ­"
22492
22493 #~ msgid "%s: overflow range error"
22494 #~ msgstr "%s: ¥ª¡¼¥Ð¡¼¥Õ¥í¡¼ÈÏ°Ï¥¨¥é¡¼"
22495
22496 #~ msgid "%s: underflow range error"
22497 #~ msgstr "%s: ¥¢¥ó¥À¡¼¥Õ¥í¡¼ÈÏ°Ï¥¨¥é¡¼"
22498
22499 #~ msgid "%s: total loss of precision"
22500 #~ msgstr "%s: Á´ÂÎŪ¤ÊÀºÅÙ¤ÎÄã²¼"
22501
22502 #~ msgid "%s: partial loss of precision"
22503 #~ msgstr "%s: ÉôʬŪ¤ÊÀºÅÙ¤ÎÄã²¼"
22504
22505 #~ msgid "%s: NaN - producing operation"
22506 #~ msgstr "%s: NaN - Áàºî¤òÀ¸¤¸¤Þ¤¹"
22507
22508 #~ msgid "`asm' cannot be used in function where memory usage is checked"
22509 #~ msgstr "`asm' ¤Ï´Ø¿ô¤Ç¥á¥â¥êÍøÍѤòÄ´¤Ù¤ë½ê¤Ç¤Ï»È¤¨¤Þ¤»¤ó"
22510
22511 #~ msgid "`asm' cannot be used with `-fcheck-memory-usage'"
22512 #~ msgstr "`asm' ¤Ï `-fcheck-memory-usage' ¤È°ì½ï¤Ë»È¤¨¤Þ¤»¤ó"
22513
22514 #~ msgid "output operand constraint %d contains `+'"
22515 #~ msgstr "½ÐÎÏ¥ª¥Ú¥é¥ó¥ÉÀ©Ìó %d ¤Ï `+' ¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹"
22516
22517 #~ msgid "hard register `%s' listed as input operand to `asm'"
22518 #~ msgstr "¥Ï¡¼¥É¥ì¥¸¥¹¥¿ `%s' ¤¬ `asm' ¤ËÂФ·¡¢ÆþÎÏ¥ª¥Ú¥é¥ó¥É¤È¤·¤ÆÅÐÏ¿¤µ¤ì¤Þ¤·¤¿"
22519
22520 #~ msgid "\"%s\" and \"%s\" identical in first %d characters"
22521 #~ msgstr "\"%s\" ¤È \"%s\" ¤ÏºÇ½é¤Î %d ʸ»ú¤¬Á´¤¯Æ±¤¸¤Ç¤¹"
22522
22523 #~ msgid "Pretend that host and target use the same FP format"
22524 #~ msgstr "¥Û¥¹¥È¤È¥¿¡¼¥²¥Ã¥È¤¬Æ±¤¸ÉâÆ°¾®¿ô·Á¼°¤ò»È¤¦¿¶¤ëÉñ¤¤¤ò¤µ¤»¤ë"
22525
22526 #~ msgid "Improve FP speed by violating ANSI & IEEE rules"
22527 #~ msgstr "ANSI & IEEE µ¬Â§¤òÇˤäÆÉâÆ°¾®¿ô¤Î®ÅÙ¤ò²þÁ±¤¹¤ë"
22528
22529 #~ msgid "Generate code to check every memory access"
22530 #~ msgstr "³Æ¥á¥â¥ê¥¢¥¯¥»¥¹¤ò¸¡½Ð¤¹¤ë¥³¡¼¥É¤òÀ¸À®¤¹¤ë"
22531
22532 #~ msgid "Add a prefix to all function names"
22533 #~ msgstr "Á´¤Æ¤Î´Ø¿ô̾¤ËÀÜƬ¼­¤òÄɲ乤ë"
22534
22535 #~ msgid "Do not promote floats to double if using -traditional"
22536 #~ msgstr "-traditional »ÈÍÑ»þ¤Ë¤Ï¡¢ÉâÆ°¾®¿ô¤Ë´Ø¤· float ¤«¤é double ¤Ë³Ê¾å¤²¤·¤Ê¤¤"
22537
22538 #~ msgid "Attempt to support traditional K&R style C"
22539 #~ msgstr "¸Å¤¤ K&R ¼°¤Î C ¤Î¥µ¥Ý¡¼¥È¤ò»î¤ß¤ë"
22540
22541 #~ msgid "Internal error: %s"
22542 #~ msgstr "ÆâÉô¥¨¥é¡¼: %s"
22543
22544 #~ msgid "Errors detected in input file (your bison.simple is out of date)\n"
22545 #~ msgstr "ÆþÎÏ¥Õ¥¡¥¤¥ëÃæ¤Ë¥¨¥é¡¼ (¤¢¤Ê¤¿¤Î bison.simple ¤Ï¸Å¤¹¤®¤Þ¤¹)\n"
22546
22547 #~ msgid " -Wid-clash-<num> Warn if 2 identifiers have the same first <num> chars\n"
22548 #~ msgstr " -Wid-clash-<num> Æó¤Ä¤Î¼±Ê̻Ҥ¬ <num> ʸ»úʬ°ìÃפ·¤Æ¤¤¤ì¤Ð·Ù¹ð¤¹¤ë\n"
22549
22550 #~ msgid " -a Enable block profiling \n"
22551 #~ msgstr " -a ¥Ö¥í¥Ã¥¯¥×¥í¥Õ¥¡¥¤¥ë¤òÍ­¸ú¤Ë¤¹¤ë\n"
22552
22553 #~ msgid " -ax Enable jump profiling \n"
22554 #~ msgstr " -ax ¥¸¥ã¥ó¥×¥×¥í¥Õ¥¡¥¤¥ë¤òÍ­¸ú¤Ë¤¹¤ë\n"
22555
22556 #~ msgid "Unrecognized option `%s'"
22557 #~ msgstr "ǧ¼±ÉÔǽ¤Ê¥ª¥×¥·¥ç¥ó `%s'"
22558
22559 #~ msgid "`-a' option (basic block profile) not supported"
22560 #~ msgstr "`-a' ¥ª¥×¥·¥ç¥ó(´ðËÜ¥Ö¥í¥Ã¥¯¥×¥í¥Õ¥¡¥¤¥ë)¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
22561
22562 #~ msgid "`-ax' option (jump profiling) not supported"
22563 #~ msgstr "`-ax' ¥ª¥×¥·¥ç¥ó(¥¸¥ã¥ó¥×¥×¥í¥Õ¥¡¥¤¥ë)¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
22564
22565 #~ msgid "`-ax' and `-a' are conflicting options. `-a' ignored."
22566 #~ msgstr "`-ax' ¤È `-a' ¤ÏÌ·½â¤¹¤ë¥ª¥×¥·¥ç¥ó¤Ç¤¹¡£`-a' ¤ò̵»ë¤·¤Þ¤·¤¿¡£"
22567
22568 #~ msgid "profiling does not work without a frame pointer"
22569 #~ msgstr "¥×¥í¥Õ¥¡¥¤¥ë¤Ï¥Õ¥ì¡¼¥à¥Ý¥¤¥ó¥¿¤Ê¤·¤Ç¤ÏÆ°ºî¤·¤Þ¤»¤ó"
22570
22571 #~ msgid "Data size %ld.\n"
22572 #~ msgstr "¥Ç¡¼¥¿¥µ¥¤¥º %ld.\n"
22573
22574 #~ msgid "floating point numbers not allowed in #if expressions"
22575 #~ msgstr "#if ¼°¤ÎÃæ¤Ç¤ÎÉâÆ°¾®¿ôÅÀ¿ô¤Ïµö²Ä¤µ¤ì¤Þ¤»¤ó"
22576
22577 #~ msgid "Invalid number in #if expression"
22578 #~ msgstr "#if ¼°¤ÎÃæ¤Ë̵¸ú¤Ê¿ôÃÍ"
22579
22580 #~ msgid "double quoted strings not allowed in #if expressions"
22581 #~ msgstr "Æó½Å¤Ë¥¯¥©¡¼¥È¤µ¤ì¤¿Ê¸»úÎó¤Ï #if ¼°Æâ¤Ç¤Ï»È¤¨¤Þ¤»¤ó"
22582
22583 #~ msgid "octal character constant does not fit in a byte"
22584 #~ msgstr "8 ¿Ê¿ôʸ»úÄê¿ô¤¬ 1 ¥Ð¥¤¥È¤Ë¼ý¤Þ¤ê¤Þ¤»¤ó"
22585
22586 #~ msgid "hex character constant does not fit in a byte"
22587 #~ msgstr "16 ¿Ê¿ôʸ»úÄê¿ô¤¬ 1 ¥Ð¥¤¥È¤Ë¼ý¤Þ¤ê¤Þ¤»¤ó"
22588
22589 #~ msgid "empty #if expression"
22590 #~ msgstr "¶õ¤Î #if ¼°¤Ç¤¹"
22591
22592 #~ msgid "Junk after end of expression."
22593 #~ msgstr "¼°¤Î½ª¤ê°Ê¹ß¤Ë¥´¥ß¤¬¤¢¤ê¤Þ¤¹"
22594
22595 #~ msgid "macro or #include recursion too deep"
22596 #~ msgstr "¥Þ¥¯¥í¤Þ¤¿¤Ï #include ¤ÎºÆµ¢¤¬¿¼¤¹¤®¤Þ¤¹"
22597
22598 #~ msgid "Usage: %s [switches] input output"
22599 #~ msgstr "»È¤¤Êý: %s [¥¹¥¤¥Ã¥Á] ÆþÎÏ ½ÐÎÏ"
22600
22601 #~ msgid "-traditional is not supported in C++"
22602 #~ msgstr "-traditional ¤Ï C++ ¤Ç¤Ï¼õ¤±ÉÕ¤±¤é¤ì¤Þ¤»¤ó"
22603
22604 #~ msgid "-traditional and -ansi are mutually exclusive"
22605 #~ msgstr "-traditional ¤È -ansi ¤È¤ÏÁê¸ßÇÓ¾Ū¤Ç¤¹"
22606
22607 #~ msgid "Filename missing after -i option"
22608 #~ msgstr "-i ¥ª¥×¥·¥ç¥ó¤Î¸å¤í¤Î¥Õ¥¡¥¤¥ë̾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
22609
22610 #~ msgid "Filename missing after -o option"
22611 #~ msgstr "-o ¥ª¥×¥·¥ç¥ó¤Î¸å¤í¤Î¥Õ¥¡¥¤¥ë̾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
22612
22613 #~ msgid "Target missing after %s option"
22614 #~ msgstr "%s ¥ª¥×¥·¥ç¥ó¤Î¸å¤í¤Î¥¿¡¼¥²¥Ã¥È¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
22615
22616 #~ msgid "Filename missing after %s option"
22617 #~ msgstr "%s ¥ª¥×¥·¥ç¥ó¤Î¸å¤í¤Î¥Õ¥¡¥¤¥ë̾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
22618
22619 #~ msgid "Macro name missing after -%c option"
22620 #~ msgstr "-%c ¥ª¥×¥·¥ç¥ó¤Î¸å¤í¤Î¥Þ¥¯¥í̾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
22621
22622 #~ msgid "-trigraphs and -traditional are mutually exclusive"
22623 #~ msgstr "-trigraphs ¤È -traditional ¤È¤ÏÁê¸ßÇÓ¾Ū¤Ç¤¹"
22624
22625 #~ msgid "Directory name missing after -I option"
22626 #~ msgstr "-I ¥ª¥×¥·¥ç¥ó¤Î¸å¤í¤Î¥Ç¥£¥ì¥¯¥È¥ê̾¤ò·ç¤¤¤Æ¤¤¤Þ¤¹"
22627
22628 #~ msgid "`/*' within comment"
22629 #~ msgstr "`/*' ¤¬¥³¥á¥ó¥ÈÆâ¤Ë¤¢¤ê¤Þ¤¹"
22630
22631 #~ msgid "unterminated #%s conditional"
22632 #~ msgstr "½ªÃ¼¤Î¤Ê¤¤ #%s ¾ò·ï"
22633
22634 #~ msgid "not in any file?!"
22635 #~ msgstr "Á´¤¯¥Õ¥¡¥¤¥ë¤¬¤Ê¤¤?!"
22636
22637 #~ msgid "`defined' must be followed by ident or (ident)"
22638 #~ msgstr "`defined' ¤Î¸å¤í¤Ë ident ¤ä (ident) ¤¬¤³¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
22639
22640 #~ msgid "cccp error: invalid special hash type"
22641 #~ msgstr "cccp ¥¨¥é¡¼: Æüì¥Ï¥Ã¥·¥å·¿¤¬Ìµ¸ú¤Ç¤¹"
22642
22643 #~ msgid "#include expects \"fname\" or <fname>"
22644 #~ msgstr "#include ¤Î¸å¤Ë¤Ï \"fname\" ¤ä <fname> ¤¬É¬ÍפǤ¹"
22645
22646 #~ msgid "No include path in which to find %.*s"
22647 #~ msgstr "%.*s ¤¬¸«¤Ä¤«¤ë¥¤¥ó¥¯¥ë¡¼¥É¥Ñ¥¹¤¬¤¢¤ê¤Þ¤»¤ó"
22648
22649 #~ msgid "invalid macro name"
22650 #~ msgstr "̵¸ú¤Ê¥Þ¥¯¥í̾"
22651
22652 #~ msgid "invalid macro name `%s'"
22653 #~ msgstr "̵¸ú¤Ê¥Þ¥¯¥í̾ `%s'"
22654
22655 #~ msgid "parameter name starts with a digit in #define"
22656 #~ msgstr "#define Ãæ¤Î²¾°ú¿ô̾¤¬¿ô»ú¤Ç»Ï¤Þ¤Ã¤Æ¤¤¤Þ¤¹"
22657
22658 #~ msgid "badly punctuated parameter list in #define"
22659 #~ msgstr "#define Ãæ¤Î²¾°ú¿ô¥ê¥¹¥È¤¬ÊѤ˶èÀÚ¤é¤ì¤Þ¤·¤¿"
22660
22661 #~ msgid "\"%.*s\" redefined"
22662 #~ msgstr "\"%.*s\" ¤¬ºÆÄêµÁ¤µ¤ì¤Þ¤·¤¿"
22663
22664 #~ msgid "# operator should be followed by a macro argument name"
22665 #~ msgstr "# ±é»»»Ò¤Î¸å¤í¤Ë¤Ï¥Þ¥¯¥í°ú¿ô̾¤¬Â³¤¤¤Æ¤¤¤Ê¤±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
22666
22667 #~ msgid "invalid format #line command"
22668 #~ msgstr "#line ¥³¥Þ¥ó¥É¤Î½ñ¼°¤¬Ìµ¸ú¤Ç¤¹"
22669
22670 #~ msgid "undefining `defined'"
22671 #~ msgstr "`defined' ¤ò undef ¤·¤Þ¤¹"
22672
22673 #~ msgid "undefining `%s'"
22674 #~ msgstr "`%s' ¤ò undef ¤·¤Þ¤¹"
22675
22676 #~ msgid "extra text at end of directive"
22677 #~ msgstr "¥Ç¥£¥ì¥¯¥Æ¥£¥Ö¤Î½ª¤ê¤Ë;ʬ¤Ê¥Æ¥¯¥¹¥È¤¬¤¢¤ê¤Þ¤¹"
22678
22679 #~ msgid "#error%.*s"
22680 #~ msgstr "#error%.*s"
22681
22682 #~ msgid "#warning%.*s"
22683 #~ msgstr "#warning%.*s"
22684
22685 #~ msgid "#elif not within a conditional"
22686 #~ msgstr "#elif ¤¬¾ò·ïʸ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
22687
22688 #~ msgid "#%s not within a conditional"
22689 #~ msgstr "#%s ¤¬¾ò·ïʸ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
22690
22691 #~ msgid "#else or #elif after #else"
22692 #~ msgstr "#else ¤Î¸å¤í¤Ë #else ¤ä #elif ¤¬¤¢¤ê¤Þ¤¹"
22693
22694 #~ msgid "#else not within a conditional"
22695 #~ msgstr "#else ¤¬¾ò·ïʸ¤ÎÃæ¤Ë¤¢¤ê¤Þ¤»¤ó"
22696
22697 #~ msgid "unterminated string or character constant"
22698 #~ msgstr "½ªÃ¼¤µ¤ì¤Æ¤¤¤Ê¤¤Ê¸»úÎóÄê¿ôËô¤Ïʸ»úÄê¿ô"
22699
22700 #~ msgid "no args to macro `%s'"
22701 #~ msgstr "¥Þ¥¯¥í `%s' ¤Ø¤Î°ú¿ô¤¬¤¢¤ê¤Þ¤»¤ó"
22702
22703 #~ msgid "only 1 arg to macro `%s'"
22704 #~ msgstr "¥Þ¥¯¥í `%s' ¤Ø¤Î°ú¿ô¤¬°ì¸Ä¤·¤«¤¢¤ê¤Þ¤»¤ó"
22705
22706 #~ msgid "only %d args to macro `%s'"
22707 #~ msgstr "%d ¸Ä¤Î°ú¿ô¤·¤«¥Þ¥¯¥í `%s' ¤ËÅϤ·¤Æ¤¤¤Þ¤»¤ó"
22708
22709 #~ msgid "too many (%d) args to macro `%s'"
22710 #~ msgstr "°ú¿ô¤Î¿ô (%d) ¤¬¥Þ¥¯¥í `%s' ¤ËÂФ·¤Æ¿¤¹¤®¤Þ¤¹"
22711
22712 #~ msgid ""
22713 #~ "Internal error in %s, at tradcpp.c:%d\n"
22714 #~ "Please submit a full bug report.\n"
22715 #~ "See %s for instructions."
22716 #~ msgstr ""
22717 #~ "%s ¤ÇÆâÉô¥¨¥é¡¼¡¢(tradcpp.c:%d)\n"
22718 #~ "´°Á´¤Ê¥Ð¥°¥ì¥Ý¡¼¥È¤òÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£\n"
22719 #~ "%s ¤Ç¤½¤Î¼ê½ç¤ò¸«¤Æ¤¯¤À¤µ¤¤"
22720
22721 #~ msgid "Incompatible interworking options"
22722 #~ msgstr "¸ß´¹À­¤Î¤Ê¤¤ interworking ¥ª¥×¥·¥ç¥ó"
22723
22724 #~ msgid "-mbsd and -pedantic incompatible"
22725 #~ msgstr "-mbsd ¤È -pedantic ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
22726
22727 #~ msgid "-mbsd and -mxopen incompatible"
22728 #~ msgstr "-mbsd ¤È -mxopen ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
22729
22730 #~ msgid "-mxopen and -pedantic incompatible"
22731 #~ msgstr "-mxopen ¤È -pedantic ¤Ï¶¦Â¸¤Ç¤­¤Þ¤»¤ó"
22732
22733 #~ msgid "A -ifile option requires a -map option"
22734 #~ msgstr "-ifile ¥ª¥×¥·¥ç¥ó¤Ë¤Ï -map ¥ª¥×¥·¥ç¥ó¤¬É¬ÍפǤ¹"
22735
22736 #~ msgid "-static not valid with -mcoff"
22737 #~ msgstr "-static ¤¬ -mcoff ¤È¤È¤â¤Ë»È¤ï¤ì¤ë¤Î¤ÏÀµ¤·¤¯¤¢¤ê¤Þ¤»¤ó"
22738
22739 #~ msgid "-shared not valid with -mcoff"
22740 #~ msgstr "-shared ¤¬ -mcoff ¤È¤È¤â¤Ë»È¤ï¤ì¤ë¤Î¤ÏÀµ¤·¤¯¤¢¤ê¤Þ¤»¤ó"
22741
22742 #~ msgid "-symbolic not valid with -mcoff"
22743 #~ msgstr "-symbolic ¤¬ -mcoff ¤È¤È¤â¤Ë»È¤ï¤ì¤ë¤Î¤ÏÀµ¤·¤¯¤¢¤ê¤Þ¤»¤ó"
22744
22745 #~ msgid "-fpic is not valid with -mcoff"
22746 #~ msgstr "-fpic ¤¬ -mcoff ¤È¤È¤â¤Ë»È¤ï¤ì¤ë¤Î¤ÏÀµ¤·¤¯¤¢¤ê¤Þ¤»¤ó"
22747
22748 #~ msgid "-fPIC is not valid with -mcoff"
22749 #~ msgstr "-fPIC ¤¬ -mcoff ¤È¤È¤â¤Ë»È¤ï¤ì¤ë¤Î¤ÏÀµ¤·¤¯¤¢¤ê¤Þ¤»¤ó"
22750
22751 #~ msgid "-fpic not valid with -mcoff"
22752 #~ msgstr "-fpic -mcoff ¤È¤È¤â¤Ë»È¤ï¤ì¤ë¤Î¤ÏÀµ¤·¤¯¤¢¤ê¤Þ¤»¤ó"
22753
22754 #~ msgid "-fPIC not valid with -mcoff"
22755 #~ msgstr "-fPIC ¤¬ -mcoff ¤È¤È¤â¤Ë»È¤ï¤ì¤ë¤Î¤ÏÀµ¤·¤¯¤¢¤ê¤Þ¤»¤ó"
22756
22757 #~ msgid "bx]"
22758 #~ msgstr "bx]"
22759
22760 #~ msgid "bx"
22761 #~ msgstr "bx"
22762
22763 #~ msgid "cx"
22764 #~ msgstr "cx"
22765
22766 #~ msgid "-p option not supported: use -pg instead"
22767 #~ msgstr "-p ¥ª¥×¥·¥ç¥ó¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó. Âå¤ï¤ê¤Ë -pg ¤ò»È¤Ã¤Æ¤¯¤À¤µ¤¤"
22768
22769 #~ msgid "may not use both -mfp64 and -msingle-float"
22770 #~ msgstr "-mfp64 ¤È -msingle-float ¤ÎξÊý¤ò»È¤¦¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó"
22771
22772 #~ msgid "-p profiling is no longer supported. Use -pg instead."
22773 #~ msgstr "-p ¤Ç¤Î¥×¥í¥Õ¥¡¥¤¥ë¤Ï¤â¤¦Ä󶡤µ¤ì¤Þ¤»¤ó¡£Âå¤ï¤ê¤Ë -pg ¤ò»È¤¤¤Þ¤·¤ç¤¦¡£"
22774
22775 #~ msgid "%s before character constant"
22776 #~ msgstr "ʸ»úÄê¿ô¤ÎÁ°¤Ë %s"
22777
22778 #~ msgid "%s before character 0%o"
22779 #~ msgstr "ʸ»ú 0%2$o ¤ÎÁ°¤Ë %1$s"
22780
22781 #~ msgid "more than one `f' in numeric constant"
22782 #~ msgstr "¿ôÄê¿ô¤Ë 1¤Ä°Ê¾å¤Î `f'"
22783
22784 #~ msgid "more than one `l' in numeric constant"
22785 #~ msgstr "¿ôÄê¿ô¤Ë 1¤Ä°Ê¾å¤Î `l'"
22786
22787 #~ msgid "parse error at `..'"
22788 #~ msgstr "`..' ¤Ç¹½Ê¸²òÀÏ¥¨¥é¡¼"
22789
22790 #~ msgid "nondigits in number and not hexadecimal"
22791 #~ msgstr "¿ôÃͤ˥¢¥é¥Ó¥¢¿ô»ú¤Ç¤Ê¤¯¡¢16 ¿Ê¤Ç¤â¤Ê¤¤Ê¸»ú"
22792
22793 #~ msgid "numeric constant contains digits beyond the radix"
22794 #~ msgstr "¿ôÃÍÄê¿ô¤¬´ð¿ô¤òĶ¤¨¤¿¥¢¥é¥Ó¥¢¿ô»ú¤ò´Þ¤ó¤Ç¤¤¤Þ¤¹"
22795
22796 #~ msgid "two `u's in integer constant"
22797 #~ msgstr "À°¿ôÄê¿ôÃæ¤Ë 2¤Ä¤Î `u'"
22798
22799 #~ msgid "Unterminated string constant"
22800 #~ msgstr "ʸ»úÎóÄê¿ô¤¬½ªÎ»¤·¤Æ¤¤¤Þ¤»¤ó"
22801
22802 #~ msgid "invalid `for (ITERATOR)' syntax"
22803 #~ msgstr "̵¸ú¤Ê `for (È¿Éü»Ò)' ¹½Ê¸¤Ç¤¹"
22804
22805 #~ msgid "`for (%s)' inside expansion of same iterator"
22806 #~ msgstr "Ʊ¤¸È¿Éü»Ò¤ÎÆ⦤ˤ¢¤ë `for (%s)'"
22807
22808 #~ msgid "case label within scope of cleanup or variable array"
22809 #~ msgstr "case ¥é¥Ù¥ë¤¬¡¢²òÂΤޤ¿¤Ï²ÄÊÑÇÛÎó¤Î¥¹¥³¡¼¥×Æâ¤Ë¤¢¤ê¤Þ¤¹"
22810
22811 #~ msgid "duplicate array index in initializer"
22812 #~ msgstr "½é´ü²½»ÒÆâ¤Ë½ÅÊ£¤·¤¿ÇÛÎ󥤥ó¥Ç¥Ã¥¯¥¹"
22813
22814 #~ msgid "thumb_load_double_from_address: destination is not a register"
22815 #~ msgstr "thumb_load_double_from_address: Âоݤ¬¥ì¥¸¥¹¥¿¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
22816
22817 #~ msgid "thumb_load_double_from_address: source is not a computed memory address"
22818 #~ msgstr "thumb_load_double_from_address: ¸µ¤¬·×»»ºÑ¤ß¥á¥â¥ê¥¢¥É¥ì¥¹¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
22819
22820 #~ msgid "thumb_load_double_from_address: Unhandled address calculation"
22821 #~ msgstr "thumb_load_double_from_address: °·¤ï¤ì¤Ê¤¤¥¢¥É¥ì¥¹·×»»"
22822
22823 #~ msgid "ACCUM_HIGH_REGS class in limit_reload_class"
22824 #~ msgstr "limit_reload_class ¤Ë ACCUM_HIGH_REGS ¥¯¥é¥¹"
22825
22826 #~ msgid "YH_OR_ACCUM_HIGH_REGS found in limit_reload_class"
22827 #~ msgstr "limit_reload_class ¤Ç YH_OR_ACCUM_HIGH_REGS ¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿"
22828
22829 #~ msgid "YL found in limit_reload_class"
22830 #~ msgstr "limit_reload_class ¤Ç YL ¤¬¸«¤Ä¤«¤ê¤Þ¤·¤¿"
22831
22832 #~ msgid "Invalid register for compare"
22833 #~ msgstr "̵¸ú¤ÊÈæ³ÓÍѥ쥸¥¹¥¿"
22834
22835 #~ msgid "PRINT_OPERAND: letter %c was found & insn was not CONST_INT"
22836 #~ msgstr "PRINT_OPERAND: ʸ»ú %c ¤¬¸«¤Ä¤«¤ê¡¢Ì¿Îá¤Ï CONST_INT ¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
22837
22838 #~ msgid "-mptr%d not allowed on -m%d"
22839 #~ msgstr "-mptr%d ¤Ï -m%d ¤Î¾å¤Ç¤Ï»È¤¨¤Þ¤»¤ó"
22840
22841 #~ msgid "parse errors have confused me too much"
22842 #~ msgstr "¹½Ê¸²òÀÏ¥¨¥é¡¼¤Ç¡¢¤«¤Ê¤êº®Í𤷤Ƥ·¤Þ¤¤¤Þ¤·¤¿"
22843
22844 #~ msgid "virtual memory exhausted"
22845 #~ msgstr "²¾ÁÛ¥á¥â¥ê¤ò»È¤¤²Ì¤¿¤·¤Þ¤·¤¿"
22846
22847 #~ msgid "`void' in parameter list must be entire list"
22848 #~ msgstr "¥Ñ¥é¥á¥¿¥ê¥¹¥ÈÆâ¤Î `void' ¤Ï¥ê¥¹¥ÈÁ´ÂΤǤʤ±¤ì¤Ð¤Ê¤ê¤Þ¤»¤ó"
22849
22850 #~ msgid "no file specified with -fdump-translation-unit"
22851 #~ msgstr "-fdump-translation-unit ¤Ç»ØÄꤵ¤ì¤¿¥Õ¥¡¥¤¥ë¤¬¤¢¤ê¤Þ¤»¤ó"
22852
22853 #~ msgid "(you really want to initialize it separately)"
22854 #~ msgstr "(ËÜÅö¤Ë¤½¤¦¤·¤¿¤¤¤Î¤Ç¤¢¤ì¤Ð¡¢Ê¬³ä¤·¤Æ½é´ü²½¤·¤Æ¤¯¤À¤µ¤¤)"
22855
22856 #~ msgid "`operator new' takes type `size_t' parameter"
22857 #~ msgstr "`operator new' ¤Ï `size_t' ¥Ñ¥é¥á¥¿¤ò¤È¤ê¤Þ¤¹"
22858
22859 #~ msgid "`...' invalid in specification of `operator delete'"
22860 #~ msgstr "`...' `operator delete' ¤Î»ÅÍÍÆâ¤Ç̵¸ú¤Ç¤¹"
22861
22862 #~ msgid "`default' label within scope of cleanup or variable array"
22863 #~ msgstr "`default' ¥é¥Ù¥ë¤¬¡¢²òÂΤޤ¿¤Ï²ÄÊÑÇÛÎó¤Î¥¹¥³¡¼¥×Æâ¤Ë¤¢¤ê¤Þ¤¹"
22864
22865 #~ msgid "invalid #pragma vtable"
22866 #~ msgstr "̵¸ú¤Ê #pragma vtable"
22867
22868 #~ msgid "universal-character-name designates `%c', part of the basic source character set"
22869 #~ msgstr "universal-character-name ¤Ï `%c' ¤ò»Ø¼¨¤·¤Þ¤·¤¿¤¬¡¢´ðËÜŪ¤Êʸ»ú½¸¹ç¤Î°ìÉô¤Ç¤¹"
22870
22871 #~ msgid "%s at end of saved text"
22872 #~ msgstr "ÊݸºÑ¤ß¥Æ¥­¥¹¥È¤ÎËöÈø¤Ç%s"
22873
22874 #~ msgid "complex integer constant is too wide for `__complex int'"
22875 #~ msgstr "Ê£ÁÇ¿ô·¿À°¿ôÄê¿ô¤Ï `__complex int' ¤Ë¤È¤Ã¤Æ¹­¤¹¤®¤Þ¤¹"
22876
22877 #~ msgid "Please submit a full bug report."
22878 #~ msgstr "¾Ü¤·¤¤¾õ¶·¤ò¥Ð¥°¥ì¥Ý¡¼¥È¤È¤·¤ÆÁ÷¤Ã¤Æ¤¯¤À¤µ¤¤¡£"
22879
22880 #~ msgid "duplicate label `%s' in switch statement"
22881 #~ msgstr "switch ʸ¤ÎÃæ¤Ç¥é¥Ù¥ë `%s' ¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
22882
22883 #~ msgid "duplicate label (%d) in switch statement"
22884 #~ msgstr "switch ʸ¤ÎÃæ¤Ç¥é¥Ù¥ë (%d) ¤¬½ÅÊ£¤·¤Æ¤¤¤Þ¤¹"
22885
22886 #~ msgid "range values `%s' and `%s' reversed"
22887 #~ msgstr "ÈϰϤÎÃÍ `%s' ¤È `%s' ¤¬µÕ¤Ç¤¹"
22888
22889 #~ msgid "range values reversed"
22890 #~ msgstr "ÈϰϤÎÃͤ¬µÕ¤Ç¤¹"
22891
22892 #~ msgid "bad is_error(%d) in v_message"
22893 #~ msgstr "v_message Ãæ ÉÔÀµ¤Ê is_error(%d)"
22894
22895 #~ msgid "`##' at start of macro definition"
22896 #~ msgstr "`##' ¤¬¥Þ¥¯¥íÄêµÁ¤Î»Ï¤á¤Ë¤¢¤ê¤Þ¤¹"
22897
22898 #~ msgid "`##' at end of macro definition"
22899 #~ msgstr "`##' ¤¬¥Þ¥¯¥íÄêµÁ¤Î½ª¤ê¤Ë¤¢¤ê¤Þ¤¹"
22900
22901 #~ msgid "empty object-like macro went through full #define"
22902 #~ msgstr "¶õ¤Î¥ª¥Ö¥¸¥§¥¯¥È¤Î¤è¤¦¤Ê¥Þ¥¯¥í¤Ï #define Á´¤Æ¤òÄ̤êÈ´¤±¤Þ¤·¤¿"
22903
22904 #~ msgid "first token = %d not %d in collect_formal_parameters"
22905 #~ msgstr "collect_formal_parameters ÃæºÇ½é¤Î¥È¡¼¥¯¥ó = %d (%d ¤Ç¤Ï¤Ê¤¤)"
22906
22907 #~ msgid "impossible token in macro argument list"
22908 #~ msgstr "¥Þ¥¯¥í°ú¿ô¥ê¥¹¥È¤Ë¤¢¤êÆÀ¤Ê¤¤¥È¡¼¥¯¥ó"
22909
22910 #~ msgid "illegal token in macro argument list"
22911 #~ msgstr "¥Þ¥¯¥í°ú¿ô¥ê¥¹¥È¤ËÉÔÀµ¤Ê¥È¡¼¥¯¥ó"
22912
22913 #~ msgid "another parameter follows \"...\""
22914 #~ msgstr "\"...\" ¤Î¸å¡¢¤µ¤é¤Ë¥Ñ¥é¥á¥¿¤¬Â³¤¤¤Æ¤¤¤Þ¤¹"
22915
22916 #~ msgid "collect_params: argc=%d argslen=0"
22917 #~ msgstr "collect_params: argc=%d argslen=0"
22918
22919 #~ msgid "C99 does not permit use of __VA_ARGS__ as a macro argument name"
22920 #~ msgstr "C99 ¤Ï¥Þ¥¯¥í°ú¿ô̾¤È¤·¤Æ __VA_ARGS__ ¤Î»ÈÍѤÏǧ¤á¤é¤ì¤Æ¤¤¤Þ¤»¤ó"
22921
22922 #~ msgid "C89 does not permit varargs macros"
22923 #~ msgstr "C89 ¤Ç¤Ï varargs ¥Þ¥¯¥í¤Ïǧ¤á¤é¤ì¤Æ¤¤¤Þ¤»¤ó"
22924
22925 #~ msgid "collect_params: impossible token type %d"
22926 #~ msgstr "collect_params: ¤¢¤êÆÀ¤Ê¤¤¥È¡¼¥¯¥ó·¿ %d"
22927
22928 #~ msgid "attempt to use poisoned `%s'."
22929 #~ msgstr "±øÀ÷¤µ¤ì¤¿ `%s' ¤ÎÍøÍѤò»î¤·¤Þ¤¹¡£"
22930
22931 #~ msgid "macroexpand: unexpected token %d (wanted LPAREN)"
22932 #~ msgstr "macroexpand: ͽ´ü¤·¤Ê¤¤¥È¡¼¥¯¥ó %d (LPAREN ¤Î¤Ï¤º)"
22933
22934 #~ msgid "unterminated macro call"
22935 #~ msgstr "½ªÃ¼¤·¤Æ¤¤¤Ê¤¤¥Þ¥¯¥í¸Æ¤Ó½Ð¤·"
22936
22937 #~ msgid "macro `%s' used with just one arg"
22938 #~ msgstr "¥Þ¥¯¥í `%s' ¤Î°ú¿ô¤¬°ì¤Ä¤·¤«¤¢¤ê¤Þ¤»¤ó"
22939
22940 #~ msgid "macro `%s' used with only %d args"
22941 #~ msgstr "¥Þ¥¯¥í `%s' ¤Î°ú¿ô(%d ¸Ä)¤¬¾¯¤Ê¤¹¤®¤Þ¤¹"
22942
22943 #~ msgid "macro `%s' used with too many (%d) args"
22944 #~ msgstr "¥Þ¥¯¥í `%s' ¤Î°ú¿ô(%d ¸Ä)¤¬Â¿¤¹¤®¤Þ¤¹"
22945
22946 #~ msgid ""
22947 #~ "Switches:\n"
22948 #~ " -include <file> Include the contents of <file> before other files\n"
22949 #~ " -imacros <file> Accept definition of macros in <file>\n"
22950 #~ " -iprefix <path> Specify <path> as a prefix for next two options\n"
22951 #~ " -iwithprefix <dir> Add <dir> to the end of the system include path\n"
22952 #~ " -iwithprefixbefore <dir> Add <dir> to the end of the main include path\n"
22953 #~ " -isystem <dir> Add <dir> to the start of the system include path\n"
22954 #~ " -idirafter <dir> Add <dir> to the end of the system include path\n"
22955 #~ " -I <dir> Add <dir> to the end of the main include path\n"
22956 #~ " -I- Fine-grained include path control; see info docs\n"
22957 #~ " -nostdinc Do not search system include directories\n"
22958 #~ " (dirs specified with -isystem will still be used)\n"
22959 #~ " -nostdinc++ Do not search system include directories for C++\n"
22960 #~ " -o <file> Put output into <file>\n"
22961 #~ " -pedantic Issue all warnings demanded by strict ANSI C\n"
22962 #~ " -pedantic-errors Issue -pedantic warnings as errors instead\n"
22963 #~ " -traditional Follow K&R pre-processor behaviour\n"
22964 #~ " -trigraphs Support ANSI C trigraphs\n"
22965 #~ " -lang-c Assume that the input sources are in C\n"
22966 #~ " -lang-c89 Assume that the input sources are in C89\n"
22967 #~ " -lang-c++ Assume that the input sources are in C++\n"
22968 #~ " -lang-objc Assume that the input sources are in ObjectiveC\n"
22969 #~ " -lang-objc++ Assume that the input sources are in ObjectiveC++\n"
22970 #~ " -lang-asm Assume that the input sources are in assembler\n"
22971 #~ " -lang-fortran\t\t Assume that the input sources are in Fortran\n"
22972 #~ " -lang-chill Assume that the input sources are in Chill\n"
22973 #~ " -std=<std name> Specify the conformance standard; one of:\n"
22974 #~ " gnu89, gnu99, c89, c99, iso9899:1990,\n"
22975 #~ " iso9899:199409, iso9899:1999\n"
22976 #~ " -+ Allow parsing of C++ style features\n"
22977 #~ " -w Inhibit warning messages\n"
22978 #~ " -Wtrigraphs Warn if trigraphs are encountered\n"
22979 #~ " -Wno-trigraphs Do not warn about trigraphs\n"
22980 #~ " -Wcomment{s} Warn if one comment starts inside another\n"
22981 #~ " -Wno-comment{s} Do not warn about comments\n"
22982 #~ " -Wtraditional Warn if a macro argument is/would be turned into\n"
22983 #~ " a string if -traditional is specified\n"
22984 #~ " -Wno-traditional Do not warn about stringification\n"
22985 #~ " -Wundef Warn if an undefined macro is used by #if\n"
22986 #~ " -Wno-undef Do not warn about testing undefined macros\n"
22987 #~ " -Wimport Warn about the use of the #import directive\n"
22988 #~ " -Wno-import Do not warn about the use of #import\n"
22989 #~ " -Werror Treat all warnings as errors\n"
22990 #~ " -Wno-error Do not treat warnings as errors\n"
22991 #~ " -Wall Enable all preprocessor warnings\n"
22992 #~ " -M Generate make dependencies\n"
22993 #~ " -MM As -M, but ignore system header files\n"
22994 #~ " -MD As -M, but put output in a .d file\n"
22995 #~ " -MMD As -MD, but ignore system header files\n"
22996 #~ " -MG Treat missing header file as generated files\n"
22997 #~ " -g3 Include #define and #undef directives in the output\n"
22998 #~ " -D<macro> Define a <macro> with string '1' as its value\n"
22999 #~ " -D<macro>=<val> Define a <macro> with <val> as its value\n"
23000 #~ " -A<question> (<answer>) Assert the <answer> to <question>\n"
23001 #~ " -A-<question> (<answer>) Disable the <answer> to <question>\n"
23002 #~ " -U<macro> Undefine <macro> \n"
23003 #~ " -v Display the version number\n"
23004 #~ " -H Print the name of header files as they are used\n"
23005 #~ " -C Do not discard comments\n"
23006 #~ " -dM Display a list of macro definitions active at end\n"
23007 #~ " -dD Preserve macro definitions in output\n"
23008 #~ " -dN As -dD except that only the names are preserved\n"
23009 #~ " -dI Include #include directives in the output\n"
23010 #~ " -ftabstop=<number> Distance between tab stops for column reporting\n"
23011 #~ " -P Do not generate #line directives\n"
23012 #~ " -$ Do not allow '$' in identifiers\n"
23013 #~ " -remap Remap file names when including files.\n"
23014 #~ " --version Display version information\n"
23015 #~ " -h or --help Display this information\n"
23016 #~ msgstr ""
23017 #~ "¥¹¥¤¥Ã¥Á:\n"
23018 #~ " -include <file> ¾¤Î¥Õ¥¡¥¤¥ë°ÊÁ°¤Ë <file> ¤ÎÆâÍƤò include\n"
23019 #~ " -imacros <file> <file> Ãæ¥Þ¥¯¥í¤ÎÄêµÁ¤ò¼õÍý¤¹¤ë\n"
23020 #~ " -iprefix <path> °Ê¹ß¤ÎÆó¤Ä¤Î¥ª¥×¥·¥ç¥ó¤Ë <path> ÀÜƬ¼­¤ò¤Ä¤±¤ë\n"
23021 #~ " -iwithprefix <dir> ¥·¥¹¥Æ¥à¥¤¥ó¥¯¥ë¡¼¥É¥Ñ¥¹¤ÎËöÈø¤Ë <dir> ¤òÄɲÃ\n"
23022 #~ " -iwithprefixbefore <dir> ¼ç¥¤¥ó¥¯¥ë¡¼¥É¥Ñ¥¹¤ÎËöÈø¤Ë <dir> ¤òÄɲÃ\n"
23023 #~ " -isystem <dir> ¥·¥¹¥Æ¥à¥¤¥ó¥¯¥ë¡¼¥É¥Ñ¥¹¤ÎºÇ½é¤Ë <dir> ¤òÄɲÃ\n"
23024 #~ " -idirafter <dir> ¥·¥¹¥Æ¥à¥¤¥ó¥¯¥ë¡¼¥É¥Ñ¥¹¤ÎËöÈø¤Ë <dir> ¤òÄɲÃ\n"
23025 #~ " -I <dir> ¼ç¥¤¥ó¥¯¥ë¡¼¥É¥Ñ¥¹¤ÎËöÈø¤Ë <dir> ¤òÄɲÃ\n"
23026 #~ " -I- ¤­¤áºÙ¤«¤Ê¥¤¥ó¥¯¥ë¡¼¥É¥Ñ¥¹À©¸æ; info ¤ò¸«¤è\n"
23027 #~ " -nostdinc ¥·¥¹¥Æ¥à¥¤¥ó¥¯¥ë¡¼¥É¥Ç¥£¥ì¥¯¥È¥ê¤òõ¤µ¤Ê¤¤\n"
23028 #~ " (-isystem ¤Ç»ØÄꤵ¤ì¤¿¤é»ÈÍѤµ¤ì¤Þ¤¹)\n"
23029 #~ " -nostdinc++ C++ ÍÑ¥·¥¹¥Æ¥à¥¤¥ó¥¯¥ë¡¼¥É¥Ç¥£¥ì¥¯¥È¥ê¤òõ¤µ¤Ê¤¤\n"
23030 #~ " -o <file> <file> ¤ËÂФ·¤Æ½ÐÎϤ¹¤ë\n"
23031 #~ " -pedantic ¸·Ì©¤Ê ANSI C ¤ÎÍ׵᤹¤ë·Ù¹ð¤òȯ¹Ô\n"
23032 #~ " -pedantic-errors -pedantic ¤Î·Ù¹ð¤ò¥¨¥é¡¼¤È¤·¤Æȯ¹Ô\n"
23033 #~ " -traditional K&R ¥×¥ê¥×¥í¥»¥Ã¥µ¤Î¿¶¤ëÉñ¤¤¤ËÄÉ¿ï\n"
23034 #~ " -trigraphs ANSI C ¥È¥é¥¤¥°¥é¥Õ¤ò¥µ¥Ý¡¼¥È\n"
23035 #~ " -lang-c ÆþÎϤò C ¤À¤È²¾Äꤹ¤ë\n"
23036 #~ " -lang-c89 ÆþÎϤò C89 ¤À¤È²¾Äꤹ¤ë\n"
23037 #~ " -lang-c++ ÆþÎϤò C++ ¤À¤È²¾Äꤹ¤ë\n"
23038 #~ " -lang-objc ÆþÎϤò ObjectiveC ¤À¤È²¾Äꤹ¤ë\n"
23039 #~ " -lang-objc++ ÆþÎϤò ObjectiveC++ ¤À¤È²¾Äꤹ¤ë\n"
23040 #~ " -lang-asm ÆþÎϤò assembler ¤À¤È²¾Äꤹ¤ë\n"
23041 #~ " -lang-fortran ÆþÎϤò Fortran ¤À¤È²¾Äꤹ¤ë\n"
23042 #~ " -lang-chill ÆþÎϤò Chill ¤À¤È²¾Äꤹ¤ë\n"
23043 #~ " -std=<std name> Ŭ¹ç¤¹¤ëɸ½à¤ò°Ê²¼¤«¤é°ì¤Ä»ØÄê;\n"
23044 #~ " gnu89, gnu99, c89, c99, iso9899:1990,\n"
23045 #~ " iso9899:199409, iso9899:1999\n"
23046 #~ " -+ C++ ¥¹¥¿¥¤¥ë¤Î¥Ñ¡¼¥¸¥ó¥°¤òµö²Ä\n"
23047 #~ " -w ·Ù¹ð¥á¥Ã¥»¡¼¥¸¤òÍÞÀ©¤¹¤ë\n"
23048 #~ " -Wtrigraphs ¥È¥é¥¤¥°¥é¥Õ¤ò¸«¤Ä¤±¤¿¤é·Ù¹ð¤¹¤ë\n"
23049 #~ " -Wno-trigraphs ¥È¥é¥¤¥°¥é¥Õ¤ò¸«¤Ä¤±¤Æ¤â·Ù¹ð¤·¤Ê¤¤\n"
23050 #~ " -Wcomment{s} ¥³¥á¥ó¥È¤ÎÃæ¤Ë¥³¥á¥ó¥È¤¬¤¢¤ì¤Ð·Ù¹ð¤¹¤ë\n"
23051 #~ " -Wno-comment{s} ¥³¥á¥ó¥È¤Ë´Ø¤¹¤ë·Ù¹ð¤ò¤·¤Ê¤¤\n"
23052 #~ " -Wtraditional -traditional ¤¬»ØÄꤵ¤ì¤¿¾ì¹ç¡¢¥Þ¥¯¥í°ú¿ô¤¬\n"
23053 #~ " ʸ»úÎó¤ËÊѹ¹¤µ¤ì¤ë¤è¤¦¤Ê¤é·Ù¹ð¤¹¤ë\n"
23054 #~ " -Wno-traditional ʸ»úÎó»ØÄê¤Ë´Ø¤·¤Æ·Ù¹ð¤·¤Ê¤¤\n"
23055 #~ " -Wundef #if ¤Ç̤ÄêµÁ¤Î¥Þ¥¯¥í¤¬»È¤ï¤ì¤Æ¤¤¤¿¤é·Ù¹ð¤¹¤ë\n"
23056 #~ " -Wno-undef ̤ÄêµÁ¥Þ¥¯¥í¤Î¥Æ¥¹¥È¤Ë¤Ä¤¤¤Æ·Ù¹ð¤·¤Ê¤¤\n"
23057 #~ " -Wimport #import ¤Î»ÈÍѤˤĤ¤¤Æ·Ù¹ð¤¹¤ë\n"
23058 #~ " -Wno-import #import ¤Î»ÈÍѤˤĤ¤¤Æ·Ù¹ð¤·¤Ê¤¤\n"
23059 #~ " -Werror Á´¤Æ¤Î·Ù¹ð¤ò¥¨¥é¡¼¤È¤·¤Æ°·¤¦\n"
23060 #~ " -Wno-error ·Ù¹ð¤ò¥¨¥é¡¼¤È¤·¤Æ°·¤ï¤Ê¤¤\n"
23061 #~ " -Wall Á´¤Æ¤Î¥×¥ê¥×¥í¥»¥Ã¥µ¤Î·Ù¹ð¤òÍ­¸ú¤Ë¤¹¤ë\n"
23062 #~ " -M make ¤Î°Í¸´Ø·¸¤òÀ¸À®¤¹¤ë\n"
23063 #~ " -MM -M ¤ÈƱ¤¸¤À¤¬¡¢¥·¥¹¥Æ¥à¥Ø¥Ã¥À¤Ï̵»ë¤¹¤ë\n"
23064 #~ " -MD -M ¤ÈƱ¤¸¤À¤¬¡¢.d ¥Õ¥¡¥¤¥ë¤Ë½ÐÎϤ¹¤ë\n"
23065 #~ " -MMD -MD ¤ÈƱ¤¸¤À¤¬¡¢¥·¥¹¥Æ¥à¥Ø¥Ã¥À¤Ï̵»ë¤¹¤ë\n"
23066 #~ " -MG ¸«¤Ä¤«¤é¤Ê¤¤¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤ÏÀ¸À®¤µ¤ì¤ë¤â¤Î¤È¤¹¤ë\n"
23067 #~ " -g3 #define ¤È #undef µ¿»÷Ì¿Îá¤ò½ÐÎϤ˴ޤá¤ë\n"
23068 #~ " -D<macro> <macro> ¤òÄêµÁ¤·¡¢Ê¸»úÎó '1' ¤ò¤½¤ÎÃͤȤ¹¤ë\n"
23069 #~ " -D<macro>=<val> <macro> ¤òÄêµÁ¤·¡¢<val> ¤ò¤½¤ÎÃͤȤ¹¤ë\n"
23070 #~ " -A<question> (<answer>) <question> ¤Ï <answer> ¤À¤ÈÃǸÀ¤¹¤ë\n"
23071 #~ " -A-<question> (<answer>) <question> ¤Ï <answer> ¤À¤È¤·¤Ê¤¤\n"
23072 #~ " -U<macro> <macro> ÄêµÁ¤ò¤ä¤á¤ë\n"
23073 #~ " -v ¥Ð¡¼¥¸¥ç¥óÈÖ¹æ¤òɽ¼¨¤¹¤ë\n"
23074 #~ " -H ÍøÍѤµ¤ì¤ë¥Ø¥Ã¥À¥Õ¥¡¥¤¥ë¤Î̾Á°¤òɽ¼¨¤¹¤ë\n"
23075 #~ " -C ¥³¥á¥ó¥È¤òÇË´þ¤·¤Ê¤¤\n"
23076 #~ " -dM ËöÈø¤ÇÍ­¸ú¤Ë¤Ê¤Ã¤Æ¤¤¤ë¥Þ¥¯¥íÄêµÁ¥ê¥¹¥È¤òɽ¼¨¤¹¤ë\n"
23077 #~ " -dD ½ÐÎϤ˥ޥ¯¥íÄêµÁ¤ò»Ä¤·¤Æ¤ª¤¯\n"
23078 #~ " -dN -dD ¤ÈƱ¤¸¤À¤¬¡¢Ì¾Á°¤À¤±¤ò»Ä¤·¤Æ¤ª¤¯\n"
23079 #~ " -dI #include µ¿»÷Ì¿Îá¤ò½ÐÎϤ˴ޤá¤ë\n"
23080 #~ " -ftabstop=<number> Êó¹ð¥«¥é¥à¤Î¥¿¥Ö´Ö³Ö¤ò»ØÄꤹ¤ë\n"
23081 #~ " -P #line µ¿»÷Ì¿Îá¤òÀ¸À®¤·¤Ê¤¤\n"
23082 #~ " -$ ¼±ÊÌ»Ò¤Ë '$' ¤òµö¤µ¤Ê¤¤\n"
23083 #~ " -remap ¥Õ¥¡¥¤¥ë¤ò include ¤¹¤ë¤È¤­¥Õ¥¡¥¤¥ë̾¤òºÆ¥Þ¥Ã¥×\n"
23084 #~ " --version ¥Ð¡¼¥¸¥ç¥ó¾ðÊó¤òɽ¼¨¤¹¤ë\n"
23085 #~ " -h or --help ¤³¤Î¾ðÊó¤òɽ¼¨¤¹¤ë\n"
23086
23087 #~ msgid "mark active in cpp_pop_buffer"
23088 #~ msgstr "cpp_pop_buffer ¤Ç¥Þ¡¼¥¯¤¬¥¢¥¯¥Æ¥£¥Ö"
23089
23090 #~ msgid "length < 0 in cpp_expand_to_buffer"
23091 #~ msgstr "cpp_expand_to_buffer Ãæ¤Ç length < 0"
23092
23093 #~ msgid "backslash-newline within line comment"
23094 #~ msgstr "¹Ô¥³¥á¥ó¥ÈÆâ¤Ë¥Ð¥Ã¥¯¥¹¥é¥Ã¥·¥å²þ¹Ô"
23095
23096 #~ msgid "C++ style comments are not allowed in traditional C"
23097 #~ msgstr "C++ ¥¹¥¿¥¤¥ë¤Î¥³¥á¥ó¥È¤ÏÅÁÅýŪ C ¤Ç¤Ïµö¤µ¤ì¤Þ¤»¤ó"
23098
23099 #~ msgid "embedded null character ignored"
23100 #~ msgstr "Ëä¤á¹þ¤Þ¤ì¤¿ null ʸ»ú¤Ï̵»ë¤µ¤ì¤Þ¤·¤¿"
23101
23102 #~ msgid "string constant runs past end of line"
23103 #~ msgstr "ʸ»úÎóÄê¿ô¤¬¹Ô¤Î½ª¤ï¤ê¤Ç½ªÃ¼¤·¤Æ¤¤¤Þ¤»¤ó"
23104
23105 #~ msgid "missing '>' in `#include <FILENAME>'"
23106 #~ msgstr "`#include <¥Õ¥¡¥¤¥ë̾>' ¤Ë '>' ¤¬¤¢¤ê¤Þ¤»¤ó"
23107
23108 #~ msgid "vertical tab in preprocessing directive"
23109 #~ msgstr "¥×¥ê¥×¥í¥»¥¹¥Ç¥£¥ì¥¯¥Æ¥£¥ô¤Ë¿âľ¥¿¥Öʸ»ú"
23110
23111 #~ msgid "form feed in preprocessing directive"
23112 #~ msgstr "¥×¥ê¥×¥í¥»¥¹¥Ç¥£¥ì¥¯¥Æ¥£¥ô¤Ë¥Õ¥©¡¼¥à¥Õ¥£¡¼¥É"
23113
23114 #~ msgid "null character preserved"
23115 #~ msgstr "¥Ì¥ëʸ»ú¤¬Êݤ¿¤ì¤Þ¤·¤¿"
23116
23117 #~ msgid "comment start split across lines"
23118 #~ msgstr "¥³¥á¥ó¥È³«»Ï¤¬¹Ô¤ò¤Þ¤¿¤¤¤Ç¤¤¤Þ¤¹"
23119
23120 #~ msgid "comment start '/*' split across lines"
23121 #~ msgstr "¥³¥á¥ó¥È³«»Ï '/*' ¤¬¹Ô¤ò¤Þ¤¿¤¤¤Ç¤¤¤Þ¤¹"
23122
23123 #~ msgid "comment end '*/' split across lines"
23124 #~ msgstr "¥³¥á¥ó¥È½ªÃ¼ '*/' ¤¬¹Ô¤ò¤Þ¤¿¤¤¤Ç¤¤¤Þ¤¹"
23125
23126 #~ msgid "handle_directive called on macro buffer"
23127 #~ msgstr "¥Þ¥¯¥í¥Ð¥Ã¥Õ¥¡¤Ç handle_directive ¤¬¸Æ¤Ð¤ì¤Þ¤·¤¿"
23128
23129 #~ msgid "ignoring #%s because of its indented #"
23130 #~ msgstr "¥¤¥ó¥Ç¥ó¥È¤µ¤ì¤¿ # ¤Ê¤Î¤Ç¡¢#%s ¤Ï̵»ë¤·¤Þ¤¹"
23131
23132 #~ msgid "ISO C does not allow #%s"
23133 #~ msgstr "ISO C ¤Ï #%s ¤òµö²Ä¤·¤Þ¤»¤ó"
23134
23135 #~ msgid "redefining poisoned `%.*s'"
23136 #~ msgstr "±øÀ÷¤µ¤ì¤¿ `%.*s' ¤òºÆÄêµÁ"
23137
23138 #~ msgid "garbage at end of #line"
23139 #~ msgstr "#line ¥³¥Þ¥ó¥É¤ÎºÇ¸å¤Ë¥´¥ß"
23140
23141 #~ msgid "second token after #line is not a string"
23142 #~ msgstr "#line ¤Î¸å¤ÎÆó¤ÄÌܤΥȡ¼¥¯¥ó¤¬Ê¸»úÎó¤Ç¤Ï¤¢¤ê¤Þ¤»¤ó"
23143
23144 #~ msgid "junk on line after #undef"
23145 #~ msgstr "#undef ¤Î¸å¤Î¹Ô¤Ë¥´¥ß"
23146
23147 #~ msgid "cannot undefine poisoned \"%s\""
23148 #~ msgstr "±øÀ÷¤µ¤ì¤¿ \"%s\" ¤ò undefine ¤Ç¤­¤Þ¤»¤ó"
23149
23150 #~ msgid "#%s with invalid argument"
23151 #~ msgstr "̵¸ú¤Ê°ú¿ô¤ò»ý¤Ã¤¿ #%s"
23152
23153 #~ msgid "Cannot duplicate non-existant exception region."
23154 #~ msgstr "¸ºß¤·¤Ê¤¤Îã³°Îΰè¤òÊ£À½¤¹¤ë¤³¤È¤Ï¤Ç¤­¤Þ¤»¤ó¡£"
23155
23156 #~ msgid "Never issued previous false_label"
23157 #~ msgstr "Á°¤Î false_label ¤Ï·è¤·¤Æȯ¹Ô¤µ¤ì¤Þ¤»¤ó"
23158
23159 #~ msgid "file path prefix `%s%s' never used"
23160 #~ msgstr "¥Õ¥¡¥¤¥ë¥Ñ¥¹¤Î¥×¥ì¥Õ¥£¥Ã¥¯¥¹ `%s%s' ¤ÏÁ´¤¯»È¤ï¤ì¤Þ¤»¤ó"
23161
23162 #~ msgid "file path prefix `%s' never used"
23163 #~ msgstr "¥Õ¥¡¥¤¥ë¥Ñ¥¹¤Î¥×¥ì¥Õ¥£¥Ã¥¯¥¹ `%s' ¤ÏÁ´¤¯»È¤ï¤ì¤Þ¤»¤ó"
23164
23165 #~ msgid "%s: option `--%s' doesn't allow an argument\n"
23166 #~ msgstr "%s: ¥ª¥×¥·¥ç¥ó `--%s' ¤Ë°ú¿ô¤Ï¤¢¤ê¤Þ¤»¤ó\n"
23167
23168 #~ msgid "%s: option `%c%s' doesn't allow an argument\n"
23169 #~ msgstr "%s: ¥ª¥×¥·¥ç¥ó `%c%s' ¤Ë°ú¿ô¤Ï¤¢¤ê¤Þ¤»¤ó\n"
23170
23171 #~ msgid "%s: option `%s' requires an argument\n"
23172 #~ msgstr "%s: ¥ª¥×¥·¥ç¥ó `%s' ¤Ë¤Ï°ú¿ô¤¬É¬ÍפǤ¹\n"
23173
23174 #~ msgid "%s: unrecognized option `--%s'\n"
23175 #~ msgstr "%s: ǧ¼±ÉÔǽ¤Ê¥ª¥×¥·¥ç¥ó `--%s'\n"
23176
23177 #~ msgid "%s: unrecognized option `%c%s'\n"
23178 #~ msgstr "%s: ǧ¼±ÉÔǽ¤Ê¥ª¥×¥·¥ç¥ó `%c%s'\n"
23179
23180 #~ msgid "%s: illegal option -- %c\n"
23181 #~ msgstr "%s: ÉÔÀµ¤Ê¥ª¥×¥·¥ç¥ó -- %c\n"
23182
23183 #~ msgid "%s: invalid option -- %c\n"
23184 #~ msgstr "%s: ̵¸ú¤Ê¥ª¥×¥·¥ç¥ó -- %c\n"
23185
23186 #~ msgid "%s: option requires an argument -- %c\n"
23187 #~ msgstr "%s: ¥ª¥×¥·¥ç¥ó¤Ë¤Ï°ú¿ô¤¬É¬ÍפǤ¹ -- %c\n"
23188
23189 #~ msgid "%s: option `-W %s' doesn't allow an argument\n"
23190 #~ msgstr "%s: ¥ª¥×¥·¥ç¥ó `-W %s' ¤Ë°ú¿ô¤Ï¤¢¤ê¤Þ¤»¤ó\n"
23191
23192 #~ msgid "Objective-C text in C source file"
23193 #~ msgstr "C ¤Î¥½¡¼¥¹¥Õ¥¡¥¤¥ëÃæ¤Ë Objective-C ¤Îʸ»úÎó"
23194
23195 #~ msgid "statically allocated objects not supported"
23196 #~ msgstr "¥ª¥Ö¥¸¥§¥¯¥È¤ÎÀÅŪ¤Ê³äÅö¤Æ¤Ï¥µ¥Ý¡¼¥È¤µ¤ì¤Æ¤¤¤Þ¤»¤ó"
23197
23198 #~ msgid "output pipe has been closed"
23199 #~ msgstr "½ÐÎϤΥѥ¤¥×¤¬ÊĤ¸¤é¤ì¤Þ¤·¤¿"
23200
23201 #~ msgid "Unknown stab %s: : 0x%x\n"
23202 #~ msgstr "ÉÔÌÀ¤Ê¥¹¥¿¥Ö %s: : 0x%x\n"