Build po files from cs-parser.jay and not cs-parser.cs
[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: 2010-12-16 13:32+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:4469
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:196
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:205
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:211
135 msgid "An attribute argument cannot be dynamic expression"
136 msgstr ""
137
138 #: mcs/mcs/attribute.cs:216
139 msgid "The Guid attribute must be specified with the ComImport attribute"
140 msgstr ""
141
142 #: mcs/mcs/attribute.cs:221
143 #, csharp-format
144 msgid "Do not use `{0}' directly. Use parameter modifier `this' instead"
145 msgstr ""
146
147 #: mcs/mcs/attribute.cs:226
148 #, csharp-format
149 msgid "Do not use `{0}' directly. Use `dynamic' keyword instead"
150 msgstr ""
151
152 #: mcs/mcs/attribute.cs:235
153 #, csharp-format
154 msgid "Error during emitting `{0}' attribute. The reason is `{1}'"
155 msgstr ""
156
157 #: mcs/mcs/attribute.cs:266
158 #, csharp-format
159 msgid "`{0}': is not an attribute class"
160 msgstr ""
161
162 #: mcs/mcs/attribute.cs:302
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:385
170 #, csharp-format
171 msgid "Cannot apply attribute class `{0}' because it is abstract"
172 msgstr ""
173
174 #: mcs/mcs/attribute.cs:453
175 #, csharp-format
176 msgid "Duplicate named attribute `{0}' argument"
177 msgstr ""
178
179 #: mcs/mcs/attribute.cs:730
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:1004
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:1022
194 #, csharp-format
195 msgid "The argument to the `{0}' attribute must be a valid identifier"
196 msgstr ""
197
198 #: mcs/mcs/attribute.cs:1035
199 #, csharp-format
200 msgid "Invalid value for argument to `{0}' attribute"
201 msgstr ""
202
203 #: mcs/mcs/attribute.cs:1341
204 #, csharp-format
205 msgid "The attribute `{0}' cannot be applied multiple times"
206 msgstr ""
207
208 #: mcs/mcs/attribute.cs:1603
209 #, csharp-format
210 msgid "`{0}' is obsolete: `{1}'"
211 msgstr "`{0}' ist veraltet: `{1}'"
212
213 #: mcs/mcs/cs-parser.jay:474
214 msgid "A namespace declaration cannot have modifiers or attributes"
215 msgstr ""
216
217 #: mcs/mcs/cs-parser.jay:570
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:613
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:752
230 msgid "'<' unexpected: attributes cannot be generic"
231 msgstr ""
232
233 #: mcs/mcs/cs-parser.jay:800
234 msgid "Named attribute arguments must appear after the positional arguments"
235 msgstr ""
236
237 #: mcs/mcs/cs-parser.jay:892
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:992
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:1047 mcs/mcs/cs-parser.jay:4787
249 msgid "A const field requires a value to be provided"
250 msgstr ""
251
252 #: mcs/mcs/cs-parser.jay:1066
253 msgid "Fields cannot have void type"
254 msgstr ""
255
256 #: mcs/mcs/cs-parser.jay:1116
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:1211
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:1373
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:4027
550 msgid "All lambda parameters must be typed either explicitly or implicitly"
551 msgstr ""
552
553 #: mcs/mcs/cs-parser.jay:4213
554 #, csharp-format
555 msgid "Duplicate `{0}' modifier"
556 msgstr ""
557
558 #: mcs/mcs/cs-parser.jay:4217
559 msgid "More than one protection modifier specified"
560 msgstr ""
561
562 #: mcs/mcs/cs-parser.jay:4231
563 msgid "Keyword `new' is not allowed on namespace elements"
564 msgstr ""
565
566 #: mcs/mcs/cs-parser.jay:4338
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:4368
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:4374
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:4378
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:4392
591 #, fuzzy, csharp-format
592 msgid "Invalid constraint type `{0}'"
593 msgstr "Ungültiger Parametertyp `void'"
594
595 #: mcs/mcs/cs-parser.jay:4574 mcs/mcs/cs-parser.jay:4579
596 msgid "An embedded statement may not be a declaration or labeled statement"
597 msgstr ""
598
599 #: mcs/mcs/cs-parser.jay:4746
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:4826
607 msgid "A stackalloc expression requires [] after type"
608 msgstr ""
609
610 #: mcs/mcs/cs-parser.jay:5108
611 msgid "Type and identifier are both required in a foreach statement"
612 msgstr ""
613
614 #: mcs/mcs/cs-parser.jay:5200 mcs/mcs/cs-parser.jay:5216
615 #, fuzzy
616 msgid "; expected"
617 msgstr "Methodennamen erwartet"
618
619 #: mcs/mcs/cs-parser.jay:5202
620 msgid "Expression expected after yield return"
621 msgstr ""
622
623 #: mcs/mcs/cs-parser.jay:5249
624 msgid "Expected catch or finally"
625 msgstr ""
626
627 #: mcs/mcs/cs-parser.jay:5268
628 msgid "Try statement already has an empty catch block"
629 msgstr ""
630
631 #: mcs/mcs/cs-parser.jay:5313
632 msgid ""
633 "A type that derives from `System.Exception', `object', or `string' expected"
634 msgstr ""
635
636 #: mcs/mcs/cs-parser.jay:5421
637 msgid ""
638 "You must provide an initializer in a fixed or using statement declaration"
639 msgstr ""
640
641 #: mcs/mcs/cs-parser.jay:6009
642 msgid "Expecting `;'"
643 msgstr ""
644
645 #: mcs/mcs/cs-parser.jay:6017
646 #, csharp-format
647 msgid "The parameter modifier `{0}' is not valid in this context"
648 msgstr ""
649
650 #: mcs/mcs/cs-parser.jay:6023
651 #, csharp-format
652 msgid "Duplicate parameter modifier `{0}'"
653 msgstr ""
654
655 #: mcs/mcs/cs-parser.jay:6029
656 #, fuzzy
657 msgid "Type expected"
658 msgstr "Methodennamen erwartet"
659
660 #: mcs/mcs/cs-parser.jay:6034
661 msgid "Unsafe code requires the `unsafe' command line option to be specified"
662 msgstr ""
663
664 #: mcs/mcs/cs-parser.jay:6044
665 msgid "Named arguments must appear after the positional arguments"
666 msgstr ""
667
668 #: mcs/mcs/cs-parser.jay:6135
669 msgid "Syntax error, "
670 msgstr ""
671
672 #: mcs/mcs/cs-parser.jay:6189
673 msgid "Parsing error"
674 msgstr ""
675
676 #: mcs/mcs/cs-parser.jay:6195
677 msgid "Internal compiler error during parsing"
678 msgstr ""
679
680 #: mcs/mcs/cs-parser.jay:6206
681 #, csharp-format
682 msgid "{0}: `{1}' is a keyword"
683 msgstr ""
684
685 #: mcs/mcs/cs-parser.jay:6332
686 #, csharp-format
687 msgid "Identifier expected, `{0}' is a keyword"
688 msgstr ""
689
690 #: mcs/mcs/cs-parser.jay:6346
691 #, csharp-format
692 msgid "{1} `{0}'"
693 msgstr ""
694
695 #: mcs/mcs/cs-parser.jay:6348
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:1347
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:1150
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:1156
911 #, csharp-format
912 msgid "Circular base class dependency involving `{0}' and `{1}'"
913 msgstr ""
914
915 #: mcs/mcs/class.cs:1183
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:1223
923 #, csharp-format
924 msgid ""
925 "The type `{0}' is defined in an assembly that is not referenced. Consider "
926 "adding a reference to assembly `{1}'"
927 msgstr ""
928
929 #: mcs/mcs/class.cs:1339
930 #, csharp-format
931 msgid ""
932 "Partial declarations of `{0}' must have the same type parameter names in the "
933 "same order"
934 msgstr ""
935
936 #: mcs/mcs/class.cs:1346
937 #, csharp-format
938 msgid ""
939 "Partial declarations of `{0}' must have the same type parameter variance "
940 "modifiers"
941 msgstr ""
942
943 #: mcs/mcs/class.cs:1371
944 #, csharp-format
945 msgid ""
946 "Partial declarations of `{0}' have inconsistent constraints for type "
947 "parameter `{1}'"
948 msgstr ""
949
950 #: mcs/mcs/class.cs:1510
951 #, fuzzy, csharp-format
952 msgid "`{0}': cannot implement a dynamic interface `{1}'"
953 msgstr "`{0}' implementiert den Schnittstellenmember `{1}' nicht"
954
955 #: mcs/mcs/class.cs:1623
956 msgid ""
957 "Two indexers have different names; the IndexerName attribute must be used "
958 "with the same name on every indexer within a type"
959 msgstr ""
960
961 #: mcs/mcs/class.cs:1957
962 #, csharp-format
963 msgid "A static member `{0}' cannot be marked as override, virtual or abstract"
964 msgstr ""
965
966 #: mcs/mcs/class.cs:1964
967 #, csharp-format
968 msgid "A member `{0}' marked as override cannot be marked as new or virtual"
969 msgstr ""
970
971 #: mcs/mcs/class.cs:1976
972 #, csharp-format
973 msgid "`{0}' cannot be both extern and abstract"
974 msgstr ""
975
976 #: mcs/mcs/class.cs:1981
977 #, csharp-format
978 msgid "`{0}' cannot be both abstract and sealed"
979 msgstr "`{0}' Eine Klasse kann nicht gleichzeitig statisch und versiegelt sein"
980
981 #: mcs/mcs/class.cs:1986
982 #, csharp-format
983 msgid "The abstract method `{0}' cannot be marked virtual"
984 msgstr ""
985
986 #: mcs/mcs/class.cs:1992
987 #, csharp-format
988 msgid "`{0}' is abstract but it is declared in the non-abstract class `{1}'"
989 msgstr ""
990
991 #: mcs/mcs/class.cs:2000
992 #, csharp-format
993 msgid "`{0}': virtual or abstract members cannot be private"
994 msgstr ""
995
996 #: mcs/mcs/class.cs:2007
997 #, csharp-format
998 msgid "`{0}' cannot be sealed because it is not an override"
999 msgstr ""
1000
1001 #: mcs/mcs/class.cs:2054
1002 #, csharp-format
1003 msgid "`{0}': containing type does not implement interface `{1}'"
1004 msgstr ""
1005
1006 #: mcs/mcs/class.cs:2230
1007 #, csharp-format
1008 msgid "Type parameter `{0}' has same name as containing type, or method"
1009 msgstr ""
1010
1011 #: mcs/mcs/class.cs:2238
1012 #, csharp-format
1013 msgid "`{0}': member names cannot be the same as their enclosing type"
1014 msgstr ""
1015
1016 #: mcs/mcs/class.cs:2404
1017 msgid ""
1018 "The class System.Object cannot have a base class or implement an interface."
1019 msgstr ""
1020
1021 #: mcs/mcs/class.cs:2412
1022 #, csharp-format
1023 msgid "Attribute `{0}' is only valid on classes derived from System.Attribute"
1024 msgstr ""
1025
1026 #: mcs/mcs/class.cs:2417
1027 msgid ""
1028 "Attribute `System.Diagnostics.ConditionalAttribute' is only valid on methods "
1029 "or attribute classes"
1030 msgstr ""
1031
1032 #: mcs/mcs/class.cs:2455
1033 #, csharp-format
1034 msgid "`{0}': Static classes cannot contain user-defined operators"
1035 msgstr ""
1036 "`{0}': Statische Klassen können keine benutzerdefinierten Operatoren "
1037 "beinhalten"
1038
1039 #: mcs/mcs/class.cs:2460
1040 #, csharp-format
1041 msgid "`{0}': Static classes cannot contain destructor"
1042 msgstr "`{0}': Statische Klassen können keinen Destruktor enthalten"
1043
1044 #: mcs/mcs/class.cs:2465
1045 #, csharp-format
1046 msgid "`{0}': cannot declare indexers in a static class"
1047 msgstr ""
1048
1049 #: mcs/mcs/class.cs:2473
1050 #, csharp-format
1051 msgid "`{0}': Static classes cannot have instance constructors"
1052 msgstr ""
1053
1054 #: mcs/mcs/class.cs:2479
1055 #, csharp-format
1056 msgid "`{0}': Extension methods must be declared static"
1057 msgstr "`{0}': Erweiterungsmethoden müssen statisch sein"
1058
1059 #: mcs/mcs/class.cs:2483
1060 #, csharp-format
1061 msgid "`{0}': cannot declare instance members in a static class"
1062 msgstr ""
1063
1064 #: mcs/mcs/class.cs:2492
1065 #, csharp-format
1066 msgid "`{0}': an abstract class cannot be sealed or static"
1067 msgstr "`{0}': Eine abstrakte Klasse darf nicht versiegelt oder statisch sein"
1068
1069 #: mcs/mcs/class.cs:2496
1070 #, csharp-format
1071 msgid "`{0}': a class cannot be both static and sealed"
1072 msgstr ""
1073
1074 #: mcs/mcs/class.cs:2526
1075 #, fuzzy, csharp-format
1076 msgid "`{0}': Cannot derive from type parameter `{1}'"
1077 msgstr "`{0}' implementiert den Schnittstellenmember `{1}' nicht"
1078
1079 #: mcs/mcs/class.cs:2530
1080 #, csharp-format
1081 msgid ""
1082 "A generic type cannot derive from `{0}' because it is an attribute class"
1083 msgstr ""
1084
1085 #: mcs/mcs/class.cs:2534
1086 #, csharp-format
1087 msgid "`{0}': Cannot derive from static class `{1}'"
1088 msgstr ""
1089
1090 #: mcs/mcs/class.cs:2538
1091 #, csharp-format
1092 msgid "`{0}': cannot derive from sealed type `{1}'"
1093 msgstr ""
1094
1095 #: mcs/mcs/class.cs:2541
1096 #, csharp-format
1097 msgid ""
1098 "Static class `{0}' cannot derive from type `{1}'. Static classes must derive "
1099 "from object"
1100 msgstr ""
1101
1102 #: mcs/mcs/class.cs:2548
1103 #, csharp-format
1104 msgid "`{0}' cannot derive from special class `{1}'"
1105 msgstr ""
1106
1107 #: mcs/mcs/class.cs:2556
1108 #, csharp-format
1109 msgid ""
1110 "Inconsistent accessibility: base class `{0}' is less accessible than class `"
1111 "{1}'"
1112 msgstr ""
1113
1114 #: mcs/mcs/class.cs:2564
1115 #, csharp-format
1116 msgid "Static class `{0}' cannot implement interfaces"
1117 msgstr ""
1118
1119 #: mcs/mcs/class.cs:2683 mcs/mcs/class.cs:2694
1120 #, csharp-format
1121 msgid "Struct member `{0}' of type `{1}' causes a cycle in the struct layout"
1122 msgstr ""
1123
1124 #: mcs/mcs/class.cs:2784
1125 #, csharp-format
1126 msgid "`{0}': Structs cannot have instance field initializers"
1127 msgstr "`{0}': Instanzfeldinitialisierungen können nicht in Strukturen sein"
1128
1129 #: mcs/mcs/class.cs:2965
1130 #, csharp-format
1131 msgid "Do not override `{0}'. Use destructor syntax instead"
1132 msgstr ""
1133
1134 #: mcs/mcs/class.cs:2968
1135 #, csharp-format
1136 msgid "`{0}' is marked as an override but no suitable {1} found to override"
1137 msgstr ""
1138
1139 #: mcs/mcs/class.cs:2974
1140 #, csharp-format
1141 msgid "`{0}': cannot override because `{1}' is not an event"
1142 msgstr ""
1143
1144 #: mcs/mcs/class.cs:2977
1145 #, csharp-format
1146 msgid "`{0}': cannot override because `{1}' is not a property"
1147 msgstr ""
1148
1149 #: mcs/mcs/class.cs:2980
1150 #, csharp-format
1151 msgid "`{0}': cannot override because `{1}' is not a method"
1152 msgstr ""
1153
1154 #: mcs/mcs/class.cs:3036 mcs/mcs/field.cs:187
1155 #, csharp-format
1156 msgid "`{0}' hides inherited abstract member `{1}'"
1157 msgstr ""
1158
1159 #: mcs/mcs/class.cs:3060
1160 #, csharp-format
1161 msgid ""
1162 "`{0}': cannot override inherited member `{1}' because it is not marked "
1163 "virtual, abstract or override"
1164 msgstr ""
1165
1166 #: mcs/mcs/class.cs:3068
1167 #, csharp-format
1168 msgid "`{0}': cannot override inherited member `{1}' because it is sealed"
1169 msgstr ""
1170
1171 #: mcs/mcs/class.cs:3077
1172 #, csharp-format
1173 msgid "`{0}': type must be `{1}' to match overridden member `{2}'"
1174 msgstr ""
1175
1176 #: mcs/mcs/class.cs:3080
1177 #, csharp-format
1178 msgid "`{0}': return type must be `{1}' to match overridden member `{2}'"
1179 msgstr ""
1180
1181 #: mcs/mcs/class.cs:3152
1182 #, csharp-format
1183 msgid "A partial method `{0}' cannot explicitly implement an interface"
1184 msgstr ""
1185
1186 #: mcs/mcs/class.cs:3160
1187 #, csharp-format
1188 msgid "The type `{0}' in explicit interface declaration is not an interface"
1189 msgstr ""
1190
1191 #: mcs/mcs/class.cs:3191
1192 #, csharp-format
1193 msgid ""
1194 "Inconsistent accessibility: parameter type `{0}' is less accessible than "
1195 "indexer `{1}'"
1196 msgstr ""
1197
1198 #: mcs/mcs/class.cs:3195
1199 #, csharp-format
1200 msgid ""
1201 "Inconsistent accessibility: parameter type `{0}' is less accessible than "
1202 "operator `{1}'"
1203 msgstr ""
1204
1205 #: mcs/mcs/class.cs:3199
1206 #, csharp-format
1207 msgid ""
1208 "Inconsistent accessibility: parameter type `{0}' is less accessible than "
1209 "method `{1}'"
1210 msgstr ""
1211
1212 #: mcs/mcs/class.cs:3213
1213 #, csharp-format
1214 msgid ""
1215 "Constructor `{0}' is marked `external' but has no external implementation "
1216 "specified"
1217 msgstr ""
1218
1219 #: mcs/mcs/class.cs:3216
1220 #, csharp-format
1221 msgid ""
1222 "`{0}' is marked as an external but has no DllImport attribute. Consider "
1223 "adding a DllImport attribute to specify the external implementation"
1224 msgstr ""
1225
1226 #: mcs/mcs/class.cs:3245
1227 #, csharp-format
1228 msgid ""
1229 "`{0}': cannot change access modifiers when overriding `{1}' inherited member "
1230 "`{2}'"
1231 msgstr ""
1232
1233 #: mcs/mcs/class.cs:3254
1234 #, fuzzy, csharp-format
1235 msgid "`{0}': static types cannot be used as return types"
1236 msgstr ""
1237 "`{0}': Statische Klassen können keine benutzerdefinierten Operatoren "
1238 "beinhalten"
1239
1240 #: mcs/mcs/class.cs:3379
1241 #, csharp-format
1242 msgid "New virtual member `{0}' is declared in a sealed class `{1}'"
1243 msgstr ""
1244
1245 #: mcs/mcs/class.cs:3394
1246 msgid "Inconsistent accessibility: property type `"
1247 msgstr ""
1248
1249 #: mcs/mcs/class.cs:3399
1250 msgid "Inconsistent accessibility: indexer return type `"
1251 msgstr ""
1252
1253 #: mcs/mcs/class.cs:3405 mcs/mcs/class.cs:3410 mcs/mcs/delegate.cs:159
1254 msgid "Inconsistent accessibility: return type `"
1255 msgstr ""
1256
1257 #: mcs/mcs/class.cs:3415
1258 msgid "Inconsistent accessibility: field type `"
1259 msgstr ""
1260
1261 #: mcs/mcs/class.cs:3428
1262 #, csharp-format
1263 msgid "Field or property cannot be of type `{0}'"
1264 msgstr ""
1265
1266 #: mcs/mcs/const.cs:103
1267 #, csharp-format
1268 msgid "Type parameter `{0}' cannot be declared const"
1269 msgstr ""
1270
1271 #: mcs/mcs/const.cs:106
1272 #, csharp-format
1273 msgid "The type `{0}' cannot be declared const"
1274 msgstr ""
1275
1276 #: mcs/mcs/const.cs:181
1277 #, csharp-format
1278 msgid ""
1279 "The evaluation of the constant value for `{0}' involves a circular definition"
1280 msgstr ""
1281
1282 #: mcs/mcs/constant.cs:68 mcs/mcs/constant.cs:319
1283 #, csharp-format
1284 msgid "Constant value `{0}' cannot be converted to a `{1}'"
1285 msgstr ""
1286
1287 #: mcs/mcs/constant.cs:187
1288 #, csharp-format
1289 msgid ""
1290 "Constant value `{0}' cannot be converted to a `{1}' (use `unchecked' syntax "
1291 "to override)"
1292 msgstr ""
1293
1294 #: mcs/mcs/convert.cs:1158
1295 #, csharp-format
1296 msgid ""
1297 "Ambiguous user defined operators `{0}' and `{1}' when converting from `{2}' "
1298 "to `{3}'"
1299 msgstr ""
1300
1301 #: mcs/mcs/decl.cs:376
1302 #, csharp-format
1303 msgid "`{0}' cannot declare a body because it is marked extern"
1304 msgstr ""
1305
1306 #: mcs/mcs/decl.cs:382
1307 #, csharp-format
1308 msgid "`{0}' cannot declare a body because it is marked abstract"
1309 msgstr ""
1310
1311 #: mcs/mcs/decl.cs:395
1312 #, csharp-format
1313 msgid ""
1314 "`{0}' must have a body because it is not marked abstract or extern. The "
1315 "property can be automatically implemented when you define both accessors"
1316 msgstr ""
1317
1318 #: mcs/mcs/decl.cs:401
1319 #, csharp-format
1320 msgid ""
1321 "`{0}' must have a body because it is not marked abstract, extern, or partial"
1322 msgstr ""
1323
1324 #: mcs/mcs/decl.cs:416
1325 #, csharp-format
1326 msgid "`{0}': Structs cannot contain protected members"
1327 msgstr ""
1328
1329 #: mcs/mcs/decl.cs:422
1330 #, csharp-format
1331 msgid "`{0}': Static classes cannot contain protected members"
1332 msgstr ""
1333
1334 #: mcs/mcs/decl.cs:1264
1335 #, csharp-format
1336 msgid "The namespace `{0}' already contains a definition for `{1}'"
1337 msgstr ""
1338
1339 #: mcs/mcs/decl.cs:1268
1340 #, csharp-format
1341 msgid "Duplicate type parameter `{0}'"
1342 msgstr ""
1343
1344 #: mcs/mcs/decl.cs:1271
1345 #, csharp-format
1346 msgid "The type `{0}' already contains a definition for `{1}'"
1347 msgstr ""
1348
1349 #: mcs/mcs/decl.cs:1321
1350 #, csharp-format
1351 msgid ""
1352 "Missing partial modifier on declaration of type `{0}'. Another partial "
1353 "declaration of this type exists"
1354 msgstr ""
1355
1356 #: mcs/mcs/decl.cs:1410
1357 msgid "Variant type parameters can only be used with interfaces and delegates"
1358 msgstr ""
1359
1360 #: mcs/mcs/decl.cs:1422
1361 #, csharp-format
1362 msgid "`{0}': A constraint references nonexistent type parameter `{1}'"
1363 msgstr ""
1364
1365 #: mcs/mcs/delegate.cs:141
1366 #, csharp-format
1367 msgid ""
1368 "Inconsistent accessibility: parameter type `{0}' is less accessible than "
1369 "delegate `{1}'"
1370 msgstr ""
1371
1372 #: mcs/mcs/delegate.cs:487
1373 #, csharp-format
1374 msgid ""
1375 "Cannot create delegate from method `{0}' because it is a member of System."
1376 "Nullable<T> type"
1377 msgstr ""
1378
1379 #: mcs/mcs/delegate.cs:499
1380 #, csharp-format
1381 msgid ""
1382 "Extension method `{0}' of value type `{1}' cannot be used to create delegates"
1383 msgstr ""
1384
1385 #: mcs/mcs/delegate.cs:514
1386 #, csharp-format
1387 msgid "Cannot create delegate from partial method declaration `{0}'"
1388 msgstr ""
1389
1390 #: mcs/mcs/delegate.cs:517
1391 #, csharp-format
1392 msgid ""
1393 "Cannot create delegate with `{0}' because it has a Conditional attribute"
1394 msgstr ""
1395
1396 #: mcs/mcs/delegate.cs:560
1397 #, csharp-format
1398 msgid ""
1399 "A method or delegate `{0} {1}' parameters and return type must be same as "
1400 "delegate `{2} {3}' parameters and return type"
1401 msgstr ""
1402
1403 #: mcs/mcs/delegate.cs:567
1404 #, csharp-format
1405 msgid ""
1406 "A method or delegate `{0}' parameters do not match delegate `{1}' parameters"
1407 msgstr ""
1408
1409 #: mcs/mcs/delegate.cs:572
1410 #, csharp-format
1411 msgid ""
1412 "A method or delegate `{0} {1}' return type does not match delegate `{2} {3}' "
1413 "return type"
1414 msgstr ""
1415
1416 #: mcs/mcs/delegate.cs:655
1417 msgid "Method name expected"
1418 msgstr "Methodennamen erwartet"
1419
1420 #: mcs/mcs/doc.cs:914
1421 #, csharp-format
1422 msgid "Error generating XML documentation file `{0}' (`{1}')"
1423 msgstr "Fehler beim erstellen der XML-Dokumentationsdatei `{0}' (`{1}')"
1424
1425 #: mcs/mcs/driver.cs:96 mcs/mcs/driver.cs:465 mcs/mcs/driver.cs:468
1426 msgid "Source file `"
1427 msgstr ""
1428
1429 #: mcs/mcs/driver.cs:123
1430 #, csharp-format
1431 msgid "Source file `{0}' could not be found"
1432 msgstr ""
1433
1434 #: mcs/mcs/driver.cs:129
1435 #, csharp-format
1436 msgid "Source file `{0}' is a binary file and not a text file"
1437 msgstr ""
1438
1439 #: mcs/mcs/driver.cs:214
1440 msgid ""
1441 "Invalid target type for -target. Valid options are `exe', `winexe', "
1442 "`library' or `module'"
1443 msgstr ""
1444
1445 #: mcs/mcs/driver.cs:361
1446 msgid "Response file `"
1447 msgstr ""
1448
1449 #: mcs/mcs/driver.cs:370
1450 msgid "Unable to open response file: "
1451 msgstr ""
1452
1453 #: mcs/mcs/driver.cs:420 mcs/mcs/driver.cs:430
1454 msgid "No files to compile were specified"
1455 msgstr "Es wurden keine Dateien zum kompilieren angegeben"
1456
1457 #: mcs/mcs/driver.cs:502
1458 msgid "Warning level must be in the range 0-4"
1459 msgstr ""
1460
1461 #: mcs/mcs/driver.cs:536
1462 msgid "Compatibility: Use -main:CLASS instead of --main CLASS or -m CLASS"
1463 msgstr ""
1464
1465 #: mcs/mcs/driver.cs:545
1466 msgid "Compatibility: Use -unsafe instead of --unsafe"
1467 msgstr ""
1468
1469 #: mcs/mcs/driver.cs:556
1470 msgid "Compatibility: Use -d:SYMBOL instead of --define SYMBOL"
1471 msgstr ""
1472
1473 #: mcs/mcs/driver.cs:570
1474 msgid "Compatibility: Use -out:FILE instead of --output FILE or -o FILE"
1475 msgstr ""
1476
1477 #: mcs/mcs/driver.cs:579
1478 msgid "Compatibility: Use -checked instead of --checked"
1479 msgstr ""
1480
1481 #: mcs/mcs/driver.cs:589
1482 msgid "Compatibility: Use -linkres:VALUE instead of --linkres VALUE"
1483 msgstr ""
1484
1485 #: mcs/mcs/driver.cs:592
1486 msgid "Missing argument to --linkres"
1487 msgstr "Fehlendes Argument bei --linkres"
1488
1489 #: mcs/mcs/driver.cs:601
1490 msgid "Compatibility: Use -res:VALUE instead of --res VALUE"
1491 msgstr ""
1492
1493 #: mcs/mcs/driver.cs:604
1494 msgid "Missing argument to --resource"
1495 msgstr "Fehlendes Argument bei --resource"
1496
1497 #: mcs/mcs/driver.cs:612
1498 msgid "Compatibility: Use -target:KIND instead of --target KIND"
1499 msgstr ""
1500
1501 #: mcs/mcs/driver.cs:644
1502 msgid "Compatibility: Use -r:LIBRARY instead of -r library"
1503 msgstr ""
1504
1505 #: mcs/mcs/driver.cs:663
1506 msgid "Compatibility: Use -lib:ARG instead of --L arg"
1507 msgstr ""
1508
1509 #: mcs/mcs/driver.cs:676
1510 msgid "Compatibility: Use -nostdlib instead of --nostdlib"
1511 msgstr ""
1512
1513 #: mcs/mcs/driver.cs:681
1514 msgid "Compatibility: Use -nowarn instead of --nowarn"
1515 msgstr ""
1516
1517 #: mcs/mcs/driver.cs:698
1518 msgid "Compatibility: Use -warn:LEVEL instead of --wlevel LEVEL"
1519 msgstr ""
1520
1521 #: mcs/mcs/driver.cs:702
1522 msgid "--wlevel requires a value from 0 to 4"
1523 msgstr "--wlevel benötigt einen Wert zwischen 0 und 4"
1524
1525 #: mcs/mcs/driver.cs:711
1526 msgid "--mcs-debug requires an argument"
1527 msgstr "--mcs-debug benötigt ein Argument"
1528
1529 #: mcs/mcs/driver.cs:718
1530 msgid "Invalid argument to --mcs-debug"
1531 msgstr "Ungültiges Argument für --mcs-debug"
1532
1533 #: mcs/mcs/driver.cs:728
1534 msgid "Compatibility: Use -recurse:PATTERN option instead --recurse PATTERN"
1535 msgstr ""
1536
1537 #: mcs/mcs/driver.cs:730
1538 msgid "--recurse requires an argument"
1539 msgstr "--recurse benötigt ein Argument"
1540
1541 #: mcs/mcs/driver.cs:741
1542 msgid "Compatibility: Use -debug option instead of -g or --debug"
1543 msgstr ""
1544
1545 #: mcs/mcs/driver.cs:746
1546 msgid "Compatibility: Use -noconfig option instead of --noconfig"
1547 msgstr ""
1548
1549 #: mcs/mcs/driver.cs:910
1550 #, csharp-format
1551 msgid "Invalid conditional define symbol `{0}'"
1552 msgstr ""
1553
1554 #: mcs/mcs/driver.cs:961
1555 #, csharp-format
1556 msgid ""
1557 "Invalid resource visibility option `{0}'. Use either `public' or `private' "
1558 "instead"
1559 msgstr ""
1560
1561 #: mcs/mcs/driver.cs:967
1562 #, csharp-format
1563 msgid "Wrong number of arguments for option `{0}'"
1564 msgstr ""
1565
1566 #: mcs/mcs/driver.cs:1005
1567 msgid "Cannot specify multiple aliases using single /reference option"
1568 msgstr ""
1569
1570 #: mcs/mcs/driver.cs:1033 mcs/mcs/driver.cs:1045
1571 msgid ""
1572 "Cannot specify the `win32res' and the `win32ico' compiler option at the same "
1573 "time"
1574 msgstr ""
1575
1576 #: mcs/mcs/driver.cs:1160
1577 #, csharp-format
1578 msgid "`{0}' is not a valid warning number"
1579 msgstr ""
1580
1581 #: mcs/mcs/driver.cs:1190
1582 msgid ""
1583 "Invalid platform type for -platform. Valid options are `anycpu', `x86', "
1584 "`x64' or `itanium'"
1585 msgstr ""
1586
1587 #: mcs/mcs/driver.cs:1288
1588 #, fuzzy, csharp-format
1589 msgid ""
1590 "Invalid -langversion option `{0}'. It must be `ISO-1', `ISO-2', `3' or "
1591 "`Default'"
1592 msgstr ""
1593 "Ungültige Option `{0}' für /langversion. Es muss entweder `ISO-1', `ISO-2' "
1594 "oder `Default' sein"
1595
1596 #: mcs/mcs/driver.cs:1308
1597 #, csharp-format
1598 msgid "Code page `{0}' is invalid or not installed"
1599 msgstr ""
1600
1601 #: mcs/mcs/driver.cs:1323
1602 #, csharp-format
1603 msgid "Unrecognized command-line option: `{0}'"
1604 msgstr ""
1605
1606 #: mcs/mcs/driver.cs:1328
1607 #, csharp-format
1608 msgid "Missing file specification for `{0}' option"
1609 msgstr ""
1610
1611 #: mcs/mcs/driver.cs:1333
1612 #, fuzzy, csharp-format
1613 msgid "Missing argument for `{0}' option"
1614 msgstr "Fehlendes Argument bei --linkres"
1615
1616 #: mcs/mcs/driver.cs:1368
1617 #, fuzzy, csharp-format
1618 msgid "Invalid reference alias `{0}='. Missing filename"
1619 msgstr "Ungültiger Referenz Alias '"
1620
1621 #: mcs/mcs/driver.cs:1373
1622 #, fuzzy, csharp-format
1623 msgid ""
1624 "Invalid extern alias for -reference. Alias `{0}' is not a valid identifier"
1625 msgstr "Ungültiger externer Alias für /reference. Alias '"
1626
1627 #: mcs/mcs/driver.cs:1389
1628 #, csharp-format
1629 msgid "The resource identifier `{0}' has already been used in this assembly"
1630 msgstr ""
1631
1632 #: mcs/mcs/driver.cs:1450
1633 msgid ""
1634 "If no source files are specified you must specify the output file with -out:"
1635 msgstr ""
1636
1637 #: mcs/mcs/dynamic.cs:272
1638 msgid "An expression tree cannot contain a dynamic operation"
1639 msgstr ""
1640
1641 #: mcs/mcs/dynamic.cs:302
1642 msgid ""
1643 "Dynamic operation cannot be compiled without `Microsoft.CSharp.dll' assembly "
1644 "reference"
1645 msgstr ""
1646
1647 #: mcs/mcs/ecore.cs:242
1648 #, csharp-format
1649 msgid "`{0}' is inaccessible due to its protection level"
1650 msgstr ""
1651
1652 #: mcs/mcs/ecore.cs:247
1653 #, csharp-format
1654 msgid "The expression being assigned to `{0}' must be constant"
1655 msgstr ""
1656
1657 #: mcs/mcs/ecore.cs:252
1658 #, csharp-format
1659 msgid ""
1660 "A constant `{0}' of reference type `{1}' can only be initialized with null"
1661 msgstr ""
1662
1663 #: mcs/mcs/ecore.cs:258
1664 msgid ""
1665 "Only assignment, call, increment, decrement, and new object expressions can "
1666 "be used as a statement"
1667 msgstr ""
1668
1669 #: mcs/mcs/ecore.cs:269
1670 msgid "Keyword `void' cannot be used in this context"
1671 msgstr ""
1672
1673 #: mcs/mcs/ecore.cs:303
1674 #, csharp-format
1675 msgid "Cannot convert type `{0}' to `{1}'"
1676 msgstr ""
1677
1678 #: mcs/mcs/ecore.cs:313
1679 #, csharp-format
1680 msgid ""
1681 "Cannot implicitly convert type `{0}' to `{1}'. An explicit conversion exists "
1682 "(are you missing a cast?)"
1683 msgstr ""
1684
1685 #: mcs/mcs/ecore.cs:319
1686 #, csharp-format
1687 msgid "Cannot implicitly convert type `{0}' to `{1}'"
1688 msgstr ""
1689
1690 #: mcs/mcs/ecore.cs:360
1691 #, csharp-format
1692 msgid "`{0}' does not contain a definition for `{1}'"
1693 msgstr ""
1694
1695 #: mcs/mcs/ecore.cs:366
1696 msgid ""
1697 "The left-hand side of an assignment must be a variable, a property or an "
1698 "indexer"
1699 msgstr ""
1700
1701 #: mcs/mcs/ecore.cs:371
1702 msgid "The operation in question is undefined on void pointers"
1703 msgstr ""
1704
1705 #: mcs/mcs/ecore.cs:433 mcs/mcs/statement.cs:2558 mcs/mcs/statement.cs:2560
1706 #, csharp-format
1707 msgid "Internal compiler error: {0}"
1708 msgstr ""
1709
1710 #: mcs/mcs/ecore.cs:473
1711 msgid "A ref or out argument must be an assignable variable"
1712 msgstr ""
1713
1714 #: mcs/mcs/ecore.cs:492
1715 msgid ""
1716 "An attribute argument must be a constant expression, typeof expression or "
1717 "array creation expression"
1718 msgstr ""
1719
1720 #: mcs/mcs/ecore.cs:563
1721 #, csharp-format
1722 msgid "The class `{0}' has no constructors defined"
1723 msgstr ""
1724
1725 #: mcs/mcs/ecore.cs:648
1726 #, csharp-format
1727 msgid "Ambiguity between `{0}' and `{1}'"
1728 msgstr ""
1729
1730 #: mcs/mcs/ecore.cs:675
1731 msgid "An expression tree cannot contain an unsafe pointer operation"
1732 msgstr ""
1733
1734 #: mcs/mcs/ecore.cs:796
1735 #, csharp-format
1736 msgid "Expression denotes a `{0}', where a `{1}' was expected"
1737 msgstr ""
1738
1739 #: mcs/mcs/ecore.cs:806
1740 msgid "Pointers and fixed size buffers may only be used in an unsafe context"
1741 msgstr ""
1742
1743 #: mcs/mcs/ecore.cs:841
1744 #, csharp-format
1745 msgid ""
1746 "Members of value type `{0}' cannot be assigned using a property `{1}' object "
1747 "initializer"
1748 msgstr ""
1749
1750 #: mcs/mcs/ecore.cs:844
1751 #, csharp-format
1752 msgid ""
1753 "Cannot modify a value type return value of `{0}'. Consider storing the value "
1754 "in a temporary variable"
1755 msgstr ""
1756
1757 #: mcs/mcs/ecore.cs:2270
1758 #, fuzzy, csharp-format
1759 msgid ""
1760 "Dynamic keyword requires `{0}' to be defined. Are you missing System.Core."
1761 "dll assembly reference?"
1762 msgstr ""
1763 "Der Typ oder Namespacename `{0}' konnte nicht gefunden werden. Fehlt eine "
1764 "using-Direktive oder ein Assemblyverweis?"
1765
1766 #: mcs/mcs/ecore.cs:2344
1767 #, csharp-format
1768 msgid ""
1769 "A local variable `{0}' cannot be used before it is declared. Consider "
1770 "renaming the local variable when it hides the member `{1}'"
1771 msgstr ""
1772
1773 #: mcs/mcs/ecore.cs:2359 mcs/mcs/ecore.cs:2403
1774 #, csharp-format
1775 msgid "`{0}' conflicts with a declaration in a child block"
1776 msgstr ""
1777
1778 #: mcs/mcs/ecore.cs:2412
1779 #, csharp-format
1780 msgid "A local variable `{0}' cannot be used before it is declared"
1781 msgstr ""
1782
1783 #: mcs/mcs/ecore.cs:2414
1784 #, csharp-format
1785 msgid "The name `{0}' does not exist in the current context"
1786 msgstr ""
1787
1788 #: mcs/mcs/ecore.cs:2664
1789 #, csharp-format
1790 msgid ""
1791 "Cannot access protected member `{0}' via a qualifier of type `{1}'. The "
1792 "qualifier must be of type `{2}' or derived from it"
1793 msgstr ""
1794
1795 #: mcs/mcs/ecore.cs:2708
1796 #, csharp-format
1797 msgid "Cannot call an abstract base member `{0}'"
1798 msgstr ""
1799
1800 #: mcs/mcs/ecore.cs:2747
1801 #, csharp-format
1802 msgid ""
1803 "Static member `{0}' cannot be accessed with an instance reference, qualify "
1804 "it with a type name instead"
1805 msgstr ""
1806
1807 #: mcs/mcs/ecore.cs:2762
1808 #, csharp-format
1809 msgid ""
1810 "A field initializer cannot reference the nonstatic field, method, or "
1811 "property `{0}'"
1812 msgstr ""
1813
1814 #: mcs/mcs/ecore.cs:2766
1815 #, csharp-format
1816 msgid "An object reference is required to access non-static member `{0}'"
1817 msgstr ""
1818
1819 #: mcs/mcs/ecore.cs:2774
1820 #, csharp-format
1821 msgid ""
1822 "Cannot access a nonstatic member of outer type `{0}' via nested type `{1}'"
1823 msgstr ""
1824
1825 #: mcs/mcs/ecore.cs:2822
1826 msgid "Cannot modify the result of an unboxing conversion"
1827 msgstr "Das Ergebnis einer Unboxing-Konvertierung kann nicht geändert werden"
1828
1829 #: mcs/mcs/ecore.cs:2943
1830 #, csharp-format
1831 msgid ""
1832 "Type `{0}' does not contain a member `{1}' and the best extension method "
1833 "overload `{2}' has some invalid arguments"
1834 msgstr ""
1835
1836 #: mcs/mcs/ecore.cs:2948
1837 #, csharp-format
1838 msgid "Extension method instance type `{0}' cannot be converted to `{1}'"
1839 msgstr ""
1840
1841 #: mcs/mcs/ecore.cs:3072
1842 msgid "An expression tree cannot contain an expression with method group"
1843 msgstr ""
1844
1845 #: mcs/mcs/ecore.cs:3078
1846 msgid ""
1847 "Partial methods with only a defining declaration or removed conditional "
1848 "methods cannot be used in an expression tree"
1849 msgstr ""
1850
1851 #: mcs/mcs/ecore.cs:3108
1852 #, csharp-format
1853 msgid ""
1854 "Cannot convert method group `{0}' to non-delegate type `{1}'. Consider using "
1855 "parentheses to invoke the method"
1856 msgstr ""
1857
1858 #: mcs/mcs/ecore.cs:3676
1859 #, csharp-format
1860 msgid ""
1861 "The type `{0}' does not contain a constructor that takes `{1}' arguments"
1862 msgstr ""
1863
1864 #: mcs/mcs/ecore.cs:4284
1865 #, csharp-format
1866 msgid ""
1867 "Type `{0}' does not contain a member `{1}' and the best extension method "
1868 "overload `{2}' cannot be dynamically dispatched. Consider calling the method "
1869 "without the extension method syntax"
1870 msgstr ""
1871
1872 #: mcs/mcs/ecore.cs:4305
1873 #, csharp-format
1874 msgid ""
1875 "The call is ambiguous between the following methods or properties: `{0}' and "
1876 "`{1}'"
1877 msgstr ""
1878
1879 #: mcs/mcs/ecore.cs:4360
1880 #, csharp-format
1881 msgid ""
1882 "The best overloaded collection initalizer method `{0}' cannot have 'ref', or "
1883 "`out' modifier"
1884 msgstr ""
1885
1886 #: mcs/mcs/ecore.cs:4364
1887 #, csharp-format
1888 msgid ""
1889 "The best overloaded collection initalizer method `{0}' has some invalid "
1890 "arguments"
1891 msgstr ""
1892
1893 #: mcs/mcs/ecore.cs:4367
1894 #, csharp-format
1895 msgid "Delegate `{0}' has some invalid arguments"
1896 msgstr ""
1897
1898 #: mcs/mcs/ecore.cs:4371
1899 #, csharp-format
1900 msgid "The best overloaded method match for `{0}' has some invalid arguments"
1901 msgstr ""
1902
1903 #: mcs/mcs/ecore.cs:4381
1904 #, csharp-format
1905 msgid ""
1906 "Argument `#{0}' does not require `{1}' modifier. Consider removing `{1}' "
1907 "modifier"
1908 msgstr ""
1909
1910 #: mcs/mcs/ecore.cs:4384
1911 #, csharp-format
1912 msgid "Argument `#{0}' is missing `{1}' modifier"
1913 msgstr ""
1914
1915 #: mcs/mcs/ecore.cs:4397
1916 #, csharp-format
1917 msgid "Argument `#{0}' cannot convert `{1}' expression to type `{2}'"
1918 msgstr ""
1919
1920 #: mcs/mcs/ecore.cs:4445
1921 #, csharp-format
1922 msgid ""
1923 "The type arguments for method `{0}' cannot be inferred from the usage. Try "
1924 "specifying the type arguments explicitly"
1925 msgstr ""
1926
1927 #: mcs/mcs/ecore.cs:4474
1928 #, csharp-format
1929 msgid "No overload for method `{0}' takes `{1}' arguments"
1930 msgstr ""
1931
1932 #: mcs/mcs/ecore.cs:4527
1933 #, csharp-format
1934 msgid "The delegate `{0}' does not contain a parameter named `{1}'"
1935 msgstr ""
1936
1937 #: mcs/mcs/ecore.cs:4532
1938 #, csharp-format
1939 msgid ""
1940 "The best overloaded method match for `{0}' does not contain a parameter "
1941 "named `{1}'"
1942 msgstr ""
1943
1944 #: mcs/mcs/ecore.cs:4542
1945 #, csharp-format
1946 msgid ""
1947 "Named argument `{0}' cannot be used for a parameter which has positional "
1948 "argument specified"
1949 msgstr ""
1950
1951 #: mcs/mcs/ecore.cs:4855
1952 msgid ""
1953 "You cannot use fixed size buffers contained in unfixed expressions. Try "
1954 "using the fixed statement"
1955 msgstr ""
1956
1957 #: mcs/mcs/ecore.cs:4860
1958 #, csharp-format
1959 msgid "`{0}': Fixed size buffers can only be accessed through locals or fields"
1960 msgstr ""
1961
1962 #: mcs/mcs/ecore.cs:5255
1963 #, fuzzy, csharp-format
1964 msgid "Property or event `{0}' is not supported by the C# language"
1965 msgstr ""
1966 "Die Eigenschaft `{0}' wird von der C# Sprache nicht unterstützt. Rufen Sie "
1967 "die `{1}'-Accessormethode direkt auf."
1968
1969 #: mcs/mcs/ecore.cs:5416
1970 #, csharp-format
1971 msgid "A range variable `{0}' may not be passes as `ref' or `out' parameter"
1972 msgstr ""
1973
1974 #: mcs/mcs/ecore.cs:5464
1975 #, csharp-format
1976 msgid ""
1977 "The property or indexer `{0}' cannot be used in this context because it "
1978 "lacks the `get' accessor"
1979 msgstr ""
1980
1981 #: mcs/mcs/ecore.cs:5471
1982 #, csharp-format
1983 msgid ""
1984 "The property or indexer `{0}' cannot be used in this context because the get "
1985 "accessor is inaccessible"
1986 msgstr ""
1987
1988 #: mcs/mcs/ecore.cs:5490
1989 #, csharp-format
1990 msgid "Property or indexer `{0}' cannot be assigned to (it is read-only)"
1991 msgstr ""
1992
1993 #: mcs/mcs/ecore.cs:5498
1994 #, csharp-format
1995 msgid ""
1996 "The property or indexer `{0}' cannot be used in this context because the set "
1997 "accessor is inaccessible"
1998 msgstr ""
1999
2000 #: mcs/mcs/ecore.cs:5659
2001 #, csharp-format
2002 msgid ""
2003 "The event `{0}' can only appear on the left hand side of `+=' or `-=' "
2004 "operator"
2005 msgstr ""
2006
2007 #: mcs/mcs/ecore.cs:5663
2008 #, csharp-format
2009 msgid ""
2010 "The event `{0}' can only appear on the left hand side of += or -= when used "
2011 "outside of the type `{1}'"
2012 msgstr ""
2013
2014 #: mcs/mcs/ecore.cs:5827
2015 #, csharp-format
2016 msgid ""
2017 "An implicitly typed local variable declaration cannot be initialized with `"
2018 "{0}'"
2019 msgstr ""
2020
2021 #: mcs/mcs/ecore.cs:5841
2022 msgid ""
2023 "The contextual keyword `var' may only appear within a local variable "
2024 "declaration"
2025 msgstr ""
2026
2027 #: mcs/mcs/enum.cs:125
2028 #, csharp-format
2029 msgid ""
2030 "The enumerator value `{0}' is outside the range of enumerator underlying "
2031 "type `{1}'"
2032 msgstr ""
2033
2034 #: mcs/mcs/enum.cs:189
2035 #, csharp-format
2036 msgid "An item in an enumeration cannot have an identifier `{0}'"
2037 msgstr ""
2038
2039 #: mcs/mcs/enum.cs:200
2040 msgid "Type byte, sbyte, short, ushort, int, uint, long or ulong expected"
2041 msgstr "Typ byte, sbyte, short, ushort, int, uint, long oder ulong erwartet"
2042
2043 #: mcs/mcs/eval.cs:625
2044 msgid "Detection Parsing Error"
2045 msgstr ""
2046
2047 #: mcs/mcs/expression.cs:542
2048 #, csharp-format
2049 msgid "The `{0}' operator cannot be applied to operand of type `{1}'"
2050 msgstr ""
2051
2052 #: mcs/mcs/expression.cs:622
2053 msgid "Cannot take the address of the given expression"
2054 msgstr ""
2055
2056 #: mcs/mcs/expression.cs:656
2057 msgid ""
2058 "You can only take the address of unfixed expression inside of a fixed "
2059 "statement initializer"
2060 msgstr ""
2061
2062 #: mcs/mcs/expression.cs:745
2063 #, csharp-format
2064 msgid "Operator `{0}' is ambiguous on an operand of type `{1}'"
2065 msgstr ""
2066
2067 #: mcs/mcs/expression.cs:868
2068 msgid "The * or -> operator must be applied to a pointer"
2069 msgstr ""
2070
2071 #: mcs/mcs/expression.cs:1070
2072 msgid ""
2073 "The operand of an increment or decrement operator must be a variable, "
2074 "property or indexer"
2075 msgstr ""
2076
2077 #: mcs/mcs/expression.cs:1260
2078 #, csharp-format
2079 msgid "The `{0}' operator cannot be applied to an operand of a static type"
2080 msgstr ""
2081
2082 #: mcs/mcs/expression.cs:1265
2083 #, csharp-format
2084 msgid "The `{0}' operator cannot be applied to an operand of pointer type"
2085 msgstr ""
2086
2087 #: mcs/mcs/expression.cs:1271
2088 #, csharp-format
2089 msgid ""
2090 "The `{0}' operator cannot be applied to a lambda expression or anonymous "
2091 "method"
2092 msgstr ""
2093
2094 #: mcs/mcs/expression.cs:1507
2095 #, csharp-format
2096 msgid ""
2097 "The `as' operator cannot be used with a non-reference type parameter `{0}'. "
2098 "Consider adding `class' or a reference type constraint"
2099 msgstr ""
2100
2101 #: mcs/mcs/expression.cs:1511
2102 #, csharp-format
2103 msgid "The `as' operator cannot be used with a non-nullable value type `{0}'"
2104 msgstr ""
2105
2106 #: mcs/mcs/expression.cs:1548
2107 #, csharp-format
2108 msgid "Cannot convert type `{0}' to `{1}' via a built-in conversion"
2109 msgstr ""
2110
2111 #: mcs/mcs/expression.cs:1589
2112 #, csharp-format
2113 msgid "Cannot convert to static type `{0}'"
2114 msgstr ""
2115
2116 #: mcs/mcs/expression.cs:1679
2117 msgid ""
2118 "The `default value' operator cannot be applied to an operand of a static type"
2119 msgstr ""
2120
2121 #: mcs/mcs/expression.cs:2184
2122 #, csharp-format
2123 msgid "Operator `{0}' cannot be applied to operands of type `{1}' and `{2}'"
2124 msgstr ""
2125
2126 #: mcs/mcs/expression.cs:2747
2127 msgid "To cast a negative value, you must enclose the value in parentheses"
2128 msgstr ""
2129
2130 #: mcs/mcs/expression.cs:3400
2131 #, csharp-format
2132 msgid "Operator `{0}' is ambiguous on operands of type `{1}' and `{2}'"
2133 msgstr ""
2134
2135 #: mcs/mcs/expression.cs:4152
2136 #, csharp-format
2137 msgid ""
2138 "A user-defined operator `{0}' must have parameters and return values of the "
2139 "same type in order to be applicable as a short circuit operator"
2140 msgstr ""
2141
2142 #: mcs/mcs/expression.cs:4162
2143 #, csharp-format
2144 msgid ""
2145 "The type `{0}' must have operator `true' and operator `false' defined when `"
2146 "{1}' is used as a short circuit operator"
2147 msgstr ""
2148
2149 #: mcs/mcs/expression.cs:4472
2150 #, csharp-format
2151 msgid ""
2152 "Type of conditional expression cannot be determined as `{0}' and `{1}' "
2153 "convert implicitly to each other"
2154 msgstr ""
2155
2156 #: mcs/mcs/expression.cs:4482
2157 #, csharp-format
2158 msgid ""
2159 "Type of conditional expression cannot be determined because there is no "
2160 "implicit conversion between `{0}' and `{1}'"
2161 msgstr ""
2162
2163 #: mcs/mcs/expression.cs:4934
2164 #, csharp-format
2165 msgid "Use of unassigned out parameter `{0}'"
2166 msgstr ""
2167
2168 #: mcs/mcs/expression.cs:4964
2169 #, csharp-format
2170 msgid ""
2171 "Parameter `{0}' cannot be used inside `{1}' when using `ref' or `out' "
2172 "modifier"
2173 msgstr ""
2174
2175 #: mcs/mcs/expression.cs:5165
2176 #, fuzzy, csharp-format
2177 msgid "Cannot invoke a non-delegate type `{0}'"
2178 msgstr "Kann Typ `{0}'<...> nicht finden"
2179
2180 #: mcs/mcs/expression.cs:5176
2181 #, csharp-format
2182 msgid "The member `{0}' cannot be used as method or delegate"
2183 msgstr ""
2184
2185 #: mcs/mcs/expression.cs:5196
2186 msgid ""
2187 "Do not directly call your base class Finalize method. It is called "
2188 "automatically from your destructor"
2189 msgstr ""
2190
2191 #: mcs/mcs/expression.cs:5198
2192 msgid ""
2193 "Destructors and object.Finalize cannot be called directly. Consider calling "
2194 "IDisposable.Dispose if available"
2195 msgstr ""
2196
2197 #: mcs/mcs/expression.cs:5227
2198 #, csharp-format
2199 msgid ""
2200 "The base call to method `{0}' cannot be dynamically dispatched. Consider "
2201 "casting the dynamic arguments or eliminating the base access"
2202 msgstr ""
2203
2204 #: mcs/mcs/expression.cs:5304
2205 #, csharp-format
2206 msgid "`{0}': cannot explicitly call operator or accessor"
2207 msgstr ""
2208
2209 #: mcs/mcs/expression.cs:5631
2210 #, csharp-format
2211 msgid "Unsafe type `{0}' cannot be used in an object creation expression"
2212 msgstr ""
2213
2214 #: mcs/mcs/expression.cs:5654
2215 #, csharp-format
2216 msgid ""
2217 "Cannot create an instance of the variable type `{0}' because it does not "
2218 "have the new() constraint"
2219 msgstr ""
2220
2221 #: mcs/mcs/expression.cs:5660
2222 #, csharp-format
2223 msgid ""
2224 "`{0}': cannot provide arguments when creating an instance of a variable type"
2225 msgstr ""
2226
2227 #: mcs/mcs/expression.cs:5669
2228 #, csharp-format
2229 msgid "Cannot create an instance of the static class `{0}'"
2230 msgstr ""
2231
2232 #: mcs/mcs/expression.cs:5681
2233 #, csharp-format
2234 msgid "Cannot create an instance of the abstract class or interface `{0}'"
2235 msgstr ""
2236
2237 #: mcs/mcs/expression.cs:5977
2238 msgid ""
2239 "An implicitly typed local variable declarator cannot use an array initializer"
2240 msgstr ""
2241
2242 #: mcs/mcs/expression.cs:6070
2243 msgid "Cannot create an array with a negative size"
2244 msgstr ""
2245
2246 #: mcs/mcs/expression.cs:6102 mcs/mcs/expression.cs:6110
2247 #: mcs/mcs/statement.cs:1009 mcs/mcs/statement.cs:3055
2248 msgid "A constant value is expected"
2249 msgstr ""
2250
2251 #: mcs/mcs/expression.cs:6116
2252 #, csharp-format
2253 msgid "An array initializer of length `{0}' was expected"
2254 msgstr ""
2255
2256 #: mcs/mcs/expression.cs:6132
2257 msgid ""
2258 "Array initializers can only be used in a variable or field initializer. Try "
2259 "using a new expression instead"
2260 msgstr ""
2261
2262 #: mcs/mcs/expression.cs:6140
2263 msgid "A nested array initializer was expected"
2264 msgstr ""
2265
2266 #: mcs/mcs/expression.cs:6177
2267 msgid "An expression tree cannot contain a multidimensional array initializer"
2268 msgstr ""
2269
2270 #: mcs/mcs/expression.cs:6279
2271 msgid ""
2272 "Can only use array initializer expressions to assign to array types. Try "
2273 "using a new expression instead"
2274 msgstr ""
2275
2276 #: mcs/mcs/expression.cs:6718
2277 msgid ""
2278 "The type of an implicitly typed array cannot be inferred from the "
2279 "initializer. Try specifying array type explicitly"
2280 msgstr ""
2281
2282 #: mcs/mcs/expression.cs:6855
2283 msgid ""
2284 "The `this' object cannot be used before all of its fields are assigned to"
2285 msgstr ""
2286
2287 #: mcs/mcs/expression.cs:6862
2288 msgid ""
2289 "Keyword `this' is not valid in a static property, static method, or static "
2290 "field initializer"
2291 msgstr ""
2292
2293 #: mcs/mcs/expression.cs:6865
2294 msgid ""
2295 "Anonymous methods inside structs cannot access instance members of `this'. "
2296 "Consider copying `this' to a local variable outside the anonymous method and "
2297 "using the local instead"
2298 msgstr ""
2299
2300 #: mcs/mcs/expression.cs:6868
2301 msgid "Keyword `this' is not available in the current context"
2302 msgstr ""
2303
2304 #: mcs/mcs/expression.cs:6955
2305 msgid "Cannot take the address of `this' because it is read-only"
2306 msgstr ""
2307
2308 #: mcs/mcs/expression.cs:6957
2309 msgid "Cannot pass `this' as a ref or out argument because it is read-only"
2310 msgstr ""
2311
2312 #: mcs/mcs/expression.cs:6959
2313 msgid "Cannot assign to `this' because it is read-only"
2314 msgstr ""
2315
2316 #: mcs/mcs/expression.cs:7012
2317 msgid "The __arglist construct is valid only within a variable argument method"
2318 msgstr ""
2319
2320 #: mcs/mcs/expression.cs:7062
2321 msgid "An expression tree cannot contain a method with variable arguments"
2322 msgstr ""
2323
2324 #: mcs/mcs/expression.cs:7146
2325 msgid ""
2326 "System.Void cannot be used from C#. Use typeof (void) to get the void type "
2327 "object"
2328 msgstr ""
2329
2330 #: mcs/mcs/expression.cs:7149
2331 msgid "The typeof operator cannot be used on the dynamic type"
2332 msgstr ""
2333
2334 #: mcs/mcs/expression.cs:7218
2335 #, csharp-format
2336 msgid "`{0}': an attribute argument cannot use type parameters"
2337 msgstr ""
2338
2339 #: mcs/mcs/expression.cs:7472
2340 #, csharp-format
2341 msgid ""
2342 "`{0}' does not have a predefined size, therefore sizeof can only be used in "
2343 "an unsafe context (consider using System.Runtime.InteropServices.Marshal."
2344 "SizeOf)"
2345 msgstr ""
2346
2347 #: mcs/mcs/expression.cs:7528
2348 #, csharp-format
2349 msgid "Alias `{0}' not found"
2350 msgstr "Alias `{0}' wurde nicht gefunden"
2351
2352 #: mcs/mcs/expression.cs:7539
2353 #, csharp-format
2354 msgid ""
2355 "Alias `{0}' cannot be used with '::' since it denotes a type. Consider "
2356 "replacing '::' with '.'"
2357 msgstr ""
2358 "Der Alias `{0}' kann nicht mit '::' verwendet werden, da der Alias auf einen "
2359 "Typ verweist. Verwenden Sie '.' stattdessen."
2360
2361 #: mcs/mcs/expression.cs:7555
2362 #, csharp-format
2363 msgid ""
2364 "A namespace alias qualifier `{0}' did not resolve to a namespace or a type"
2365 msgstr ""
2366
2367 #: mcs/mcs/expression.cs:7712
2368 msgid "Cannot perform member binding on `null' value"
2369 msgstr ""
2370
2371 #: mcs/mcs/expression.cs:7779
2372 #, csharp-format
2373 msgid "`{0}': cannot reference a type through an expression; try `{1}' instead"
2374 msgstr ""
2375
2376 #: mcs/mcs/expression.cs:7855
2377 #, csharp-format
2378 msgid "A nested type cannot be specified through a type parameter `{0}'"
2379 msgstr ""
2380
2381 #: mcs/mcs/expression.cs:7914
2382 #, csharp-format
2383 msgid "The nested type `{0}' does not exist in the type `{1}'"
2384 msgstr ""
2385
2386 #: mcs/mcs/expression.cs:7923
2387 #, csharp-format
2388 msgid ""
2389 "Type `{0}' does not contain a definition for `{1}' and no extension method `"
2390 "{1}' of type `{0}' could be found (are you missing a using directive or an "
2391 "assembly reference?)"
2392 msgstr ""
2393
2394 #: mcs/mcs/expression.cs:8103
2395 #, csharp-format
2396 msgid "Cannot apply indexing with [] to an expression of type `{0}'"
2397 msgstr ""
2398
2399 #: mcs/mcs/expression.cs:8119
2400 msgid "A pointer must be indexed by only one value"
2401 msgstr ""
2402
2403 #: mcs/mcs/expression.cs:8168
2404 msgid "An element access expression cannot use named argument"
2405 msgstr ""
2406
2407 #: mcs/mcs/expression.cs:8224
2408 #, csharp-format
2409 msgid "Wrong number of indexes `{0}' inside [], expected `{1}'"
2410 msgstr ""
2411
2412 #: mcs/mcs/expression.cs:8560
2413 msgid ""
2414 "The indexer base access cannot be dynamically dispatched. Consider casting "
2415 "the dynamic arguments or eliminating the base access"
2416 msgstr ""
2417
2418 #: mcs/mcs/expression.cs:8641
2419 msgid "An expression tree may not contain a base access"
2420 msgstr ""
2421
2422 #: mcs/mcs/expression.cs:8658
2423 msgid "Keyword `base' is not available in a static method"
2424 msgstr ""
2425
2426 #: mcs/mcs/expression.cs:8660
2427 msgid "Keyword `base' is not available in the current context"
2428 msgstr ""
2429
2430 #: mcs/mcs/expression.cs:8691
2431 msgid ""
2432 "A property, indexer or dynamic member access may not be passed as `ref' or "
2433 "`out' parameter"
2434 msgstr ""
2435
2436 #: mcs/mcs/expression.cs:8968
2437 #, csharp-format
2438 msgid "Array elements cannot be of type `{0}'"
2439 msgstr ""
2440
2441 #: mcs/mcs/expression.cs:8971
2442 #, csharp-format
2443 msgid "Array elements cannot be of static type `{0}'"
2444 msgstr ""
2445
2446 #: mcs/mcs/expression.cs:9121
2447 msgid "Cannot use a negative size with stackalloc"
2448 msgstr ""
2449
2450 #: mcs/mcs/expression.cs:9125
2451 msgid "Cannot use stackalloc in finally or catch"
2452 msgstr ""
2453
2454 #: mcs/mcs/expression.cs:9230
2455 #, csharp-format
2456 msgid ""
2457 "Member `{0}' cannot be initialized. An object initializer may only be used "
2458 "for fields, or properties"
2459 msgstr ""
2460
2461 #: mcs/mcs/expression.cs:9239
2462 #, csharp-format
2463 msgid ""
2464 "Static field or property `{0}' cannot be assigned in an object initializer"
2465 msgstr ""
2466
2467 #: mcs/mcs/expression.cs:9414
2468 #, csharp-format
2469 msgid ""
2470 "A field or property `{0}' cannot be initialized with a collection object "
2471 "initializer because type `{1}' does not implement `{2}' interface"
2472 msgstr ""
2473
2474 #: mcs/mcs/expression.cs:9425
2475 #, csharp-format
2476 msgid "Inconsistent `{0}' member declaration"
2477 msgstr ""
2478
2479 #: mcs/mcs/expression.cs:9433
2480 #, csharp-format
2481 msgid ""
2482 "An object initializer includes more than one member `{0}' initialization"
2483 msgstr ""
2484
2485 #: mcs/mcs/expression.cs:9451
2486 #, csharp-format
2487 msgid "Cannot initialize object of type `{0}' with a collection initializer"
2488 msgstr ""
2489
2490 #: mcs/mcs/expression.cs:9688
2491 msgid "Anonymous types cannot be used in this expression"
2492 msgstr ""
2493
2494 #: mcs/mcs/expression.cs:9776
2495 #, csharp-format
2496 msgid "An anonymous type property `{0}' cannot be initialized with `{1}'"
2497 msgstr ""
2498
2499 #: mcs/mcs/field.cs:70
2500 msgid ""
2501 "The modifier 'abstract' is not valid on fields. Try using a property instead"
2502 msgstr ""
2503
2504 #: mcs/mcs/field.cs:121
2505 msgid ""
2506 "The FieldOffset attribute can only be placed on members of types marked with "
2507 "the StructLayout(LayoutKind.Explicit)"
2508 msgstr ""
2509
2510 #: mcs/mcs/field.cs:126
2511 msgid "The FieldOffset attribute is not allowed on static or const fields"
2512 msgstr ""
2513
2514 #: mcs/mcs/field.cs:132
2515 msgid ""
2516 "Do not use 'System.Runtime.CompilerServices.FixedBuffer' attribute. Use the "
2517 "'fixed' field modifier instead"
2518 msgstr ""
2519
2520 #: mcs/mcs/field.cs:237
2521 #, csharp-format
2522 msgid ""
2523 "`{0}': Instance field types marked with StructLayout(LayoutKind.Explicit) "
2524 "must have a FieldOffset attribute"
2525 msgstr ""
2526
2527 #: mcs/mcs/field.cs:246
2528 #, csharp-format
2529 msgid "`{0}': cannot declare variables of static types"
2530 msgstr ""
2531
2532 #: mcs/mcs/field.cs:388
2533 #, csharp-format
2534 msgid ""
2535 "`{0}': Fixed size buffers type must be one of the following: bool, byte, "
2536 "short, int, long, char, sbyte, ushort, uint, ulong, float or double"
2537 msgstr ""
2538
2539 #: mcs/mcs/field.cs:424
2540 #, csharp-format
2541 msgid "`{0}': Fixed size buffer fields may only be members of structs"
2542 msgstr ""
2543
2544 #: mcs/mcs/field.cs:439
2545 #, csharp-format
2546 msgid "`{0}': Fixed size buffers must have a length greater than zero"
2547 msgstr ""
2548
2549 #: mcs/mcs/field.cs:446
2550 #, csharp-format
2551 msgid ""
2552 "Fixed size buffer `{0}' of length `{1}' and type `{2}' exceeded 2^31 limit"
2553 msgstr ""
2554
2555 #: mcs/mcs/field.cs:628
2556 #, csharp-format
2557 msgid "`{0}': A volatile field cannot be of the type `{1}'"
2558 msgstr ""
2559
2560 #: mcs/mcs/field.cs:633
2561 #, fuzzy, csharp-format
2562 msgid "`{0}': A field cannot be both volatile and readonly"
2563 msgstr "`{0}' Eine Klasse kann nicht gleichzeitig statisch und versiegelt sein"
2564
2565 #: mcs/mcs/flowanalysis.cs:307
2566 msgid "Control cannot fall through from one case label to another"
2567 msgstr ""
2568
2569 #: mcs/mcs/flowanalysis.cs:536
2570 #, csharp-format
2571 msgid ""
2572 "The label `{0}:' could not be found within the scope of the goto statement"
2573 msgstr ""
2574
2575 #: mcs/mcs/flowanalysis.cs:664
2576 msgid ""
2577 "A throw statement with no arguments is not allowed outside of a catch clause"
2578 msgstr ""
2579
2580 #: mcs/mcs/flowanalysis.cs:675 mcs/mcs/flowanalysis.cs:681
2581 msgid "No enclosing loop out of which to break or continue"
2582 msgstr ""
2583
2584 #: mcs/mcs/flowanalysis.cs:709
2585 msgid "Control cannot leave the body of an anonymous method"
2586 msgstr ""
2587
2588 #: mcs/mcs/flowanalysis.cs:750
2589 msgid "Cannot yield a value in the body of a try block with a catch clause"
2590 msgstr ""
2591
2592 #: mcs/mcs/flowanalysis.cs:752
2593 msgid "Cannot yield a value in the body of a catch clause"
2594 msgstr ""
2595
2596 #: mcs/mcs/flowanalysis.cs:904
2597 msgid ""
2598 "A throw statement with no arguments is not allowed inside of a finally "
2599 "clause nested inside of the innermost catch clause"
2600 msgstr ""
2601
2602 #: mcs/mcs/flowanalysis.cs:916 mcs/mcs/iterators.cs:102
2603 msgid "Cannot yield in the body of a finally clause"
2604 msgstr ""
2605
2606 #: mcs/mcs/flowanalysis.cs:927 mcs/mcs/flowanalysis.cs:943
2607 #: mcs/mcs/flowanalysis.cs:979 mcs/mcs/statement.cs:694
2608 msgid "Control cannot leave the body of a finally clause"
2609 msgstr ""
2610
2611 #: mcs/mcs/flowanalysis.cs:1130
2612 #, csharp-format
2613 msgid ""
2614 "An automatically implemented property `{0}' must be fully assigned before "
2615 "control leaves the constructor. Consider calling the default struct "
2616 "contructor from a constructor initializer"
2617 msgstr ""
2618
2619 #: mcs/mcs/flowanalysis.cs:1134
2620 #, csharp-format
2621 msgid ""
2622 "Field `{0}' must be fully assigned before control leaves the constructor"
2623 msgstr ""
2624
2625 #: mcs/mcs/flowanalysis.cs:1376
2626 msgid "Use of unassigned local variable `"
2627 msgstr "Verwendung der nicht zugewiesenen lokalen Variable `"
2628
2629 #: mcs/mcs/flowanalysis.cs:1446
2630 msgid "Use of possibly unassigned field `"
2631 msgstr "Verwendung eines möglicherweise nicht zugewiesenen Feldes `"
2632
2633 #: mcs/mcs/generic.cs:102 mcs/mcs/generic.cs:120
2634 #, csharp-format
2635 msgid "Type parameter `{0}' inherits conflicting constraints `{1}' and `{2}'"
2636 msgstr ""
2637 "Der Typparameter  `{0}' erbt die in Konflikt stehenden Einschränkungen  `"
2638 "{1}' und  `{2}'"
2639
2640 #: mcs/mcs/generic.cs:173
2641 #, csharp-format
2642 msgid "A constraint cannot be the dynamic type `{0}'"
2643 msgstr ""
2644
2645 #: mcs/mcs/generic.cs:182
2646 #, csharp-format
2647 msgid ""
2648 "Inconsistent accessibility: constraint type `{0}' is less accessible than `"
2649 "{1}'"
2650 msgstr ""
2651
2652 #: mcs/mcs/generic.cs:189 mcs/mcs/generic.cs:203
2653 #, csharp-format
2654 msgid "Duplicate constraint `{0}' for type parameter `{1}'"
2655 msgstr ""
2656
2657 #: mcs/mcs/generic.cs:218
2658 #, csharp-format
2659 msgid "Circular constraint dependency involving `{0}' and `{1}'"
2660 msgstr "Einschränkungsringabhängigkeit zwischen `{0}' und `{1}'"
2661
2662 #: mcs/mcs/generic.cs:249
2663 #, csharp-format
2664 msgid ""
2665 "Type parameter `{0}' has the `struct' constraint, so it cannot be used as a "
2666 "constraint for `{1}'"
2667 msgstr ""
2668
2669 #: mcs/mcs/generic.cs:260
2670 #, csharp-format
2671 msgid ""
2672 "The class type constraint `{0}' must be listed before any other constraints. "
2673 "Consider moving type constraint to the beginning of the constraint list"
2674 msgstr ""
2675
2676 #: mcs/mcs/generic.cs:266
2677 #, csharp-format
2678 msgid ""
2679 "`{0}': cannot specify both a constraint class and the `class' or `struct' "
2680 "constraint"
2681 msgstr ""
2682 "`{0}': Eine Einschränkung kann nicht gleichzeitig mit einer `class'- oder "
2683 "`struct'-Einschränkung angegeben werden"
2684
2685 #: mcs/mcs/generic.cs:271
2686 msgid "A constraint cannot be the dynamic type"
2687 msgstr ""
2688
2689 #: mcs/mcs/generic.cs:277
2690 #, csharp-format
2691 msgid ""
2692 "`{0}' is not a valid constraint. A constraint must be an interface, a non-"
2693 "sealed class or a type parameter"
2694 msgstr ""
2695
2696 #: mcs/mcs/generic.cs:284
2697 #, csharp-format
2698 msgid ""
2699 "`{0}' is not a valid constraint. Static classes cannot be used as constraints"
2700 msgstr ""
2701
2702 #: mcs/mcs/generic.cs:290
2703 #, csharp-format
2704 msgid "A constraint cannot be special class `{0}'"
2705 msgstr ""
2706
2707 #: mcs/mcs/generic.cs:538
2708 #, csharp-format
2709 msgid "The {2} type parameter `{0}' must be {3} valid on `{1}{4}'"
2710 msgstr ""
2711
2712 #: mcs/mcs/generic.cs:1720
2713 #, csharp-format
2714 msgid "`{0}': static classes cannot be used as generic arguments"
2715 msgstr ""
2716
2717 #: mcs/mcs/generic.cs:1727
2718 #, csharp-format
2719 msgid "The type `{0}' may not be used as a type argument"
2720 msgstr ""
2721
2722 #: mcs/mcs/generic.cs:1982
2723 #, fuzzy, csharp-format
2724 msgid ""
2725 "The type `{0}' must be a reference type in order to use it as type parameter "
2726 "`{1}' in the generic type or method `{2}'"
2727 msgstr ""
2728 "Der Typ `{0}' muss ein Referenztyp sein, damit er als `{1}'-Parameter in "
2729 "generischen Typ oder in der generischen Methode `{2}' verwendet werden kann."
2730
2731 #: mcs/mcs/generic.cs:1992
2732 #, fuzzy, csharp-format
2733 msgid ""
2734 "The type `{0}' must be a non-nullable value type in order to use it as type "
2735 "parameter `{1}' in the generic type or method `{2}'"
2736 msgstr ""
2737 "Der Typ `{0}' darf keine NULL-Werte zulassen, wenn er als `{1}'-Parameter im "
2738 "generischen Typ oder in der generischen Methode `{2}' verwendet werden soll."
2739
2740 #: mcs/mcs/generic.cs:2022
2741 #, fuzzy, csharp-format
2742 msgid ""
2743 "The type `{0}' cannot be used as type parameter `{1}' in the generic type or "
2744 "method `{2}'. The nullable type `{0}' never satisfies interface constraint"
2745 msgstr ""
2746 "Der Typ `{0}' muss ein Referenztyp sein, damit er als `{1}'-Parameter in "
2747 "generischen Typ oder in der generischen Methode `{2}' verwendet werden kann."
2748
2749 #: mcs/mcs/generic.cs:2061
2750 #, csharp-format
2751 msgid ""
2752 "The type `{0}' must have a public parameterless constructor in order to use "
2753 "it as parameter `{1}' in the generic type or method `{2}'"
2754 msgstr ""
2755
2756 #: mcs/mcs/generic.cs:2113
2757 #, fuzzy, csharp-format
2758 msgid ""
2759 "The type `{0}' cannot be used as type parameter `{1}' in the generic type or "
2760 "method `{2}'. There is no boxing conversion from `{0}' to `{3}'"
2761 msgstr ""
2762 "Der Typ `{0}' muss ein Referenztyp sein, damit er als `{1}'-Parameter in "
2763 "generischen Typ oder in der generischen Methode `{2}' verwendet werden kann."
2764
2765 #: mcs/mcs/generic.cs:2117
2766 #, fuzzy, csharp-format
2767 msgid ""
2768 "The type `{0}' cannot be used as type parameter `{1}' in the generic type or "
2769 "method `{2}'. There is no boxing or type parameter conversion from `{0}' to `"
2770 "{3}'"
2771 msgstr ""
2772 "Der Typ `{0}' muss ein Referenztyp sein, damit er als `{1}'-Parameter in "
2773 "generischen Typ oder in der generischen Methode `{2}' verwendet werden kann."
2774
2775 #: mcs/mcs/generic.cs:2121
2776 #, fuzzy, csharp-format
2777 msgid ""
2778 "The type `{0}' cannot be used as type parameter `{1}' in the generic type or "
2779 "method `{2}'. There is no implicit reference conversion from `{0}' to `{3}'"
2780 msgstr ""
2781 "Der Typ `{0}' muss ein Referenztyp sein, damit er als `{1}'-Parameter in "
2782 "generischen Typ oder in der generischen Methode `{2}' verwendet werden kann."
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:4324
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:750
2852 #, csharp-format
2853 msgid "A range variable `{0}' conflicts with a previous declaration of `{0}'"
2854 msgstr ""
2855
2856 #: mcs/mcs/linq.cs:757
2857 #, csharp-format
2858 msgid "A range variable `{0}' has already been declared in this scope"
2859 msgstr ""
2860
2861 #: mcs/mcs/linq.cs:764
2862 #, csharp-format
2863 msgid "A range variable `{0}' conflicts with a method type parameter"
2864 msgstr ""
2865
2866 #: mcs/mcs/linq.cs:796
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:204
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:1261
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:1264
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:1268
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:1272
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:1304
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:1309
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:1315
2931 #, csharp-format
2932 msgid "A partial method `{0}' declaration is already defined"
2933 msgstr ""
2934
2935 #: mcs/mcs/membercache.cs:1319
2936 #, csharp-format
2937 msgid "A partial method `{0}' implementation is already defined"
2938 msgstr ""
2939
2940 #: mcs/mcs/membercache.cs:1330 mcs/mcs/property.cs:81
2941 #, csharp-format
2942 msgid "A member `{0}' is already reserved"
2943 msgstr ""
2944
2945 #: mcs/mcs/membercache.cs:1341
2946 #, csharp-format
2947 msgid "Duplicate user-defined conversion in type `{0}'"
2948 msgstr ""
2949
2950 #: mcs/mcs/method.cs:484
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:572
2957 #, csharp-format
2958 msgid "`{0}': A partial method parameters cannot use `out' modifier"
2959 msgstr ""
2960
2961 #: mcs/mcs/method.cs:631
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:844
2971 #, csharp-format
2972 msgid "Program `{0}' has more than one entry point defined: `{1}'"
2973 msgstr ""
2974
2975 #: mcs/mcs/method.cs:888
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:893
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:898
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:904
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:911
2999 #, csharp-format
3000 msgid "Conditional method `{0}' cannot have an out parameter"
3001 msgstr ""
3002
3003 #: mcs/mcs/method.cs:1017
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:1071
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:1077
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:1086
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:1139
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:1186
3040 #, csharp-format
3041 msgid "Method or delegate cannot return type `{0}'"
3042 msgstr ""
3043
3044 #: mcs/mcs/method.cs:1261
3045 msgid ""
3046 "The constructor call cannot be dynamically dispatched within constructor "
3047 "initializer"
3048 msgstr ""
3049
3050 #: mcs/mcs/method.cs:1275
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:1294
3056 #, csharp-format
3057 msgid "Constructor `{0}' cannot call itself"
3058 msgstr ""
3059
3060 #: mcs/mcs/method.cs:1413
3061 #, csharp-format
3062 msgid "`{0}': The static constructor must be parameterless"
3063 msgstr ""
3064
3065 #: mcs/mcs/method.cs:1431
3066 msgid "Structs cannot contain explicit parameterless constructors"
3067 msgstr ""
3068
3069 #: mcs/mcs/method.cs:1487
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:1730
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:1736
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:1743
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:1753
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:1759
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:1765
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:1789
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:2107
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:2318
3127 #, csharp-format
3128 msgid "User-defined operator `{0}' must be declared static and public"
3129 msgstr ""
3130
3131 #: mcs/mcs/method.cs:2357
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:2368
3138 msgid "User-defined conversion must convert to or from the enclosing type"
3139 msgstr ""
3140
3141 #: mcs/mcs/method.cs:2374
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:2381
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:2388
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:2394
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:2401
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:2410
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:2415
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:2422
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:2430
3187 msgid "The return type of operator True or False must be bool"
3188 msgstr ""
3189
3190 #: mcs/mcs/method.cs:2445
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:820 mcs/mcs/namespace.cs:842
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:866
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:884
3247 #, csharp-format
3248 msgid "The using alias `{0}' appeared previously in this namespace"
3249 msgstr ""
3250
3251 #: mcs/mcs/namespace.cs:1005
3252 #, csharp-format
3253 msgid "Namespace `{0}' contains a definition with same name as alias `{1}'"
3254 msgstr ""
3255
3256 #: mcs/mcs/namespace.cs:1059
3257 #, csharp-format
3258 msgid "`{0}' is an ambiguous reference between `{1}' and `{2}'"
3259 msgstr ""
3260
3261 #: mcs/mcs/namespace.cs:1127
3262 msgid "The global extern alias cannot be redefined"
3263 msgstr ""
3264
3265 #: mcs/mcs/namespace.cs:1132
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:288
3284 msgid "An out parameter cannot have the `In' attribute"
3285 msgstr ""
3286
3287 #: mcs/mcs/parameter.cs:293
3288 msgid ""
3289 "Do not use `System.ParamArrayAttribute'. Use the `params' keyword instead"
3290 msgstr ""
3291
3292 #: mcs/mcs/parameter.cs:300
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:310
3299 #, csharp-format
3300 msgid "Cannot specify `{0}' attribute on optional parameter `{1}'"
3301 msgstr ""
3302
3303 #: mcs/mcs/parameter.cs:320
3304 #, csharp-format
3305 msgid ""
3306 "Argument of type `{0}' is not applicable for the DefaultParameterValue "
3307 "attribute"
3308 msgstr ""
3309
3310 #: mcs/mcs/parameter.cs:323
3311 #, csharp-format
3312 msgid ""
3313 "The DefaultParameterValue attribute is not applicable on parameters of type `"
3314 "{0}'"
3315 msgstr ""
3316
3317 #: mcs/mcs/parameter.cs:334
3318 msgid "The type of the default value should match the type of the parameter"
3319 msgstr ""
3320
3321 #: mcs/mcs/parameter.cs:376
3322 #, csharp-format
3323 msgid "Method or delegate parameter cannot be of type `{0}'"
3324 msgstr ""
3325
3326 #: mcs/mcs/parameter.cs:386
3327 #, csharp-format
3328 msgid "`{0}': static types cannot be used as parameters"
3329 msgstr ""
3330
3331 #: mcs/mcs/parameter.cs:392
3332 #, csharp-format
3333 msgid "The extension method cannot be of type `{0}'"
3334 msgstr ""
3335
3336 #: mcs/mcs/parameter.cs:448
3337 #, csharp-format
3338 msgid ""
3339 "The expression being assigned to optional parameter `{0}' must be a constant "
3340 "or default value"
3341 msgstr ""
3342
3343 #: mcs/mcs/parameter.cs:464
3344 #, csharp-format
3345 msgid ""
3346 "The expression being assigned to nullable optional parameter `{0}' must be "
3347 "default value"
3348 msgstr ""
3349
3350 #: mcs/mcs/parameter.cs:472
3351 #, csharp-format
3352 msgid ""
3353 "Optional parameter `{0}' of type `{1}' can only be initialized with `null'"
3354 msgstr ""
3355
3356 #: mcs/mcs/parameter.cs:482
3357 #, csharp-format
3358 msgid ""
3359 "Optional parameter expression of type `{0}' cannot be converted to parameter "
3360 "type `{1}'"
3361 msgstr ""
3362
3363 #: mcs/mcs/parameter.cs:624
3364 msgid "An expression tree parameter cannot use `ref' or `out' modifier"
3365 msgstr ""
3366
3367 #: mcs/mcs/parameter.cs:1096
3368 #, csharp-format
3369 msgid "The parameter name `{0}' conflicts with a compiler generated name"
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:352
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:356
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:401
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:502
3423 #, csharp-format
3424 msgid "Explicit interface implementation `{0}' is missing accessor `{1}'"
3425 msgstr ""
3426
3427 #: mcs/mcs/property.cs:521
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:538
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:579
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:586
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:783
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:1274
3463 #, csharp-format
3464 msgid "`{0}': event must be of a delegate type"
3465 msgstr ""
3466
3467 #: mcs/mcs/property.cs:1482
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:1516
3475 msgid "Cannot set the `IndexerName' attribute on an indexer marked override"
3476 msgstr ""
3477
3478 #: mcs/mcs/reflection.cs:217
3479 msgid "Could not access the key inside the container `"
3480 msgstr ""
3481
3482 #: mcs/mcs/roottypes.cs:363
3483 msgid ""
3484 "The compilation may fail due to missing `System.Reflection.Emit."
3485 "AssemblyBuilder.SetCorlibTypeBuilders(...)' method"
3486 msgstr ""
3487
3488 #: mcs/mcs/roottypes.cs:470
3489 #, csharp-format
3490 msgid "Value specified for the argument to `{0}' is not valid"
3491 msgstr ""
3492
3493 #: mcs/mcs/statement.cs:87
3494 msgid ""
3495 "A lambda expression with statement body cannot be converted to an expresion "
3496 "tree"
3497 msgstr ""
3498
3499 #: mcs/mcs/statement.cs:740
3500 #, csharp-format
3501 msgid ""
3502 "An object of a type convertible to `{0}' is required for the return statement"
3503 msgstr ""
3504
3505 #: mcs/mcs/statement.cs:753
3506 #, csharp-format
3507 msgid ""
3508 "`{0}': A return keyword must not be followed by any expression when method "
3509 "returns void"
3510 msgstr ""
3511
3512 #: mcs/mcs/statement.cs:778
3513 #, csharp-format
3514 msgid ""
3515 "Cannot convert `{0}' to delegate type `{1}' because some of the return types "
3516 "in the block are not implicitly convertible to the delegate return type"
3517 msgstr ""
3518
3519 #: mcs/mcs/statement.cs:806
3520 msgid ""
3521 "Cannot return a value from iterators. Use the yield return statement to "
3522 "return a value, or yield break to end the iteration"
3523 msgstr ""
3524
3525 #: mcs/mcs/statement.cs:963 mcs/mcs/statement.cs:997
3526 msgid "A goto case is only valid inside a switch statement"
3527 msgstr ""
3528
3529 #: mcs/mcs/statement.cs:1076 mcs/mcs/statement.cs:4726
3530 msgid "The type caught or thrown must be derived from System.Exception"
3531 msgstr ""
3532
3533 #: mcs/mcs/statement.cs:1298
3534 msgid "A fixed statement cannot use an implicitly typed local variable"
3535 msgstr ""
3536
3537 #: mcs/mcs/statement.cs:1303
3538 msgid "An implicitly typed local variable cannot be a constant"
3539 msgstr ""
3540
3541 #: mcs/mcs/statement.cs:1308
3542 msgid ""
3543 "An implicitly typed local variable declarator must include an initializer"
3544 msgstr ""
3545
3546 #: mcs/mcs/statement.cs:1313
3547 msgid ""
3548 "An implicitly typed local variable declaration cannot include multiple "
3549 "declarators"
3550 msgstr ""
3551
3552 #: mcs/mcs/statement.cs:1883
3553 #, csharp-format
3554 msgid ""
3555 "A local variable named `{0}' cannot be declared in this scope because it "
3556 "would give a different meaning to `{0}', which is already used in a `{1}' "
3557 "scope to denote something else"
3558 msgstr ""
3559
3560 #: mcs/mcs/statement.cs:1894
3561 #, csharp-format
3562 msgid ""
3563 "`{0}': An anonymous type cannot have multiple properties with the same name"
3564 msgstr ""
3565
3566 #: mcs/mcs/statement.cs:1897
3567 #, csharp-format
3568 msgid "The parameter name `{0}' is a duplicate"
3569 msgstr ""
3570
3571 #: mcs/mcs/statement.cs:1904
3572 #, csharp-format
3573 msgid "A local variable named `{0}' is already defined in this scope"
3574 msgstr ""
3575
3576 #: mcs/mcs/statement.cs:1910
3577 #, csharp-format
3578 msgid ""
3579 "The type parameter name `{0}' is the same as local variable or parameter name"
3580 msgstr ""
3581
3582 #: mcs/mcs/statement.cs:2482
3583 #, csharp-format
3584 msgid ""
3585 "The out parameter `{0}' must be assigned to before control leaves the "
3586 "current method"
3587 msgstr ""
3588
3589 #: mcs/mcs/statement.cs:2573
3590 #, csharp-format
3591 msgid "`{0}': not all code paths return a value"
3592 msgstr ""
3593
3594 #: mcs/mcs/statement.cs:2577
3595 #, csharp-format
3596 msgid "Not all code paths return a value in anonymous method of type `{0}'"
3597 msgstr ""
3598
3599 #: mcs/mcs/statement.cs:2748
3600 #, csharp-format
3601 msgid "The label `{0}' is a duplicate"
3602 msgstr ""
3603
3604 #: mcs/mcs/statement.cs:2757 mcs/mcs/statement.cs:2768
3605 #, csharp-format
3606 msgid ""
3607 "The label `{0}' shadows another label by the same name in a contained scope"
3608 msgstr ""
3609
3610 #: mcs/mcs/statement.cs:3088
3611 #, csharp-format
3612 msgid "The label `case {0}:' already occurs in this switch statement"
3613 msgstr ""
3614
3615 #: mcs/mcs/statement.cs:3629
3616 #, csharp-format
3617 msgid ""
3618 "A switch expression of type `{0}' cannot be converted to an integral type, "
3619 "bool, char, string, enum or nullable type"
3620 msgstr ""
3621
3622 #: mcs/mcs/statement.cs:4114
3623 #, csharp-format
3624 msgid "`{0}' is not a reference type as required by the lock statement"
3625 msgstr ""
3626
3627 #: mcs/mcs/statement.cs:4455
3628 msgid "The type of locals declared in a fixed statement must be a pointer type"
3629 msgstr ""
3630
3631 #: mcs/mcs/statement.cs:4471
3632 msgid ""
3633 "The right hand side of a fixed statement assignment may not be a cast "
3634 "expression"
3635 msgstr ""
3636
3637 #: mcs/mcs/statement.cs:4542
3638 msgid ""
3639 "You cannot use the fixed statement to take the address of an already fixed "
3640 "expression"
3641 msgstr ""
3642
3643 #: mcs/mcs/statement.cs:4856
3644 #, csharp-format
3645 msgid ""
3646 "A previous catch clause already catches all exceptions of this or a super "
3647 "type `{0}'"
3648 msgstr ""
3649
3650 #: mcs/mcs/statement.cs:5029
3651 #, csharp-format
3652 msgid ""
3653 "`{0}': type used in a using statement must be implicitly convertible to "
3654 "`System.IDisposable'"
3655 msgstr ""
3656
3657 #: mcs/mcs/statement.cs:5451
3658 #, csharp-format
3659 msgid ""
3660 "foreach statement requires that the return type `{0}' of `{1}' must have a "
3661 "suitable public MoveNext method and public Current property"
3662 msgstr ""
3663
3664 #: mcs/mcs/statement.cs:5490
3665 #, csharp-format
3666 msgid ""
3667 "foreach statement cannot operate on variables of type `{0}' because it "
3668 "contains multiple implementation of `{1}'. Try casting to a specific "
3669 "implementation"
3670 msgstr ""
3671
3672 #: mcs/mcs/statement.cs:5509
3673 #, csharp-format
3674 msgid ""
3675 "foreach statement cannot operate on variables of type `{0}' because it does "
3676 "not contain a definition for `{1}' or is inaccessible"
3677 msgstr ""
3678
3679 #: mcs/mcs/statement.cs:5715
3680 msgid "Use of null is not valid in this context"
3681 msgstr ""
3682
3683 #: mcs/mcs/statement.cs:5725
3684 #, csharp-format
3685 msgid "Foreach statement cannot operate on a `{0}'"
3686 msgstr ""
3687
3688 #: mcs/mcs/typemanager.cs:389
3689 #, csharp-format
3690 msgid "The predefined type `{0}.{1}' is not defined or imported"
3691 msgstr ""
3692
3693 #: mcs/mcs/typemanager.cs:395
3694 #, csharp-format
3695 msgid "The predefined type `{0}.{1}' is not declared correctly"
3696 msgstr ""
3697
3698 #: mcs/mcs/typemanager.cs:574
3699 #, csharp-format
3700 msgid ""
3701 "The compiler required member `{0}.{1}{2}' could not be found or is "
3702 "inaccessible"
3703 msgstr ""
3704
3705 #: mcs/mcs/typemanager.cs:885
3706 #, csharp-format
3707 msgid ""
3708 "Cannot take the address of, get the size of, or declare a pointer to a "
3709 "managed type `{0}'"
3710 msgstr ""
3711
3712 #~ msgid "Compilation aborted in file `{0}', {1}"
3713 #~ msgstr "Kompilierung abgebrochen in Datei `{0}', {1}"
3714
3715 #~ msgid "Couldn't run pkg-config: "
3716 #~ msgstr "Kann pkg-config nicht ausführen:"
3717
3718 #~ msgid "Error running pkg-config. Check the above output."
3719 #~ msgstr ""
3720 #~ "Fehler beim ausführen von pkg-config. Bitte prüfen Sie die Ausgabe oben."
3721
3722 #~ msgid "-recurse requires an argument"
3723 #~ msgstr "-recurse benötigt ein Argument"
3724
3725 #~ msgid "-reference requires an argument"
3726 #~ msgstr "-reference benötigt ein Argument"
3727
3728 #~ msgid " requires an argument"
3729 #~ msgstr "benötigt ein Argument"
3730
3731 #~ msgid "/lib requires an argument"
3732 #~ msgstr "/lib benötigt ein Argument"
3733
3734 #~ msgid "/nowarn requires an argument"
3735 #~ msgstr "/nowarn benötigt ein Argument"
3736
3737 #~ msgid ""
3738 #~ "Feature `{0}' is not available in Mono mcs1 compiler. Consider using the "
3739 #~ "`gmcs' compiler instead"
3740 #~ msgstr ""
3741 #~ "Das Feature `{0}' ist im Mono mcs1 Kompiler nicht verfügbar. Benutzen Sie "
3742 #~ "stattdessen bitte den `gmcs' Kompiler."
3743
3744 #~ msgid ""
3745 #~ "Your .NET Runtime does not support `{0}'. Please use the latest Mono "
3746 #~ "runtime instead."
3747 #~ msgstr ""
3748 #~ "Ihre .NET Laufzeitumgebung unterstützt kein `{0}'. Bitte benutzen Sie die "
3749 #~ "letzte aktuelle Mono Laufzeitumgebung stattdessen."