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