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