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