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