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