3 "Project-Id-Version: \n"
4 "Report-Msgid-Bugs-To: http://www.mono-project.com/Bugs\n"
5 "POT-Creation-Date: 2014-04-16 14:52+0200\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"
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"
16 #: mcs/mcs/anonymous.cs:1025
18 msgid "Cannot convert `{0}' to an expression tree of non-delegate type `{1}'"
21 #: mcs/mcs/anonymous.cs:1030
23 msgid "Cannot convert `{0}' to non-delegate type `{1}'"
26 #: mcs/mcs/anonymous.cs:1042
29 "Cannot convert `{0}' to delegate type `{1}' since there is a parameter "
33 #: mcs/mcs/anonymous.cs:1054 mcs/mcs/ecore.cs:5483
35 msgid "Delegate `{0}' does not take `{1}' arguments"
38 #: mcs/mcs/anonymous.cs:1069
40 msgid "Parameter `{0}' should not be declared with the `{1}' keyword"
43 #: mcs/mcs/anonymous.cs:1072
45 msgid "Parameter `{0}' must be declared with the `{1}' keyword"
48 #: mcs/mcs/anonymous.cs:1089
50 msgid "Parameter `{0}' is declared as type `{1}' but should be `{2}'"
53 #: mcs/mcs/anonymous.cs:1235
54 msgid "Async lambda expressions cannot be converted to expression trees"
57 #: mcs/mcs/anonymous.cs:1284
58 msgid "An anonymous method cannot be converted to an expression tree"
61 #: mcs/mcs/anonymous.cs:1303
64 "Cannot convert anonymous method block without a parameter list to delegate "
65 "type `{0}' because it has one or more `out' parameters"
68 #: mcs/mcs/anonymous.cs:1327
70 "Anonymous methods and lambda expressions cannot be used in the current "
74 #: mcs/mcs/anonymous.cs:1363
77 "Local variable or parameter `{0}' cannot have their address taken and be "
78 "used inside an anonymous method, lambda expression or query expression"
81 #: mcs/mcs/anonymous.cs:1383
82 #, fuzzy, csharp-format
83 msgid "Cannot convert async {0} to delegate type `{1}'"
84 msgstr "Kann Typ `{0}'<...> nicht finden"
86 #: mcs/mcs/anonymous.cs:1693
87 msgid "An expression tree cannot contain an anonymous method expression"
90 #: mcs/mcs/anonymous.cs:1983
93 "`{0}': An anonymous type cannot have multiple properties with the same name"
96 #: mcs/mcs/argument.cs:99
98 "An expression tree cannot contain an invocation which uses optional parameter"
101 #: mcs/mcs/argument.cs:252
102 msgid "An expression tree cannot contain named argument"
105 #: mcs/mcs/argument.cs:363
108 "The method group `{0}' cannot be used as an argument of dynamic operation. "
109 "Consider using parentheses to invoke the method"
112 #: mcs/mcs/argument.cs:367
114 "An anonymous method or lambda expression cannot be used as an argument of "
115 "dynamic operation. Consider using a cast"
118 #: mcs/mcs/argument.cs:370
121 "An expression of type `{0}' cannot be used as an argument of dynamic "
125 #: mcs/mcs/assign.cs:326
126 msgid "An expression tree cannot contain an assignment operator"
129 #: mcs/mcs/assign.cs:779
131 msgid "Cannot assign to `{0}' because it is a `{1}'"
134 #: mcs/mcs/assembly.cs:286
135 msgid "Invalid type specified as an argument for TypeForwardedTo attribute"
138 #: mcs/mcs/assembly.cs:294
140 msgid "A duplicate type forward of type `{0}'"
143 #: mcs/mcs/assembly.cs:303
144 #, fuzzy, csharp-format
145 msgid "Cannot forward type `{0}' because it is defined in this assembly"
147 "NULL kann nicht in `{0}' konvertiert werden, da dies ein Werttyp ist, der "
148 "nicht auf NULL festgelegt werden kann"
150 #: mcs/mcs/assembly.cs:309
151 #, fuzzy, csharp-format
152 msgid "Cannot forward type `{0}' because it is a nested type"
154 "NULL kann nicht in `{0}' konvertiert werden, da dies ein Werttyp ist, der "
155 "nicht auf NULL festgelegt werden kann"
157 #: mcs/mcs/assembly.cs:338
160 "Friend assembly reference `{0}' is invalid. InternalsVisibleTo declarations "
161 "cannot have a version, culture or processor architecture specified"
164 #: mcs/mcs/assembly.cs:346
167 "Friend assembly reference `{0}' is invalid. Strong named assemblies must "
168 "specify a public key in their InternalsVisibleTo declarations"
171 #: mcs/mcs/assembly.cs:392
173 msgid "Referenced assembly `{0}' does not have a strong name"
176 #: mcs/mcs/assembly.cs:398
178 msgid "Referenced assembly `{0}' has different culture setting of `{1}'"
181 #: mcs/mcs/assembly.cs:413
184 "Friend access was granted to `{0}', but the output assembly is named `{1}'. "
185 "Try adding a reference to `{0}' or change the output assembly name to match "
189 #: mcs/mcs/assembly.cs:427
191 "Could not sign the assembly. ECMA key can only be used to delay-sign "
195 #: mcs/mcs/assembly.cs:681
197 "Added modules must be marked with the CLSCompliant attribute to match the "
201 #: mcs/mcs/assembly.cs:716 mcs/mcs/assembly.cs:731
204 "Option `{0}' overrides attribute `{1}' given in a source file or added module"
207 #: mcs/mcs/assembly.cs:766
208 msgid "Delay signing was requested but no key file was given"
211 #: mcs/mcs/assembly.cs:787
212 msgid "Cannot link resource file when building a module"
215 #: mcs/mcs/assembly.cs:792
216 #, fuzzy, csharp-format
217 msgid "Error reading resource file `{0}'"
218 msgstr "Fehler beim erstellen der XML-Dokumentationsdatei `{0}' (`{1}')"
220 #: mcs/mcs/assembly.cs:862
221 msgid "Could not write to file `"
224 #: mcs/mcs/assembly.cs:906
225 msgid "Cannot specify -main if building a module or library"
228 #: mcs/mcs/assembly.cs:932
230 msgid "Could not find `{0}' specified for Main method"
233 #: mcs/mcs/assembly.cs:938
234 #, fuzzy, csharp-format
235 msgid "`{0}' specified for Main method must be a valid class or struct"
236 msgstr "`{0}': Erweiterungsmethoden müssen statisch sein"
238 #: mcs/mcs/assembly.cs:942
240 msgid "`{0}' does not have a suitable static Main method"
243 #: mcs/mcs/assembly.cs:945
246 "Program `{0}' does not contain a static `Main' method suitable for an entry "
250 #: mcs/mcs/assembly.cs:964
251 msgid "Error during assembly signing. "
254 #: mcs/mcs/assembly.cs:1149
256 msgid "Metadata file `{0}' could not be found"
259 #: mcs/mcs/assembly.cs:1154
261 msgid "Metadata file `{0}' does not contain valid metadata"
264 #: mcs/mcs/assembly.cs:1160
267 "Referenced assembly file `{0}' is a module. Consider using `-addmodule' "
268 "option to add the module"
271 #: mcs/mcs/assembly.cs:1167
274 "Added module file `{0}' is an assembly. Consider using `-r' option to "
278 #: mcs/mcs/async.cs:78
279 msgid "The `await' operator cannot be used in the body of a finally clause"
282 #: mcs/mcs/async.cs:83
284 msgid "The `await' operator cannot be used in the body of a lock statement"
286 "Die `new()'-Einschränkung kann nicht mit der `struct'-Einschränkung genutzt "
289 #: mcs/mcs/async.cs:88
291 msgid "The `await' operator cannot be used in an unsafe context"
293 "Die `new()'-Einschränkung kann nicht mit der `struct'-Einschränkung genutzt "
296 #: mcs/mcs/async.cs:164
299 "Cannot await void method `{0}'. Consider changing method return type to "
303 #: mcs/mcs/async.cs:167
305 msgid "Cannot await `{0}' expression"
308 #: mcs/mcs/async.cs:315
311 "The awaiter type `{0}' must have suitable IsCompleted and GetResult members"
314 #: mcs/mcs/async.cs:323
316 "The `await' operator may only be used in a query expression within the first "
317 "collection expression of the initial `from' clause or within the collection "
318 "expression of a `join' clause"
321 #: mcs/mcs/async.cs:328
323 msgid "The `await' operator cannot be used in a catch clause"
325 "Die `new()'-Einschränkung kann nicht mit der `struct'-Einschränkung genutzt "
328 #: mcs/mcs/async.cs:360
330 msgid "The `await' operand type `{0}' must have suitable GetAwaiter method"
333 #: mcs/mcs/async.cs:376
334 #, fuzzy, csharp-format
335 msgid "The awaiter type `{0}' must implement interface `{1}'"
336 msgstr "`{0}' implementiert den Schnittstellenmember `{1}' nicht"
338 #: mcs/mcs/async.cs:658
340 "Cannot find compiler required types for asynchronous functions support. Are "
341 "you targeting the wrong framework version?"
344 #: mcs/mcs/attribute.cs:228
347 "`{0}' is not a valid named attribute argument. Named attribute arguments "
348 "must be fields which are not readonly, static, const or read-write "
349 "properties which are public and not static"
352 #: mcs/mcs/attribute.cs:237
355 "`{0}' is not a valid named attribute argument because it is not a valid "
356 "attribute parameter type"
359 #: mcs/mcs/attribute.cs:243
360 msgid "An attribute argument cannot be dynamic expression"
363 #: mcs/mcs/attribute.cs:248
364 msgid "The Guid attribute must be specified with the ComImport attribute"
367 #: mcs/mcs/attribute.cs:253
369 msgid "Do not use `{0}' directly. Use parameter modifier `this' instead"
372 #: mcs/mcs/attribute.cs:258
374 msgid "Do not use `{0}' directly. Use `dynamic' keyword instead"
377 #: mcs/mcs/attribute.cs:267
379 msgid "Error during emitting `{0}' attribute. The reason is `{1}'"
382 #: mcs/mcs/attribute.cs:327
385 "`{0}' is ambiguous between `{1}' and `{2}'. Use either `@{0}' or `{0}"
389 #: mcs/mcs/attribute.cs:353 mcs/mcs/attribute.cs:364
391 msgid "`{0}': is not an attribute class"
394 #: mcs/mcs/attribute.cs:473
396 msgid "Cannot apply attribute class `{0}' because it is abstract"
399 #: mcs/mcs/attribute.cs:544
401 msgid "Duplicate named attribute `{0}' argument"
404 #: mcs/mcs/attribute.cs:1003
407 "The attribute `{0}' is not valid on this declaration type. It is valid on `"
408 "{1}' declarations only"
411 #: mcs/mcs/attribute.cs:1025
413 msgid "The argument to the `{0}' attribute must be a valid identifier"
416 #: mcs/mcs/attribute.cs:1039
418 msgid "Invalid value for argument to `{0}' attribute"
421 #: mcs/mcs/attribute.cs:1307
423 msgid "The attribute `{0}' cannot be applied multiple times"
426 #: mcs/mcs/attribute.cs:1613
428 msgid "`{0}' is obsolete: `{1}'"
429 msgstr "`{0}' ist veraltet: `{1}'"
431 #: mcs/mcs/cs-tokenizer.cs:811
433 "The `partial' modifier can be used only immediately before `class', "
434 "`struct', `interface', or `void' keyword"
437 #: mcs/mcs/cs-tokenizer.cs:1515 mcs/mcs/cs-tokenizer.cs:1578
438 msgid "Invalid number"
439 msgstr "Ungültige Zahl"
441 #: mcs/mcs/cs-tokenizer.cs:1793
443 msgid "Unrecognized escape sequence `\\{0}'"
446 #: mcs/mcs/cs-tokenizer.cs:1812
447 msgid "Unrecognized escape sequence"
450 #: mcs/mcs/cs-tokenizer.cs:2077
451 msgid "Filename, single-line comment or end-of-line expected"
454 #: mcs/mcs/cs-tokenizer.cs:2125
456 msgid "Missing identifier to pre-processor directive"
457 msgstr "Ungültige Präprozessor Direktive"
459 #: mcs/mcs/cs-tokenizer.cs:2135 mcs/mcs/cs-tokenizer.cs:2139
461 msgid "Identifier expected: {0}"
464 #: mcs/mcs/cs-tokenizer.cs:2647
466 msgid "Integral constant is too large"
467 msgstr "Numerische Konstante ist zu lang"
469 #: mcs/mcs/cs-tokenizer.cs:2652
470 msgid "Invalid preprocessor directive"
471 msgstr "Ungültige Präprozessor Direktive"
473 #: mcs/mcs/cs-tokenizer.cs:2659
475 msgid "Unexpected processor directive ({0})"
476 msgstr "Unerwartete Prozessor Direktive ({0})"
478 #: mcs/mcs/cs-tokenizer.cs:2665
480 "Cannot define or undefine preprocessor symbols after first token in file"
483 #: mcs/mcs/cs-tokenizer.cs:2671
485 "Preprocessor directives must appear as the first non-whitespace character on "
489 #: mcs/mcs/cs-tokenizer.cs:2676
490 msgid "Single-line comment or end-of-line expected"
493 #: mcs/mcs/cs-tokenizer.cs:2721 mcs/mcs/cs-tokenizer.cs:3760
494 msgid "Expected `#endif' directive"
495 msgstr "`#endif' Direktive erwartet"
497 #: mcs/mcs/cs-tokenizer.cs:2754 mcs/mcs/cs-tokenizer.cs:2775
498 #: mcs/mcs/cs-tokenizer.cs:2806 mcs/mcs/cs-tokenizer.cs:3758
499 msgid "#endregion directive expected"
500 msgstr "`#endregion' Direktive erwartet"
502 #: mcs/mcs/cs-tokenizer.cs:2855
503 msgid "Wrong preprocessor directive"
504 msgstr "Falsche Präprozessor Direktive"
506 #: mcs/mcs/cs-tokenizer.cs:2867
508 msgid "#error: '{0}'"
509 msgstr "#Fehler: '{0}'"
511 #: mcs/mcs/cs-tokenizer.cs:2885
512 msgid "The line number specified for #line directive is missing or invalid"
515 #: mcs/mcs/cs-tokenizer.cs:2947 mcs/mcs/cs-tokenizer.cs:3599
516 msgid "Newline in constant"
519 #: mcs/mcs/cs-tokenizer.cs:2974
520 msgid "Unterminated string literal"
521 msgstr "Nicht beendetes Zeichenfolgeliteral"
523 #: mcs/mcs/cs-tokenizer.cs:3051
524 msgid "Identifier too long (limit is 512 chars)"
525 msgstr "Der Bezeichner ist zu lang. (Maximal 512 Zeichen)"
527 #: mcs/mcs/cs-tokenizer.cs:3437
528 msgid "End-of-file found, '*/' expected"
529 msgstr "Dateiende gefunden. `*/' erwartet."
531 #: mcs/mcs/cs-tokenizer.cs:3548
532 msgid "Keyword, identifier, or string expected after verbatim specifier: @"
535 #: mcs/mcs/cs-tokenizer.cs:3569
536 #, fuzzy, csharp-format
537 msgid "Unexpected character `{0}'"
538 msgstr "`{0}' erwartet"
540 #: mcs/mcs/cs-tokenizer.cs:3594
541 msgid "Empty character literal"
544 #: mcs/mcs/cs-tokenizer.cs:3615
545 msgid "Too many characters in character literal"
548 #: mcs/mcs/cfold.cs:73
549 msgid "The operation overflows at compile time in checked mode"
552 #: mcs/mcs/cfold.cs:329 mcs/mcs/expression.cs:4145
554 msgid "Operator `{0}' is ambiguous on operands of type `{1}' and `{2}'"
557 #: mcs/mcs/cfold.cs:782 mcs/mcs/cfold.cs:868
558 msgid "Division by constant zero"
561 #: mcs/mcs/class.cs:142
564 "Partial declarations of `{0}' must be all classes, all structs or all "
568 #: mcs/mcs/class.cs:151
570 msgid "Partial declarations of `{0}' have conflicting accessibility modifiers"
573 #: mcs/mcs/class.cs:161
576 "Partial declarations of `{0}' must have the same type parameter names in the "
580 #: mcs/mcs/class.cs:168
583 "Partial declarations of `{0}' must have the same type parameter variance "
587 #: mcs/mcs/class.cs:346
590 "Missing partial modifier on declaration of type `{0}'. Another partial "
591 "declaration of this type exists"
594 #: mcs/mcs/class.cs:759
597 "`{0}': explicit interface declaration can only be declared in a class or "
601 #: mcs/mcs/class.cs:814
603 msgid "Duplicate type parameter `{0}'"
606 #: mcs/mcs/class.cs:816
609 "Primary constructor of type `{0}' has parameter of same name as type "
613 #: mcs/mcs/class.cs:820
615 msgid "The type `{0}' already contains a definition for `{1}'"
618 #: mcs/mcs/class.cs:897
620 "Cannot specify the `DefaultMember' attribute on type containing an indexer"
623 #: mcs/mcs/class.cs:902
624 msgid "The RequiredAttribute attribute is not permitted on C# types"
627 #: mcs/mcs/class.cs:1142
629 msgid "Class `{0}' cannot derive from the dynamic type"
632 #: mcs/mcs/class.cs:1159
634 msgid "`{0}' is already listed in interface list"
637 #: mcs/mcs/class.cs:1167
640 "Inconsistent accessibility: base interface `{0}' is less accessible than "
644 #: mcs/mcs/class.cs:1173
646 msgid "Type `{0}' in interface list is not an interface"
649 #: mcs/mcs/class.cs:1175
651 msgid "`{0}': Classes cannot have multiple base classes (`{1}' and `{2}')"
654 #: mcs/mcs/class.cs:1178
656 msgid "`{0}': Base class `{1}' must be specified as first"
659 #: mcs/mcs/class.cs:1239
662 "The operator `{0}' requires a matching operator `{1}' to also be defined"
665 #: mcs/mcs/class.cs:1494
667 msgid "Partial declarations of `{0}' must not specify different base classes"
670 #: mcs/mcs/class.cs:1529
672 "Only one part of a partial type can declare primary constructor parameters"
675 #: mcs/mcs/class.cs:1546
678 "Inherited interface `{0}' causes a cycle in the interface hierarchy of `{1}'"
681 #: mcs/mcs/class.cs:1553
683 msgid "Circular base class dependency involving `{0}' and `{1}'"
686 #: mcs/mcs/class.cs:1865
687 #, fuzzy, csharp-format
688 msgid "`{0}': cannot implement a dynamic interface `{1}'"
689 msgstr "`{0}' implementiert den Schnittstellenmember `{1}' nicht"
691 #: mcs/mcs/class.cs:1880
694 "`{0}' cannot implement both `{1}' and `{2}' because they may unify for some "
695 "type parameter substitutions"
698 #: mcs/mcs/class.cs:1904
701 "A generic type cannot derive from `{0}' because it is an attribute class"
704 #: mcs/mcs/class.cs:2008
706 "Two indexers have different names; the IndexerName attribute must be used "
707 "with the same name on every indexer within a type"
710 #: mcs/mcs/class.cs:2263
712 msgid "A static member `{0}' cannot be marked as override, virtual or abstract"
715 #: mcs/mcs/class.cs:2270
717 msgid "A member `{0}' marked as override cannot be marked as new or virtual"
720 #: mcs/mcs/class.cs:2282
722 msgid "`{0}' cannot be both extern and abstract"
725 #: mcs/mcs/class.cs:2287
727 msgid "`{0}' cannot be both abstract and sealed"
728 msgstr "`{0}' Eine Klasse kann nicht gleichzeitig statisch und versiegelt sein"
730 #: mcs/mcs/class.cs:2292
732 msgid "The abstract method `{0}' cannot be marked virtual"
735 #: mcs/mcs/class.cs:2298
737 msgid "`{0}' is abstract but it is declared in the non-abstract class `{1}'"
740 #: mcs/mcs/class.cs:2306
742 msgid "`{0}': virtual or abstract members cannot be private"
745 #: mcs/mcs/class.cs:2313
747 msgid "`{0}' cannot be sealed because it is not an override"
750 #: mcs/mcs/class.cs:2362
752 msgid "`{0}': containing type does not implement interface `{1}'"
755 #: mcs/mcs/class.cs:2559
757 msgid "Type parameter `{0}' has same name as containing type, or method"
760 #: mcs/mcs/class.cs:2565
763 "Primary constructor of type `{0}' has parameter of same name as containing "
767 #: mcs/mcs/class.cs:2573
769 msgid "`{0}': member names cannot be the same as their enclosing type"
772 #: mcs/mcs/class.cs:2709
774 "The class System.Object cannot have a base class or implement an interface."
777 #: mcs/mcs/class.cs:2718
779 msgid "Attribute `{0}' is only valid on classes derived from System.Attribute"
782 #: mcs/mcs/class.cs:2723
784 "Attribute `System.Diagnostics.ConditionalAttribute' is only valid on methods "
785 "or attribute classes"
788 #: mcs/mcs/class.cs:2752
790 msgid "`{0}': an abstract class cannot be sealed or static"
791 msgstr "`{0}': Eine abstrakte Klasse darf nicht versiegelt oder statisch sein"
793 #: mcs/mcs/class.cs:2756
795 msgid "`{0}': a class cannot be both static and sealed"
798 #: mcs/mcs/class.cs:2761
799 #, fuzzy, csharp-format
800 msgid "`{0}': Static classes cannot have primary constructor"
801 msgstr "`{0}': Statische Klassen können keinen Destruktor enthalten"
803 #: mcs/mcs/class.cs:2767
805 msgid "`{0}': Static classes cannot contain user-defined operators"
807 "`{0}': Statische Klassen können keine benutzerdefinierten Operatoren "
810 #: mcs/mcs/class.cs:2772
812 msgid "`{0}': Static classes cannot contain destructor"
813 msgstr "`{0}': Statische Klassen können keinen Destruktor enthalten"
815 #: mcs/mcs/class.cs:2777
817 msgid "`{0}': cannot declare indexers in a static class"
820 #: mcs/mcs/class.cs:2785
822 msgid "`{0}': Static classes cannot have instance constructors"
825 #: mcs/mcs/class.cs:2789
827 msgid "`{0}': cannot declare instance members in a static class"
830 #: mcs/mcs/class.cs:2831
831 #, fuzzy, csharp-format
832 msgid "`{0}': Cannot derive from type parameter `{1}'"
833 msgstr "`{0}' implementiert den Schnittstellenmember `{1}' nicht"
835 #: mcs/mcs/class.cs:2835
837 msgid "`{0}': Cannot derive from static class `{1}'"
840 #: mcs/mcs/class.cs:2839
842 msgid "`{0}': cannot derive from sealed type `{1}'"
845 #: mcs/mcs/class.cs:2842
848 "Static class `{0}' cannot derive from type `{1}'. Static classes must derive "
852 #: mcs/mcs/class.cs:2853
854 msgid "`{0}' cannot derive from special class `{1}'"
857 #: mcs/mcs/class.cs:2863
860 "Inconsistent accessibility: base class `{0}' is less accessible than class `"
864 #: mcs/mcs/class.cs:2871
866 msgid "Static class `{0}' cannot implement interfaces"
869 #: mcs/mcs/class.cs:2982 mcs/mcs/class.cs:2996
871 msgid "Struct member `{0}' of type `{1}' causes a cycle in the struct layout"
874 #: mcs/mcs/class.cs:3086
876 msgid "`{0}': Structs cannot have instance field initializers"
877 msgstr "`{0}': Instanzfeldinitialisierungen können nicht in Strukturen sein"
879 #: mcs/mcs/class.cs:3274
881 msgid "Do not override `{0}'. Use destructor syntax instead"
884 #: mcs/mcs/class.cs:3277
886 msgid "`{0}' is marked as an override but no suitable {1} found to override"
889 #: mcs/mcs/class.cs:3283
891 msgid "`{0}': cannot override because `{1}' is not an event"
894 #: mcs/mcs/class.cs:3286
896 msgid "`{0}': cannot override because `{1}' is not a property"
899 #: mcs/mcs/class.cs:3289
901 msgid "`{0}': cannot override because `{1}' is not a method"
904 #: mcs/mcs/class.cs:3308
907 "`{0}' cannot override inherited members `{1}' and `{2}' because they have "
908 "the same signature when used in type `{3}'"
911 #: mcs/mcs/class.cs:3361 mcs/mcs/field.cs:203
913 msgid "`{0}' hides inherited abstract member `{1}'"
916 #: mcs/mcs/class.cs:3385
919 "`{0}': cannot override inherited member `{1}' because it is not marked "
920 "virtual, abstract or override"
923 #: mcs/mcs/class.cs:3393
925 msgid "`{0}': cannot override inherited member `{1}' because it is sealed"
928 #: mcs/mcs/class.cs:3402
930 msgid "`{0}': type must be `{1}' to match overridden member `{2}'"
933 #: mcs/mcs/class.cs:3405
935 msgid "`{0}': return type must be `{1}' to match overridden member `{2}'"
938 #: mcs/mcs/class.cs:3473
940 msgid "A partial method `{0}' cannot explicitly implement an interface"
943 #: mcs/mcs/class.cs:3479
945 msgid "The type `{0}' in explicit interface declaration is not an interface"
948 #: mcs/mcs/class.cs:3514
951 "Inconsistent accessibility: parameter type `{0}' is less accessible than "
955 #: mcs/mcs/class.cs:3518
958 "Inconsistent accessibility: parameter type `{0}' is less accessible than "
962 #: mcs/mcs/class.cs:3522
965 "Inconsistent accessibility: parameter type `{0}' is less accessible than "
969 #: mcs/mcs/class.cs:3582
972 "`{0}': cannot change access modifiers when overriding `{1}' inherited member "
976 #: mcs/mcs/class.cs:3591
977 #, fuzzy, csharp-format
978 msgid "`{0}': static types cannot be used as return types"
980 "`{0}': Statische Klassen können keine benutzerdefinierten Operatoren "
983 #: mcs/mcs/class.cs:3652
986 "`{0}': Cannot specify constraints for overrides and explicit interface "
987 "implementation methods"
990 #: mcs/mcs/class.cs:3716
992 msgid "New virtual member `{0}' is declared in a sealed class `{1}'"
995 #: mcs/mcs/class.cs:3731
996 msgid "Inconsistent accessibility: property type `"
999 #: mcs/mcs/class.cs:3736
1000 msgid "Inconsistent accessibility: indexer return type `"
1003 #: mcs/mcs/class.cs:3742 mcs/mcs/class.cs:3747 mcs/mcs/delegate.cs:171
1004 msgid "Inconsistent accessibility: return type `"
1007 #: mcs/mcs/class.cs:3752
1008 msgid "Inconsistent accessibility: field type `"
1011 #: mcs/mcs/class.cs:3764
1014 "Parameters or local variables of type `{0}' cannot be declared in async "
1015 "methods or iterators"
1018 #: mcs/mcs/class.cs:3768
1021 "Local variables of type `{0}' cannot be used inside anonymous methods, "
1022 "lambda expressions or query expressions"
1025 #: mcs/mcs/class.cs:3772
1027 msgid "Field or property cannot be of type `{0}'"
1030 #: mcs/mcs/const.cs:103
1032 msgid "Type parameter `{0}' cannot be declared const"
1035 #: mcs/mcs/const.cs:106
1037 msgid "The type `{0}' cannot be declared const"
1040 #: mcs/mcs/const.cs:186
1043 "The evaluation of the constant value for `{0}' involves a circular definition"
1046 #: mcs/mcs/constant.cs:66 mcs/mcs/constant.cs:480
1048 msgid "Constant value `{0}' cannot be converted to a `{1}'"
1051 #: mcs/mcs/constant.cs:343
1054 "Constant value `{0}' cannot be converted to a `{1}' (use `unchecked' syntax "
1058 #: mcs/mcs/convert.cs:1200
1061 "Ambiguous user defined operators `{0}' and `{1}' when converting from `{2}' "
1065 #: mcs/mcs/decl.cs:331
1067 msgid "`{0}' cannot declare a body because it is marked extern"
1070 #: mcs/mcs/decl.cs:337
1072 msgid "`{0}' cannot declare a body because it is marked abstract"
1075 #: mcs/mcs/decl.cs:350
1078 "`{0}' must have a body because it is not marked abstract or extern. The "
1079 "property can be automatically implemented when you define both accessors"
1082 #: mcs/mcs/decl.cs:356
1085 "`{0}' must have a body because it is not marked abstract, extern, or partial"
1088 #: mcs/mcs/decl.cs:371
1090 msgid "`{0}': Structs cannot contain protected members"
1093 #: mcs/mcs/decl.cs:377
1095 msgid "`{0}': Static classes cannot contain protected members"
1098 #: mcs/mcs/decl.cs:474
1099 msgid "Constraints are not allowed on non-generic declarations"
1100 msgstr "Einschränkungen sind nicht erlaubt für nicht generische Deklarationen"
1102 #: mcs/mcs/decl.cs:481
1104 msgid "`{0}': A constraint references nonexistent type parameter `{1}'"
1107 #: mcs/mcs/delegate.cs:155
1110 "Inconsistent accessibility: parameter type `{0}' is less accessible than "
1114 #: mcs/mcs/delegate.cs:517
1117 "Cannot create delegate from method `{0}' because it is a member of System."
1121 #: mcs/mcs/delegate.cs:530
1124 "Extension method `{0}' of value type `{1}' cannot be used to create delegates"
1127 #: mcs/mcs/delegate.cs:548
1129 msgid "Cannot create delegate from partial method declaration `{0}'"
1132 #: mcs/mcs/delegate.cs:551
1135 "Cannot create delegate with `{0}' because it has a Conditional attribute"
1138 #: mcs/mcs/delegate.cs:599
1141 "A method or delegate `{0} {1}' parameters and return type must be same as "
1142 "delegate `{2} {3}' parameters and return type"
1145 #: mcs/mcs/delegate.cs:606
1148 "A method or delegate `{0}' parameters do not match delegate `{1}' parameters"
1151 #: mcs/mcs/delegate.cs:611
1154 "A method or delegate `{0} {1}' return type does not match delegate `{2} {3}' "
1158 #: mcs/mcs/delegate.cs:787
1159 msgid "Method name expected"
1160 msgstr "Methodennamen erwartet"
1162 #: mcs/mcs/doc.cs:627
1164 msgid "Error generating XML documentation file `{0}' (`{1}')"
1165 msgstr "Fehler beim erstellen der XML-Dokumentationsdatei `{0}' (`{1}')"
1167 #: mcs/mcs/driver.cs:52
1168 msgid "Source file `"
1171 #: mcs/mcs/driver.cs:258
1172 msgid "No files to compile were specified"
1173 msgstr "Es wurden keine Dateien zum kompilieren angegeben"
1175 #: mcs/mcs/driver.cs:263
1176 msgid "Platform option `anycpu32bitpreferred' is valid only for executables"
1179 #: mcs/mcs/driver.cs:293
1181 "If no source files are specified you must specify the output file with -out:"
1184 #: mcs/mcs/driver.cs:310
1185 msgid "Output file name is not valid"
1188 #: mcs/mcs/dynamic.cs:278
1189 msgid "An expression tree cannot contain a dynamic operation"
1192 #: mcs/mcs/dynamic.cs:311
1194 "Dynamic operation cannot be compiled without `Microsoft.CSharp.dll' assembly "
1198 #: mcs/mcs/ecore.cs:243
1200 msgid "`{0}' is inaccessible due to its protection level"
1203 #: mcs/mcs/ecore.cs:248
1205 msgid "The expression being assigned to `{0}' must be constant"
1208 #: mcs/mcs/ecore.cs:253
1211 "A constant `{0}' of reference type `{1}' can only be initialized with null"
1214 #: mcs/mcs/ecore.cs:274
1215 msgid "Keyword `void' cannot be used in this context"
1218 #: mcs/mcs/ecore.cs:299
1220 msgid "Cannot convert type `{0}' to `{1}'"
1223 #: mcs/mcs/ecore.cs:310
1226 "Cannot implicitly convert type `{0}' to `{1}'. An explicit conversion exists "
1227 "(are you missing a cast?)"
1230 #: mcs/mcs/ecore.cs:313
1232 msgid "Cannot implicitly convert type `{0}' to `{1}'"
1235 #: mcs/mcs/ecore.cs:344
1237 msgid "The {0} `{1}' cannot be used with type arguments"
1240 #: mcs/mcs/ecore.cs:356
1242 msgid "`{0}' does not contain a definition for `{1}'"
1245 #: mcs/mcs/ecore.cs:365
1246 msgid "A ref or out argument must be an assignable variable"
1249 #: mcs/mcs/ecore.cs:367
1251 "The left-hand side of an assignment must be a variable, a property or an "
1255 #: mcs/mcs/ecore.cs:373
1256 msgid "The operation in question is undefined on void pointers"
1259 #: mcs/mcs/ecore.cs:473 mcs/mcs/statement.cs:3810 mcs/mcs/statement.cs:3812
1261 msgid "Internal compiler error: {0}"
1264 #: mcs/mcs/ecore.cs:535 mcs/mcs/expression.cs:7041 mcs/mcs/expression.cs:7049
1265 msgid "A constant value is expected"
1268 #: mcs/mcs/ecore.cs:546
1270 "An attribute argument must be a constant expression, typeof expression or "
1271 "array creation expression"
1274 #: mcs/mcs/ecore.cs:726
1276 msgid "The class `{0}' has no constructors defined"
1279 #: mcs/mcs/ecore.cs:924
1281 msgid "The `{0}' operator cannot be applied to operand of type `{1}'"
1284 #: mcs/mcs/ecore.cs:930
1285 msgid "An expression tree cannot contain an unsafe pointer operation"
1288 #: mcs/mcs/ecore.cs:1012
1290 msgid "`{0}' is a `{1}' but a `{2}' was expected"
1293 #: mcs/mcs/ecore.cs:1045
1295 msgid "Expression denotes a `{0}', where a `{1}' was expected"
1298 #: mcs/mcs/ecore.cs:1055
1299 msgid "Pointers and fixed size buffers may only be used in an unsafe context"
1302 #: mcs/mcs/ecore.cs:2616
1303 #, fuzzy, csharp-format
1305 "Dynamic keyword requires `{0}' to be defined. Are you missing System.Core."
1306 "dll assembly reference?"
1308 "Der Typ oder Namespacename `{0}' konnte nicht gefunden werden. Fehlt eine "
1309 "using-Direktive oder ein Assemblyverweis?"
1311 #: mcs/mcs/ecore.cs:2692
1314 "A local variable `{0}' cannot be used before it is declared. Consider "
1315 "renaming the local variable when it hides the member `{1}'"
1318 #: mcs/mcs/ecore.cs:2707 mcs/mcs/ecore.cs:2750
1320 msgid "`{0}' conflicts with a declaration in a child block"
1323 #: mcs/mcs/ecore.cs:2759
1325 msgid "A local variable `{0}' cannot be used before it is declared"
1328 #: mcs/mcs/ecore.cs:2788
1331 "Primary constructor parameter `{0}' is not available in this context when "
1332 "using ref or out modifier"
1335 #: mcs/mcs/ecore.cs:2827
1337 msgid "The name `{0}' does not exist in the current context"
1340 #: mcs/mcs/ecore.cs:2923
1341 msgid "System.Void cannot be used from C#. Consider using `void'"
1344 #: mcs/mcs/ecore.cs:3086
1345 #, fuzzy, csharp-format
1347 "The type or namespace name `{0}' could not be found in the global namespace. "
1348 "Are you missing {1} assembly reference?"
1350 "Der Typ oder Namespacename `{0}' konnte im globalen Namesapce nicht gefunden "
1351 "werden. Fehlt ein Assemblyverweis?"
1353 #: mcs/mcs/ecore.cs:3090
1354 #, fuzzy, csharp-format
1356 "The type or namespace name `{0}' does not exist in the namespace `{1}'. Are "
1357 "you missing {2} assembly reference?"
1359 "Der Typ oder Namespacename `{0}' existiert nicht im Namespace `{1}'. Fehlt "
1360 "ein Assemblyverweis?"
1362 #: mcs/mcs/ecore.cs:3330
1364 msgid "Cannot call an abstract base member `{0}'"
1367 #: mcs/mcs/ecore.cs:3337
1370 "Cannot access protected member `{0}' via a qualifier of type `{1}'. The "
1371 "qualifier must be of type `{2}' or derived from it"
1374 #: mcs/mcs/ecore.cs:3362
1377 "Fields of static readonly field `{0}' cannot be assigned to (except in a "
1378 "static constructor or a variable initializer)"
1381 #: mcs/mcs/ecore.cs:3365
1384 "Members of readonly field `{0}' cannot be modified (except in a constructor "
1385 "or a variable initializer)"
1388 #: mcs/mcs/ecore.cs:3374
1391 "Members of value type `{0}' cannot be assigned using a property `{1}' object "
1395 #: mcs/mcs/ecore.cs:3378
1398 "Cannot modify a value type return value of `{0}'. Consider storing the value "
1399 "in a temporary variable"
1402 #: mcs/mcs/ecore.cs:3391
1403 #, fuzzy, csharp-format
1404 msgid "Cannot assign to members of `{0}' because it is a `{1}'"
1406 "NULL kann nicht in `{0}' konvertiert werden, da dies ein Werttyp ist, der "
1407 "nicht auf NULL festgelegt werden kann"
1409 #: mcs/mcs/ecore.cs:3417
1412 "Static member `{0}' cannot be accessed with an instance reference, qualify "
1413 "it with a type name instead"
1416 #: mcs/mcs/ecore.cs:3432
1419 "A field initializer cannot reference the nonstatic field, method, or "
1423 #: mcs/mcs/ecore.cs:3438
1424 msgid "Constructor initializer cannot access primary constructor parameters"
1427 #: mcs/mcs/ecore.cs:3440
1430 "An object reference is required to access primary constructor parameter `{0}'"
1433 #: mcs/mcs/ecore.cs:3445
1435 msgid "An object reference is required to access non-static member `{0}'"
1438 #: mcs/mcs/ecore.cs:3456
1441 "Cannot access a nonstatic member of outer type `{0}' via nested type `{1}'"
1444 #: mcs/mcs/ecore.cs:3484
1445 msgid "Cannot modify the result of an unboxing conversion"
1446 msgstr "Das Ergebnis einer Unboxing-Konvertierung kann nicht geändert werden"
1448 #: mcs/mcs/ecore.cs:3662
1451 "Type `{0}' does not contain a member `{1}' and the best extension method "
1452 "overload `{2}' has some invalid arguments"
1455 #: mcs/mcs/ecore.cs:3667
1457 msgid "Extension method instance type `{0}' cannot be converted to `{1}'"
1460 #: mcs/mcs/ecore.cs:3815
1461 msgid "An expression tree cannot contain an expression with method group"
1464 #: mcs/mcs/ecore.cs:3821
1466 "Partial methods with only a defining declaration or removed conditional "
1467 "methods cannot be used in an expression tree"
1470 #: mcs/mcs/ecore.cs:3853
1473 "Cannot convert method group `{0}' to non-delegate type `{1}'. Consider using "
1474 "parentheses to invoke the method"
1477 #: mcs/mcs/ecore.cs:4577
1480 "The type `{0}' does not contain a constructor that takes `{1}' arguments"
1483 #: mcs/mcs/ecore.cs:5264
1486 "Type `{0}' does not contain a member `{1}' and the best extension method "
1487 "overload `{2}' cannot be dynamically dispatched. Consider calling the method "
1488 "without the extension method syntax"
1491 #: mcs/mcs/ecore.cs:5303
1494 "The call is ambiguous between the following methods or properties: `{0}' and "
1498 #: mcs/mcs/ecore.cs:5366
1501 "The best overloaded collection initalizer method `{0}' cannot have `ref' or "
1505 #: mcs/mcs/ecore.cs:5370
1508 "The best overloaded collection initalizer method `{0}' has some invalid "
1512 #: mcs/mcs/ecore.cs:5373
1514 msgid "Delegate `{0}' has some invalid arguments"
1517 #: mcs/mcs/ecore.cs:5377
1519 msgid "The best overloaded method match for `{0}' has some invalid arguments"
1522 #: mcs/mcs/ecore.cs:5386
1525 "Argument `#{0}' does not require `{1}' modifier. Consider removing `{1}' "
1529 #: mcs/mcs/ecore.cs:5389
1531 msgid "Argument `#{0}' is missing `{1}' modifier"
1534 #: mcs/mcs/ecore.cs:5406
1536 msgid "Argument `#{0}' cannot convert `{1}' expression to type `{2}'"
1539 #: mcs/mcs/ecore.cs:5459
1542 "The type arguments for method `{0}' cannot be inferred from the usage. Try "
1543 "specifying the type arguments explicitly"
1546 #: mcs/mcs/ecore.cs:5488
1548 msgid "No overload for method `{0}' takes `{1}' arguments"
1551 #: mcs/mcs/ecore.cs:5544
1553 msgid "The delegate `{0}' does not contain a parameter named `{1}'"
1556 #: mcs/mcs/ecore.cs:5549
1559 "The best overloaded method match for `{0}' does not contain a parameter "
1563 #: mcs/mcs/ecore.cs:5559
1566 "Named argument `{0}' cannot be used for a parameter which has positional "
1567 "argument specified"
1570 #: mcs/mcs/ecore.cs:5898
1572 "You cannot use fixed size buffers contained in unfixed expressions. Try "
1573 "using the fixed statement"
1576 #: mcs/mcs/ecore.cs:5903
1578 msgid "`{0}': Fixed size buffers can only be accessed through locals or fields"
1581 #: mcs/mcs/ecore.cs:5977
1584 "A static readonly field `{0}' cannot be passed ref or out (except in a "
1585 "static constructor)"
1588 #: mcs/mcs/ecore.cs:5980
1591 "A readonly field `{0}' cannot be passed ref or out (except in a constructor)"
1594 #: mcs/mcs/ecore.cs:5994
1597 "Fields of static readonly field `{0}' cannot be passed ref or out (except in "
1598 "a static constructor)"
1601 #: mcs/mcs/ecore.cs:5997
1604 "Members of readonly field `{0}' cannot be passed ref or out (except in a "
1608 #: mcs/mcs/ecore.cs:6004
1611 "A static readonly field `{0}' cannot be assigned to (except in a static "
1612 "constructor or a variable initializer)"
1615 #: mcs/mcs/ecore.cs:6007
1618 "A readonly field `{0}' cannot be assigned to (except in a constructor or a "
1619 "variable initializer)"
1622 #: mcs/mcs/ecore.cs:6071
1623 #, fuzzy, csharp-format
1624 msgid "Use of possibly unassigned field `{0}'"
1625 msgstr "Verwendung eines möglicherweise nicht zugewiesenen Feldes `"
1627 #: mcs/mcs/ecore.cs:6429
1628 #, fuzzy, csharp-format
1629 msgid "Property or event `{0}' is not supported by the C# language"
1631 "Die Eigenschaft `{0}' wird von der C# Sprache nicht unterstützt. Rufen Sie "
1632 "die `{1}'-Accessormethode direkt auf."
1634 #: mcs/mcs/ecore.cs:6625
1636 msgid "A range variable `{0}' may not be passes as `ref' or `out' parameter"
1639 #: mcs/mcs/ecore.cs:6700
1642 "The property or indexer `{0}' cannot be used in this context because it "
1643 "lacks the `get' accessor"
1646 #: mcs/mcs/ecore.cs:6707
1649 "The property or indexer `{0}' cannot be used in this context because the get "
1650 "accessor is inaccessible"
1653 #: mcs/mcs/ecore.cs:6726
1655 msgid "Property or indexer `{0}' cannot be assigned to (it is read-only)"
1658 #: mcs/mcs/ecore.cs:6734
1661 "The property or indexer `{0}' cannot be used in this context because the set "
1662 "accessor is inaccessible"
1665 #: mcs/mcs/ecore.cs:6902
1668 "The event `{0}' can only appear on the left hand side of `+=' or `-=' "
1672 #: mcs/mcs/ecore.cs:6906
1675 "The event `{0}' can only appear on the left hand side of += or -= when used "
1676 "outside of the type `{1}'"
1679 #: mcs/mcs/ecore.cs:7078
1682 "An implicitly typed local variable declaration cannot be initialized with `"
1686 #: mcs/mcs/ecore.cs:7092
1688 "The contextual keyword `var' may only appear within a local variable "
1692 #: mcs/mcs/enum.cs:143
1695 "The enumerator value `{0}' is outside the range of enumerator underlying "
1699 #: mcs/mcs/enum.cs:212
1701 msgid "An item in an enumeration cannot have an identifier `{0}'"
1704 #: mcs/mcs/enum.cs:223
1705 msgid "Type byte, sbyte, short, ushort, int, uint, long or ulong expected"
1706 msgstr "Typ byte, sbyte, short, ushort, int, uint, long oder ulong erwartet"
1708 #: mcs/mcs/eval.cs:587
1709 msgid "Detection Parsing Error"
1712 #: mcs/mcs/expression.cs:582
1714 msgid "Operator `{0}' is ambiguous on an operand of type `{1}'"
1717 #: mcs/mcs/expression.cs:676
1718 msgid "Cannot take the address of the given expression"
1721 #: mcs/mcs/expression.cs:699
1723 "You can only take the address of unfixed expression inside of a fixed "
1724 "statement initializer"
1727 #: mcs/mcs/expression.cs:943
1728 msgid "The * or -> operator must be applied to a pointer"
1731 #: mcs/mcs/expression.cs:1166
1733 "The operand of an increment or decrement operator must be a variable, "
1734 "property or indexer"
1737 #: mcs/mcs/expression.cs:1409
1739 msgid "The `{0}' operator cannot be applied to an operand of a static type"
1742 #: mcs/mcs/expression.cs:1414
1744 msgid "The `{0}' operator cannot be applied to an operand of pointer type"
1747 #: mcs/mcs/expression.cs:1420
1750 "The `{0}' operator cannot be applied to a lambda expression or anonymous "
1754 #: mcs/mcs/expression.cs:1709
1757 "The `as' operator cannot be used with a non-reference type parameter `{0}'. "
1758 "Consider adding `class' or a reference type constraint"
1761 #: mcs/mcs/expression.cs:1713
1763 msgid "The `as' operator cannot be used with a non-nullable value type `{0}'"
1766 #: mcs/mcs/expression.cs:1747
1768 msgid "Cannot convert type `{0}' to `{1}' via a built-in conversion"
1771 #: mcs/mcs/expression.cs:1788
1773 msgid "Cannot convert to static type `{0}'"
1776 #: mcs/mcs/expression.cs:1898
1778 "The `default value' operator cannot be applied to an operand of a static type"
1781 #: mcs/mcs/expression.cs:2575
1783 msgid "Operator `{0}' cannot be applied to operands of type `{1}' and `{2}'"
1786 #: mcs/mcs/expression.cs:3363
1787 msgid "To cast a negative value, you must enclose the value in parentheses"
1790 #: mcs/mcs/expression.cs:5034
1793 "A user-defined operator `{0}' must have each parameter type and return type "
1794 "of the same type in order to be applicable as a short circuit operator"
1797 #: mcs/mcs/expression.cs:5044
1800 "The type `{0}' must have operator `true' and operator `false' defined when `"
1801 "{1}' is used as a short circuit operator"
1804 #: mcs/mcs/expression.cs:5419
1807 "Type of conditional expression cannot be determined as `{0}' and `{1}' "
1808 "convert implicitly to each other"
1811 #: mcs/mcs/expression.cs:5431
1814 "Type of conditional expression cannot be determined because there is no "
1815 "implicit conversion between `{0}' and `{1}'"
1818 #: mcs/mcs/expression.cs:5763
1819 #, fuzzy, csharp-format
1820 msgid "Use of unassigned local variable `{0}'"
1821 msgstr "Verwendung der nicht zugewiesenen lokalen Variable `"
1823 #: mcs/mcs/expression.cs:5783
1826 "Cannot use fixed local `{0}' inside an anonymous method, lambda expression "
1827 "or query expression"
1830 #: mcs/mcs/expression.cs:5968
1833 "Parameter `{0}' cannot be used inside `{1}' when using `ref' or `out' "
1837 #: mcs/mcs/expression.cs:6038
1839 msgid "Use of unassigned out parameter `{0}'"
1842 #: mcs/mcs/expression.cs:6200
1843 #, fuzzy, csharp-format
1844 msgid "Cannot invoke a non-delegate type `{0}'"
1845 msgstr "Kann Typ `{0}'<...> nicht finden"
1847 #: mcs/mcs/expression.cs:6211
1849 msgid "The member `{0}' cannot be used as method or delegate"
1852 #: mcs/mcs/expression.cs:6231
1854 "Do not directly call your base class Finalize method. It is called "
1855 "automatically from your destructor"
1858 #: mcs/mcs/expression.cs:6233
1860 "Destructors and object.Finalize cannot be called directly. Consider calling "
1861 "IDisposable.Dispose if available"
1864 #: mcs/mcs/expression.cs:6262
1867 "The base call to method `{0}' cannot be dynamically dispatched. Consider "
1868 "casting the dynamic arguments or eliminating the base access"
1871 #: mcs/mcs/expression.cs:6346
1873 msgid "`{0}': cannot explicitly call operator or accessor"
1876 #: mcs/mcs/expression.cs:6533
1878 msgid "Unsafe type `{0}' cannot be used in an object creation expression"
1881 #: mcs/mcs/expression.cs:6556
1884 "Cannot create an instance of the variable type `{0}' because it does not "
1885 "have the new() constraint"
1888 #: mcs/mcs/expression.cs:6562
1891 "`{0}': cannot provide arguments when creating an instance of a variable type"
1894 #: mcs/mcs/expression.cs:6571
1896 msgid "Cannot create an instance of the static class `{0}'"
1899 #: mcs/mcs/expression.cs:6583
1901 msgid "Cannot create an instance of the abstract class or interface `{0}'"
1904 #: mcs/mcs/expression.cs:6892
1906 "An implicitly typed local variable declarator cannot use an array initializer"
1909 #: mcs/mcs/expression.cs:7055 mcs/mcs/expression.cs:7080
1911 msgid "An array initializer of length `{0}' was expected"
1914 #: mcs/mcs/expression.cs:7071
1916 "Array initializers can only be used in a variable or field initializer. Try "
1917 "using a new expression instead"
1920 #: mcs/mcs/expression.cs:7088
1921 msgid "A nested array initializer was expected"
1924 #: mcs/mcs/expression.cs:7135
1925 msgid "An expression tree cannot contain a multidimensional array initializer"
1928 #: mcs/mcs/expression.cs:7171
1929 msgid "Cannot create an array with a negative size"
1932 #: mcs/mcs/expression.cs:7263
1934 "Can only use array initializer expressions to assign to array types. Try "
1935 "using a new expression instead"
1938 #: mcs/mcs/expression.cs:7685
1940 "The type of an implicitly typed array cannot be inferred from the "
1941 "initializer. Try specifying array type explicitly"
1944 #: mcs/mcs/expression.cs:7826
1946 "The `this' object cannot be used before all of its fields are assigned to"
1949 #: mcs/mcs/expression.cs:7832
1951 "Keyword `this' is not valid in a static property, static method, or static "
1955 #: mcs/mcs/expression.cs:7835
1957 "Anonymous methods inside structs cannot access instance members of `this'. "
1958 "Consider copying `this' to a local variable outside the anonymous method and "
1959 "using the local instead"
1962 #: mcs/mcs/expression.cs:7838
1963 msgid "Keyword `this' is not available in the current context"
1966 #: mcs/mcs/expression.cs:7914
1967 msgid "Cannot take the address of `this' because it is read-only"
1970 #: mcs/mcs/expression.cs:7916
1971 msgid "Cannot pass `this' as a ref or out argument because it is read-only"
1974 #: mcs/mcs/expression.cs:7918
1975 msgid "Cannot assign to `this' because it is read-only"
1978 #: mcs/mcs/expression.cs:7986
1979 msgid "The __arglist construct is valid only within a variable argument method"
1982 #: mcs/mcs/expression.cs:8047
1983 msgid "An expression tree cannot contain a method with variable arguments"
1986 #: mcs/mcs/expression.cs:8315
1987 msgid "The typeof operator cannot be used on the dynamic type"
1990 #: mcs/mcs/expression.cs:8356
1992 msgid "`{0}': an attribute argument cannot use type parameters"
1995 #: mcs/mcs/expression.cs:8571
1998 "`{0}' does not have a predefined size, therefore sizeof can only be used in "
1999 "an unsafe context (consider using System.Runtime.InteropServices.Marshal."
2003 #: mcs/mcs/expression.cs:8638
2005 msgid "Alias `{0}' not found"
2006 msgstr "Alias `{0}' wurde nicht gefunden"
2008 #: mcs/mcs/expression.cs:8664
2010 "The namespace alias qualifier `::' cannot be used to invoke a method. "
2011 "Consider using `.' instead"
2014 #: mcs/mcs/expression.cs:8754
2015 msgid "Cannot perform member binding on `null' value"
2018 #: mcs/mcs/expression.cs:8885
2021 "`{0}': cannot reference a type through an expression. Consider using `{1}' "
2025 #: mcs/mcs/expression.cs:8954
2027 msgid "A nested type cannot be specified through a type parameter `{0}'"
2030 #: mcs/mcs/expression.cs:8962
2031 #, fuzzy, csharp-format
2033 "Alias `{0}' cannot be used with `::' since it denotes a type. Consider "
2034 "replacing `::' with `.'"
2036 "Der Alias `{0}' kann nicht mit '::' verwendet werden, da der Alias auf einen "
2037 "Typ verweist. Verwenden Sie '.' stattdessen."
2039 #: mcs/mcs/expression.cs:9027
2041 msgid "The nested type `{0}' does not exist in the type `{1}'"
2044 #: mcs/mcs/expression.cs:9051
2047 "Type `{0}' does not contain a definition for `{1}' and no extension method `"
2048 "{1}' of type `{0}' could be found. Are you missing {2}?"
2051 #: mcs/mcs/expression.cs:9279
2053 msgid "Cannot apply indexing with [] to an expression of type `{0}'"
2056 #: mcs/mcs/expression.cs:9297
2057 msgid "A pointer must be indexed by only one value"
2060 #: mcs/mcs/expression.cs:9353
2061 msgid "An element access expression cannot use named argument"
2064 #: mcs/mcs/expression.cs:9437
2066 msgid "Wrong number of indexes `{0}' inside [], expected `{1}'"
2069 #: mcs/mcs/expression.cs:9837
2071 "The indexer base access cannot be dynamically dispatched. Consider casting "
2072 "the dynamic arguments or eliminating the base access"
2075 #: mcs/mcs/expression.cs:9922
2076 msgid "An expression tree may not contain a base access"
2079 #: mcs/mcs/expression.cs:9940
2080 msgid "Keyword `base' is not available in a static method"
2083 #: mcs/mcs/expression.cs:9942
2084 msgid "Keyword `base' is not available in the current context"
2087 #: mcs/mcs/expression.cs:9980
2089 "A property, indexer or dynamic member access may not be passed as `ref' or "
2093 #: mcs/mcs/expression.cs:10318
2095 msgid "Array elements cannot be of type `{0}'"
2098 #: mcs/mcs/expression.cs:10321
2100 msgid "Array elements cannot be of static type `{0}'"
2103 #: mcs/mcs/expression.cs:10497
2104 msgid "Cannot use a negative size with stackalloc"
2107 #: mcs/mcs/expression.cs:10501
2108 msgid "Cannot use stackalloc in finally or catch"
2111 #: mcs/mcs/expression.cs:10618
2114 "Member `{0}' cannot be initialized. An object initializer may only be used "
2115 "for fields, or properties"
2118 #: mcs/mcs/expression.cs:10627
2121 "Static field or property `{0}' cannot be assigned in an object initializer"
2124 #: mcs/mcs/expression.cs:10834
2127 "A field or property `{0}' cannot be initialized with a collection object "
2128 "initializer because type `{1}' does not implement `{2}' interface"
2131 #: mcs/mcs/expression.cs:10845
2133 msgid "Inconsistent `{0}' member declaration"
2136 #: mcs/mcs/expression.cs:10853
2139 "An object initializer includes more than one member `{0}' initialization"
2142 #: mcs/mcs/expression.cs:10871
2144 msgid "Cannot initialize object of type `{0}' with a collection initializer"
2147 #: mcs/mcs/expression.cs:11014
2149 "Object and collection initializers cannot be used to instantiate a delegate"
2152 #: mcs/mcs/expression.cs:11185
2153 msgid "Anonymous types cannot be used in this expression"
2156 #: mcs/mcs/expression.cs:11279
2158 msgid "An anonymous type property `{0}' cannot be initialized with `{1}'"
2161 #: mcs/mcs/field.cs:74
2163 "The modifier 'abstract' is not valid on fields. Try using a property instead"
2166 #: mcs/mcs/field.cs:136
2168 "The FieldOffset attribute can only be placed on members of types marked with "
2169 "the StructLayout(LayoutKind.Explicit)"
2172 #: mcs/mcs/field.cs:141
2173 msgid "The FieldOffset attribute is not allowed on static or const fields"
2176 #: mcs/mcs/field.cs:147
2178 "Do not use 'System.Runtime.CompilerServices.FixedBuffer' attribute. Use the "
2179 "'fixed' field modifier instead"
2182 #: mcs/mcs/field.cs:255
2185 "`{0}': Instance field types marked with StructLayout(LayoutKind.Explicit) "
2186 "must have a FieldOffset attribute"
2189 #: mcs/mcs/field.cs:266
2191 msgid "`{0}': cannot declare variables of static types"
2194 #: mcs/mcs/field.cs:413
2197 "`{0}': Fixed size buffers type must be one of the following: bool, byte, "
2198 "short, int, long, char, sbyte, ushort, uint, ulong, float or double"
2201 #: mcs/mcs/field.cs:450
2203 msgid "`{0}': Fixed size buffer fields may only be members of structs"
2206 #: mcs/mcs/field.cs:465
2208 msgid "`{0}': Fixed size buffers must have a length greater than zero"
2211 #: mcs/mcs/field.cs:488
2214 "Fixed size buffer `{0}' of length `{1}' and type `{2}' exceeded 2^31 limit"
2217 #: mcs/mcs/field.cs:669
2219 msgid "`{0}': A volatile field cannot be of the type `{1}'"
2222 #: mcs/mcs/field.cs:674
2223 #, fuzzy, csharp-format
2224 msgid "`{0}': A field cannot be both volatile and readonly"
2225 msgstr "`{0}' Eine Klasse kann nicht gleichzeitig statisch und versiegelt sein"
2227 #: mcs/mcs/flowanalysis.cs:144
2230 "An automatically implemented property `{0}' must be fully assigned before "
2231 "control leaves the constructor. Consider calling the default struct "
2232 "contructor from a constructor initializer"
2235 #: mcs/mcs/flowanalysis.cs:148
2238 "Field `{0}' must be fully assigned before control leaves the constructor"
2241 #: mcs/mcs/generic.cs:159 mcs/mcs/generic.cs:183
2243 msgid "Type parameter `{0}' inherits conflicting constraints `{1}' and `{2}'"
2245 "Der Typparameter `{0}' erbt die in Konflikt stehenden Einschränkungen `"
2248 #: mcs/mcs/generic.cs:245
2250 msgid "A constraint cannot be the dynamic type `{0}'"
2253 #: mcs/mcs/generic.cs:252
2256 "Inconsistent accessibility: constraint type `{0}' is less accessible than `"
2260 #: mcs/mcs/generic.cs:259 mcs/mcs/generic.cs:273
2262 msgid "Duplicate constraint `{0}' for type parameter `{1}'"
2265 #: mcs/mcs/generic.cs:288
2267 msgid "Circular constraint dependency involving `{0}' and `{1}'"
2268 msgstr "Einschränkungsringabhängigkeit zwischen `{0}' und `{1}'"
2270 #: mcs/mcs/generic.cs:319
2273 "Type parameter `{0}' has the `struct' constraint, so it cannot be used as a "
2274 "constraint for `{1}'"
2277 #: mcs/mcs/generic.cs:330
2280 "The class type constraint `{0}' must be listed before any other constraints. "
2281 "Consider moving type constraint to the beginning of the constraint list"
2284 #: mcs/mcs/generic.cs:336
2287 "`{0}': cannot specify both a constraint class and the `class' or `struct' "
2290 "`{0}': Eine Einschränkung kann nicht gleichzeitig mit einer `class'- oder "
2291 "`struct'-Einschränkung angegeben werden"
2293 #: mcs/mcs/generic.cs:348
2295 msgid "A constraint cannot be special class `{0}'"
2298 #: mcs/mcs/generic.cs:352
2299 msgid "A constraint cannot be the dynamic type"
2302 #: mcs/mcs/generic.cs:358
2305 "`{0}' is not a valid constraint. A constraint must be an interface, a non-"
2306 "sealed class or a type parameter"
2309 #: mcs/mcs/generic.cs:365
2312 "`{0}' is not a valid constraint. Static classes cannot be used as constraints"
2315 #: mcs/mcs/generic.cs:684
2317 msgid "The {2} type parameter `{0}' must be {3} valid on `{1}{4}'"
2320 #: mcs/mcs/generic.cs:2166
2322 msgid "`{0}': static classes cannot be used as generic arguments"
2325 #: mcs/mcs/generic.cs:2173
2327 msgid "The type `{0}' may not be used as a type argument"
2330 #: mcs/mcs/generic.cs:2267
2331 msgid "Variant type parameters can only be used with interfaces and delegates"
2334 #: mcs/mcs/generic.cs:2336
2337 "Partial method declarations of `{0}' have inconsistent constraints for type "
2341 #: mcs/mcs/generic.cs:2352
2344 "Partial declarations of `{0}' have inconsistent constraints for type "
2348 #: mcs/mcs/generic.cs:2534
2349 #, fuzzy, csharp-format
2351 "The type `{0}' must be a reference type in order to use it as type parameter "
2352 "`{1}' in the generic type or method `{2}'"
2354 "Der Typ `{0}' muss ein Referenztyp sein, damit er als `{1}'-Parameter in "
2355 "generischen Typ oder in der generischen Methode `{2}' verwendet werden kann."
2357 #: mcs/mcs/generic.cs:2544
2358 #, fuzzy, csharp-format
2360 "The type `{0}' must be a non-nullable value type in order to use it as type "
2361 "parameter `{1}' in the generic type or method `{2}'"
2363 "Der Typ `{0}' darf keine NULL-Werte zulassen, wenn er als `{1}'-Parameter im "
2364 "generischen Typ oder in der generischen Methode `{2}' verwendet werden soll."
2366 #: mcs/mcs/generic.cs:2605
2369 "The type `{0}' must have a public parameterless constructor in order to use "
2370 "it as parameter `{1}' in the generic type or method `{2}'"
2373 #: mcs/mcs/generic.cs:2661
2374 #, fuzzy, csharp-format
2376 "The type `{0}' cannot be used as type parameter `{1}' in the generic type or "
2377 "method `{2}'. There is no boxing or type parameter conversion from `{0}' to `"
2380 "Der Typ `{0}' muss ein Referenztyp sein, damit er als `{1}'-Parameter in "
2381 "generischen Typ oder in der generischen Methode `{2}' verwendet werden kann."
2383 #: mcs/mcs/generic.cs:2667
2384 #, fuzzy, csharp-format
2386 "The type `{0}' cannot be used as type parameter `{1}' in the generic type or "
2387 "method `{2}'. The nullable type `{0}' never satisfies interface constraint `"
2390 "Der Typ `{0}' muss ein Referenztyp sein, damit er als `{1}'-Parameter in "
2391 "generischen Typ oder in der generischen Methode `{2}' verwendet werden kann."
2393 #: mcs/mcs/generic.cs:2671
2394 #, fuzzy, csharp-format
2396 "The type `{0}' cannot be used as type parameter `{1}' in the generic type or "
2397 "method `{2}'. The nullable type `{0}' does not satisfy constraint `{3}'"
2399 "Der Typ `{0}' muss ein Referenztyp sein, damit er als `{1}'-Parameter in "
2400 "generischen Typ oder in der generischen Methode `{2}' verwendet werden kann."
2402 #: mcs/mcs/generic.cs:2676
2403 #, fuzzy, csharp-format
2405 "The type `{0}' cannot be used as type parameter `{1}' in the generic type or "
2406 "method `{2}'. There is no boxing conversion from `{0}' to `{3}'"
2408 "Der Typ `{0}' muss ein Referenztyp sein, damit er als `{1}'-Parameter in "
2409 "generischen Typ oder in der generischen Methode `{2}' verwendet werden kann."
2411 #: mcs/mcs/generic.cs:2681
2412 #, fuzzy, csharp-format
2414 "The type `{0}' cannot be used as type parameter `{1}' in the generic type or "
2415 "method `{2}'. There is no implicit reference conversion from `{0}' to `{3}'"
2417 "Der Typ `{0}' muss ein Referenztyp sein, damit er als `{1}'-Parameter in "
2418 "generischen Typ oder in der generischen Methode `{2}' verwendet werden kann."
2420 #: mcs/mcs/iterators.cs:98
2421 msgid "The yield statement cannot be used inside anonymous method blocks"
2424 #: mcs/mcs/iterators.cs:103
2425 msgid "Cannot yield in the body of a finally clause"
2428 #: mcs/mcs/iterators.cs:116
2429 msgid "Cannot yield a value in the body of a try block with a catch clause"
2432 #: mcs/mcs/iterators.cs:120
2433 msgid "Cannot yield a value in the body of a catch clause"
2436 #: mcs/mcs/iterators.cs:1185
2439 "The body of `{0}' cannot be an iterator block because `{1}' is not an "
2440 "iterator interface type"
2443 #: mcs/mcs/iterators.cs:1198
2444 msgid "Iterators cannot have ref or out parameters"
2447 #: mcs/mcs/iterators.cs:1204
2448 msgid "__arglist is not allowed in parameter list of iterators"
2451 #: mcs/mcs/iterators.cs:1210
2452 msgid "Iterators cannot have unsafe parameters or yield types"
2455 #: mcs/mcs/iterators.cs:1216 mcs/mcs/statement.cs:5917
2456 msgid "Unsafe code may not appear in iterators"
2459 #: mcs/mcs/ikvm.cs:274
2460 msgid "SDK path could not be resolved"
2463 #: mcs/mcs/ikvm.cs:354
2466 "Assembly `{0}' references `{1}' which has a higher version number than "
2467 "imported assembly `{2}'"
2470 #: mcs/mcs/ikvm.cs:363 mcs/mcs/ikvm.cs:367
2473 "Assuming assembly reference `{0}' matches assembly `{1}'. You may need to "
2474 "supply runtime policy"
2477 #: mcs/mcs/ikvm.cs:462
2480 "An assembly with the same name `{0}' has already been imported. Consider "
2481 "removing one of the references or sign the assembly"
2484 #: mcs/mcs/ikvm.cs:471
2487 "An assembly `{0}' with the same identity has already been imported. Consider "
2488 "removing one of the references"
2491 #: mcs/mcs/linq.cs:69
2494 "An implementation of `{0}' query expression pattern could not be found. Are "
2495 "you missing `System.Linq' using directive or `System.Core.dll' assembly "
2499 #: mcs/mcs/linq.cs:91
2501 "Query expressions with a source or join sequence of type `dynamic' are not "
2505 #: mcs/mcs/linq.cs:101
2508 "Ambiguous implementation of the query pattern `{0}' for source type `{1}'"
2511 #: mcs/mcs/linq.cs:132
2514 "An implementation of `{0}' query expression pattern for source type `{1}' "
2515 "could not be found"
2518 #: mcs/mcs/linq.cs:140
2521 "An expression type is incorrect in a subsequent `from' clause in a query "
2522 "expression with source type `{0}'"
2525 #: mcs/mcs/linq.cs:144
2528 "An expression type in `{0}' clause is incorrect. Type inference failed in "
2532 #: mcs/mcs/linq.cs:256
2534 msgid "A range variable `{0}' cannot be initialized with `{1}'"
2537 #: mcs/mcs/linq.cs:827
2539 msgid "A range variable `{0}' conflicts with a previous declaration of `{0}'"
2542 #: mcs/mcs/linq.cs:834
2544 msgid "A range variable `{0}' has already been declared in this scope"
2547 #: mcs/mcs/linq.cs:841
2549 msgid "A range variable `{0}' conflicts with a method type parameter"
2552 #: mcs/mcs/linq.cs:873
2555 "A range variable `{0}' cannot be assigned to. Consider using `let' clause to "
2559 #: mcs/mcs/literal.cs:57
2562 "Cannot convert null to the type parameter `{0}' because it could be a value "
2563 "type. Consider using `default ({0})' instead"
2566 #: mcs/mcs/literal.cs:63
2568 msgid "Cannot convert null to `{0}' because it is a value type"
2570 "NULL kann nicht in `{0}' konvertiert werden, da dies ein Werttyp ist, der "
2571 "nicht auf NULL festgelegt werden kann"
2573 #: mcs/mcs/literal.cs:274
2576 "Literal of type double cannot be implicitly converted to type `{0}'. Add "
2577 "suffix `{1}' to create a literal of this type"
2580 #: mcs/mcs/membercache.cs:1405
2582 "A partial method declaration and partial method implementation cannot differ "
2583 "on use of `params' modifier"
2586 #: mcs/mcs/membercache.cs:1408
2588 "A partial method declaration and partial method implementation must be both "
2589 "an extension method or neither"
2592 #: mcs/mcs/membercache.cs:1412
2595 "Overloaded contructor `{0}' cannot differ on use of parameter modifiers only"
2598 #: mcs/mcs/membercache.cs:1416
2601 "Overloaded method `{0}' cannot differ on use of parameter modifiers only"
2604 #: mcs/mcs/membercache.cs:1448
2606 "A partial method declaration and partial method implementation must be both "
2607 "`static' or neither"
2610 #: mcs/mcs/membercache.cs:1454
2612 "A partial method declaration and partial method implementation must be both "
2613 "`unsafe' or neither"
2616 #: mcs/mcs/membercache.cs:1462
2618 msgid "A partial method `{0}' declaration is already defined"
2621 #: mcs/mcs/membercache.cs:1466
2623 msgid "A partial method `{0}' implementation is already defined"
2626 #: mcs/mcs/membercache.cs:1477 mcs/mcs/property.cs:81
2628 msgid "A member `{0}' is already reserved"
2631 #: mcs/mcs/membercache.cs:1488
2633 msgid "Duplicate user-defined conversion in type `{0}'"
2636 #: mcs/mcs/membercache.cs:1494
2639 "A member `{0}' is already defined. Rename this member or use different "
2643 #: mcs/mcs/method.cs:556
2645 msgid "`{0}': Async methods cannot use `MethodImplOptions.Synchronized'"
2648 #: mcs/mcs/method.cs:564
2650 "The DllImport attribute must be specified on a method marked `static' and "
2654 #: mcs/mcs/method.cs:665
2656 msgid "`{0}': A partial method parameters cannot use `out' modifier"
2659 #: mcs/mcs/method.cs:729
2662 "Conditional not valid on `{0}' because it is a constructor, destructor, "
2663 "operator or explicit interface implementation"
2665 "Das Conditional-Attribut ist für `{0}' ungültig, weil dies ein Konstruktor, "
2666 "Destruktor, Operator oder eine explizite Schnittstellenimplementierung ist"
2668 #: mcs/mcs/method.cs:899
2670 "A partial method cannot define access modifier or any of abstract, extern, "
2671 "new, override, sealed, or virtual modifiers"
2674 #: mcs/mcs/method.cs:905
2676 "A partial method must be declared within a partial class or partial struct"
2679 #: mcs/mcs/method.cs:910
2681 msgid "`{0}': Extension methods must be declared static"
2682 msgstr "`{0}': Erweiterungsmethoden müssen statisch sein"
2684 #: mcs/mcs/method.cs:926
2686 msgid "Program `{0}' has more than one entry point defined: `{1}'"
2689 #: mcs/mcs/method.cs:969
2691 msgid "Conditional not valid on `{0}' because it is an override method"
2693 "Das Conditional-Attribut ist für `{0}' ungültig, da es eine überschriebene "
2696 #: mcs/mcs/method.cs:974
2698 msgid "Conditional not valid on `{0}' because its return type is not void"
2700 "Das Conditional-Attribut ist für `{0}' ungültig, da der Rückgabetyp nicht "
2703 #: mcs/mcs/method.cs:979
2704 msgid "Conditional not valid on interface members"
2705 msgstr "Das Conditional-Attribut ist für Schnittstellenmember ungültig"
2707 #: mcs/mcs/method.cs:985
2708 #, fuzzy, csharp-format
2709 msgid "Conditional member `{0}' cannot implement interface member `{1}'"
2710 msgstr "`{0}' implementiert den Schnittstellenmember `{1}' nicht"
2712 #: mcs/mcs/method.cs:992
2714 msgid "Conditional method `{0}' cannot have an out parameter"
2717 #: mcs/mcs/method.cs:1180
2720 "The constraints for type parameter `{0}' of method `{1}' must match the "
2721 "constraints for type parameter `{2}' of interface method `{3}'. Consider "
2722 "using an explicit interface implementation instead"
2725 #: mcs/mcs/method.cs:1235
2726 msgid "The return type of an async method must be void, Task, or Task<T>"
2729 #: mcs/mcs/method.cs:1252
2730 #, fuzzy, csharp-format
2731 msgid "`{0}': Extension methods cannot be defined in a nested class"
2733 "`{0}': Erweiterungsmethoden müssen in einer nicht generischen statischen "
2734 "Klasse definiert werden"
2736 #: mcs/mcs/method.cs:1258
2739 "`{0}': Extension methods require `System.Runtime.CompilerServices."
2740 "ExtensionAttribute' type to be available. Are you missing an assembly "
2744 #: mcs/mcs/method.cs:1267
2746 msgid "`{0}': Extension methods must be defined in a non-generic static class"
2748 "`{0}': Erweiterungsmethoden müssen in einer nicht generischen statischen "
2749 "Klasse definiert werden"
2751 #: mcs/mcs/method.cs:1283
2752 #, fuzzy, csharp-format
2753 msgid "`{0}': an entry point cannot be async method"
2754 msgstr "`{0}': Abstrakte Eigenschaften können keine privaten-Accessoren haben"
2756 #: mcs/mcs/method.cs:1333
2759 "A partial method `{0}' implementation is missing a partial method declaration"
2762 #: mcs/mcs/method.cs:1371
2764 msgid "Method or delegate cannot return type `{0}'"
2767 #: mcs/mcs/method.cs:1449
2769 "The constructor call cannot be dynamically dispatched within constructor "
2773 #: mcs/mcs/method.cs:1463
2774 #, fuzzy, csharp-format
2775 msgid "`{0}': Struct constructors cannot call base constructors"
2776 msgstr "`{0}': Statische Klassen können keinen Destruktor enthalten"
2778 #: mcs/mcs/method.cs:1481
2780 msgid "Constructor `{0}' cannot call itself"
2783 #: mcs/mcs/method.cs:1633
2785 msgid "`{0}': The static constructor must be parameterless"
2788 #: mcs/mcs/method.cs:1654
2789 msgid "Structs cannot contain explicit parameterless constructors"
2792 #: mcs/mcs/method.cs:1680
2793 #, fuzzy, csharp-format
2795 "`{0}': Structs with primary constructor cannot have explicit constructor"
2796 msgstr "`{0}': Statische Klassen können keinen Destruktor enthalten"
2798 #: mcs/mcs/method.cs:1683
2799 #, fuzzy, csharp-format
2801 "`{0}': Instance constructor of type with primary constructor must specify "
2802 "`this' constructor initializer"
2803 msgstr "`{0}': Statische Klassen können keinen Destruktor enthalten"
2805 #: mcs/mcs/method.cs:1719
2808 "`{0}': A class with the ComImport attribute cannot have a user-defined "
2812 #: mcs/mcs/method.cs:1971
2813 #, fuzzy, csharp-format
2814 msgid "`{0}' is an accessor not found in interface member `{1}{2}'"
2815 msgstr "`{0}' implementiert den Schnittstellenmember `{1}' nicht"
2817 #: mcs/mcs/method.cs:1977
2820 "`{0}.{1}' in explicit interface declaration is not a member of interface"
2823 #: mcs/mcs/method.cs:1985
2826 "`{0}' explicit method implementation cannot implement `{1}' because it is an "
2830 #: mcs/mcs/method.cs:1995
2831 #, fuzzy, csharp-format
2832 msgid "Method `{0}' cannot implement interface accessor `{1}'"
2833 msgstr "`{0}' implementiert den Schnittstellenmember `{1}' nicht"
2835 #: mcs/mcs/method.cs:2002
2838 "Accessor `{0}' cannot implement interface member `{1}' for type `{2}'. Use "
2839 "an explicit interface implementation"
2842 #: mcs/mcs/method.cs:2009
2843 #, fuzzy, csharp-format
2845 "Accessor `{0}' must be declared public to implement interface member `{1}'"
2846 msgstr "`{0}' implementiert den Schnittstellenmember `{1}' nicht"
2848 #: mcs/mcs/method.cs:2029
2851 "`{0}': the explicit interface implementation cannot introduce the params "
2855 #: mcs/mcs/method.cs:2370
2858 "Attribute `{0}' is not valid on property or event accessors. It is valid on `"
2859 "{1}' declarations only"
2862 #: mcs/mcs/method.cs:2598
2864 msgid "User-defined operator `{0}' must be declared static and public"
2867 #: mcs/mcs/method.cs:2642
2869 "User-defined operator cannot take an object of the enclosing type and "
2870 "convert to an object of the enclosing type"
2873 #: mcs/mcs/method.cs:2653
2874 msgid "User-defined conversion must convert to or from the enclosing type"
2877 #: mcs/mcs/method.cs:2659
2880 "User-defined conversion `{0}' cannot convert to or from the dynamic type"
2883 #: mcs/mcs/method.cs:2666
2886 "User-defined conversion `{0}' cannot convert to or from an interface type"
2889 #: mcs/mcs/method.cs:2673
2891 msgid "User-defined conversion `{0}' cannot convert to or from a base class"
2894 #: mcs/mcs/method.cs:2679
2896 msgid "User-defined conversion `{0}' cannot convert to or from a derived class"
2899 #: mcs/mcs/method.cs:2686
2901 "Overloaded shift operator must have the type of the first operand be the "
2902 "containing type, and the type of the second operand must be int"
2905 #: mcs/mcs/method.cs:2695
2907 "The return type for ++ or -- operator must be the containing type or derived "
2908 "from the containing type"
2910 "Der Rückgabetyp für die Operatoren ++ und -- muss der enthaltene Typ sein "
2911 "oder vom enthaltenen Typ abgeleitet sein"
2913 #: mcs/mcs/method.cs:2700
2914 msgid "The parameter type for ++ or -- operator must be the containing type"
2915 msgstr "Der Parameter für den ++ oder -- Operator muss der enthaltene Typ sein"
2917 #: mcs/mcs/method.cs:2707
2919 msgid "The parameter type of a unary operator must be the containing type"
2920 msgstr "Der Parameter für den ++ oder -- Operator muss der enthaltene Typ sein"
2922 #: mcs/mcs/method.cs:2715
2923 msgid "The return type of operator True or False must be bool"
2926 #: mcs/mcs/method.cs:2730
2928 msgid "One of the parameters of a binary operator must be the containing type"
2929 msgstr "Der Parameter für den ++ oder -- Operator muss der enthaltene Typ sein"
2931 #: mcs/mcs/modifiers.cs:278
2933 msgid "The modifier `{0}' is not valid for this item"
2936 #: mcs/mcs/namespace.cs:273
2938 msgid "The imported type `{0}' is defined multiple times"
2941 #: mcs/mcs/namespace.cs:741 mcs/mcs/namespace.cs:753
2943 "A using clause must precede all other namespace elements except extern alias "
2947 #: mcs/mcs/namespace.cs:769
2949 msgid "The using alias `{0}' appeared previously in this namespace"
2952 #: mcs/mcs/namespace.cs:807 mcs/mcs/namespace.cs:830
2954 msgid "The namespace `{0}' already contains a definition for `{1}'"
2957 #: mcs/mcs/namespace.cs:1052
2959 msgid "Namespace `{0}' contains a definition with same name as alias `{1}'"
2962 #: mcs/mcs/namespace.cs:1105
2964 msgid "`{0}' is an ambiguous reference between `{1}' and `{2}'"
2967 #: mcs/mcs/namespace.cs:1301
2970 "`{0}' is a type not a namespace. A using namespace directive can only be "
2971 "applied to namespaces"
2974 #: mcs/mcs/namespace.cs:1325
2976 msgid "The extern alias `{0}' was not specified in -reference option"
2978 "Der externe Alias `{0}' wurde nicht in der -reference-Option angegeben."
2980 #: mcs/mcs/nullable.cs:1077
2982 "An expression tree cannot contain a coalescing operator with null left side"
2985 #: mcs/mcs/parameter.cs:157
2986 msgid "The params parameter must be a single dimensional array"
2989 #: mcs/mcs/parameter.cs:327
2990 msgid "An out parameter cannot have the `In' attribute"
2993 #: mcs/mcs/parameter.cs:332
2995 "Do not use `System.ParamArrayAttribute'. Use the `params' keyword instead"
2998 #: mcs/mcs/parameter.cs:339
3000 "Cannot specify only `Out' attribute on a ref parameter. Use both `In' and "
3001 "`Out' attributes or neither"
3004 #: mcs/mcs/parameter.cs:348
3006 msgid "Cannot specify `{0}' attribute on optional parameter `{1}'"
3009 #: mcs/mcs/parameter.cs:357
3011 "The CallerMemberName attribute can only be applied to parameters with "
3015 #: mcs/mcs/parameter.cs:362
3017 "The CallerLineNumber attribute can only be applied to parameters with "
3021 #: mcs/mcs/parameter.cs:367
3023 "The CallerFilePath attribute can only be applied to parameters with default "
3027 #: mcs/mcs/parameter.cs:404
3029 msgid "Method or delegate parameter cannot be of type `{0}'"
3032 #: mcs/mcs/parameter.cs:414
3034 msgid "`{0}': static types cannot be used as parameters"
3037 #: mcs/mcs/parameter.cs:420
3039 msgid "The extension method cannot be of type `{0}'"
3042 #: mcs/mcs/parameter.cs:441 mcs/mcs/parameter.cs:453
3045 "The CallerMemberName attribute cannot be applied because there is no "
3046 "standard conversion from `{0}' to `{1}'"
3049 #: mcs/mcs/parameter.cs:465
3052 "The CallerFilePath attribute cannot be applied because there is no standard "
3053 "conversion from `{0}' to `{1}'"
3056 #: mcs/mcs/parameter.cs:511
3059 "Argument of type `{0}' is not applicable for the DefaultParameterValue "
3063 #: mcs/mcs/parameter.cs:515
3066 "The DefaultParameterValue attribute is not applicable on parameters of type `"
3070 #: mcs/mcs/parameter.cs:543
3071 msgid "The type of the default value should match the type of the parameter"
3074 #: mcs/mcs/parameter.cs:694
3075 msgid "An expression tree parameter cannot use `ref' or `out' modifier"
3078 #: mcs/mcs/parameter.cs:1203
3080 msgid "The parameter name `{0}' conflicts with a compiler generated name"
3083 #: mcs/mcs/parameter.cs:1360
3086 "The expression being assigned to optional parameter `{0}' must be a constant "
3090 #: mcs/mcs/parameter.cs:1377
3093 "The expression being assigned to nullable optional parameter `{0}' must be "
3097 #: mcs/mcs/parameter.cs:1385
3100 "Optional parameter `{0}' of type `{1}' can only be initialized with `null'"
3103 #: mcs/mcs/parameter.cs:1396
3106 "Optional parameter expression of type `{0}' cannot be converted to parameter "
3110 #: mcs/mcs/pending.cs:326
3113 "Cannot implement interface `{0}' with the specified type parameters because "
3114 "it causes method `{1}' to differ on parameter modifiers only"
3117 #: mcs/mcs/pending.cs:707
3120 "`{0}' does not implement interface member `{1}' and the best implementing "
3121 "candidate `{2}' is static"
3124 #: mcs/mcs/pending.cs:711
3127 "`{0}' does not implement interface member `{1}' and the best implementing "
3128 "candidate `{2}' is not public"
3131 #: mcs/mcs/pending.cs:715
3134 "`{0}' does not implement interface member `{1}' and the best implementing "
3135 "candidate `{2}' return type `{3}' does not match interface member return "
3139 #: mcs/mcs/pending.cs:720
3141 msgid "`{0}' does not implement interface member `{1}'"
3142 msgstr "`{0}' implementiert den Schnittstellenmember `{1}' nicht"
3144 #: mcs/mcs/pending.cs:725
3146 msgid "`{0}' does not implement inherited abstract member `{1}'"
3149 #: mcs/mcs/property.cs:349
3152 "`{0}': accessibility modifiers may not be used on accessors in an interface"
3155 #: mcs/mcs/property.cs:352
3157 msgid "`{0}': abstract properties cannot have private accessors"
3158 msgstr "`{0}': Abstrakte Eigenschaften können keine privaten-Accessoren haben"
3160 #: mcs/mcs/property.cs:402
3163 "The accessibility modifier of the `{0}' accessor must be more restrictive "
3164 "than the modifier of the property or indexer `{1}'"
3167 #: mcs/mcs/property.cs:511
3169 msgid "Explicit interface implementation `{0}' is missing accessor `{1}'"
3172 #: mcs/mcs/property.cs:530
3175 "`{0}': cannot override because `{1}' does not have an overridable get "
3179 #: mcs/mcs/property.cs:547
3182 "`{0}': cannot override because `{1}' does not have an overridable set "
3186 #: mcs/mcs/property.cs:588
3189 "`{0}': Cannot specify accessibility modifiers for both accessors of the "
3190 "property or indexer"
3193 #: mcs/mcs/property.cs:595
3196 "`{0}': accessibility modifiers on accessors may only be used if the property "
3197 "or indexer has both a get and a set accessor"
3200 #: mcs/mcs/property.cs:836
3203 "Automatically implemented property `{0}' cannot be used inside a type with "
3204 "an explicit StructLayout attribute"
3207 #: mcs/mcs/property.cs:1332
3209 msgid "`{0}': event must be of a delegate type"
3212 #: mcs/mcs/property.cs:1608
3215 "The `{0}' attribute is valid only on an indexer that is not an explicit "
3216 "interface member declaration"
3219 #: mcs/mcs/property.cs:1612
3220 msgid "Cannot set the `IndexerName' attribute on an indexer marked override"
3223 #: mcs/mcs/module.cs:338
3225 msgid "Value specified for the argument to `{0}' is not valid"
3228 #: mcs/mcs/statement.cs:74
3230 "A lambda expression with statement body cannot be converted to an expresion "
3234 #: mcs/mcs/statement.cs:126
3235 msgid "Control cannot leave the body of an anonymous method"
3238 #: mcs/mcs/statement.cs:140
3239 msgid "Control cannot leave the body of a finally clause"
3242 #: mcs/mcs/statement.cs:1174
3245 "An object of a type convertible to `{0}' is required for the return statement"
3248 #: mcs/mcs/statement.cs:1187 mcs/mcs/statement.cs:1211
3251 "`{0}': A return keyword must not be followed by any expression when method "
3255 #: mcs/mcs/statement.cs:1224
3258 "`{0}': A return keyword must not be followed by an expression when async "
3259 "delegate returns `Task'. Consider using `Task<T>' return type"
3262 #: mcs/mcs/statement.cs:1228
3265 "`{0}': A return keyword must not be followed by an expression when async "
3266 "method returns `Task'. Consider using `Task<T>' return type"
3269 #: mcs/mcs/statement.cs:1241
3272 "`{0}': The return expression type of async method must be `{1}' rather than "
3276 #: mcs/mcs/statement.cs:1251
3279 "`{0}': A return keyword must not be followed by any expression when delegate "
3283 #: mcs/mcs/statement.cs:1284
3286 "Cannot convert `{0}' to delegate type `{1}' because some of the return types "
3287 "in the block are not implicitly convertible to the delegate return type"
3290 #: mcs/mcs/statement.cs:1341
3292 "Cannot return a value from iterators. Use the yield return statement to "
3293 "return a value, or yield break to end the iteration"
3296 #: mcs/mcs/statement.cs:1403
3299 "The label `{0}:' could not be found within the scope of the goto statement"
3302 #: mcs/mcs/statement.cs:1741
3303 msgid "A goto case is only valid inside a switch statement"
3306 #: mcs/mcs/statement.cs:1764
3308 "A throw statement with no arguments is not allowed outside of a catch clause"
3311 #: mcs/mcs/statement.cs:1769
3313 "A throw statement with no arguments is not allowed inside of a finally "
3314 "clause nested inside of the innermost catch clause"
3317 #: mcs/mcs/statement.cs:1787 mcs/mcs/statement.cs:6421
3318 msgid "The type caught or thrown must be derived from System.Exception"
3321 #: mcs/mcs/statement.cs:1929
3322 msgid "No enclosing loop out of which to break or continue"
3325 #: mcs/mcs/statement.cs:2098
3326 msgid "A fixed statement cannot use an implicitly typed local variable"
3329 #: mcs/mcs/statement.cs:2103
3330 msgid "An implicitly typed local variable cannot be a constant"
3333 #: mcs/mcs/statement.cs:2108
3335 "An implicitly typed local variable declarator must include an initializer"
3338 #: mcs/mcs/statement.cs:2113
3340 "An implicitly typed local variable declaration cannot include multiple "
3344 #: mcs/mcs/statement.cs:2754
3347 "A local variable named `{0}' cannot be declared in this scope because it "
3348 "would give a different meaning to `{0}', which is already used in a `{1}' "
3349 "scope to denote something else"
3352 #: mcs/mcs/statement.cs:2766
3354 msgid "A local variable named `{0}' is already defined in this scope"
3357 #: mcs/mcs/statement.cs:2773
3360 "The type parameter name `{0}' is the same as local variable or parameter name"
3363 #: mcs/mcs/statement.cs:3612
3366 "The out parameter `{0}' must be assigned to before control leaves the "
3370 #: mcs/mcs/statement.cs:3866
3372 msgid "Async methods cannot have ref or out parameters"
3373 msgstr "`{0}' implementiert den Schnittstellenmember `{1}' nicht"
3375 #: mcs/mcs/statement.cs:3872
3376 msgid "__arglist is not allowed in parameter list of async methods"
3379 #: mcs/mcs/statement.cs:3878
3381 msgid "Async methods cannot have unsafe parameters"
3382 msgstr "`{0}' implementiert den Schnittstellenmember `{1}' nicht"
3384 #: mcs/mcs/statement.cs:4075
3386 msgid "The label `{0}' is a duplicate"
3389 #: mcs/mcs/statement.cs:4084 mcs/mcs/statement.cs:4095
3392 "The label `{0}' shadows another label by the same name in a contained scope"
3395 #: mcs/mcs/statement.cs:4298
3397 msgid "`{0}': not all code paths return a value"
3400 #: mcs/mcs/statement.cs:4416
3402 msgid "The label `{0}' already occurs in this switch statement"
3405 #: mcs/mcs/statement.cs:4540
3407 msgid "Control cannot fall through from one case label `{0}' to another"
3410 #: mcs/mcs/statement.cs:4919
3413 "A switch expression of type `{0}' cannot be converted to an integral type, "
3414 "bool, char, string, enum or nullable type"
3417 #: mcs/mcs/statement.cs:5683
3419 msgid "`{0}' is not a reference type as required by the lock statement"
3422 #: mcs/mcs/statement.cs:6064
3423 msgid "The type of locals declared in a fixed statement must be a pointer type"
3426 #: mcs/mcs/statement.cs:6080
3428 "The right hand side of a fixed statement assignment may not be a cast "
3432 #: mcs/mcs/statement.cs:6150
3434 "You cannot use the fixed statement to take the address of an already fixed "
3438 #: mcs/mcs/statement.cs:6673
3441 "A previous catch clause already catches all exceptions of this or a super "
3445 #: mcs/mcs/statement.cs:6851
3448 "`{0}': type used in a using statement must be implicitly convertible to "
3449 "`System.IDisposable'"
3452 #: mcs/mcs/statement.cs:7252
3455 "foreach statement requires that the return type `{0}' of `{1}' must have a "
3456 "suitable public MoveNext method and public Current property"
3459 #: mcs/mcs/statement.cs:7296
3462 "foreach statement cannot operate on variables of type `{0}' because it "
3463 "contains multiple implementation of `{1}'. Try casting to a specific "
3467 #: mcs/mcs/statement.cs:7318
3470 "foreach statement cannot operate on variables of type `{0}' because it does "
3471 "not contain a definition for `{1}' or is inaccessible"
3474 #: mcs/mcs/statement.cs:7553
3475 msgid "Use of null is not valid in this context"
3478 #: mcs/mcs/statement.cs:7565
3480 msgid "Foreach statement cannot operate on a `{0}'"
3483 #: mcs/mcs/typemanager.cs:796
3485 msgid "The predefined type `{0}.{1}' is not defined or imported"
3488 #: mcs/mcs/typemanager.cs:841
3491 "The predefined type `{0}.{1}' is defined multiple times. Using definition "
3495 #: mcs/mcs/typemanager.cs:852
3498 "The predefined type `{0}.{1}' is defined in an assembly that is not "
3502 #: mcs/mcs/typemanager.cs:862
3504 msgid "The predefined type `{0}.{1}' is not declared correctly"
3507 #: mcs/mcs/typemanager.cs:988
3510 "The compiler required member `{0}.{1}{2}' could not be found or is "
3514 #: mcs/mcs/typemanager.cs:1107
3517 "Cannot take the address of, get the size of, or declare a pointer to a "
3518 "managed type `{0}'"
3522 #~ "The type or namespace name `{0}' could not be found. Are you missing a "
3523 #~ "using directive or an assembly reference?"
3525 #~ "Der Typ oder Namespacename `{0}' konnte nicht gefunden werden. Fehlt eine "
3526 #~ "using-Direktive oder ein Assemblyverweis?"
3529 #~ msgid "An expression tree cannot contain an await operator"
3531 #~ "`{0}': Statische Klassen können keine benutzerdefinierten Operatoren "
3534 #~ msgid "An extern alias declaration must precede all other elements"
3536 #~ "Eine externe Aliasdeklaration muss allen anderen Elementen vorangehen"
3539 #~ msgid "The constant `{0}' cannot be marked static"
3541 #~ "`{0}': Eine abstrakte Klasse darf nicht versiegelt oder statisch sein"
3544 #~ msgid "Value or constant expected"
3545 #~ msgstr "Methodennamen erwartet"
3548 #~ msgid "`{0}': interface members cannot have a definition"
3549 #~ msgstr "`{0}': Instanzfeldinitialisierungen können nicht in Strukturen sein"
3552 #~ msgid "`{0}': property or indexer cannot have void type"
3554 #~ "`{0}': Abstrakte Eigenschaften können keine privaten-Accessoren haben"
3557 #~ msgid "`{0}': property or indexer must have at least one accessor"
3559 #~ "`{0}': Abstrakte Eigenschaften können keine privaten-Accessoren haben"
3562 #~ msgid "A get or set accessor expected"
3563 #~ msgstr "Methodennamen erwartet"
3566 #~ msgid "Interfaces cannot contain contructors"
3567 #~ msgstr "`{0}': Statische Klassen können keinen Destruktor enthalten"
3570 #~ msgid "Only class types can contain destructor"
3571 #~ msgstr "`{0}': Statische Klassen können keinen Destruktor enthalten"
3574 #~ msgid "`{0}': event in interface cannot have an initializer"
3575 #~ msgstr "`{0}': Instanzfeldinitialisierungen können nicht in Strukturen sein"
3578 #~ msgid "`{0}': abstract event cannot have an initializer"
3579 #~ msgstr "`{0}': Instanzfeldinitialisierungen können nicht in Strukturen sein"
3582 #~ msgid "`{0}': event property must have both add and remove accessors"
3584 #~ "`{0}': Abstrakte Eigenschaften können keine privaten-Accessoren haben"
3587 #~ msgid "Type parameter declaration must be an identifier not a type"
3589 #~ "Der Parameter für den ++ oder -- Operator muss der enthaltene Typ sein"
3591 #~ msgid "Invalid parameter type `void'"
3592 #~ msgstr "Ungültiger Parametertyp `void'"
3595 #~ msgid "Invalid base type `{0}'"
3596 #~ msgstr "Ungültiger Parametertyp `void'"
3599 #~ msgid "The `new()' constraint must be the last constraint specified"
3601 #~ "Die `new()'-Einschränkung muss als letzte Einschränkung definiert werden"
3604 #~ "The `class' or `struct' constraint must be the first constraint specified"
3606 #~ "Die `class'- oder `struct'-Einschränkung muss als erste Einschränkung "
3607 #~ "definiert werden"
3610 #~ msgid "Invalid constraint type `{0}'"
3611 #~ msgstr "Ungültiger Parametertyp `void'"
3614 #~ msgid "; expected"
3615 #~ msgstr "Methodennamen erwartet"
3618 #~ msgid "Type expected"
3619 #~ msgstr "Methodennamen erwartet"
3621 #~ msgid "Missing argument to --linkres"
3622 #~ msgstr "Fehlendes Argument bei --linkres"
3624 #~ msgid "Missing argument to --resource"
3625 #~ msgstr "Fehlendes Argument bei --resource"
3627 #~ msgid "--wlevel requires a value from 0 to 4"
3628 #~ msgstr "--wlevel benötigt einen Wert zwischen 0 und 4"
3630 #~ msgid "--mcs-debug requires an argument"
3631 #~ msgstr "--mcs-debug benötigt ein Argument"
3633 #~ msgid "Invalid argument to --mcs-debug"
3634 #~ msgstr "Ungültiges Argument für --mcs-debug"
3636 #~ msgid "--recurse requires an argument"
3637 #~ msgstr "--recurse benötigt ein Argument"
3641 #~ "Invalid -langversion option `{0}'. It must be `ISO-1', `ISO-2', `3' or "
3644 #~ "Ungültige Option `{0}' für /langversion. Es muss entweder `ISO-1', "
3645 #~ "`ISO-2' oder `Default' sein"
3648 #~ msgid "Missing argument for `{0}' option"
3649 #~ msgstr "Fehlendes Argument bei --linkres"
3652 #~ msgid "Invalid reference alias `{0}='. Missing filename"
3653 #~ msgstr "Ungültiger Referenz Alias '"
3657 #~ "Invalid extern alias for -reference. Alias `{0}' is not a valid identifier"
3658 #~ msgstr "Ungültiger externer Alias für /reference. Alias '"
3660 #~ msgid "Compilation aborted in file `{0}', {1}"
3661 #~ msgstr "Kompilierung abgebrochen in Datei `{0}', {1}"
3663 #~ msgid "Couldn't run pkg-config: "
3664 #~ msgstr "Kann pkg-config nicht ausführen:"
3666 #~ msgid "Error running pkg-config. Check the above output."
3668 #~ "Fehler beim ausführen von pkg-config. Bitte prüfen Sie die Ausgabe oben."
3670 #~ msgid "-recurse requires an argument"
3671 #~ msgstr "-recurse benötigt ein Argument"
3673 #~ msgid "-reference requires an argument"
3674 #~ msgstr "-reference benötigt ein Argument"
3676 #~ msgid " requires an argument"
3677 #~ msgstr "benötigt ein Argument"
3679 #~ msgid "/lib requires an argument"
3680 #~ msgstr "/lib benötigt ein Argument"
3682 #~ msgid "/nowarn requires an argument"
3683 #~ msgstr "/nowarn benötigt ein Argument"
3686 #~ "Feature `{0}' is not available in Mono mcs1 compiler. Consider using the "
3687 #~ "`gmcs' compiler instead"
3689 #~ "Das Feature `{0}' ist im Mono mcs1 Kompiler nicht verfügbar. Benutzen Sie "
3690 #~ "stattdessen bitte den `gmcs' Kompiler."
3693 #~ "Your .NET Runtime does not support `{0}'. Please use the latest Mono "
3694 #~ "runtime instead."
3696 #~ "Ihre .NET Laufzeitumgebung unterstützt kein `{0}'. Bitte benutzen Sie die "
3697 #~ "letzte aktuelle Mono Laufzeitumgebung stattdessen."