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