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