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