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