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