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