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