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