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