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