25b65ac9d3784c1b5ec450eadbafd6fd937f283c
[mono.git] / po / mcs / ja.po
1 msgid ""
2 msgstr ""
3 "Project-Id-Version: \n"
4 "Report-Msgid-Bugs-To: http://www.mono-project.com/Bugs\n"
5 "POT-Creation-Date: 2013-03-14 16:44+0100\n"
6 "PO-Revision-Date: \n"
7 "Last-Translator: Atsushi Eno <atsushi@ximian.com>\n"
8 "Language-Team: \n"
9 "Language: ja\n"
10 "MIME-Version: 1.0\n"
11 "Content-Type: text/plain; charset=UTF-8\n"
12 "Content-Transfer-Encoding: 8bit\n"
13 "X-Poedit-Language: Japanese\n"
14
15 #: mcs/mcs/anonymous.cs:998
16 #, csharp-format
17 msgid "Cannot convert `{0}' to an expression tree of non-delegate type `{1}'"
18 msgstr "`{0}' をデリゲートでない型 `{1}' の式ツリーに変換できません"
19
20 #: mcs/mcs/anonymous.cs:1003
21 #, csharp-format
22 msgid "Cannot convert `{0}' to non-delegate type `{1}'"
23 msgstr "`{0}' をデリゲートでない型 `{1}'に変換できません"
24
25 #: mcs/mcs/anonymous.cs:1015
26 #, csharp-format
27 msgid ""
28 "Cannot convert `{0}' to delegate type `{1}' since there is a parameter "
29 "mismatch"
30 msgstr "パラメータ不一致のため、`{0}' をデリゲート型 `{1}'に変換できません"
31
32 #: mcs/mcs/anonymous.cs:1027 mcs/mcs/ecore.cs:5132
33 #, csharp-format
34 msgid "Delegate `{0}' does not take `{1}' arguments"
35 msgstr "デリゲート `{0}' は `{1}' 個の引数をもちません"
36
37 #: mcs/mcs/anonymous.cs:1042
38 #, csharp-format
39 msgid "Parameter `{0}' should not be declared with the `{1}' keyword"
40 msgstr "パラメータ `{0}' は `{1}' キーワードで宣言されるべきではありません"
41
42 #: mcs/mcs/anonymous.cs:1045
43 #, csharp-format
44 msgid "Parameter `{0}' must be declared with the `{1}' keyword"
45 msgstr "パラメータ `{0}' は `{1}' キーワードで宣言されなければなりません"
46
47 #: mcs/mcs/anonymous.cs:1066
48 #, csharp-format
49 msgid "Parameter `{0}' is declared as type `{1}' but should be `{2}'"
50 msgstr ""
51 "パラメータ `{0}' は型 `{1}' として宣言されていますが、 `{2}' であるはずです"
52
53 #: mcs/mcs/anonymous.cs:1212
54 #, fuzzy
55 msgid "Async lambda expressions cannot be converted to expression trees"
56 msgstr "匿名メソッドを式ツリーに変換することはできません"
57
58 #: mcs/mcs/anonymous.cs:1261
59 msgid "An anonymous method cannot be converted to an expression tree"
60 msgstr "匿名メソッドを式ツリーに変換することはできません"
61
62 #: mcs/mcs/anonymous.cs:1280
63 #, fuzzy, csharp-format
64 msgid ""
65 "Cannot convert anonymous method block without a parameter list to delegate "
66 "type `{0}' because it has one or more `out' parameters"
67 msgstr ""
68 "デリゲート型 `{0}' には引数に`out'パラメータがあるので、パラメータリスト無し"
69 "では匿名メソッドのブロックから変換できません"
70
71 #: mcs/mcs/anonymous.cs:1304
72 msgid ""
73 "Anonymous methods and lambda expressions cannot be used in the current "
74 "context"
75 msgstr "匿名メソッドとラムダ式は現在の文脈では使用できません"
76
77 #: mcs/mcs/anonymous.cs:1347
78 #, fuzzy, csharp-format
79 msgid ""
80 "Local variable or parameter `{0}' cannot have their address taken and be "
81 "used inside an anonymous method, lambda expression or query expression"
82 msgstr ""
83 "ローカル変数またはパラメータである `{0}' は、そのアドレスを取得して匿名メソッ"
84 "ドあるいはラムダ式の中で使用することができません"
85
86 #: mcs/mcs/anonymous.cs:1367
87 #, fuzzy, csharp-format
88 msgid "Cannot convert async {0} to delegate type `{1}'"
89 msgstr "`{0}' をデリゲートでない型 `{1}'に変換できません"
90
91 #: mcs/mcs/anonymous.cs:1615
92 msgid "An expression tree cannot contain an anonymous method expression"
93 msgstr "式ツリーに匿名メソッド式を含むことはできません"
94
95 #: mcs/mcs/anonymous.cs:1902
96 #, csharp-format
97 msgid ""
98 "`{0}': An anonymous type cannot have multiple properties with the same name"
99 msgstr "`{0}': 匿名型は同一の名前で複数のプロパティをもつことができません"
100
101 #: mcs/mcs/argument.cs:102
102 #, fuzzy
103 msgid ""
104 "An expression tree cannot contain an invocation which uses optional parameter"
105 msgstr "式ツリーは代入オペレータを含むことができません"
106
107 #: mcs/mcs/argument.cs:234
108 #, fuzzy
109 msgid "An expression tree cannot contain named argument"
110 msgstr "式ツリーは代入オペレータを含むことができません"
111
112 #: mcs/mcs/argument.cs:345
113 #, csharp-format
114 msgid ""
115 "The method group `{0}' cannot be used as an argument of dynamic operation. "
116 "Consider using parentheses to invoke the method"
117 msgstr ""
118
119 #: mcs/mcs/argument.cs:349
120 #, fuzzy
121 msgid ""
122 "An anonymous method or lambda expression cannot be used as an argument of "
123 "dynamic operation. Consider using a cast"
124 msgstr "匿名メソッドとラムダ式は現在の文脈では使用できません"
125
126 #: mcs/mcs/argument.cs:352
127 #, fuzzy, csharp-format
128 msgid ""
129 "An expression of type `{0}' cannot be used as an argument of dynamic "
130 "operation"
131 msgstr "式ツリーは代入オペレータを含むことができません"
132
133 #: mcs/mcs/assign.cs:326
134 msgid "An expression tree cannot contain an assignment operator"
135 msgstr "式ツリーは代入オペレータを含むことができません"
136
137 #: mcs/mcs/assign.cs:693
138 #, csharp-format
139 msgid "Cannot assign to `{0}' because it is a `{1}'"
140 msgstr ""
141
142 #: mcs/mcs/assembly.cs:282
143 msgid "Invalid type specified as an argument for TypeForwardedTo attribute"
144 msgstr ""
145
146 #: mcs/mcs/assembly.cs:290
147 #, fuzzy, csharp-format
148 msgid "A duplicate type forward of type `{0}'"
149 msgstr "属性の引数名 '{0}' が重複しています"
150
151 #: mcs/mcs/assembly.cs:299
152 #, csharp-format
153 msgid "Cannot forward type `{0}' because it is defined in this assembly"
154 msgstr ""
155
156 #: mcs/mcs/assembly.cs:305
157 #, fuzzy, csharp-format
158 msgid "Cannot forward type `{0}' because it is a nested type"
159 msgstr "`{0}' は型パラメータであるため、ここから派生することはできません"
160
161 #: mcs/mcs/assembly.cs:334
162 #, csharp-format
163 msgid ""
164 "Friend assembly reference `{0}' is invalid. InternalsVisibleTo declarations "
165 "cannot have a version, culture or processor architecture specified"
166 msgstr ""
167
168 #: mcs/mcs/assembly.cs:342
169 #, csharp-format
170 msgid ""
171 "Friend assembly reference `{0}' is invalid. Strong named assemblies must "
172 "specify a public key in their InternalsVisibleTo declarations"
173 msgstr ""
174
175 #: mcs/mcs/assembly.cs:377
176 #, csharp-format
177 msgid "Referenced assembly `{0}' does not have a strong name"
178 msgstr ""
179
180 #: mcs/mcs/assembly.cs:383
181 #, csharp-format
182 msgid "Referenced assembly `{0}' has different culture setting of `{1}'"
183 msgstr ""
184
185 #: mcs/mcs/assembly.cs:398
186 #, csharp-format
187 msgid ""
188 "Friend access was granted to `{0}', but the output assembly is named `{1}'. "
189 "Try adding a reference to `{0}' or change the output assembly name to match "
190 "it"
191 msgstr ""
192
193 #: mcs/mcs/assembly.cs:412
194 msgid ""
195 "Could not sign the assembly. ECMA key can only be used to delay-sign "
196 "assemblies"
197 msgstr ""
198
199 #: mcs/mcs/assembly.cs:655
200 msgid ""
201 "Added modules must be marked with the CLSCompliant attribute to match the "
202 "assembly"
203 msgstr ""
204 "追加されるモジュールは、アセンブリに適合するCLSCompliant属性でマークされなけ"
205 "ればなりません"
206
207 #: mcs/mcs/assembly.cs:690 mcs/mcs/assembly.cs:705
208 #, csharp-format
209 msgid ""
210 "Option `{0}' overrides attribute `{1}' given in a source file or added module"
211 msgstr ""
212
213 #: mcs/mcs/assembly.cs:740
214 msgid "Delay signing was requested but no key file was given"
215 msgstr ""
216
217 #: mcs/mcs/assembly.cs:761
218 msgid "Cannot link resource file when building a module"
219 msgstr ""
220
221 #: mcs/mcs/assembly.cs:766
222 #, csharp-format
223 msgid "Error reading resource file `{0}'"
224 msgstr ""
225
226 #: mcs/mcs/assembly.cs:836
227 msgid "Could not write to file `"
228 msgstr ""
229
230 #: mcs/mcs/assembly.cs:880
231 #, fuzzy
232 msgid "Cannot specify -main if building a module or library"
233 msgstr "インデクサを含む型には`DefaultMember'属性を指定できません"
234
235 #: mcs/mcs/assembly.cs:906
236 #, csharp-format
237 msgid "Could not find `{0}' specified for Main method"
238 msgstr ""
239
240 #: mcs/mcs/assembly.cs:912
241 #, fuzzy, csharp-format
242 msgid "`{0}' specified for Main method must be a valid class or struct"
243 msgstr "`{0}': 拡張メソッドはstaticで宣言されなければなりません"
244
245 #: mcs/mcs/assembly.cs:916
246 #, fuzzy, csharp-format
247 msgid "`{0}' does not have a suitable static Main method"
248 msgstr "キーワード `new' は名前空間要素で認められていません"
249
250 #: mcs/mcs/assembly.cs:919
251 #, csharp-format
252 msgid ""
253 "Program `{0}' does not contain a static `Main' method suitable for an entry "
254 "point"
255 msgstr ""
256
257 #: mcs/mcs/assembly.cs:938
258 msgid "Error during assembly signing. "
259 msgstr ""
260
261 #: mcs/mcs/assembly.cs:1123
262 #, csharp-format
263 msgid "Metadata file `{0}' could not be found"
264 msgstr ""
265
266 #: mcs/mcs/assembly.cs:1128
267 #, fuzzy, csharp-format
268 msgid "Metadata file `{0}' does not contain valid metadata"
269 msgstr "デリゲート `{0}' は `{1}' 個の引数をもちません"
270
271 #: mcs/mcs/assembly.cs:1134
272 #, fuzzy, csharp-format
273 msgid ""
274 "Referenced assembly file `{0}' is a module. Consider using `-addmodule' "
275 "option to add the module"
276 msgstr ""
277 "参照ファイル `{0}' はアセンブリではありません。代わりに`-addmodule' オプショ"
278 "ンを使用してみてください"
279
280 #: mcs/mcs/assembly.cs:1141
281 #, fuzzy, csharp-format
282 msgid ""
283 "Added module file `{0}' is an assembly. Consider using `-r' option to "
284 "reference the file"
285 msgstr ""
286 "参照ファイル `{0}' はアセンブリではありません。代わりに`-addmodule' オプショ"
287 "ンを使用してみてください"
288
289 #: mcs/mcs/async.cs:72
290 msgid "The `await' operator cannot be used in the body of a lock statement"
291 msgstr ""
292
293 #: mcs/mcs/async.cs:77
294 msgid "The `await' operator cannot be used in an unsafe context"
295 msgstr ""
296
297 #: mcs/mcs/async.cs:147
298 #, csharp-format
299 msgid ""
300 "Cannot await void method `{0}'. Consider changing method return type to "
301 "`Task'"
302 msgstr ""
303
304 #: mcs/mcs/async.cs:150
305 #, csharp-format
306 msgid "Cannot await `{0}' expression"
307 msgstr ""
308
309 #: mcs/mcs/async.cs:295
310 #, csharp-format
311 msgid ""
312 "The awaiter type `{0}' must have suitable IsCompleted and GetResult members"
313 msgstr ""
314
315 #: mcs/mcs/async.cs:303
316 msgid ""
317 "The `await' operator may only be used in a query expression within the first "
318 "collection expression of the initial `from' clause or within the collection "
319 "expression of a `join' clause"
320 msgstr ""
321
322 #: mcs/mcs/async.cs:336
323 #, csharp-format
324 msgid "The `await' operand type `{0}' must have suitable GetAwaiter method"
325 msgstr ""
326
327 #: mcs/mcs/async.cs:352
328 #, fuzzy, csharp-format
329 msgid "The awaiter type `{0}' must implement interface `{1}'"
330 msgstr ""
331 "Conditionalメンバ `{0}' はインターフェースメンバ `{1}' を実装できません"
332
333 #: mcs/mcs/async.cs:586
334 msgid ""
335 "Cannot find compiler required types for asynchronous functions support. Are "
336 "you targeting the wrong framework version?"
337 msgstr ""
338
339 #: mcs/mcs/attribute.cs:228
340 #, csharp-format
341 msgid ""
342 "`{0}' is not a valid named attribute argument. Named attribute arguments "
343 "must be fields which are not readonly, static, const or read-write "
344 "properties which are public and not static"
345 msgstr ""
346 "`{0}' は有効な名前付き属性の引数ではありません。名前付き属性の引数は、読み込"
347 "み専用ではなくstaticでも定数でもないフィールドか、またはpublicでstaticではな"
348 "い読み書き可能なプロパティでなければなりません"
349
350 #: mcs/mcs/attribute.cs:237
351 #, csharp-format
352 msgid ""
353 "`{0}' is not a valid named attribute argument because it is not a valid "
354 "attribute parameter type"
355 msgstr ""
356 "`{0}' は、有効な属性パラメータ型ではないため、有効な名前付き属性の引数ではあ"
357 "りません"
358
359 #: mcs/mcs/attribute.cs:243
360 #, fuzzy
361 msgid "An attribute argument cannot be dynamic expression"
362 msgstr "匿名メソッドを式ツリーに変換することはできません"
363
364 #: mcs/mcs/attribute.cs:248
365 msgid "The Guid attribute must be specified with the ComImport attribute"
366 msgstr "Guid属性はComImport属性とともに指定されなければなりません"
367
368 #: mcs/mcs/attribute.cs:253
369 #, csharp-format
370 msgid "Do not use `{0}' directly. Use parameter modifier `this' instead"
371 msgstr ""
372 "`{0}' を直接使用せず、代わりにパラメータ修飾子 `this' を使用してください"
373
374 #: mcs/mcs/attribute.cs:258
375 #, fuzzy, csharp-format
376 msgid "Do not use `{0}' directly. Use `dynamic' keyword instead"
377 msgstr ""
378 "`{0}' を直接使用せず、代わりにパラメータ修飾子 `this' を使用してください"
379
380 #: mcs/mcs/attribute.cs:267
381 #, csharp-format
382 msgid "Error during emitting `{0}' attribute. The reason is `{1}'"
383 msgstr "`{0}' の属性の出力中にエラーが発生しました。理由: '{1}'"
384
385 #: mcs/mcs/attribute.cs:321
386 #, fuzzy, csharp-format
387 msgid ""
388 "`{0}' is ambiguous between `{1}' and `{2}'. Use either `@{0}' or `{0}"
389 "Attribute'"
390 msgstr ""
391 "`{0} は `{0}' と `{0}Attribute' の間で曖昧です。`@{0}' または `{0}Attribute' "
392 "を使用してください"
393
394 #: mcs/mcs/attribute.cs:348 mcs/mcs/attribute.cs:354
395 #, csharp-format
396 msgid "`{0}': is not an attribute class"
397 msgstr "`{0}' は属性クラスではありません"
398
399 #: mcs/mcs/attribute.cs:446
400 #, csharp-format
401 msgid "Cannot apply attribute class `{0}' because it is abstract"
402 msgstr "属性クラス `{0}' はabstractなので適用できません"
403
404 #: mcs/mcs/attribute.cs:517
405 #, fuzzy, csharp-format
406 msgid "Duplicate named attribute `{0}' argument"
407 msgstr "属性の引数名 '{0}' が重複しています"
408
409 #: mcs/mcs/attribute.cs:976
410 #, csharp-format
411 msgid ""
412 "The attribute `{0}' is not valid on this declaration type. It is valid on `"
413 "{1}' declarations only"
414 msgstr "属性 `{0}' はこの宣言型では無効です。 `{1}' の宣言でのみ有効です"
415
416 #: mcs/mcs/attribute.cs:998
417 #, csharp-format
418 msgid "The argument to the `{0}' attribute must be a valid identifier"
419 msgstr "`{0}' 属性への引数は有効な識別子である必要があります"
420
421 #: mcs/mcs/attribute.cs:1012
422 #, fuzzy, csharp-format
423 msgid "Invalid value for argument to `{0}' attribute"
424 msgstr "`System.AttributeUsage' 属性への無効な引数値です"
425
426 #: mcs/mcs/attribute.cs:1276
427 #, csharp-format
428 msgid "The attribute `{0}' cannot be applied multiple times"
429 msgstr "属性 `{0}' は複数回指定することができません"
430
431 #: mcs/mcs/attribute.cs:1582
432 #, csharp-format
433 msgid "`{0}' is obsolete: `{1}'"
434 msgstr "`{0}'は廃止されています: `{1}'"
435
436 #: mcs/mcs/cs-tokenizer.cs:804
437 msgid ""
438 "The `partial' modifier can be used only immediately before `class', "
439 "`struct', `interface', or `void' keyword"
440 msgstr ""
441 "`partial' 修飾子は `class'、`struct'、`interface'、`void' キーワードの直前で"
442 "のみ使用できます"
443
444 #: mcs/mcs/cs-tokenizer.cs:1496 mcs/mcs/cs-tokenizer.cs:1559
445 msgid "Invalid number"
446 msgstr "無効な数値です"
447
448 #: mcs/mcs/cs-tokenizer.cs:1774
449 #, csharp-format
450 msgid "Unrecognized escape sequence `\\{0}'"
451 msgstr "認識できないエスケープシーケンス `\\{0}' です"
452
453 #: mcs/mcs/cs-tokenizer.cs:1793
454 msgid "Unrecognized escape sequence"
455 msgstr "認識できないエスケープシーケンスです"
456
457 #: mcs/mcs/cs-tokenizer.cs:2062
458 #, fuzzy
459 msgid "Filename, single-line comment or end-of-line expected"
460 msgstr "1行コメントまたは行末が必要です"
461
462 #: mcs/mcs/cs-tokenizer.cs:2111
463 #, fuzzy
464 msgid "Missing identifier to pre-processor directive"
465 msgstr "プリプロセッサ指令の識別子がありません"
466
467 #: mcs/mcs/cs-tokenizer.cs:2121 mcs/mcs/cs-tokenizer.cs:2125
468 #, csharp-format
469 msgid "Identifier expected: {0}"
470 msgstr "識別子が必要です: {0}"
471
472 #: mcs/mcs/cs-tokenizer.cs:2631
473 #, fuzzy
474 msgid "Integral constant is too large"
475 msgstr "数値定数が長すぎます"
476
477 #: mcs/mcs/cs-tokenizer.cs:2636
478 msgid "Invalid preprocessor directive"
479 msgstr "無効なプリプロセッサ指令です"
480
481 #: mcs/mcs/cs-tokenizer.cs:2643
482 #, csharp-format
483 msgid "Unexpected processor directive ({0})"
484 msgstr "予期しないプリプロセッサ指令です({0})"
485
486 #: mcs/mcs/cs-tokenizer.cs:2649
487 msgid ""
488 "Cannot define or undefine preprocessor symbols after first token in file"
489 msgstr ""
490 "ファイル中の最初のトークンの出現後は、プリプロセッサシンボルを定義または定義"
491 "解除することはできません"
492
493 #: mcs/mcs/cs-tokenizer.cs:2655
494 msgid ""
495 "Preprocessor directives must appear as the first non-whitespace character on "
496 "a line"
497 msgstr ""
498 "プリプロセッサ指令は、1行の中で、最初の空白でない文字として出現しなければなり"
499 "ません"
500
501 #: mcs/mcs/cs-tokenizer.cs:2660
502 msgid "Single-line comment or end-of-line expected"
503 msgstr "1行コメントまたは行末が必要です"
504
505 #: mcs/mcs/cs-tokenizer.cs:2705 mcs/mcs/cs-tokenizer.cs:3740
506 msgid "Expected `#endif' directive"
507 msgstr "`#endif' 指令が必要です"
508
509 #: mcs/mcs/cs-tokenizer.cs:2738 mcs/mcs/cs-tokenizer.cs:2759
510 #: mcs/mcs/cs-tokenizer.cs:2790 mcs/mcs/cs-tokenizer.cs:3738
511 msgid "#endregion directive expected"
512 msgstr "#endregion指令が必要です"
513
514 #: mcs/mcs/cs-tokenizer.cs:2837
515 msgid "Wrong preprocessor directive"
516 msgstr "正しくないプリプロセッサ指令です"
517
518 #: mcs/mcs/cs-tokenizer.cs:2849
519 #, csharp-format
520 msgid "#error: '{0}'"
521 msgstr "#error: `{0}'"
522
523 #: mcs/mcs/cs-tokenizer.cs:2867
524 msgid "The line number specified for #line directive is missing or invalid"
525 msgstr "#line指令で指定される行番号が無いか、または無効です"
526
527 #: mcs/mcs/cs-tokenizer.cs:2929 mcs/mcs/cs-tokenizer.cs:3575
528 msgid "Newline in constant"
529 msgstr "定数の中に改行文字が含まれています"
530
531 #: mcs/mcs/cs-tokenizer.cs:2955
532 msgid "Unterminated string literal"
533 msgstr "文字列に終端がありません"
534
535 #: mcs/mcs/cs-tokenizer.cs:3032
536 msgid "Identifier too long (limit is 512 chars)"
537 msgstr "識別子が長すぎます(最大512文字)"
538
539 #: mcs/mcs/cs-tokenizer.cs:3415
540 msgid "End-of-file found, '*/' expected"
541 msgstr "ファイルの終端に到達しましたが、 '*/' が必要です"
542
543 #: mcs/mcs/cs-tokenizer.cs:3524
544 msgid "Keyword, identifier, or string expected after verbatim specifier: @"
545 msgstr "厳密指定子@の直後には、キーワード、識別子または文字列が必要です"
546
547 #: mcs/mcs/cs-tokenizer.cs:3545
548 #, fuzzy, csharp-format
549 msgid "Unexpected character `{0}'"
550 msgstr "`{0}' が必要です"
551
552 #: mcs/mcs/cs-tokenizer.cs:3570
553 msgid "Empty character literal"
554 msgstr ""
555
556 #: mcs/mcs/cs-tokenizer.cs:3591
557 msgid "Too many characters in character literal"
558 msgstr ""
559
560 #: mcs/mcs/cfold.cs:73
561 msgid "The operation overflows at compile time in checked mode"
562 msgstr "チェックモードでコンパイル時オーバーフロー演算を発見しました"
563
564 #: mcs/mcs/cfold.cs:329 mcs/mcs/expression.cs:3559
565 #, csharp-format
566 msgid "Operator `{0}' is ambiguous on operands of type `{1}' and `{2}'"
567 msgstr ""
568
569 #: mcs/mcs/cfold.cs:782 mcs/mcs/cfold.cs:868
570 msgid "Division by constant zero"
571 msgstr "定数0による除算があります"
572
573 #: mcs/mcs/class.cs:138
574 #, csharp-format
575 msgid ""
576 "Partial declarations of `{0}' must be all classes, all structs or all "
577 "interfaces"
578 msgstr ""
579 "部分的な `{0}' の宣言は全てが、クラス、構造体、インターフェースのいずれかであ"
580 "ることが必要です"
581
582 #: mcs/mcs/class.cs:147
583 #, csharp-format
584 msgid "Partial declarations of `{0}' have conflicting accessibility modifiers"
585 msgstr "部分的な `{0}' の宣言に、矛盾するアクセス修飾子が含まれています"
586
587 #: mcs/mcs/class.cs:157
588 #, csharp-format
589 msgid ""
590 "Partial declarations of `{0}' must have the same type parameter names in the "
591 "same order"
592 msgstr ""
593 "`{0}' の部分的な宣言では、同一の型パラメータ名を同一の順序で定義しなければな"
594 "りません"
595
596 #: mcs/mcs/class.cs:164
597 #, fuzzy, csharp-format
598 msgid ""
599 "Partial declarations of `{0}' must have the same type parameter variance "
600 "modifiers"
601 msgstr ""
602 "`{0}' の部分的な宣言では、同一の型パラメータ名を同一の順序で定義しなければな"
603 "りません"
604
605 #: mcs/mcs/class.cs:338
606 #, csharp-format
607 msgid ""
608 "Missing partial modifier on declaration of type `{0}'. Another partial "
609 "declaration of this type exists"
610 msgstr ""
611
612 #: mcs/mcs/class.cs:744
613 #, csharp-format
614 msgid ""
615 "`{0}': explicit interface declaration can only be declared in a class or "
616 "struct"
617 msgstr ""
618 "`{0}': インターフェースの明示的な実装は、クラスまたは構造体でのみ宣言できます"
619
620 #: mcs/mcs/class.cs:803
621 #, csharp-format
622 msgid "Duplicate type parameter `{0}'"
623 msgstr ""
624
625 #: mcs/mcs/class.cs:806
626 #, csharp-format
627 msgid "The type `{0}' already contains a definition for `{1}'"
628 msgstr ""
629
630 #: mcs/mcs/class.cs:872
631 msgid ""
632 "Cannot specify the `DefaultMember' attribute on type containing an indexer"
633 msgstr "インデクサを含む型には`DefaultMember'属性を指定できません"
634
635 #: mcs/mcs/class.cs:877
636 msgid "The RequiredAttribute attribute is not permitted on C# types"
637 msgstr ""
638
639 #: mcs/mcs/class.cs:1103
640 #, fuzzy, csharp-format
641 msgid "Class `{0}' cannot derive from the dynamic type"
642 msgstr "`{0}' は特別なクラス `{1}' から派生することはできません"
643
644 #: mcs/mcs/class.cs:1120
645 #, csharp-format
646 msgid "`{0}' is already listed in interface list"
647 msgstr "`{0}'は既にインターフェースのリストに含まれています"
648
649 #: mcs/mcs/class.cs:1128
650 #, csharp-format
651 msgid ""
652 "Inconsistent accessibility: base interface `{0}' is less accessible than "
653 "interface `{1}'"
654 msgstr ""
655 "一貫性の無いアクセス修飾子です: 基底インターフェース `{0}' はインターフェー"
656 "ス `{1}' よりもアクセスが限定的です"
657
658 #: mcs/mcs/class.cs:1134
659 #, csharp-format
660 msgid "Type `{0}' in interface list is not an interface"
661 msgstr ""
662 "インターフェースリストに含まれる型 `{0}' はインターフェースではありません"
663
664 #: mcs/mcs/class.cs:1136
665 #, csharp-format
666 msgid "`{0}': Classes cannot have multiple base classes (`{1}' and `{2}')"
667 msgstr ""
668 "`{0}': クラスには複数の基底クラスを指定することはできません(`{1}' と `{2}')"
669
670 #: mcs/mcs/class.cs:1139
671 #, csharp-format
672 msgid "`{0}': Base class `{1}' must be specified as first"
673 msgstr "`{0}': 基底クラス `{1}' が先に指定されなければなりません"
674
675 #: mcs/mcs/class.cs:1200
676 #, csharp-format
677 msgid ""
678 "The operator `{0}' requires a matching operator `{1}' to also be defined"
679 msgstr "演算子 `{0}' は対応する演算子 `{1}' の定義も必要とします"
680
681 #: mcs/mcs/class.cs:1444
682 #, csharp-format
683 msgid "Partial declarations of `{0}' must not specify different base classes"
684 msgstr "`{0}' の部分的な宣言の間で、別々の基底クラスを指定することはできません"
685
686 #: mcs/mcs/class.cs:1488
687 #, csharp-format
688 msgid ""
689 "Inherited interface `{0}' causes a cycle in the interface hierarchy of `{1}'"
690 msgstr ""
691 "継承されたインターフェース `{0}' で、`{1}' のインターフェース階層構造の循環定"
692 "義が生じています"
693
694 #: mcs/mcs/class.cs:1495
695 #, csharp-format
696 msgid "Circular base class dependency involving `{0}' and `{1}'"
697 msgstr "`{0}' と `{1}' の間で基底クラスの循環依存が生じています"
698
699 #: mcs/mcs/class.cs:1686
700 #, csharp-format
701 msgid ""
702 "Partial declarations of `{0}' have inconsistent constraints for type "
703 "parameter `{1}'"
704 msgstr ""
705 "`{0}' の部分的な宣言の間で、型パラメータ `{1}' について一貫性のない制約が含ま"
706 "れています"
707
708 #: mcs/mcs/class.cs:1792
709 #, fuzzy, csharp-format
710 msgid "`{0}': cannot implement a dynamic interface `{1}'"
711 msgstr "`{0}' を含む型はインターフェース `{1}' を実装しません"
712
713 #: mcs/mcs/class.cs:1807
714 #, csharp-format
715 msgid ""
716 "`{0}' cannot implement both `{1}' and `{2}' because they may unify for some "
717 "type parameter substitutions"
718 msgstr ""
719 "`{0}' は `{1}' と `{2}' が型パラメータ置換後に重複する可能性があるため、これ"
720 "らの両方を実装することはできません"
721
722 #: mcs/mcs/class.cs:1831
723 #, csharp-format
724 msgid ""
725 "A generic type cannot derive from `{0}' because it is an attribute class"
726 msgstr ""
727 "`{0}' は属性クラスなので、ここからジェネリック型を派生することはできません"
728
729 #: mcs/mcs/class.cs:1935
730 msgid ""
731 "Two indexers have different names; the IndexerName attribute must be used "
732 "with the same name on every indexer within a type"
733 msgstr ""
734 "2つのインデクサ間で別々の名前が定義されています; 1つの型において、IndexerName"
735 "属性は全てのインデクサにおいて同一の名前をもたなければなりません"
736
737 #: mcs/mcs/class.cs:2185
738 #, csharp-format
739 msgid "A static member `{0}' cannot be marked as override, virtual or abstract"
740 msgstr ""
741 "staticメンバ `{0}' はoverride, virtual, abstractとして宣言することはできませ"
742 "ん"
743
744 #: mcs/mcs/class.cs:2192
745 #, csharp-format
746 msgid "A member `{0}' marked as override cannot be marked as new or virtual"
747 msgstr ""
748 "overrideとして宣言されたメンバ `{0}' にはnewおよびvirtualを指定できません"
749
750 #: mcs/mcs/class.cs:2204
751 #, csharp-format
752 msgid "`{0}' cannot be both extern and abstract"
753 msgstr "`{0}' はexternかつabstractとすることはできません"
754
755 #: mcs/mcs/class.cs:2209
756 #, csharp-format
757 msgid "`{0}' cannot be both abstract and sealed"
758 msgstr "`{0}' はabstractかつsealedとすることはできません"
759
760 #: mcs/mcs/class.cs:2214
761 #, csharp-format
762 msgid "The abstract method `{0}' cannot be marked virtual"
763 msgstr "abstractメソッド `{0}' はvirtualとすることはできません"
764
765 #: mcs/mcs/class.cs:2220
766 #, csharp-format
767 msgid "`{0}' is abstract but it is declared in the non-abstract class `{1}'"
768 msgstr ""
769 "`{0}' はabstractですが、abstractでないクラス `{1}' の中で宣言されています"
770
771 #: mcs/mcs/class.cs:2228
772 #, csharp-format
773 msgid "`{0}': virtual or abstract members cannot be private"
774 msgstr "`{0}': virtualまたはabstractのメンバはprivateにはできません"
775
776 #: mcs/mcs/class.cs:2235
777 #, csharp-format
778 msgid "`{0}' cannot be sealed because it is not an override"
779 msgstr "`{0}' はoverrideではないため、sealedとすることはできません"
780
781 #: mcs/mcs/class.cs:2275
782 #, csharp-format
783 msgid "`{0}': containing type does not implement interface `{1}'"
784 msgstr "`{0}' を含む型はインターフェース `{1}' を実装しません"
785
786 #: mcs/mcs/class.cs:2465
787 #, csharp-format
788 msgid "Type parameter `{0}' has same name as containing type, or method"
789 msgstr ""
790 "型パラメータ `{0}' が、その宣言型あるいはメソッドと同じ名前になっています"
791
792 #: mcs/mcs/class.cs:2473
793 #, csharp-format
794 msgid "`{0}': member names cannot be the same as their enclosing type"
795 msgstr "`{0}': メンバ名はその宣言型と同一にはできません"
796
797 #: mcs/mcs/class.cs:2592
798 msgid ""
799 "The class System.Object cannot have a base class or implement an interface."
800 msgstr ""
801 "クラス System.Object には基底クラスやインターフェースを指定することはできませ"
802 "ん"
803
804 #: mcs/mcs/class.cs:2601
805 #, csharp-format
806 msgid "Attribute `{0}' is only valid on classes derived from System.Attribute"
807 msgstr "属性 `{0}' はSystem.Attribute から派生したクラスでのみ有効です"
808
809 #: mcs/mcs/class.cs:2606
810 msgid ""
811 "Attribute `System.Diagnostics.ConditionalAttribute' is only valid on methods "
812 "or attribute classes"
813 msgstr ""
814 "属性 `System.Diagnostics.ConditionalAttribute' はメソッドまたは属性クラスでの"
815 "み有効です"
816
817 #: mcs/mcs/class.cs:2635
818 #, csharp-format
819 msgid "`{0}': an abstract class cannot be sealed or static"
820 msgstr "`{0}': abstractクラスはsealedまたはstaticにはできません"
821
822 #: mcs/mcs/class.cs:2639
823 #, csharp-format
824 msgid "`{0}': a class cannot be both static and sealed"
825 msgstr "`{0}': クラスはstaticかつsealedとすることはできません"
826
827 #: mcs/mcs/class.cs:2645
828 #, csharp-format
829 msgid "`{0}': Static classes cannot contain user-defined operators"
830 msgstr "`{0}': staticクラスにはユーザー定義の演算子を含むことはできません"
831
832 #: mcs/mcs/class.cs:2650
833 #, csharp-format
834 msgid "`{0}': Static classes cannot contain destructor"
835 msgstr "`{0}': staticクラスではデストラクタを定義できません"
836
837 #: mcs/mcs/class.cs:2655
838 #, csharp-format
839 msgid "`{0}': cannot declare indexers in a static class"
840 msgstr "`{0}': staticクラスではインデクサを宣言できません"
841
842 #: mcs/mcs/class.cs:2663
843 #, csharp-format
844 msgid "`{0}': Static classes cannot have instance constructors"
845 msgstr "`{0}': staticクラスではインスタンス コンストラクタを定義できません"
846
847 #: mcs/mcs/class.cs:2667
848 #, csharp-format
849 msgid "`{0}': cannot declare instance members in a static class"
850 msgstr "`{0}': インスタンス メンバをstaticクラスで宣言することはできません"
851
852 #: mcs/mcs/class.cs:2698
853 #, fuzzy, csharp-format
854 msgid "`{0}': Cannot derive from type parameter `{1}'"
855 msgstr "`{0}': staticクラス '{1}' から派生することはできません"
856
857 #: mcs/mcs/class.cs:2702
858 #, csharp-format
859 msgid "`{0}': Cannot derive from static class `{1}'"
860 msgstr "`{0}': staticクラス '{1}' から派生することはできません"
861
862 #: mcs/mcs/class.cs:2706
863 #, fuzzy, csharp-format
864 msgid "`{0}': cannot derive from sealed type `{1}'"
865 msgstr "`{0}': sealedクラス `{1}' から派生することはできません"
866
867 #: mcs/mcs/class.cs:2709
868 #, csharp-format
869 msgid ""
870 "Static class `{0}' cannot derive from type `{1}'. Static classes must derive "
871 "from object"
872 msgstr ""
873 "staticクラス `{0}' は型 `{1}' から派生できません。staticクラスはobjectから派"
874 "生しなければなりません"
875
876 #: mcs/mcs/class.cs:2720
877 #, csharp-format
878 msgid "`{0}' cannot derive from special class `{1}'"
879 msgstr "`{0}' は特別なクラス `{1}' から派生することはできません"
880
881 #: mcs/mcs/class.cs:2730
882 #, csharp-format
883 msgid ""
884 "Inconsistent accessibility: base class `{0}' is less accessible than class `"
885 "{1}'"
886 msgstr ""
887 "一貫性の無いアクセス修飾子: 基底クラス `{0}' はクラス `{1}' よりもアクセスが"
888 "限定的です"
889
890 #: mcs/mcs/class.cs:2738
891 #, csharp-format
892 msgid "Static class `{0}' cannot implement interfaces"
893 msgstr "staticクラス `{0}' はインターフェースを実装できません"
894
895 #: mcs/mcs/class.cs:2849 mcs/mcs/class.cs:2863
896 #, csharp-format
897 msgid "Struct member `{0}' of type `{1}' causes a cycle in the struct layout"
898 msgstr ""
899
900 #: mcs/mcs/class.cs:2945
901 #, csharp-format
902 msgid "`{0}': Structs cannot have instance field initializers"
903 msgstr "`{0}': 構造体ではインスタンス フィールドを初期化できません"
904
905 #: mcs/mcs/class.cs:3133
906 #, fuzzy, csharp-format
907 msgid "Do not override `{0}'. Use destructor syntax instead"
908 msgstr ""
909 "`{0}' を直接使用せず、代わりにパラメータ修飾子 `this' を使用してください"
910
911 #: mcs/mcs/class.cs:3136
912 #, csharp-format
913 msgid "`{0}' is marked as an override but no suitable {1} found to override"
914 msgstr ""
915 "`{0}' はoverrideとして宣言されていますが、オーバーライドすべき{1}が見つかりま"
916 "せん"
917
918 #: mcs/mcs/class.cs:3142
919 #, csharp-format
920 msgid "`{0}': cannot override because `{1}' is not an event"
921 msgstr "`{0}': `{1}' はイベントではないため、オーバーライドできません"
922
923 #: mcs/mcs/class.cs:3145
924 #, csharp-format
925 msgid "`{0}': cannot override because `{1}' is not a property"
926 msgstr "`{0}': `{1}' はプロパティではないため、オーバーライドできません"
927
928 #: mcs/mcs/class.cs:3148
929 #, csharp-format
930 msgid "`{0}': cannot override because `{1}' is not a method"
931 msgstr "`{0}': `{1}' はメソッドではないため、オーバーライドできません"
932
933 #: mcs/mcs/class.cs:3167
934 #, fuzzy, csharp-format
935 msgid ""
936 "`{0}' cannot override inherited members `{1}' and `{2}' because they have "
937 "the same signature when used in type `{3}'"
938 msgstr ""
939 "`{0}': 継承しようとするメンバ `{1}' はsealedであるため、オーバーライドできま"
940 "せん"
941
942 #: mcs/mcs/class.cs:3220 mcs/mcs/field.cs:198
943 #, csharp-format
944 msgid "`{0}' hides inherited abstract member `{1}'"
945 msgstr "`{0}' は継承されるabstractメンバ `{1}' を隠蔽してしまいます"
946
947 #: mcs/mcs/class.cs:3244
948 #, csharp-format
949 msgid ""
950 "`{0}': cannot override inherited member `{1}' because it is not marked "
951 "virtual, abstract or override"
952 msgstr ""
953 "`{0}': 継承しようとするメンバ `{1}' は、virtual, abstractあるいはoverrideとし"
954 "て宣言されていないので、オーバーライドすることはできません"
955
956 #: mcs/mcs/class.cs:3252
957 #, csharp-format
958 msgid "`{0}': cannot override inherited member `{1}' because it is sealed"
959 msgstr ""
960 "`{0}': 継承しようとするメンバ `{1}' はsealedであるため、オーバーライドできま"
961 "せん"
962
963 #: mcs/mcs/class.cs:3261
964 #, csharp-format
965 msgid "`{0}': type must be `{1}' to match overridden member `{2}'"
966 msgstr ""
967 "`{0}': オーバーライドされたメンバ `{2}' に適合するためには、型が `{1}' でなけ"
968 "ればなりません"
969
970 #: mcs/mcs/class.cs:3264
971 #, csharp-format
972 msgid "`{0}': return type must be `{1}' to match overridden member `{2}'"
973 msgstr ""
974 "`{0}': オーバーライドされたメンバ `{2}' に適合するには、戻り値型は `{1}' でな"
975 "ければなりません"
976
977 #: mcs/mcs/class.cs:3332
978 #, csharp-format
979 msgid "A partial method `{0}' cannot explicitly implement an interface"
980 msgstr "部分メソッド `{0}' はインターフェースを明示的に実装できません"
981
982 #: mcs/mcs/class.cs:3338
983 #, fuzzy, csharp-format
984 msgid "The type `{0}' in explicit interface declaration is not an interface"
985 msgstr ""
986 "明示的なインターフェース実装で記述された `{0}' は、インターフェースではありま"
987 "せん"
988
989 #: mcs/mcs/class.cs:3369
990 #, csharp-format
991 msgid ""
992 "Inconsistent accessibility: parameter type `{0}' is less accessible than "
993 "indexer `{1}'"
994 msgstr ""
995 "一貫性の無いアクセス制限: パラメータ型 `{0}' はインデクサ '{1}' よりもアクセ"
996 "スが限られています"
997
998 #: mcs/mcs/class.cs:3373
999 #, csharp-format
1000 msgid ""
1001 "Inconsistent accessibility: parameter type `{0}' is less accessible than "
1002 "operator `{1}'"
1003 msgstr ""
1004 "一貫性の無いアクセス制限: パラメータ型 `{0}' は演算子 '{1}' よりもアクセスが"
1005 "限られています"
1006
1007 #: mcs/mcs/class.cs:3377
1008 #, csharp-format
1009 msgid ""
1010 "Inconsistent accessibility: parameter type `{0}' is less accessible than "
1011 "method `{1}'"
1012 msgstr ""
1013 "一貫性の無いアクセス制限: パラメータ型 `{0}' はメソッド '{1}' よりもアクセス"
1014 "が限られています"
1015
1016 #: mcs/mcs/class.cs:3437
1017 #, csharp-format
1018 msgid ""
1019 "`{0}': cannot change access modifiers when overriding `{1}' inherited member "
1020 "`{2}'"
1021 msgstr ""
1022 "`{0}': `{1}' の継承されたメンバー `{2}' をオーバーライドするとき、アクセス修"
1023 "飾子は変更できません"
1024
1025 #: mcs/mcs/class.cs:3446
1026 #, fuzzy, csharp-format
1027 msgid "`{0}': static types cannot be used as return types"
1028 msgstr "`{0}': staticクラスではインスタンス コンストラクタを定義できません"
1029
1030 #: mcs/mcs/class.cs:3507
1031 #, csharp-format
1032 msgid ""
1033 "`{0}': Cannot specify constraints for overrides and explicit interface "
1034 "implementation methods"
1035 msgstr ""
1036
1037 #: mcs/mcs/class.cs:3569
1038 #, csharp-format
1039 msgid "New virtual member `{0}' is declared in a sealed class `{1}'"
1040 msgstr ""
1041
1042 #: mcs/mcs/class.cs:3584
1043 msgid "Inconsistent accessibility: property type `"
1044 msgstr ""
1045
1046 #: mcs/mcs/class.cs:3589
1047 msgid "Inconsistent accessibility: indexer return type `"
1048 msgstr ""
1049
1050 #: mcs/mcs/class.cs:3595 mcs/mcs/class.cs:3600 mcs/mcs/delegate.cs:171
1051 msgid "Inconsistent accessibility: return type `"
1052 msgstr ""
1053
1054 #: mcs/mcs/class.cs:3605
1055 msgid "Inconsistent accessibility: field type `"
1056 msgstr ""
1057
1058 #: mcs/mcs/class.cs:3617
1059 #, csharp-format
1060 msgid ""
1061 "Parameters or local variables of type `{0}' cannot be declared in async "
1062 "methods or iterators"
1063 msgstr ""
1064
1065 #: mcs/mcs/class.cs:3621
1066 #, fuzzy, csharp-format
1067 msgid ""
1068 "Local variables of type `{0}' cannot be used inside anonymous methods, "
1069 "lambda expressions or query expressions"
1070 msgstr ""
1071 "ローカル変数またはパラメータである `{0}' は、そのアドレスを取得して匿名メソッ"
1072 "ドあるいはラムダ式の中で使用することができません"
1073
1074 #: mcs/mcs/class.cs:3625
1075 #, csharp-format
1076 msgid "Field or property cannot be of type `{0}'"
1077 msgstr ""
1078
1079 #: mcs/mcs/const.cs:103
1080 #, fuzzy, csharp-format
1081 msgid "Type parameter `{0}' cannot be declared const"
1082 msgstr "abstractメソッド `{0}' はvirtualとすることはできません"
1083
1084 #: mcs/mcs/const.cs:106
1085 #, csharp-format
1086 msgid "The type `{0}' cannot be declared const"
1087 msgstr ""
1088
1089 #: mcs/mcs/const.cs:181
1090 #, csharp-format
1091 msgid ""
1092 "The evaluation of the constant value for `{0}' involves a circular definition"
1093 msgstr ""
1094
1095 #: mcs/mcs/constant.cs:66 mcs/mcs/constant.cs:398
1096 #, csharp-format
1097 msgid "Constant value `{0}' cannot be converted to a `{1}'"
1098 msgstr ""
1099
1100 #: mcs/mcs/constant.cs:261
1101 #, csharp-format
1102 msgid ""
1103 "Constant value `{0}' cannot be converted to a `{1}' (use `unchecked' syntax "
1104 "to override)"
1105 msgstr ""
1106
1107 #: mcs/mcs/convert.cs:1198
1108 #, csharp-format
1109 msgid ""
1110 "Ambiguous user defined operators `{0}' and `{1}' when converting from `{2}' "
1111 "to `{3}'"
1112 msgstr ""
1113
1114 #: mcs/mcs/decl.cs:331
1115 #, csharp-format
1116 msgid "`{0}' cannot declare a body because it is marked extern"
1117 msgstr ""
1118
1119 #: mcs/mcs/decl.cs:337
1120 #, csharp-format
1121 msgid "`{0}' cannot declare a body because it is marked abstract"
1122 msgstr ""
1123
1124 #: mcs/mcs/decl.cs:350
1125 #, csharp-format
1126 msgid ""
1127 "`{0}' must have a body because it is not marked abstract or extern. The "
1128 "property can be automatically implemented when you define both accessors"
1129 msgstr ""
1130
1131 #: mcs/mcs/decl.cs:356
1132 #, csharp-format
1133 msgid ""
1134 "`{0}' must have a body because it is not marked abstract, extern, or partial"
1135 msgstr ""
1136
1137 #: mcs/mcs/decl.cs:371
1138 #, csharp-format
1139 msgid "`{0}': Structs cannot contain protected members"
1140 msgstr ""
1141
1142 #: mcs/mcs/decl.cs:377
1143 #, csharp-format
1144 msgid "`{0}': Static classes cannot contain protected members"
1145 msgstr ""
1146
1147 #: mcs/mcs/decl.cs:474
1148 msgid "Constraints are not allowed on non-generic declarations"
1149 msgstr ""
1150
1151 #: mcs/mcs/decl.cs:481
1152 #, csharp-format
1153 msgid "`{0}': A constraint references nonexistent type parameter `{1}'"
1154 msgstr ""
1155
1156 #: mcs/mcs/delegate.cs:155
1157 #, csharp-format
1158 msgid ""
1159 "Inconsistent accessibility: parameter type `{0}' is less accessible than "
1160 "delegate `{1}'"
1161 msgstr ""
1162
1163 #: mcs/mcs/delegate.cs:511
1164 #, csharp-format
1165 msgid ""
1166 "Cannot create delegate from method `{0}' because it is a member of System."
1167 "Nullable<T> type"
1168 msgstr ""
1169
1170 #: mcs/mcs/delegate.cs:524
1171 #, csharp-format
1172 msgid ""
1173 "Extension method `{0}' of value type `{1}' cannot be used to create delegates"
1174 msgstr ""
1175
1176 #: mcs/mcs/delegate.cs:542
1177 #, csharp-format
1178 msgid "Cannot create delegate from partial method declaration `{0}'"
1179 msgstr ""
1180
1181 #: mcs/mcs/delegate.cs:545
1182 #, csharp-format
1183 msgid ""
1184 "Cannot create delegate with `{0}' because it has a Conditional attribute"
1185 msgstr ""
1186
1187 #: mcs/mcs/delegate.cs:588
1188 #, csharp-format
1189 msgid ""
1190 "A method or delegate `{0} {1}' parameters and return type must be same as "
1191 "delegate `{2} {3}' parameters and return type"
1192 msgstr ""
1193
1194 #: mcs/mcs/delegate.cs:595
1195 #, csharp-format
1196 msgid ""
1197 "A method or delegate `{0}' parameters do not match delegate `{1}' parameters"
1198 msgstr ""
1199
1200 #: mcs/mcs/delegate.cs:600
1201 #, csharp-format
1202 msgid ""
1203 "A method or delegate `{0} {1}' return type does not match delegate `{2} {3}' "
1204 "return type"
1205 msgstr ""
1206
1207 #: mcs/mcs/delegate.cs:748
1208 msgid "Method name expected"
1209 msgstr ""
1210
1211 #: mcs/mcs/doc.cs:630
1212 #, csharp-format
1213 msgid "Error generating XML documentation file `{0}' (`{1}')"
1214 msgstr ""
1215
1216 #: mcs/mcs/driver.cs:52
1217 msgid "Source file `"
1218 msgstr ""
1219
1220 #: mcs/mcs/driver.cs:258
1221 msgid "No files to compile were specified"
1222 msgstr "コンパイルするファイルが指定されていません"
1223
1224 #: mcs/mcs/driver.cs:263
1225 msgid "Platform option `anycpu32bitpreferred' is valid only for executables"
1226 msgstr ""
1227
1228 #: mcs/mcs/driver.cs:293
1229 msgid ""
1230 "If no source files are specified you must specify the output file with -out:"
1231 msgstr ""
1232
1233 #: mcs/mcs/driver.cs:310
1234 msgid "Output file name is not valid"
1235 msgstr ""
1236
1237 #: mcs/mcs/dynamic.cs:278
1238 #, fuzzy
1239 msgid "An expression tree cannot contain a dynamic operation"
1240 msgstr "式ツリーは代入オペレータを含むことができません"
1241
1242 #: mcs/mcs/dynamic.cs:311
1243 msgid ""
1244 "Dynamic operation cannot be compiled without `Microsoft.CSharp.dll' assembly "
1245 "reference"
1246 msgstr ""
1247
1248 #: mcs/mcs/ecore.cs:229
1249 #, csharp-format
1250 msgid "`{0}' is inaccessible due to its protection level"
1251 msgstr ""
1252
1253 #: mcs/mcs/ecore.cs:234
1254 #, csharp-format
1255 msgid "The expression being assigned to `{0}' must be constant"
1256 msgstr ""
1257
1258 #: mcs/mcs/ecore.cs:239
1259 #, csharp-format
1260 msgid ""
1261 "A constant `{0}' of reference type `{1}' can only be initialized with null"
1262 msgstr ""
1263
1264 #: mcs/mcs/ecore.cs:260
1265 msgid "Keyword `void' cannot be used in this context"
1266 msgstr ""
1267
1268 #: mcs/mcs/ecore.cs:282
1269 #, csharp-format
1270 msgid "Cannot convert type `{0}' to `{1}'"
1271 msgstr ""
1272
1273 #: mcs/mcs/ecore.cs:293
1274 #, csharp-format
1275 msgid ""
1276 "Cannot implicitly convert type `{0}' to `{1}'. An explicit conversion exists "
1277 "(are you missing a cast?)"
1278 msgstr ""
1279
1280 #: mcs/mcs/ecore.cs:296
1281 #, csharp-format
1282 msgid "Cannot implicitly convert type `{0}' to `{1}'"
1283 msgstr ""
1284
1285 #: mcs/mcs/ecore.cs:327
1286 #, fuzzy, csharp-format
1287 msgid "The {0} `{1}' cannot be used with type arguments"
1288 msgstr "属性 `{0}' は複数回指定することができません"
1289
1290 #: mcs/mcs/ecore.cs:339
1291 #, csharp-format
1292 msgid "`{0}' does not contain a definition for `{1}'"
1293 msgstr ""
1294
1295 #: mcs/mcs/ecore.cs:348
1296 msgid ""
1297 "The left-hand side of an assignment must be a variable, a property or an "
1298 "indexer"
1299 msgstr ""
1300
1301 #: mcs/mcs/ecore.cs:354
1302 msgid "The operation in question is undefined on void pointers"
1303 msgstr ""
1304
1305 #: mcs/mcs/ecore.cs:442 mcs/mcs/statement.cs:3040 mcs/mcs/statement.cs:3042
1306 #, csharp-format
1307 msgid "Internal compiler error: {0}"
1308 msgstr ""
1309
1310 #: mcs/mcs/ecore.cs:482
1311 msgid "A ref or out argument must be an assignable variable"
1312 msgstr ""
1313
1314 #: mcs/mcs/ecore.cs:501
1315 msgid ""
1316 "An attribute argument must be a constant expression, typeof expression or "
1317 "array creation expression"
1318 msgstr "属性の引数は定数、typeof式または配列生成式でなければなりません"
1319
1320 #: mcs/mcs/ecore.cs:675
1321 #, csharp-format
1322 msgid "The class `{0}' has no constructors defined"
1323 msgstr ""
1324
1325 #: mcs/mcs/ecore.cs:814
1326 #, csharp-format
1327 msgid "The `{0}' operator cannot be applied to operand of type `{1}'"
1328 msgstr ""
1329
1330 #: mcs/mcs/ecore.cs:820
1331 msgid "An expression tree cannot contain an unsafe pointer operation"
1332 msgstr ""
1333
1334 #: mcs/mcs/ecore.cs:898
1335 #, csharp-format
1336 msgid "`{0}' is a `{1}' but a `{2}' was expected"
1337 msgstr ""
1338
1339 #: mcs/mcs/ecore.cs:931
1340 #, csharp-format
1341 msgid "Expression denotes a `{0}', where a `{1}' was expected"
1342 msgstr ""
1343
1344 #: mcs/mcs/ecore.cs:941
1345 msgid "Pointers and fixed size buffers may only be used in an unsafe context"
1346 msgstr ""
1347
1348 #: mcs/mcs/ecore.cs:2434
1349 #, csharp-format
1350 msgid ""
1351 "Dynamic keyword requires `{0}' to be defined. Are you missing System.Core."
1352 "dll assembly reference?"
1353 msgstr ""
1354
1355 #: mcs/mcs/ecore.cs:2510
1356 #, csharp-format
1357 msgid ""
1358 "A local variable `{0}' cannot be used before it is declared. Consider "
1359 "renaming the local variable when it hides the member `{1}'"
1360 msgstr ""
1361
1362 #: mcs/mcs/ecore.cs:2525 mcs/mcs/ecore.cs:2568
1363 #, csharp-format
1364 msgid "`{0}' conflicts with a declaration in a child block"
1365 msgstr ""
1366
1367 #: mcs/mcs/ecore.cs:2577
1368 #, csharp-format
1369 msgid "A local variable `{0}' cannot be used before it is declared"
1370 msgstr ""
1371
1372 #: mcs/mcs/ecore.cs:2631
1373 #, csharp-format
1374 msgid "The name `{0}' does not exist in the current context"
1375 msgstr ""
1376
1377 #: mcs/mcs/ecore.cs:2727
1378 msgid "System.Void cannot be used from C#. Consider using `void'"
1379 msgstr ""
1380
1381 #: mcs/mcs/ecore.cs:3011
1382 #, csharp-format
1383 msgid "Cannot call an abstract base member `{0}'"
1384 msgstr ""
1385
1386 #: mcs/mcs/ecore.cs:3018
1387 #, csharp-format
1388 msgid ""
1389 "Cannot access protected member `{0}' via a qualifier of type `{1}'. The "
1390 "qualifier must be of type `{2}' or derived from it"
1391 msgstr ""
1392
1393 #: mcs/mcs/ecore.cs:3034
1394 #, csharp-format
1395 msgid ""
1396 "Members of value type `{0}' cannot be assigned using a property `{1}' object "
1397 "initializer"
1398 msgstr ""
1399
1400 #: mcs/mcs/ecore.cs:3038
1401 #, csharp-format
1402 msgid ""
1403 "Cannot modify a value type return value of `{0}'. Consider storing the value "
1404 "in a temporary variable"
1405 msgstr ""
1406
1407 #: mcs/mcs/ecore.cs:3064
1408 #, csharp-format
1409 msgid ""
1410 "Static member `{0}' cannot be accessed with an instance reference, qualify "
1411 "it with a type name instead"
1412 msgstr ""
1413
1414 #: mcs/mcs/ecore.cs:3079
1415 #, csharp-format
1416 msgid ""
1417 "A field initializer cannot reference the nonstatic field, method, or "
1418 "property `{0}'"
1419 msgstr ""
1420
1421 #: mcs/mcs/ecore.cs:3083
1422 #, csharp-format
1423 msgid "An object reference is required to access non-static member `{0}'"
1424 msgstr ""
1425
1426 #: mcs/mcs/ecore.cs:3092
1427 #, csharp-format
1428 msgid ""
1429 "Cannot access a nonstatic member of outer type `{0}' via nested type `{1}'"
1430 msgstr ""
1431
1432 #: mcs/mcs/ecore.cs:3140
1433 msgid "Cannot modify the result of an unboxing conversion"
1434 msgstr ""
1435
1436 #: mcs/mcs/ecore.cs:3310
1437 #, csharp-format
1438 msgid ""
1439 "Type `{0}' does not contain a member `{1}' and the best extension method "
1440 "overload `{2}' has some invalid arguments"
1441 msgstr ""
1442
1443 #: mcs/mcs/ecore.cs:3315
1444 #, csharp-format
1445 msgid "Extension method instance type `{0}' cannot be converted to `{1}'"
1446 msgstr ""
1447
1448 #: mcs/mcs/ecore.cs:3455
1449 msgid "An expression tree cannot contain an expression with method group"
1450 msgstr ""
1451
1452 #: mcs/mcs/ecore.cs:3461
1453 msgid ""
1454 "Partial methods with only a defining declaration or removed conditional "
1455 "methods cannot be used in an expression tree"
1456 msgstr ""
1457
1458 #: mcs/mcs/ecore.cs:3493
1459 #, csharp-format
1460 msgid ""
1461 "Cannot convert method group `{0}' to non-delegate type `{1}'. Consider using "
1462 "parentheses to invoke the method"
1463 msgstr ""
1464
1465 #: mcs/mcs/ecore.cs:4226
1466 #, csharp-format
1467 msgid ""
1468 "The type `{0}' does not contain a constructor that takes `{1}' arguments"
1469 msgstr ""
1470
1471 #: mcs/mcs/ecore.cs:4913
1472 #, csharp-format
1473 msgid ""
1474 "Type `{0}' does not contain a member `{1}' and the best extension method "
1475 "overload `{2}' cannot be dynamically dispatched. Consider calling the method "
1476 "without the extension method syntax"
1477 msgstr ""
1478
1479 #: mcs/mcs/ecore.cs:4952
1480 #, csharp-format
1481 msgid ""
1482 "The call is ambiguous between the following methods or properties: `{0}' and "
1483 "`{1}'"
1484 msgstr ""
1485
1486 #: mcs/mcs/ecore.cs:5015
1487 #, csharp-format
1488 msgid ""
1489 "The best overloaded collection initalizer method `{0}' cannot have `ref' or "
1490 "`out' modifier"
1491 msgstr ""
1492
1493 #: mcs/mcs/ecore.cs:5019
1494 #, csharp-format
1495 msgid ""
1496 "The best overloaded collection initalizer method `{0}' has some invalid "
1497 "arguments"
1498 msgstr ""
1499
1500 #: mcs/mcs/ecore.cs:5022
1501 #, csharp-format
1502 msgid "Delegate `{0}' has some invalid arguments"
1503 msgstr ""
1504
1505 #: mcs/mcs/ecore.cs:5026
1506 #, csharp-format
1507 msgid "The best overloaded method match for `{0}' has some invalid arguments"
1508 msgstr ""
1509
1510 #: mcs/mcs/ecore.cs:5035
1511 #, csharp-format
1512 msgid ""
1513 "Argument `#{0}' does not require `{1}' modifier. Consider removing `{1}' "
1514 "modifier"
1515 msgstr ""
1516
1517 #: mcs/mcs/ecore.cs:5038
1518 #, csharp-format
1519 msgid "Argument `#{0}' is missing `{1}' modifier"
1520 msgstr ""
1521
1522 #: mcs/mcs/ecore.cs:5055
1523 #, csharp-format
1524 msgid "Argument `#{0}' cannot convert `{1}' expression to type `{2}'"
1525 msgstr ""
1526
1527 #: mcs/mcs/ecore.cs:5108
1528 #, csharp-format
1529 msgid ""
1530 "The type arguments for method `{0}' cannot be inferred from the usage. Try "
1531 "specifying the type arguments explicitly"
1532 msgstr ""
1533
1534 #: mcs/mcs/ecore.cs:5137
1535 #, csharp-format
1536 msgid "No overload for method `{0}' takes `{1}' arguments"
1537 msgstr ""
1538
1539 #: mcs/mcs/ecore.cs:5190
1540 #, fuzzy, csharp-format
1541 msgid "The delegate `{0}' does not contain a parameter named `{1}'"
1542 msgstr "デリゲート `{0}' は `{1}' 個の引数をもちません"
1543
1544 #: mcs/mcs/ecore.cs:5195
1545 #, csharp-format
1546 msgid ""
1547 "The best overloaded method match for `{0}' does not contain a parameter "
1548 "named `{1}'"
1549 msgstr ""
1550
1551 #: mcs/mcs/ecore.cs:5205
1552 #, csharp-format
1553 msgid ""
1554 "Named argument `{0}' cannot be used for a parameter which has positional "
1555 "argument specified"
1556 msgstr ""
1557
1558 #: mcs/mcs/ecore.cs:5543
1559 msgid ""
1560 "You cannot use fixed size buffers contained in unfixed expressions. Try "
1561 "using the fixed statement"
1562 msgstr ""
1563
1564 #: mcs/mcs/ecore.cs:5548
1565 #, csharp-format
1566 msgid "`{0}': Fixed size buffers can only be accessed through locals or fields"
1567 msgstr ""
1568
1569 #: mcs/mcs/ecore.cs:5584
1570 #, csharp-format
1571 msgid "Use of possibly unassigned field `{0}'"
1572 msgstr ""
1573
1574 #: mcs/mcs/ecore.cs:6031
1575 #, csharp-format
1576 msgid "Property or event `{0}' is not supported by the C# language"
1577 msgstr ""
1578
1579 #: mcs/mcs/ecore.cs:6227
1580 #, csharp-format
1581 msgid "A range variable `{0}' may not be passes as `ref' or `out' parameter"
1582 msgstr ""
1583
1584 #: mcs/mcs/ecore.cs:6300
1585 #, csharp-format
1586 msgid ""
1587 "The property or indexer `{0}' cannot be used in this context because it "
1588 "lacks the `get' accessor"
1589 msgstr ""
1590
1591 #: mcs/mcs/ecore.cs:6307
1592 #, csharp-format
1593 msgid ""
1594 "The property or indexer `{0}' cannot be used in this context because the get "
1595 "accessor is inaccessible"
1596 msgstr ""
1597
1598 #: mcs/mcs/ecore.cs:6326
1599 #, csharp-format
1600 msgid "Property or indexer `{0}' cannot be assigned to (it is read-only)"
1601 msgstr ""
1602
1603 #: mcs/mcs/ecore.cs:6334
1604 #, csharp-format
1605 msgid ""
1606 "The property or indexer `{0}' cannot be used in this context because the set "
1607 "accessor is inaccessible"
1608 msgstr ""
1609
1610 #: mcs/mcs/ecore.cs:6502
1611 #, csharp-format
1612 msgid ""
1613 "The event `{0}' can only appear on the left hand side of `+=' or `-=' "
1614 "operator"
1615 msgstr ""
1616
1617 #: mcs/mcs/ecore.cs:6506
1618 #, csharp-format
1619 msgid ""
1620 "The event `{0}' can only appear on the left hand side of += or -= when used "
1621 "outside of the type `{1}'"
1622 msgstr ""
1623
1624 #: mcs/mcs/ecore.cs:6677
1625 #, csharp-format
1626 msgid ""
1627 "An implicitly typed local variable declaration cannot be initialized with `"
1628 "{0}'"
1629 msgstr ""
1630
1631 #: mcs/mcs/ecore.cs:6691
1632 msgid ""
1633 "The contextual keyword `var' may only appear within a local variable "
1634 "declaration"
1635 msgstr ""
1636
1637 #: mcs/mcs/enum.cs:143
1638 #, csharp-format
1639 msgid ""
1640 "The enumerator value `{0}' is outside the range of enumerator underlying "
1641 "type `{1}'"
1642 msgstr ""
1643
1644 #: mcs/mcs/enum.cs:212
1645 #, csharp-format
1646 msgid "An item in an enumeration cannot have an identifier `{0}'"
1647 msgstr ""
1648
1649 #: mcs/mcs/enum.cs:223
1650 msgid "Type byte, sbyte, short, ushort, int, uint, long or ulong expected"
1651 msgstr ""
1652
1653 #: mcs/mcs/eval.cs:573
1654 msgid "Detection Parsing Error"
1655 msgstr ""
1656
1657 #: mcs/mcs/expression.cs:646
1658 msgid "Cannot take the address of the given expression"
1659 msgstr ""
1660
1661 #: mcs/mcs/expression.cs:669
1662 msgid ""
1663 "You can only take the address of unfixed expression inside of a fixed "
1664 "statement initializer"
1665 msgstr ""
1666
1667 #: mcs/mcs/expression.cs:760
1668 #, csharp-format
1669 msgid "Operator `{0}' is ambiguous on an operand of type `{1}'"
1670 msgstr ""
1671
1672 #: mcs/mcs/expression.cs:914
1673 msgid "The * or -> operator must be applied to a pointer"
1674 msgstr ""
1675
1676 #: mcs/mcs/expression.cs:1137
1677 msgid ""
1678 "The operand of an increment or decrement operator must be a variable, "
1679 "property or indexer"
1680 msgstr ""
1681
1682 #: mcs/mcs/expression.cs:1351
1683 #, csharp-format
1684 msgid "The `{0}' operator cannot be applied to an operand of a static type"
1685 msgstr ""
1686
1687 #: mcs/mcs/expression.cs:1356
1688 #, csharp-format
1689 msgid "The `{0}' operator cannot be applied to an operand of pointer type"
1690 msgstr ""
1691
1692 #: mcs/mcs/expression.cs:1362
1693 #, csharp-format
1694 msgid ""
1695 "The `{0}' operator cannot be applied to a lambda expression or anonymous "
1696 "method"
1697 msgstr ""
1698
1699 #: mcs/mcs/expression.cs:1628
1700 #, csharp-format
1701 msgid ""
1702 "The `as' operator cannot be used with a non-reference type parameter `{0}'. "
1703 "Consider adding `class' or a reference type constraint"
1704 msgstr ""
1705
1706 #: mcs/mcs/expression.cs:1632
1707 #, csharp-format
1708 msgid "The `as' operator cannot be used with a non-nullable value type `{0}'"
1709 msgstr ""
1710
1711 #: mcs/mcs/expression.cs:1665
1712 #, csharp-format
1713 msgid "Cannot convert type `{0}' to `{1}' via a built-in conversion"
1714 msgstr ""
1715
1716 #: mcs/mcs/expression.cs:1705
1717 #, csharp-format
1718 msgid "Cannot convert to static type `{0}'"
1719 msgstr ""
1720
1721 #: mcs/mcs/expression.cs:1815
1722 msgid ""
1723 "The `default value' operator cannot be applied to an operand of a static type"
1724 msgstr ""
1725
1726 #: mcs/mcs/expression.cs:2346
1727 #, csharp-format
1728 msgid "Operator `{0}' cannot be applied to operands of type `{1}' and `{2}'"
1729 msgstr ""
1730
1731 #: mcs/mcs/expression.cs:2916
1732 msgid "To cast a negative value, you must enclose the value in parentheses"
1733 msgstr ""
1734
1735 #: mcs/mcs/expression.cs:4265
1736 #, csharp-format
1737 msgid ""
1738 "A user-defined operator `{0}' must have parameters and return values of the "
1739 "same type in order to be applicable as a short circuit operator"
1740 msgstr ""
1741
1742 #: mcs/mcs/expression.cs:4275
1743 #, csharp-format
1744 msgid ""
1745 "The type `{0}' must have operator `true' and operator `false' defined when `"
1746 "{1}' is used as a short circuit operator"
1747 msgstr ""
1748
1749 #: mcs/mcs/expression.cs:4674
1750 #, csharp-format
1751 msgid ""
1752 "Type of conditional expression cannot be determined as `{0}' and `{1}' "
1753 "convert implicitly to each other"
1754 msgstr ""
1755
1756 #: mcs/mcs/expression.cs:4686
1757 #, csharp-format
1758 msgid ""
1759 "Type of conditional expression cannot be determined because there is no "
1760 "implicit conversion between `{0}' and `{1}'"
1761 msgstr ""
1762
1763 #: mcs/mcs/expression.cs:4996
1764 #, csharp-format
1765 msgid "Use of unassigned local variable `{0}'"
1766 msgstr ""
1767
1768 #: mcs/mcs/expression.cs:5016
1769 #, csharp-format
1770 msgid ""
1771 "Cannot use fixed local `{0}' inside an anonymous method, lambda expression "
1772 "or query expression"
1773 msgstr ""
1774
1775 #: mcs/mcs/expression.cs:5209
1776 #, csharp-format
1777 msgid ""
1778 "Parameter `{0}' cannot be used inside `{1}' when using `ref' or `out' "
1779 "modifier"
1780 msgstr ""
1781
1782 #: mcs/mcs/expression.cs:5288
1783 #, csharp-format
1784 msgid "Use of unassigned out parameter `{0}'"
1785 msgstr ""
1786
1787 #: mcs/mcs/expression.cs:5435
1788 #, fuzzy, csharp-format
1789 msgid "Cannot invoke a non-delegate type `{0}'"
1790 msgstr "`{0}' をデリゲートでない型 `{1}'に変換できません"
1791
1792 #: mcs/mcs/expression.cs:5446
1793 #, csharp-format
1794 msgid "The member `{0}' cannot be used as method or delegate"
1795 msgstr ""
1796
1797 #: mcs/mcs/expression.cs:5466
1798 msgid ""
1799 "Do not directly call your base class Finalize method. It is called "
1800 "automatically from your destructor"
1801 msgstr ""
1802
1803 #: mcs/mcs/expression.cs:5468
1804 msgid ""
1805 "Destructors and object.Finalize cannot be called directly. Consider calling "
1806 "IDisposable.Dispose if available"
1807 msgstr ""
1808
1809 #: mcs/mcs/expression.cs:5497
1810 #, csharp-format
1811 msgid ""
1812 "The base call to method `{0}' cannot be dynamically dispatched. Consider "
1813 "casting the dynamic arguments or eliminating the base access"
1814 msgstr ""
1815
1816 #: mcs/mcs/expression.cs:5570
1817 #, csharp-format
1818 msgid "`{0}': cannot explicitly call operator or accessor"
1819 msgstr ""
1820
1821 #: mcs/mcs/expression.cs:5754
1822 #, csharp-format
1823 msgid "Unsafe type `{0}' cannot be used in an object creation expression"
1824 msgstr ""
1825
1826 #: mcs/mcs/expression.cs:5777
1827 #, csharp-format
1828 msgid ""
1829 "Cannot create an instance of the variable type `{0}' because it does not "
1830 "have the new() constraint"
1831 msgstr ""
1832
1833 #: mcs/mcs/expression.cs:5783
1834 #, csharp-format
1835 msgid ""
1836 "`{0}': cannot provide arguments when creating an instance of a variable type"
1837 msgstr ""
1838
1839 #: mcs/mcs/expression.cs:5792
1840 #, csharp-format
1841 msgid "Cannot create an instance of the static class `{0}'"
1842 msgstr ""
1843
1844 #: mcs/mcs/expression.cs:5804
1845 #, csharp-format
1846 msgid "Cannot create an instance of the abstract class or interface `{0}'"
1847 msgstr ""
1848
1849 #: mcs/mcs/expression.cs:6105
1850 msgid ""
1851 "An implicitly typed local variable declarator cannot use an array initializer"
1852 msgstr ""
1853
1854 #: mcs/mcs/expression.cs:6249 mcs/mcs/expression.cs:6257
1855 #: mcs/mcs/statement.cs:1235 mcs/mcs/statement.cs:3628
1856 msgid "A constant value is expected"
1857 msgstr ""
1858
1859 #: mcs/mcs/expression.cs:6263 mcs/mcs/expression.cs:6288
1860 #, csharp-format
1861 msgid "An array initializer of length `{0}' was expected"
1862 msgstr ""
1863
1864 #: mcs/mcs/expression.cs:6279
1865 msgid ""
1866 "Array initializers can only be used in a variable or field initializer. Try "
1867 "using a new expression instead"
1868 msgstr ""
1869
1870 #: mcs/mcs/expression.cs:6296
1871 msgid "A nested array initializer was expected"
1872 msgstr ""
1873
1874 #: mcs/mcs/expression.cs:6343
1875 msgid "An expression tree cannot contain a multidimensional array initializer"
1876 msgstr ""
1877
1878 #: mcs/mcs/expression.cs:6379
1879 msgid "Cannot create an array with a negative size"
1880 msgstr ""
1881
1882 #: mcs/mcs/expression.cs:6460
1883 msgid ""
1884 "Can only use array initializer expressions to assign to array types. Try "
1885 "using a new expression instead"
1886 msgstr ""
1887
1888 #: mcs/mcs/expression.cs:6897
1889 msgid ""
1890 "The type of an implicitly typed array cannot be inferred from the "
1891 "initializer. Try specifying array type explicitly"
1892 msgstr ""
1893
1894 #: mcs/mcs/expression.cs:7040
1895 msgid ""
1896 "The `this' object cannot be used before all of its fields are assigned to"
1897 msgstr ""
1898
1899 #: mcs/mcs/expression.cs:7047
1900 msgid ""
1901 "Keyword `this' is not valid in a static property, static method, or static "
1902 "field initializer"
1903 msgstr ""
1904
1905 #: mcs/mcs/expression.cs:7050
1906 msgid ""
1907 "Anonymous methods inside structs cannot access instance members of `this'. "
1908 "Consider copying `this' to a local variable outside the anonymous method and "
1909 "using the local instead"
1910 msgstr ""
1911
1912 #: mcs/mcs/expression.cs:7053
1913 msgid "Keyword `this' is not available in the current context"
1914 msgstr ""
1915
1916 #: mcs/mcs/expression.cs:7130
1917 msgid "Cannot take the address of `this' because it is read-only"
1918 msgstr ""
1919
1920 #: mcs/mcs/expression.cs:7132
1921 msgid "Cannot pass `this' as a ref or out argument because it is read-only"
1922 msgstr ""
1923
1924 #: mcs/mcs/expression.cs:7134
1925 msgid "Cannot assign to `this' because it is read-only"
1926 msgstr ""
1927
1928 #: mcs/mcs/expression.cs:7206
1929 msgid "The __arglist construct is valid only within a variable argument method"
1930 msgstr ""
1931
1932 #: mcs/mcs/expression.cs:7267
1933 msgid "An expression tree cannot contain a method with variable arguments"
1934 msgstr ""
1935
1936 #: mcs/mcs/expression.cs:7535
1937 msgid "The typeof operator cannot be used on the dynamic type"
1938 msgstr ""
1939
1940 #: mcs/mcs/expression.cs:7576
1941 #, csharp-format
1942 msgid "`{0}': an attribute argument cannot use type parameters"
1943 msgstr ""
1944
1945 #: mcs/mcs/expression.cs:7791
1946 #, csharp-format
1947 msgid ""
1948 "`{0}' does not have a predefined size, therefore sizeof can only be used in "
1949 "an unsafe context (consider using System.Runtime.InteropServices.Marshal."
1950 "SizeOf)"
1951 msgstr ""
1952
1953 #: mcs/mcs/expression.cs:7858
1954 #, csharp-format
1955 msgid "Alias `{0}' not found"
1956 msgstr ""
1957
1958 #: mcs/mcs/expression.cs:7884
1959 msgid ""
1960 "The namespace alias qualifier `::' cannot be used to invoke a method. "
1961 "Consider using `.' instead"
1962 msgstr ""
1963
1964 #: mcs/mcs/expression.cs:7999
1965 msgid "Cannot perform member binding on `null' value"
1966 msgstr ""
1967
1968 #: mcs/mcs/expression.cs:8160
1969 #, csharp-format
1970 msgid ""
1971 "`{0}': cannot reference a type through an expression. Consider using `{1}' "
1972 "instead"
1973 msgstr ""
1974
1975 #: mcs/mcs/expression.cs:8239
1976 #, csharp-format
1977 msgid "A nested type cannot be specified through a type parameter `{0}'"
1978 msgstr ""
1979
1980 #: mcs/mcs/expression.cs:8247
1981 #, csharp-format
1982 msgid ""
1983 "Alias `{0}' cannot be used with `::' since it denotes a type. Consider "
1984 "replacing `::' with `.'"
1985 msgstr ""
1986
1987 #: mcs/mcs/expression.cs:8312
1988 #, csharp-format
1989 msgid "The nested type `{0}' does not exist in the type `{1}'"
1990 msgstr ""
1991
1992 #: mcs/mcs/expression.cs:8336
1993 #, csharp-format
1994 msgid ""
1995 "Type `{0}' does not contain a definition for `{1}' and no extension method `"
1996 "{1}' of type `{0}' could be found. Are you missing {2}?"
1997 msgstr ""
1998
1999 #: mcs/mcs/expression.cs:8554
2000 #, csharp-format
2001 msgid "Cannot apply indexing with [] to an expression of type `{0}'"
2002 msgstr ""
2003
2004 #: mcs/mcs/expression.cs:8572
2005 msgid "A pointer must be indexed by only one value"
2006 msgstr ""
2007
2008 #: mcs/mcs/expression.cs:8621
2009 msgid "An element access expression cannot use named argument"
2010 msgstr ""
2011
2012 #: mcs/mcs/expression.cs:8699
2013 #, csharp-format
2014 msgid "Wrong number of indexes `{0}' inside [], expected `{1}'"
2015 msgstr ""
2016
2017 #: mcs/mcs/expression.cs:9087
2018 msgid ""
2019 "The indexer base access cannot be dynamically dispatched. Consider casting "
2020 "the dynamic arguments or eliminating the base access"
2021 msgstr ""
2022
2023 #: mcs/mcs/expression.cs:9172
2024 msgid "An expression tree may not contain a base access"
2025 msgstr ""
2026
2027 #: mcs/mcs/expression.cs:9190
2028 #, fuzzy
2029 msgid "Keyword `base' is not available in a static method"
2030 msgstr "キーワード `new' は名前空間要素で認められていません"
2031
2032 #: mcs/mcs/expression.cs:9192
2033 #, fuzzy
2034 msgid "Keyword `base' is not available in the current context"
2035 msgstr "キーワード `new' は名前空間要素で認められていません"
2036
2037 #: mcs/mcs/expression.cs:9230
2038 msgid ""
2039 "A property, indexer or dynamic member access may not be passed as `ref' or "
2040 "`out' parameter"
2041 msgstr ""
2042
2043 #: mcs/mcs/expression.cs:9558
2044 #, csharp-format
2045 msgid "Array elements cannot be of type `{0}'"
2046 msgstr ""
2047
2048 #: mcs/mcs/expression.cs:9561
2049 #, csharp-format
2050 msgid "Array elements cannot be of static type `{0}'"
2051 msgstr ""
2052
2053 #: mcs/mcs/expression.cs:9737
2054 msgid "Cannot use a negative size with stackalloc"
2055 msgstr ""
2056
2057 #: mcs/mcs/expression.cs:9741
2058 msgid "Cannot use stackalloc in finally or catch"
2059 msgstr ""
2060
2061 #: mcs/mcs/expression.cs:9858
2062 #, csharp-format
2063 msgid ""
2064 "Member `{0}' cannot be initialized. An object initializer may only be used "
2065 "for fields, or properties"
2066 msgstr ""
2067
2068 #: mcs/mcs/expression.cs:9867
2069 #, csharp-format
2070 msgid ""
2071 "Static field or property `{0}' cannot be assigned in an object initializer"
2072 msgstr ""
2073
2074 #: mcs/mcs/expression.cs:10068
2075 #, csharp-format
2076 msgid ""
2077 "A field or property `{0}' cannot be initialized with a collection object "
2078 "initializer because type `{1}' does not implement `{2}' interface"
2079 msgstr ""
2080
2081 #: mcs/mcs/expression.cs:10079
2082 #, csharp-format
2083 msgid "Inconsistent `{0}' member declaration"
2084 msgstr ""
2085
2086 #: mcs/mcs/expression.cs:10087
2087 #, csharp-format
2088 msgid ""
2089 "An object initializer includes more than one member `{0}' initialization"
2090 msgstr ""
2091
2092 #: mcs/mcs/expression.cs:10105
2093 #, csharp-format
2094 msgid "Cannot initialize object of type `{0}' with a collection initializer"
2095 msgstr ""
2096
2097 #: mcs/mcs/expression.cs:10242
2098 msgid ""
2099 "Object and collection initializers cannot be used to instantiate a delegate"
2100 msgstr ""
2101
2102 #: mcs/mcs/expression.cs:10407
2103 #, fuzzy
2104 msgid "Anonymous types cannot be used in this expression"
2105 msgstr "匿名メソッドを式ツリーに変換することはできません"
2106
2107 #: mcs/mcs/expression.cs:10506
2108 #, csharp-format
2109 msgid "An anonymous type property `{0}' cannot be initialized with `{1}'"
2110 msgstr ""
2111
2112 #: mcs/mcs/field.cs:69
2113 msgid ""
2114 "The modifier 'abstract' is not valid on fields. Try using a property instead"
2115 msgstr ""
2116
2117 #: mcs/mcs/field.cs:131
2118 msgid ""
2119 "The FieldOffset attribute can only be placed on members of types marked with "
2120 "the StructLayout(LayoutKind.Explicit)"
2121 msgstr ""
2122
2123 #: mcs/mcs/field.cs:136
2124 msgid "The FieldOffset attribute is not allowed on static or const fields"
2125 msgstr ""
2126
2127 #: mcs/mcs/field.cs:142
2128 msgid ""
2129 "Do not use 'System.Runtime.CompilerServices.FixedBuffer' attribute. Use the "
2130 "'fixed' field modifier instead"
2131 msgstr ""
2132
2133 #: mcs/mcs/field.cs:250
2134 #, csharp-format
2135 msgid ""
2136 "`{0}': Instance field types marked with StructLayout(LayoutKind.Explicit) "
2137 "must have a FieldOffset attribute"
2138 msgstr ""
2139
2140 #: mcs/mcs/field.cs:261
2141 #, fuzzy, csharp-format
2142 msgid "`{0}': cannot declare variables of static types"
2143 msgstr "`{0}': staticクラスではインデクサを宣言できません"
2144
2145 #: mcs/mcs/field.cs:408
2146 #, csharp-format
2147 msgid ""
2148 "`{0}': Fixed size buffers type must be one of the following: bool, byte, "
2149 "short, int, long, char, sbyte, ushort, uint, ulong, float or double"
2150 msgstr ""
2151
2152 #: mcs/mcs/field.cs:446
2153 #, csharp-format
2154 msgid "`{0}': Fixed size buffer fields may only be members of structs"
2155 msgstr ""
2156
2157 #: mcs/mcs/field.cs:461
2158 #, csharp-format
2159 msgid "`{0}': Fixed size buffers must have a length greater than zero"
2160 msgstr ""
2161
2162 #: mcs/mcs/field.cs:484
2163 #, csharp-format
2164 msgid ""
2165 "Fixed size buffer `{0}' of length `{1}' and type `{2}' exceeded 2^31 limit"
2166 msgstr ""
2167
2168 #: mcs/mcs/field.cs:666
2169 #, fuzzy, csharp-format
2170 msgid "`{0}': A volatile field cannot be of the type `{1}'"
2171 msgstr "`{0}': sealedクラス `{1}' から派生することはできません"
2172
2173 #: mcs/mcs/field.cs:671
2174 #, fuzzy, csharp-format
2175 msgid "`{0}': A field cannot be both volatile and readonly"
2176 msgstr "`{0}': クラスはstaticかつsealedとすることはできません"
2177
2178 #: mcs/mcs/flowanalysis.cs:314
2179 msgid "Control cannot fall through from one case label to another"
2180 msgstr ""
2181
2182 #: mcs/mcs/flowanalysis.cs:543
2183 #, csharp-format
2184 msgid ""
2185 "The label `{0}:' could not be found within the scope of the goto statement"
2186 msgstr ""
2187
2188 #: mcs/mcs/flowanalysis.cs:672
2189 msgid ""
2190 "A throw statement with no arguments is not allowed outside of a catch clause"
2191 msgstr ""
2192
2193 #: mcs/mcs/flowanalysis.cs:683 mcs/mcs/flowanalysis.cs:689
2194 msgid "No enclosing loop out of which to break or continue"
2195 msgstr ""
2196
2197 #: mcs/mcs/flowanalysis.cs:717
2198 msgid "Control cannot leave the body of an anonymous method"
2199 msgstr ""
2200
2201 #: mcs/mcs/flowanalysis.cs:760
2202 msgid "The `await' operator cannot be used in the body of a catch clause"
2203 msgstr ""
2204
2205 #: mcs/mcs/flowanalysis.cs:766
2206 msgid "Cannot yield a value in the body of a try block with a catch clause"
2207 msgstr ""
2208
2209 #: mcs/mcs/flowanalysis.cs:768
2210 msgid "Cannot yield a value in the body of a catch clause"
2211 msgstr ""
2212
2213 #: mcs/mcs/flowanalysis.cs:968
2214 msgid ""
2215 "A throw statement with no arguments is not allowed inside of a finally "
2216 "clause nested inside of the innermost catch clause"
2217 msgstr ""
2218
2219 #: mcs/mcs/flowanalysis.cs:981
2220 msgid "The `await' operator cannot be used in the body of a finally clause"
2221 msgstr ""
2222
2223 #: mcs/mcs/flowanalysis.cs:983 mcs/mcs/iterators.cs:122
2224 msgid "Cannot yield in the body of a finally clause"
2225 msgstr ""
2226
2227 #: mcs/mcs/flowanalysis.cs:996 mcs/mcs/flowanalysis.cs:1012
2228 #: mcs/mcs/flowanalysis.cs:1048 mcs/mcs/statement.cs:795
2229 msgid "Control cannot leave the body of a finally clause"
2230 msgstr ""
2231
2232 #: mcs/mcs/flowanalysis.cs:1194
2233 #, csharp-format
2234 msgid ""
2235 "An automatically implemented property `{0}' must be fully assigned before "
2236 "control leaves the constructor. Consider calling the default struct "
2237 "contructor from a constructor initializer"
2238 msgstr ""
2239
2240 #: mcs/mcs/flowanalysis.cs:1198
2241 #, csharp-format
2242 msgid ""
2243 "Field `{0}' must be fully assigned before control leaves the constructor"
2244 msgstr ""
2245
2246 #: mcs/mcs/generic.cs:115 mcs/mcs/generic.cs:139
2247 #, csharp-format
2248 msgid "Type parameter `{0}' inherits conflicting constraints `{1}' and `{2}'"
2249 msgstr ""
2250
2251 #: mcs/mcs/generic.cs:201
2252 #, csharp-format
2253 msgid "A constraint cannot be the dynamic type `{0}'"
2254 msgstr ""
2255
2256 #: mcs/mcs/generic.cs:208
2257 #, csharp-format
2258 msgid ""
2259 "Inconsistent accessibility: constraint type `{0}' is less accessible than `"
2260 "{1}'"
2261 msgstr ""
2262
2263 #: mcs/mcs/generic.cs:215 mcs/mcs/generic.cs:229
2264 #, fuzzy, csharp-format
2265 msgid "Duplicate constraint `{0}' for type parameter `{1}'"
2266 msgstr ""
2267 "`{0}' の部分的な宣言の間で、型パラメータ `{1}' について一貫性のない制約が含ま"
2268 "れています"
2269
2270 #: mcs/mcs/generic.cs:244
2271 #, csharp-format
2272 msgid "Circular constraint dependency involving `{0}' and `{1}'"
2273 msgstr ""
2274
2275 #: mcs/mcs/generic.cs:275
2276 #, csharp-format
2277 msgid ""
2278 "Type parameter `{0}' has the `struct' constraint, so it cannot be used as a "
2279 "constraint for `{1}'"
2280 msgstr ""
2281
2282 #: mcs/mcs/generic.cs:286
2283 #, csharp-format
2284 msgid ""
2285 "The class type constraint `{0}' must be listed before any other constraints. "
2286 "Consider moving type constraint to the beginning of the constraint list"
2287 msgstr ""
2288
2289 #: mcs/mcs/generic.cs:292
2290 #, csharp-format
2291 msgid ""
2292 "`{0}': cannot specify both a constraint class and the `class' or `struct' "
2293 "constraint"
2294 msgstr ""
2295
2296 #: mcs/mcs/generic.cs:304
2297 #, csharp-format
2298 msgid "A constraint cannot be special class `{0}'"
2299 msgstr ""
2300
2301 #: mcs/mcs/generic.cs:308
2302 msgid "A constraint cannot be the dynamic type"
2303 msgstr ""
2304
2305 #: mcs/mcs/generic.cs:314
2306 #, csharp-format
2307 msgid ""
2308 "`{0}' is not a valid constraint. A constraint must be an interface, a non-"
2309 "sealed class or a type parameter"
2310 msgstr ""
2311
2312 #: mcs/mcs/generic.cs:321
2313 #, csharp-format
2314 msgid ""
2315 "`{0}' is not a valid constraint. Static classes cannot be used as constraints"
2316 msgstr ""
2317
2318 #: mcs/mcs/generic.cs:613
2319 #, csharp-format
2320 msgid "The {2} type parameter `{0}' must be {3} valid on `{1}{4}'"
2321 msgstr ""
2322
2323 #: mcs/mcs/generic.cs:2089
2324 #, csharp-format
2325 msgid "`{0}': static classes cannot be used as generic arguments"
2326 msgstr ""
2327
2328 #: mcs/mcs/generic.cs:2096
2329 #, csharp-format
2330 msgid "The type `{0}' may not be used as a type argument"
2331 msgstr ""
2332
2333 #: mcs/mcs/generic.cs:2190
2334 msgid "Variant type parameters can only be used with interfaces and delegates"
2335 msgstr ""
2336
2337 #: mcs/mcs/generic.cs:2411
2338 #, csharp-format
2339 msgid ""
2340 "The type `{0}' must be a reference type in order to use it as type parameter "
2341 "`{1}' in the generic type or method `{2}'"
2342 msgstr ""
2343
2344 #: mcs/mcs/generic.cs:2421
2345 #, csharp-format
2346 msgid ""
2347 "The type `{0}' must be a non-nullable value type in order to use it as type "
2348 "parameter `{1}' in the generic type or method `{2}'"
2349 msgstr ""
2350
2351 #: mcs/mcs/generic.cs:2482
2352 #, csharp-format
2353 msgid ""
2354 "The type `{0}' must have a public parameterless constructor in order to use "
2355 "it as parameter `{1}' in the generic type or method `{2}'"
2356 msgstr ""
2357
2358 #: mcs/mcs/generic.cs:2538
2359 #, csharp-format
2360 msgid ""
2361 "The type `{0}' cannot be used as type parameter `{1}' in the generic type or "
2362 "method `{2}'. There is no boxing or type parameter conversion from `{0}' to `"
2363 "{3}'"
2364 msgstr ""
2365
2366 #: mcs/mcs/generic.cs:2544
2367 #, csharp-format
2368 msgid ""
2369 "The type `{0}' cannot be used as type parameter `{1}' in the generic type or "
2370 "method `{2}'. The nullable type `{0}' never satisfies interface constraint `"
2371 "{3}'"
2372 msgstr ""
2373
2374 #: mcs/mcs/generic.cs:2548
2375 #, csharp-format
2376 msgid ""
2377 "The type `{0}' cannot be used as type parameter `{1}' in the generic type or "
2378 "method `{2}'. The nullable type `{0}' does not satisfy constraint `{3}'"
2379 msgstr ""
2380
2381 #: mcs/mcs/generic.cs:2553
2382 #, csharp-format
2383 msgid ""
2384 "The type `{0}' cannot be used as type parameter `{1}' in the generic type or "
2385 "method `{2}'. There is no boxing conversion from `{0}' to `{3}'"
2386 msgstr ""
2387
2388 #: mcs/mcs/generic.cs:2558
2389 #, csharp-format
2390 msgid ""
2391 "The type `{0}' cannot be used as type parameter `{1}' in the generic type or "
2392 "method `{2}'. There is no implicit reference conversion from `{0}' to `{3}'"
2393 msgstr ""
2394
2395 #: mcs/mcs/import.cs:1888
2396 #, csharp-format
2397 msgid ""
2398 "Reference to type `{0}' claims it is defined in this assembly, but it is not "
2399 "defined in source or any added modules"
2400 msgstr ""
2401
2402 #: mcs/mcs/import.cs:1893
2403 #, csharp-format
2404 msgid ""
2405 "The type `{0}' has been forwarded to an assembly that is not referenced. "
2406 "Consider adding a reference to assembly `{1}'"
2407 msgstr ""
2408
2409 #: mcs/mcs/import.cs:1897
2410 #, csharp-format
2411 msgid ""
2412 "The type `{0}' is defined in an assembly that is not referenced. Consider "
2413 "adding a reference to assembly `{1}'"
2414 msgstr ""
2415
2416 #: mcs/mcs/import.cs:1902
2417 #, csharp-format
2418 msgid ""
2419 "Reference to type `{0}' claims it is defined assembly `{1}', but it could "
2420 "not be found"
2421 msgstr ""
2422
2423 #: mcs/mcs/iterators.cs:80
2424 msgid "The yield statement cannot be used inside anonymous method blocks"
2425 msgstr ""
2426
2427 #: mcs/mcs/iterators.cs:1101
2428 #, csharp-format
2429 msgid ""
2430 "The body of `{0}' cannot be an iterator block because `{1}' is not an "
2431 "iterator interface type"
2432 msgstr ""
2433
2434 #: mcs/mcs/iterators.cs:1114
2435 msgid "Iterators cannot have ref or out parameters"
2436 msgstr ""
2437
2438 #: mcs/mcs/iterators.cs:1120
2439 msgid "__arglist is not allowed in parameter list of iterators"
2440 msgstr ""
2441
2442 #: mcs/mcs/iterators.cs:1126
2443 msgid "Iterators cannot have unsafe parameters or yield types"
2444 msgstr ""
2445
2446 #: mcs/mcs/iterators.cs:1132 mcs/mcs/statement.cs:4938
2447 msgid "Unsafe code may not appear in iterators"
2448 msgstr ""
2449
2450 #: mcs/mcs/ikvm.cs:265
2451 msgid "SDK path could not be resolved"
2452 msgstr ""
2453
2454 #: mcs/mcs/ikvm.cs:343
2455 #, csharp-format
2456 msgid ""
2457 "Assembly `{0}' references `{1}' which has a higher version number than "
2458 "imported assembly `{2}'"
2459 msgstr ""
2460
2461 #: mcs/mcs/ikvm.cs:352 mcs/mcs/ikvm.cs:356
2462 #, csharp-format
2463 msgid ""
2464 "Assuming assembly reference `{0}' matches assembly `{1}'. You may need to "
2465 "supply runtime policy"
2466 msgstr ""
2467
2468 #: mcs/mcs/ikvm.cs:443
2469 #, csharp-format
2470 msgid ""
2471 "An assembly with the same name `{0}' has already been imported. Consider "
2472 "removing one of the references or sign the assembly"
2473 msgstr ""
2474
2475 #: mcs/mcs/ikvm.cs:452
2476 #, csharp-format
2477 msgid ""
2478 "An assembly with the same identity `{0}' has already been imported. Consider "
2479 "removing one of the references"
2480 msgstr ""
2481
2482 #: mcs/mcs/linq.cs:69
2483 #, csharp-format
2484 msgid ""
2485 "An implementation of `{0}' query expression pattern could not be found. Are "
2486 "you missing `System.Linq' using directive or `System.Core.dll' assembly "
2487 "reference?"
2488 msgstr ""
2489
2490 #: mcs/mcs/linq.cs:91
2491 msgid ""
2492 "Query expressions with a source or join sequence of type `dynamic' are not "
2493 "allowed"
2494 msgstr ""
2495
2496 #: mcs/mcs/linq.cs:101
2497 #, csharp-format
2498 msgid ""
2499 "Ambiguous implementation of the query pattern `{0}' for source type `{1}'"
2500 msgstr ""
2501
2502 #: mcs/mcs/linq.cs:132
2503 #, csharp-format
2504 msgid ""
2505 "An implementation of `{0}' query expression pattern for source type `{1}' "
2506 "could not be found"
2507 msgstr ""
2508
2509 #: mcs/mcs/linq.cs:140
2510 #, csharp-format
2511 msgid ""
2512 "An expression type is incorrect in a subsequent `from' clause in a query "
2513 "expression with source type `{0}'"
2514 msgstr ""
2515
2516 #: mcs/mcs/linq.cs:144
2517 #, csharp-format
2518 msgid ""
2519 "An expression type in `{0}' clause is incorrect. Type inference failed in "
2520 "the call to `{1}'"
2521 msgstr ""
2522
2523 #: mcs/mcs/linq.cs:256
2524 #, csharp-format
2525 msgid "A range variable `{0}' cannot be initialized with `{1}'"
2526 msgstr ""
2527
2528 #: mcs/mcs/linq.cs:828
2529 #, csharp-format
2530 msgid "A range variable `{0}' conflicts with a previous declaration of `{0}'"
2531 msgstr ""
2532
2533 #: mcs/mcs/linq.cs:835
2534 #, csharp-format
2535 msgid "A range variable `{0}' has already been declared in this scope"
2536 msgstr ""
2537
2538 #: mcs/mcs/linq.cs:842
2539 #, csharp-format
2540 msgid "A range variable `{0}' conflicts with a method type parameter"
2541 msgstr ""
2542
2543 #: mcs/mcs/linq.cs:874
2544 #, csharp-format
2545 msgid ""
2546 "A range variable `{0}' cannot be assigned to. Consider using `let' clause to "
2547 "store the value"
2548 msgstr ""
2549
2550 #: mcs/mcs/literal.cs:57
2551 #, csharp-format
2552 msgid ""
2553 "Cannot convert null to the type parameter `{0}' because it could be a value "
2554 "type. Consider using `default ({0})' instead"
2555 msgstr ""
2556
2557 #: mcs/mcs/literal.cs:63
2558 #, csharp-format
2559 msgid "Cannot convert null to `{0}' because it is a value type"
2560 msgstr ""
2561
2562 #: mcs/mcs/literal.cs:274
2563 #, csharp-format
2564 msgid ""
2565 "Literal of type double cannot be implicitly converted to type `{0}'. Add "
2566 "suffix `{1}' to create a literal of this type"
2567 msgstr ""
2568
2569 #: mcs/mcs/membercache.cs:1402
2570 msgid ""
2571 "A partial method declaration and partial method implementation cannot differ "
2572 "on use of `params' modifier"
2573 msgstr ""
2574
2575 #: mcs/mcs/membercache.cs:1405
2576 msgid ""
2577 "A partial method declaration and partial method implementation must be both "
2578 "an extension method or neither"
2579 msgstr ""
2580
2581 #: mcs/mcs/membercache.cs:1409
2582 #, csharp-format
2583 msgid ""
2584 "Overloaded contructor `{0}' cannot differ on use of parameter modifiers only"
2585 msgstr ""
2586
2587 #: mcs/mcs/membercache.cs:1413
2588 #, fuzzy, csharp-format
2589 msgid ""
2590 "Overloaded method `{0}' cannot differ on use of parameter modifiers only"
2591 msgstr "Conditionalメソッド `{0}' ではoutパラメータを指定できません"
2592
2593 #: mcs/mcs/membercache.cs:1445
2594 msgid ""
2595 "A partial method declaration and partial method implementation must be both "
2596 "`static' or neither"
2597 msgstr ""
2598
2599 #: mcs/mcs/membercache.cs:1450
2600 msgid ""
2601 "A partial method declaration and partial method implementation must be both "
2602 "`unsafe' or neither"
2603 msgstr ""
2604
2605 #: mcs/mcs/membercache.cs:1456
2606 #, fuzzy, csharp-format
2607 msgid "A partial method `{0}' declaration is already defined"
2608 msgstr "部分メソッド `{0}' はインターフェースを明示的に実装できません"
2609
2610 #: mcs/mcs/membercache.cs:1460
2611 #, fuzzy, csharp-format
2612 msgid "A partial method `{0}' implementation is already defined"
2613 msgstr "部分メソッド `{0}' はインターフェースを明示的に実装できません"
2614
2615 #: mcs/mcs/membercache.cs:1471 mcs/mcs/property.cs:81
2616 #, csharp-format
2617 msgid "A member `{0}' is already reserved"
2618 msgstr ""
2619
2620 #: mcs/mcs/membercache.cs:1482
2621 #, csharp-format
2622 msgid "Duplicate user-defined conversion in type `{0}'"
2623 msgstr ""
2624
2625 #: mcs/mcs/membercache.cs:1488
2626 #, csharp-format
2627 msgid ""
2628 "A member `{0}' is already defined. Rename this member or use different "
2629 "parameter types"
2630 msgstr ""
2631 "メンバ `{0}' が既に定義されています。このメンバの名前を変更するか、別のパラ"
2632 "メータ型を使用してください"
2633
2634 #: mcs/mcs/method.cs:558
2635 #, csharp-format
2636 msgid "`{0}': Async methods cannot use `MethodImplOptions.Synchronized'"
2637 msgstr ""
2638
2639 #: mcs/mcs/method.cs:566
2640 msgid ""
2641 "The DllImport attribute must be specified on a method marked `static' and "
2642 "`extern'"
2643 msgstr ""
2644 "`static'かつ`extern'で宣言されたメソッドには、DllImport属性が指定されなければ"
2645 "なりません"
2646
2647 #: mcs/mcs/method.cs:661
2648 #, csharp-format
2649 msgid "`{0}': A partial method parameters cannot use `out' modifier"
2650 msgstr "`{0}': 部分メソッドのパラメータで`out'修飾子は使用できません"
2651
2652 #: mcs/mcs/method.cs:722
2653 #, csharp-format
2654 msgid ""
2655 "Conditional not valid on `{0}' because it is a constructor, destructor, "
2656 "operator or explicit interface implementation"
2657 msgstr ""
2658 "Conditionalは コンストラクタ、デストラクタ、演算子または明示的なインター"
2659 "フェースの実装である `{0}'  では無効です"
2660
2661 #: mcs/mcs/method.cs:865
2662 msgid ""
2663 "A partial method cannot define access modifier or any of abstract, extern, "
2664 "new, override, sealed, or virtual modifiers"
2665 msgstr ""
2666
2667 #: mcs/mcs/method.cs:871
2668 msgid ""
2669 "A partial method must be declared within a partial class or partial struct"
2670 msgstr ""
2671
2672 #: mcs/mcs/method.cs:876
2673 #, csharp-format
2674 msgid "`{0}': Extension methods must be declared static"
2675 msgstr "`{0}': 拡張メソッドはstaticで宣言されなければなりません"
2676
2677 #: mcs/mcs/method.cs:892
2678 #, csharp-format
2679 msgid "Program `{0}' has more than one entry point defined: `{1}'"
2680 msgstr "プログラム `{0}' には複数のエントリポイントが定義されています: `{1}'"
2681
2682 #: mcs/mcs/method.cs:935
2683 #, csharp-format
2684 msgid "Conditional not valid on `{0}' because it is an override method"
2685 msgstr "Conditionalはオーバーライドメソッドである `{0}' では無効です"
2686
2687 #: mcs/mcs/method.cs:940
2688 #, csharp-format
2689 msgid "Conditional not valid on `{0}' because its return type is not void"
2690 msgstr "Conditionalは戻り値型がvoidでない `{0}' では無効です"
2691
2692 #: mcs/mcs/method.cs:945
2693 msgid "Conditional not valid on interface members"
2694 msgstr "Conditionalはインターフェースメンバでは無効です"
2695
2696 #: mcs/mcs/method.cs:951
2697 #, csharp-format
2698 msgid "Conditional member `{0}' cannot implement interface member `{1}'"
2699 msgstr ""
2700 "Conditionalメンバ `{0}' はインターフェースメンバ `{1}' を実装できません"
2701
2702 #: mcs/mcs/method.cs:958
2703 #, csharp-format
2704 msgid "Conditional method `{0}' cannot have an out parameter"
2705 msgstr "Conditionalメソッド `{0}' ではoutパラメータを指定できません"
2706
2707 #: mcs/mcs/method.cs:1150
2708 #, csharp-format
2709 msgid ""
2710 "The constraints for type parameter `{0}' of method `{1}' must match the "
2711 "constraints for type parameter `{2}' of interface method `{3}'. Consider "
2712 "using an explicit interface implementation instead"
2713 msgstr ""
2714
2715 #: mcs/mcs/method.cs:1208
2716 msgid "The return type of an async method must be void, Task, or Task<T>"
2717 msgstr ""
2718
2719 #: mcs/mcs/method.cs:1225
2720 #, fuzzy, csharp-format
2721 msgid "`{0}': Extension methods cannot be defined in a nested class"
2722 msgstr "`{0}': 拡張メソッドはstaticで宣言されなければなりません"
2723
2724 #: mcs/mcs/method.cs:1231
2725 #, csharp-format
2726 msgid ""
2727 "`{0}': Extension methods require `System.Runtime.CompilerServices."
2728 "ExtensionAttribute' type to be available. Are you missing an assembly "
2729 "reference?"
2730 msgstr ""
2731
2732 #: mcs/mcs/method.cs:1240
2733 #, fuzzy, csharp-format
2734 msgid "`{0}': Extension methods must be defined in a non-generic static class"
2735 msgstr "`{0}': 拡張メソッドはstaticで宣言されなければなりません"
2736
2737 #: mcs/mcs/method.cs:1256
2738 #, fuzzy, csharp-format
2739 msgid "`{0}': an entry point cannot be async method"
2740 msgstr "`{0}': `{1}' はメソッドではないため、オーバーライドできません"
2741
2742 #: mcs/mcs/method.cs:1293
2743 #, csharp-format
2744 msgid ""
2745 "A partial method `{0}' implementation is missing a partial method declaration"
2746 msgstr ""
2747
2748 #: mcs/mcs/method.cs:1332
2749 #, csharp-format
2750 msgid "Method or delegate cannot return type `{0}'"
2751 msgstr ""
2752
2753 #: mcs/mcs/method.cs:1411
2754 msgid ""
2755 "The constructor call cannot be dynamically dispatched within constructor "
2756 "initializer"
2757 msgstr ""
2758
2759 #: mcs/mcs/method.cs:1425
2760 #, fuzzy, csharp-format
2761 msgid "`{0}': Struct constructors cannot call base constructors"
2762 msgstr "`{0}': staticクラスではインスタンス コンストラクタを定義できません"
2763
2764 #: mcs/mcs/method.cs:1443
2765 #, csharp-format
2766 msgid "Constructor `{0}' cannot call itself"
2767 msgstr ""
2768
2769 #: mcs/mcs/method.cs:1572
2770 #, csharp-format
2771 msgid "`{0}': The static constructor must be parameterless"
2772 msgstr ""
2773
2774 #: mcs/mcs/method.cs:1593
2775 msgid "Structs cannot contain explicit parameterless constructors"
2776 msgstr ""
2777
2778 #: mcs/mcs/method.cs:1648
2779 #, fuzzy, csharp-format
2780 msgid ""
2781 "`{0}': A class with the ComImport attribute cannot have a user-defined "
2782 "constructor"
2783 msgstr "`{0}': staticクラスではインスタンス コンストラクタを定義できません"
2784
2785 #: mcs/mcs/method.cs:1898
2786 #, fuzzy, csharp-format
2787 msgid "`{0}' is an accessor not found in interface member `{1}{2}'"
2788 msgstr "`{0}' は継承されるabstractメンバ `{1}' を隠蔽してしまいます"
2789
2790 #: mcs/mcs/method.cs:1904
2791 #, fuzzy, csharp-format
2792 msgid ""
2793 "`{0}.{1}' in explicit interface declaration is not a member of interface"
2794 msgstr ""
2795 "明示的なインターフェースの宣言で記述された `{0}' は、インターフェースではあり"
2796 "ません"
2797
2798 #: mcs/mcs/method.cs:1912
2799 #, csharp-format
2800 msgid ""
2801 "`{0}' explicit method implementation cannot implement `{1}' because it is an "
2802 "accessor"
2803 msgstr ""
2804
2805 #: mcs/mcs/method.cs:1922
2806 #, fuzzy, csharp-format
2807 msgid "Method `{0}' cannot implement interface accessor `{1}'"
2808 msgstr ""
2809 "Conditionalメンバ `{0}' はインターフェースメンバ `{1}' を実装できません"
2810
2811 #: mcs/mcs/method.cs:1929
2812 #, csharp-format
2813 msgid ""
2814 "Accessor `{0}' cannot implement interface member `{1}' for type `{2}'. Use "
2815 "an explicit interface implementation"
2816 msgstr ""
2817
2818 #: mcs/mcs/method.cs:1936
2819 #, fuzzy, csharp-format
2820 msgid ""
2821 "Accessor `{0}' must be declared public to implement interface member `{1}'"
2822 msgstr ""
2823 "Conditionalメンバ `{0}' はインターフェースメンバ `{1}' を実装できません"
2824
2825 #: mcs/mcs/method.cs:1956
2826 #, fuzzy, csharp-format
2827 msgid ""
2828 "`{0}': the explicit interface implementation cannot introduce the params "
2829 "modifier"
2830 msgstr ""
2831 "明示的なインターフェースの宣言で記述された `{0}' は、インターフェースではあり"
2832 "ません"
2833
2834 #: mcs/mcs/method.cs:2304
2835 #, fuzzy, csharp-format
2836 msgid ""
2837 "Attribute `{0}' is not valid on property or event accessors. It is valid on `"
2838 "{1}' declarations only"
2839 msgstr "属性 `{0}' はこの宣言型では無効です。 `{1}' の宣言でのみ有効です"
2840
2841 #: mcs/mcs/method.cs:2532
2842 #, csharp-format
2843 msgid "User-defined operator `{0}' must be declared static and public"
2844 msgstr ""
2845
2846 #: mcs/mcs/method.cs:2576
2847 msgid ""
2848 "User-defined operator cannot take an object of the enclosing type and "
2849 "convert to an object of the enclosing type"
2850 msgstr ""
2851
2852 #: mcs/mcs/method.cs:2587
2853 msgid "User-defined conversion must convert to or from the enclosing type"
2854 msgstr ""
2855
2856 #: mcs/mcs/method.cs:2593
2857 #, fuzzy, csharp-format
2858 msgid ""
2859 "User-defined conversion `{0}' cannot convert to or from the dynamic type"
2860 msgstr "`{0}' は特別なクラス `{1}' から派生することはできません"
2861
2862 #: mcs/mcs/method.cs:2600
2863 #, csharp-format
2864 msgid ""
2865 "User-defined conversion `{0}' cannot convert to or from an interface type"
2866 msgstr ""
2867
2868 #: mcs/mcs/method.cs:2607
2869 #, csharp-format
2870 msgid "User-defined conversion `{0}' cannot convert to or from a base class"
2871 msgstr ""
2872
2873 #: mcs/mcs/method.cs:2613
2874 #, csharp-format
2875 msgid "User-defined conversion `{0}' cannot convert to or from a derived class"
2876 msgstr ""
2877
2878 #: mcs/mcs/method.cs:2620
2879 msgid ""
2880 "Overloaded shift operator must have the type of the first operand be the "
2881 "containing type, and the type of the second operand must be int"
2882 msgstr ""
2883
2884 #: mcs/mcs/method.cs:2629
2885 msgid ""
2886 "The return type for ++ or -- operator must be the containing type or derived "
2887 "from the containing type"
2888 msgstr ""
2889
2890 #: mcs/mcs/method.cs:2634
2891 msgid "The parameter type for ++ or -- operator must be the containing type"
2892 msgstr ""
2893
2894 #: mcs/mcs/method.cs:2641
2895 msgid "The parameter type of a unary operator must be the containing type"
2896 msgstr ""
2897
2898 #: mcs/mcs/method.cs:2649
2899 msgid "The return type of operator True or False must be bool"
2900 msgstr ""
2901
2902 #: mcs/mcs/method.cs:2664
2903 msgid "One of the parameters of a binary operator must be the containing type"
2904 msgstr ""
2905
2906 #: mcs/mcs/modifiers.cs:277
2907 #, csharp-format
2908 msgid "The modifier `{0}' is not valid for this item"
2909 msgstr ""
2910
2911 #: mcs/mcs/namespace.cs:263
2912 #, csharp-format
2913 msgid ""
2914 "The type or namespace name `{0}' could not be found in the global namespace. "
2915 "Are you missing {1} assembly reference?"
2916 msgstr ""
2917
2918 #: mcs/mcs/namespace.cs:267
2919 #, csharp-format
2920 msgid ""
2921 "The type or namespace name `{0}' does not exist in the namespace `{1}'. Are "
2922 "you missing {2} assembly reference?"
2923 msgstr ""
2924
2925 #: mcs/mcs/namespace.cs:367
2926 #, csharp-format
2927 msgid "The imported type `{0}' is defined multiple times"
2928 msgstr ""
2929
2930 #: mcs/mcs/namespace.cs:841 mcs/mcs/namespace.cs:853
2931 msgid ""
2932 "A using clause must precede all other namespace elements except extern alias "
2933 "declarations"
2934 msgstr ""
2935
2936 #: mcs/mcs/namespace.cs:869
2937 #, csharp-format
2938 msgid "The using alias `{0}' appeared previously in this namespace"
2939 msgstr ""
2940
2941 #: mcs/mcs/namespace.cs:907 mcs/mcs/namespace.cs:930
2942 #, csharp-format
2943 msgid "The namespace `{0}' already contains a definition for `{1}'"
2944 msgstr ""
2945
2946 #: mcs/mcs/namespace.cs:1149
2947 #, csharp-format
2948 msgid "Namespace `{0}' contains a definition with same name as alias `{1}'"
2949 msgstr ""
2950
2951 #: mcs/mcs/namespace.cs:1201
2952 #, csharp-format
2953 msgid "`{0}' is an ambiguous reference between `{1}' and `{2}'"
2954 msgstr ""
2955
2956 #: mcs/mcs/namespace.cs:1392
2957 #, csharp-format
2958 msgid ""
2959 "`{0}' is a type not a namespace. A using namespace directive can only be "
2960 "applied to namespaces"
2961 msgstr ""
2962
2963 #: mcs/mcs/namespace.cs:1416
2964 #, csharp-format
2965 msgid "The extern alias `{0}' was not specified in -reference option"
2966 msgstr ""
2967
2968 #: mcs/mcs/nullable.cs:1034
2969 msgid ""
2970 "An expression tree cannot contain a coalescing operator with null left side"
2971 msgstr ""
2972
2973 #: mcs/mcs/parameter.cs:157
2974 msgid "The params parameter must be a single dimensional array"
2975 msgstr ""
2976
2977 #: mcs/mcs/parameter.cs:319
2978 msgid "An out parameter cannot have the `In' attribute"
2979 msgstr ""
2980
2981 #: mcs/mcs/parameter.cs:324
2982 msgid ""
2983 "Do not use `System.ParamArrayAttribute'. Use the `params' keyword instead"
2984 msgstr ""
2985
2986 #: mcs/mcs/parameter.cs:331
2987 msgid ""
2988 "Cannot specify only `Out' attribute on a ref parameter. Use both `In' and "
2989 "`Out' attributes or neither"
2990 msgstr ""
2991
2992 #: mcs/mcs/parameter.cs:340
2993 #, fuzzy, csharp-format
2994 msgid "Cannot specify `{0}' attribute on optional parameter `{1}'"
2995 msgstr "インデクサを含む型には`DefaultMember'属性を指定できません"
2996
2997 #: mcs/mcs/parameter.cs:349
2998 msgid ""
2999 "The CallerMemberName attribute can only be applied to parameters with "
3000 "default value"
3001 msgstr ""
3002
3003 #: mcs/mcs/parameter.cs:354
3004 msgid ""
3005 "The CallerLineNumber attribute can only be applied to parameters with "
3006 "default value"
3007 msgstr ""
3008
3009 #: mcs/mcs/parameter.cs:359
3010 msgid ""
3011 "The CallerFilePath attribute can only be applied to parameters with default "
3012 "value"
3013 msgstr ""
3014
3015 #: mcs/mcs/parameter.cs:392
3016 #, csharp-format
3017 msgid "Method or delegate parameter cannot be of type `{0}'"
3018 msgstr ""
3019
3020 #: mcs/mcs/parameter.cs:402
3021 #, csharp-format
3022 msgid "`{0}': static types cannot be used as parameters"
3023 msgstr ""
3024
3025 #: mcs/mcs/parameter.cs:408
3026 #, fuzzy, csharp-format
3027 msgid "The extension method cannot be of type `{0}'"
3028 msgstr "`{0}': 拡張メソッドはネストしたクラスの中では定義できません"
3029
3030 #: mcs/mcs/parameter.cs:429 mcs/mcs/parameter.cs:441
3031 #, csharp-format
3032 msgid ""
3033 "The CallerMemberName attribute cannot be applied because there is no "
3034 "standard conversion from `{0}' to `{1}'"
3035 msgstr ""
3036
3037 #: mcs/mcs/parameter.cs:453
3038 #, csharp-format
3039 msgid ""
3040 "The CallerFilePath attribute cannot be applied because there is no standard "
3041 "conversion from `{0}' to `{1}'"
3042 msgstr ""
3043
3044 #: mcs/mcs/parameter.cs:499
3045 #, csharp-format
3046 msgid ""
3047 "Argument of type `{0}' is not applicable for the DefaultParameterValue "
3048 "attribute"
3049 msgstr ""
3050
3051 #: mcs/mcs/parameter.cs:503
3052 #, csharp-format
3053 msgid ""
3054 "The DefaultParameterValue attribute is not applicable on parameters of type `"
3055 "{0}'"
3056 msgstr ""
3057
3058 #: mcs/mcs/parameter.cs:531
3059 msgid "The type of the default value should match the type of the parameter"
3060 msgstr ""
3061
3062 #: mcs/mcs/parameter.cs:682
3063 msgid "An expression tree parameter cannot use `ref' or `out' modifier"
3064 msgstr ""
3065
3066 #: mcs/mcs/parameter.cs:1183
3067 #, csharp-format
3068 msgid "The parameter name `{0}' conflicts with a compiler generated name"
3069 msgstr ""
3070
3071 #: mcs/mcs/parameter.cs:1343
3072 #, csharp-format
3073 msgid ""
3074 "The expression being assigned to optional parameter `{0}' must be a constant "
3075 "or default value"
3076 msgstr ""
3077
3078 #: mcs/mcs/parameter.cs:1360
3079 #, csharp-format
3080 msgid ""
3081 "The expression being assigned to nullable optional parameter `{0}' must be "
3082 "default value"
3083 msgstr ""
3084
3085 #: mcs/mcs/parameter.cs:1368
3086 #, csharp-format
3087 msgid ""
3088 "Optional parameter `{0}' of type `{1}' can only be initialized with `null'"
3089 msgstr ""
3090
3091 #: mcs/mcs/parameter.cs:1379
3092 #, csharp-format
3093 msgid ""
3094 "Optional parameter expression of type `{0}' cannot be converted to parameter "
3095 "type `{1}'"
3096 msgstr ""
3097
3098 #: mcs/mcs/pending.cs:326
3099 #, csharp-format
3100 msgid ""
3101 "Cannot implement interface `{0}' with the specified type parameters because "
3102 "it causes method `{1}' to differ on parameter modifiers only"
3103 msgstr ""
3104
3105 #: mcs/mcs/pending.cs:691
3106 #, csharp-format
3107 msgid ""
3108 "`{0}' does not implement interface member `{1}' and the best implementing "
3109 "candidate `{2}' is static"
3110 msgstr ""
3111
3112 #: mcs/mcs/pending.cs:695
3113 #, csharp-format
3114 msgid ""
3115 "`{0}' does not implement interface member `{1}' and the best implementing "
3116 "candidate `{2}' is not public"
3117 msgstr ""
3118
3119 #: mcs/mcs/pending.cs:699
3120 #, csharp-format
3121 msgid ""
3122 "`{0}' does not implement interface member `{1}' and the best implementing "
3123 "candidate `{2}' return type `{3}' does not match interface member return "
3124 "type `{4}'"
3125 msgstr ""
3126
3127 #: mcs/mcs/pending.cs:704
3128 #, csharp-format
3129 msgid "`{0}' does not implement interface member `{1}'"
3130 msgstr ""
3131
3132 #: mcs/mcs/pending.cs:709
3133 #, csharp-format
3134 msgid "`{0}' does not implement inherited abstract member `{1}'"
3135 msgstr ""
3136
3137 #: mcs/mcs/property.cs:349
3138 #, csharp-format
3139 msgid ""
3140 "`{0}': accessibility modifiers may not be used on accessors in an interface"
3141 msgstr ""
3142
3143 #: mcs/mcs/property.cs:352
3144 #, fuzzy, csharp-format
3145 msgid "`{0}': abstract properties cannot have private accessors"
3146 msgstr "`{0}': virtualまたはabstractのメンバはprivateにはできません"
3147
3148 #: mcs/mcs/property.cs:402
3149 #, csharp-format
3150 msgid ""
3151 "The accessibility modifier of the `{0}' accessor must be more restrictive "
3152 "than the modifier of the property or indexer `{1}'"
3153 msgstr ""
3154
3155 #: mcs/mcs/property.cs:511
3156 #, csharp-format
3157 msgid "Explicit interface implementation `{0}' is missing accessor `{1}'"
3158 msgstr ""
3159
3160 #: mcs/mcs/property.cs:530
3161 #, fuzzy, csharp-format
3162 msgid ""
3163 "`{0}': cannot override because `{1}' does not have an overridable get "
3164 "accessor"
3165 msgstr "`{0}': `{1}' はイベントではないため、オーバーライドできません"
3166
3167 #: mcs/mcs/property.cs:547
3168 #, fuzzy, csharp-format
3169 msgid ""
3170 "`{0}': cannot override because `{1}' does not have an overridable set "
3171 "accessor"
3172 msgstr "`{0}': `{1}' はイベントではないため、オーバーライドできません"
3173
3174 #: mcs/mcs/property.cs:588
3175 #, csharp-format
3176 msgid ""
3177 "`{0}': Cannot specify accessibility modifiers for both accessors of the "
3178 "property or indexer"
3179 msgstr ""
3180
3181 #: mcs/mcs/property.cs:595
3182 #, csharp-format
3183 msgid ""
3184 "`{0}': accessibility modifiers on accessors may only be used if the property "
3185 "or indexer has both a get and a set accessor"
3186 msgstr ""
3187
3188 #: mcs/mcs/property.cs:823
3189 #, csharp-format
3190 msgid ""
3191 "Automatically implemented property `{0}' cannot be used inside a type with "
3192 "an explicit StructLayout attribute"
3193 msgstr ""
3194
3195 #: mcs/mcs/property.cs:1312
3196 #, csharp-format
3197 msgid "`{0}': event must be of a delegate type"
3198 msgstr ""
3199
3200 #: mcs/mcs/property.cs:1588
3201 #, csharp-format
3202 msgid ""
3203 "The `{0}' attribute is valid only on an indexer that is not an explicit "
3204 "interface member declaration"
3205 msgstr ""
3206
3207 #: mcs/mcs/property.cs:1592
3208 #, fuzzy
3209 msgid "Cannot set the `IndexerName' attribute on an indexer marked override"
3210 msgstr "インデクサを含む型には`DefaultMember'属性を指定できません"
3211
3212 #: mcs/mcs/module.cs:338
3213 #, csharp-format
3214 msgid "Value specified for the argument to `{0}' is not valid"
3215 msgstr ""
3216
3217 #: mcs/mcs/statement.cs:100
3218 msgid ""
3219 "A lambda expression with statement body cannot be converted to an expresion "
3220 "tree"
3221 msgstr ""
3222
3223 #: mcs/mcs/statement.cs:858
3224 #, csharp-format
3225 msgid ""
3226 "An object of a type convertible to `{0}' is required for the return statement"
3227 msgstr ""
3228
3229 #: mcs/mcs/statement.cs:872 mcs/mcs/statement.cs:896
3230 #, csharp-format
3231 msgid ""
3232 "`{0}': A return keyword must not be followed by any expression when method "
3233 "returns void"
3234 msgstr ""
3235
3236 #: mcs/mcs/statement.cs:907
3237 #, csharp-format
3238 msgid ""
3239 "`{0}': A return keyword must not be followed by an expression when async "
3240 "method returns `Task'. Consider using `Task<T>' return type"
3241 msgstr ""
3242
3243 #: mcs/mcs/statement.cs:917
3244 #, csharp-format
3245 msgid ""
3246 "`{0}': The return expression type of async method must be `{1}' rather than "
3247 "`Task<{1}>'"
3248 msgstr ""
3249
3250 #: mcs/mcs/statement.cs:927
3251 #, csharp-format
3252 msgid ""
3253 "`{0}': A return keyword must not be followed by any expression when delegate "
3254 "returns void"
3255 msgstr ""
3256
3257 #: mcs/mcs/statement.cs:958
3258 #, csharp-format
3259 msgid ""
3260 "Cannot convert `{0}' to delegate type `{1}' because some of the return types "
3261 "in the block are not implicitly convertible to the delegate return type"
3262 msgstr ""
3263
3264 #: mcs/mcs/statement.cs:1006
3265 msgid ""
3266 "Cannot return a value from iterators. Use the yield return statement to "
3267 "return a value, or yield break to end the iteration"
3268 msgstr ""
3269
3270 #: mcs/mcs/statement.cs:1178 mcs/mcs/statement.cs:1223
3271 msgid "A goto case is only valid inside a switch statement"
3272 msgstr ""
3273
3274 #: mcs/mcs/statement.cs:1311 mcs/mcs/statement.cs:5339
3275 msgid "The type caught or thrown must be derived from System.Exception"
3276 msgstr ""
3277
3278 #: mcs/mcs/statement.cs:1556
3279 msgid "A fixed statement cannot use an implicitly typed local variable"
3280 msgstr ""
3281
3282 #: mcs/mcs/statement.cs:1561
3283 msgid "An implicitly typed local variable cannot be a constant"
3284 msgstr ""
3285
3286 #: mcs/mcs/statement.cs:1566
3287 msgid ""
3288 "An implicitly typed local variable declarator must include an initializer"
3289 msgstr ""
3290
3291 #: mcs/mcs/statement.cs:1571
3292 msgid ""
3293 "An implicitly typed local variable declaration cannot include multiple "
3294 "declarators"
3295 msgstr ""
3296
3297 #: mcs/mcs/statement.cs:2185
3298 #, csharp-format
3299 msgid ""
3300 "A local variable named `{0}' cannot be declared in this scope because it "
3301 "would give a different meaning to `{0}', which is already used in a `{1}' "
3302 "scope to denote something else"
3303 msgstr ""
3304
3305 #: mcs/mcs/statement.cs:2197
3306 #, csharp-format
3307 msgid "A local variable named `{0}' is already defined in this scope"
3308 msgstr ""
3309
3310 #: mcs/mcs/statement.cs:2204
3311 #, fuzzy, csharp-format
3312 msgid ""
3313 "The type parameter name `{0}' is the same as local variable or parameter name"
3314 msgstr ""
3315 "型パラメータ `{0}' が、その宣言型あるいはメソッドと同じ名前になっています"
3316
3317 #: mcs/mcs/statement.cs:2937
3318 #, csharp-format
3319 msgid ""
3320 "The out parameter `{0}' must be assigned to before control leaves the "
3321 "current method"
3322 msgstr ""
3323
3324 #: mcs/mcs/statement.cs:3055
3325 #, csharp-format
3326 msgid "`{0}': not all code paths return a value"
3327 msgstr ""
3328
3329 #: mcs/mcs/statement.cs:3072
3330 #, csharp-format
3331 msgid "Not all code paths return a value in anonymous method of type `{0}'"
3332 msgstr ""
3333
3334 #: mcs/mcs/statement.cs:3120
3335 #, fuzzy
3336 msgid "Async methods cannot have ref or out parameters"
3337 msgstr "Conditionalメソッド `{0}' ではoutパラメータを指定できません"
3338
3339 #: mcs/mcs/statement.cs:3126
3340 msgid "__arglist is not allowed in parameter list of async methods"
3341 msgstr ""
3342
3343 #: mcs/mcs/statement.cs:3132
3344 #, fuzzy
3345 msgid "Async methods cannot have unsafe parameters"
3346 msgstr "`{0}': staticクラス '{1}' から派生することはできません"
3347
3348 #: mcs/mcs/statement.cs:3328
3349 #, csharp-format
3350 msgid "The label `{0}' is a duplicate"
3351 msgstr ""
3352
3353 #: mcs/mcs/statement.cs:3337 mcs/mcs/statement.cs:3348
3354 #, csharp-format
3355 msgid ""
3356 "The label `{0}' shadows another label by the same name in a contained scope"
3357 msgstr ""
3358
3359 #: mcs/mcs/statement.cs:3650
3360 #, csharp-format
3361 msgid "The label `case {0}:' already occurs in this switch statement"
3362 msgstr ""
3363
3364 #: mcs/mcs/statement.cs:4121
3365 #, csharp-format
3366 msgid ""
3367 "A switch expression of type `{0}' cannot be converted to an integral type, "
3368 "bool, char, string, enum or nullable type"
3369 msgstr ""
3370
3371 #: mcs/mcs/statement.cs:4722
3372 #, csharp-format
3373 msgid "`{0}' is not a reference type as required by the lock statement"
3374 msgstr ""
3375
3376 #: mcs/mcs/statement.cs:5069
3377 msgid "The type of locals declared in a fixed statement must be a pointer type"
3378 msgstr ""
3379
3380 #: mcs/mcs/statement.cs:5085
3381 msgid ""
3382 "The right hand side of a fixed statement assignment may not be a cast "
3383 "expression"
3384 msgstr ""
3385
3386 #: mcs/mcs/statement.cs:5155
3387 msgid ""
3388 "You cannot use the fixed statement to take the address of an already fixed "
3389 "expression"
3390 msgstr ""
3391
3392 #: mcs/mcs/statement.cs:5511
3393 #, csharp-format
3394 msgid ""
3395 "A previous catch clause already catches all exceptions of this or a super "
3396 "type `{0}'"
3397 msgstr ""
3398
3399 #: mcs/mcs/statement.cs:5651
3400 #, csharp-format
3401 msgid ""
3402 "`{0}': type used in a using statement must be implicitly convertible to "
3403 "`System.IDisposable'"
3404 msgstr ""
3405
3406 #: mcs/mcs/statement.cs:6055
3407 #, csharp-format
3408 msgid ""
3409 "foreach statement requires that the return type `{0}' of `{1}' must have a "
3410 "suitable public MoveNext method and public Current property"
3411 msgstr ""
3412
3413 #: mcs/mcs/statement.cs:6099
3414 #, csharp-format
3415 msgid ""
3416 "foreach statement cannot operate on variables of type `{0}' because it "
3417 "contains multiple implementation of `{1}'. Try casting to a specific "
3418 "implementation"
3419 msgstr ""
3420
3421 #: mcs/mcs/statement.cs:6121
3422 #, csharp-format
3423 msgid ""
3424 "foreach statement cannot operate on variables of type `{0}' because it does "
3425 "not contain a definition for `{1}' or is inaccessible"
3426 msgstr ""
3427
3428 #: mcs/mcs/statement.cs:6352
3429 msgid "Use of null is not valid in this context"
3430 msgstr ""
3431
3432 #: mcs/mcs/statement.cs:6364
3433 #, csharp-format
3434 msgid "Foreach statement cannot operate on a `{0}'"
3435 msgstr ""
3436
3437 #: mcs/mcs/typemanager.cs:780
3438 #, csharp-format
3439 msgid "The predefined type `{0}.{1}' is not defined or imported"
3440 msgstr ""
3441
3442 #: mcs/mcs/typemanager.cs:825
3443 #, csharp-format
3444 msgid ""
3445 "The predefined type `{0}.{1}' is defined multiple times. Using definition "
3446 "from `{2}'"
3447 msgstr ""
3448
3449 #: mcs/mcs/typemanager.cs:840
3450 #, csharp-format
3451 msgid "The predefined type `{0}.{1}' is not declared correctly"
3452 msgstr ""
3453
3454 #: mcs/mcs/typemanager.cs:965
3455 #, csharp-format
3456 msgid ""
3457 "The compiler required member `{0}.{1}{2}' could not be found or is "
3458 "inaccessible"
3459 msgstr ""
3460
3461 #: mcs/mcs/typemanager.cs:1092
3462 #, csharp-format
3463 msgid ""
3464 "Cannot take the address of, get the size of, or declare a pointer to a "
3465 "managed type `{0}'"
3466 msgstr ""
3467
3468 #, fuzzy
3469 #~ msgid "An expression tree cannot contain an await operator"
3470 #~ msgstr "式ツリーは代入オペレータを含むことができません"
3471
3472 #~ msgid ""
3473 #~ "`{0}': Extension methods cannot be declared without a reference to System."
3474 #~ "Core.dll assembly. Add the assembly reference or remove `this' modifer "
3475 #~ "from the first parameter"
3476 #~ msgstr ""
3477 #~ "`{0}': 拡張メソッドはSystem.Core.dllアセンブリへの参照なしでは宣言できませ"
3478 #~ "ん。アセンブリ参照を追加するか、または最初のパラメータから `this' 修飾子を"
3479 #~ "取り除いてください。"
3480
3481 #~ msgid ""
3482 #~ "`{0}' is not a valid attribute location for this declaration. Valid "
3483 #~ "attribute locations for this declaration are `{1}'"
3484 #~ msgstr ""
3485 #~ "`{0}' の属性の位置はその宣言からは有効ではありません。宣言されている有効な"
3486 #~ "属性の位置は `{1}' です"
3487
3488 #, fuzzy
3489 #~ msgid "The constant `{0}' cannot be marked static"
3490 #~ msgstr "abstractメソッド `{0}' はvirtualとすることはできません"
3491
3492 #, fuzzy
3493 #~ msgid "`{0}': interface members cannot have a definition"
3494 #~ msgstr "`{0}': virtualまたはabstractのメンバはprivateにはできません"
3495
3496 #, fuzzy
3497 #~ msgid "Cannot specify a default value for the `{0}' parameter"
3498 #~ msgstr "インデクサを含む型には`DefaultMember'属性を指定できません"
3499
3500 #, fuzzy
3501 #~ msgid "The `params' modifier is not allowed in current context"
3502 #~ msgstr "キーワード `new' は名前空間要素で認められていません"
3503
3504 #, fuzzy
3505 #~ msgid "The params parameter cannot be declared as ref or out"
3506 #~ msgstr "abstractメソッド `{0}' はvirtualとすることはできません"
3507
3508 #, fuzzy
3509 #~ msgid "`{0}': property or indexer cannot have void type"
3510 #~ msgstr "`{0}': virtualまたはabstractのメンバはprivateにはできません"
3511
3512 #, fuzzy
3513 #~ msgid "`{0}': property or indexer must have at least one accessor"
3514 #~ msgstr "`{0}': virtualまたはabstractのメンバはprivateにはできません"
3515
3516 #, fuzzy
3517 #~ msgid "Interfaces cannot contain operators"
3518 #~ msgstr "`{0}': staticクラスにはユーザー定義の演算子を含むことはできません"
3519
3520 #, fuzzy
3521 #~ msgid "Interfaces cannot contain contructors"
3522 #~ msgstr "`{0}': staticクラスではデストラクタを定義できません"
3523
3524 #, fuzzy
3525 #~ msgid "Overloaded unary operator `{0}' takes one parameter"
3526 #~ msgstr "Conditionalメソッド `{0}' ではoutパラメータを指定できません"
3527
3528 #~ msgid "Class, struct, or interface method must have a return type"
3529 #~ msgstr "クラス、構造体、インターフェースのメソッドには戻り値型が必要です"
3530
3531 #, fuzzy
3532 #~ msgid "`{0}': static constructor cannot have an access modifier"
3533 #~ msgstr "`{0}': virtualまたはabstractのメンバはprivateにはできません"
3534
3535 #, fuzzy
3536 #~ msgid ""
3537 #~ "`{0}': static constructor cannot have an explicit `this' or `base' "
3538 #~ "constructor call"
3539 #~ msgstr "`{0}': staticクラスではインスタンス コンストラクタを定義できません"
3540
3541 #, fuzzy
3542 #~ msgid "Only class types can contain destructor"
3543 #~ msgstr "`{0}': staticクラスではデストラクタを定義できません"
3544
3545 #, fuzzy
3546 #~ msgid ""
3547 #~ "`{0}': An explicit interface implementation of an event must use property "
3548 #~ "syntax"
3549 #~ msgstr ""
3550 #~ "明示的なインターフェースの宣言で記述された `{0}' は、インターフェースでは"
3551 #~ "ありません"
3552
3553 #, fuzzy
3554 #~ msgid "`{0}': event in interface cannot have an initializer"
3555 #~ msgstr "`{0}': 構造体ではインスタンス フィールドを初期化できません"
3556
3557 #, fuzzy
3558 #~ msgid "`{0}': abstract event cannot have an initializer"
3559 #~ msgstr "`{0}': 構造体ではインスタンス フィールドを初期化できません"
3560
3561 #, fuzzy
3562 #~ msgid "`{0}': event property must have both add and remove accessors"
3563 #~ msgstr "`{0}': virtualまたはabstractのメンバはprivateにはできません"
3564
3565 #, fuzzy
3566 #~ msgid "Named argument `{0}' specified multiple times"
3567 #~ msgstr "属性 `{0}' は複数回指定することができません"
3568
3569 #, fuzzy
3570 #~ msgid "Keyword `new' is not allowed on namespace elements"
3571 #~ msgstr "キーワード `new' は名前空間要素で認められていません"
3572
3573 #, fuzzy
3574 #~ msgid "Identifier expected, `{0}' is a keyword"
3575 #~ msgstr "識別子が必要です: {0}"
3576
3577 #~ msgid "Response file `"
3578 #~ msgstr "レスポンスファイル `"
3579
3580 #~ msgid "Unable to open response file: "
3581 #~ msgstr "レスポンスファイルが開けません"
3582
3583 #~ msgid ""
3584 #~ "`{0}' is marked as an external but has no DllImport attribute. Consider "
3585 #~ "adding a DllImport attribute to specify the external implementation"
3586 #~ msgstr ""
3587 #~ "`{0}' はexternalとして宣言されていますが、DllImport属性をもちません。"
3588 #~ "DllImport属性を追加して、外部実装を指定するようにしてください"
3589
3590 #~ msgid "Can not use a type parameter in an attribute"
3591 #~ msgstr "属性の中で型パラメータを使用することはできません"
3592
3593 #~ msgid ""
3594 #~ "`{0}': Any identifier with double underscores cannot be used when ISO "
3595 #~ "language version mode is specified"
3596 #~ msgstr ""
3597 #~ "`{0}': ISO言語バージョンモードが指定されている場合は、2文字のアンダーライ"
3598 #~ "ンで始まる識別子は使用できません"
3599
3600 #~ msgid "Do not override object.Finalize. Instead, provide a destructor"
3601 #~ msgstr ""
3602 #~ "object.Finalizeをオーバーライドせず、代わりにデストラクタを提供してくださ"
3603 #~ "い"