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