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