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