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