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