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