a6538db42e8cf1297c0bddc31ac53fde803b84fd
[mono.git] / po / mcs / es.po
1 # Mono C# compiler translation file.
2 # Copyright (C) 2008 Novell, Inc.
3 # Miguel de Icaza <miguel@gnome.org>, 2008.
4 #
5 #, fuzzy
6 msgid ""
7 msgstr ""
8 "Project-Id-Version: mono 2.1\n"
9 "Report-Msgid-Bugs-To: http://www.mono-project.com/Bugs\n"
10 "POT-Creation-Date: 2008-09-14 17:13-0400\n"
11 "PO-Revision-Date: 2008-09-14 17:40-0400\n"
12 "Last-Translator: Miguel de Icaza <miguel@novell.com>\n"
13 "Language-Team: es <mono-list@lists.ximian.com>\n"
14 "MIME-Version: 1.0\n"
15 "Content-Type: text/plain; charset=utf-8\n"
16 "Content-Transfer-Encoding: 8bit\n"
17
18 #: ../mcs/mcs/anonymous.cs:850
19 #, csharp-format
20 msgid "Cannot convert `{0}' to an expression tree of non-delegate type `{1}'"
21 msgstr ""
22 "No es posible convertir `{0}' a un árbol de expresiónáéíóú de tipo `{1}; ya "
23 "que no es un tipo de delegado"
24
25 #: ../mcs/mcs/anonymous.cs:856
26 #, csharp-format
27 msgid "Cannot convert `{0}' to non-delegate type `{1}'"
28 msgstr "No es posible convertir `{0}' a un un tipo que no es un delegado `{1}'"
29
30 #: ../mcs/mcs/anonymous.cs:868
31 #, csharp-format
32 msgid ""
33 "Cannot convert `{0}' to delegate type `{1}' since there is a parameter "
34 "mismatch"
35 msgstr ""
36
37 #: ../mcs/mcs/anonymous.cs:880 ../mcs/mcs/delegate.cs:568
38 #, csharp-format
39 msgid "Delegate `{0}' does not take `{1}' arguments"
40 msgstr ""
41
42 #: ../mcs/mcs/anonymous.cs:895
43 #, csharp-format
44 msgid "Parameter `{0}' should not be declared with the `{1}' keyword"
45 msgstr ""
46
47 #: ../mcs/mcs/anonymous.cs:898
48 #, csharp-format
49 msgid "Parameter `{0}' must be declared with the `{1}' keyword"
50 msgstr ""
51
52 #: ../mcs/mcs/anonymous.cs:919
53 #, csharp-format
54 msgid "Parameter `{0}' is declared as type `{1}' but should be `{2}'"
55 msgstr ""
56
57 #: ../mcs/mcs/anonymous.cs:1043
58 msgid "An anonymous method cannot be converted to an expression tree"
59 msgstr ""
60
61 #: ../mcs/mcs/anonymous.cs:1060
62 #, csharp-format
63 msgid ""
64 "Cannot convert anonymous method block without a parameter list to delegate "
65 "type `{0}' because it has one or more `out' parameters."
66 msgstr ""
67
68 #: ../mcs/mcs/anonymous.cs:1085
69 msgid ""
70 "Anonymous methods and lambda expressions cannot be used in the current "
71 "context"
72 msgstr ""
73
74 #: ../mcs/mcs/anonymous.cs:1122
75 #, csharp-format
76 msgid ""
77 "Local variable or parameter `{0}' cannot have their address taken and be "
78 "used inside an anonymous method or lambda expression"
79 msgstr ""
80
81 #: ../mcs/mcs/anonymous.cs:1353
82 msgid "An expression tree cannot contain an anonymous method expression"
83 msgstr ""
84
85 #: ../mcs/mcs/anonymous.cs:1647
86 #, csharp-format
87 msgid ""
88 "`{0}': An anonymous type cannot have multiple properties with the same name"
89 msgstr ""
90
91 #: ../mcs/mcs/assign.cs:325
92 msgid "An expression tree cannot contain an assignment operator"
93 msgstr ""
94
95 #: ../mcs/mcs/attribute.cs:165
96 #, csharp-format
97 msgid ""
98 "`{0}' is not a valid named attribute argument. Named attribute arguments "
99 "must be fields which are not readonly, static, const or read-write "
100 "properties which are public and not static"
101 msgstr ""
102
103 #: ../mcs/mcs/attribute.cs:173
104 #, csharp-format
105 msgid ""
106 "`{0}' is not a valid named attribute argument because it is not a valid "
107 "attribute parameter type"
108 msgstr ""
109
110 #: ../mcs/mcs/attribute.cs:180
111 msgid ""
112 "An attribute argument must be a constant expression, typeof expression or "
113 "array creation expression"
114 msgstr ""
115
116 #: ../mcs/mcs/attribute.cs:187
117 msgid "Can not use a type parameter in an attribute"
118 msgstr ""
119
120 #: ../mcs/mcs/attribute.cs:192
121 msgid "The Guid attribute must be specified with the ComImport attribute"
122 msgstr ""
123
124 #: ../mcs/mcs/attribute.cs:197
125 #, csharp-format
126 msgid "Do not use `{0}' directly. Use parameter modifier `this' instead"
127 msgstr ""
128
129 #: ../mcs/mcs/attribute.cs:206
130 #, csharp-format
131 msgid "Error during emitting `{0}' attribute. The reason is `{1}'"
132 msgstr ""
133
134 #: ../mcs/mcs/attribute.cs:245
135 #, csharp-format
136 msgid "`{0}': is not an attribute class"
137 msgstr ""
138
139 #: ../mcs/mcs/attribute.cs:263
140 #, csharp-format
141 msgid ""
142 "`{0}' is ambiguous between `{0}' and `{0}Attribute'. Use either `@{0}' or `"
143 "{0}Attribute'"
144 msgstr ""
145
146 #: ../mcs/mcs/attribute.cs:365
147 #, csharp-format
148 msgid "Cannot apply attribute class `{0}' because it is abstract"
149 msgstr ""
150
151 #: ../mcs/mcs/attribute.cs:497
152 msgid "Invalid value for argument to `System.AttributeUsage' attribute"
153 msgstr ""
154
155 #: ../mcs/mcs/attribute.cs:505
156 #, csharp-format
157 msgid "The argument to the `{0}' attribute must be a valid identifier"
158 msgstr ""
159
160 #: ../mcs/mcs/attribute.cs:535
161 msgid "'"
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 "Número inválido"
197
198 #: ../mcs/mcs/cs-tokenizer.cs:1532
199 #, csharp-format
200 msgid "Unrecognized escape sequence `\\{0}'"
201 msgstr "Secuencia de escape no reconocida: `\\\\{0}'"
202
203 #: ../mcs/mcs/cs-tokenizer.cs:1551
204 msgid "Unrecognized escape sequence"
205 msgstr "Secuencia de escape no reconocida"
206
207 #: ../mcs/mcs/cs-tokenizer.cs:1811
208 msgid "Missing identifer to pre-processor directive"
209 msgstr "La directiva del pre-procesador requiere un identificador"
210
211 #: ../mcs/mcs/cs-tokenizer.cs:1821 ../mcs/mcs/cs-tokenizer.cs:1825
212 #, fuzzy, csharp-format
213 msgid "Identifier expected: {0}"
214 msgstr "Esperaba un identificador."
215
216 #: ../mcs/mcs/cs-tokenizer.cs:2201
217 msgid "Numeric constant too long"
218 msgstr "La constante numérica es demasiado grande"
219
220 #: ../mcs/mcs/cs-tokenizer.cs:2206
221 msgid "Invalid preprocessor directive"
222 msgstr "Directiva inválida para el pre-procesador."
223
224 #: ../mcs/mcs/cs-tokenizer.cs:2213
225 #, fuzzy, csharp-format
226 msgid "Unexpected processor directive ({0})"
227 msgstr "Directiva inválida para el pre-procesador."
228
229 #: ../mcs/mcs/cs-tokenizer.cs:2218
230 #, csharp-format
231 msgid "Expected `{0}'"
232 msgstr "Esperaba `{0}'"
233
234 #: ../mcs/mcs/cs-tokenizer.cs:2224
235 msgid ""
236 "Cannot define or undefine preprocessor symbols after first token in file"
237 msgstr "No es posible definir nuevos símbolos para el preprocesador o elimiar las definiciones existentes después del primer tóken del archivo"
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 "Las directivas del pre-procesador deben aparecer como el primer carácter en la línea (que no sea un espacio en blanco)"
244
245 #: ../mcs/mcs/cs-tokenizer.cs:2235
246 msgid "Single-line comment or end-of-line expected"
247 msgstr "Esperaba un comentario de una sola línea o el final de archivo"
248
249 #: ../mcs/mcs/cs-tokenizer.cs:2280 ../mcs/mcs/cs-tokenizer.cs:3003
250 msgid "Expected `#endif' directive"
251 msgstr "Esperaba la directiva `#endif'"
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 "Esperaba la directiva `#endregion'"
257
258 #: ../mcs/mcs/cs-tokenizer.cs:2420
259 #, csharp-format
260 msgid "#error: '{0}'"
261 msgstr "#error: '{0}'"
262
263 #: ../mcs/mcs/cs-tokenizer.cs:2440
264 msgid "The line number specified for #line directive is missing or invalid"
265 msgstr "Falta el número de linea especificado en la directiva #line o el número es inválido"
266
267 #: ../mcs/mcs/cs-tokenizer.cs:2444
268 msgid "Wrong preprocessor directive"
269 msgstr "La directiva del pre-procesador es errónea"
270
271 #: ../mcs/mcs/cs-tokenizer.cs:2474 ../mcs/mcs/cs-tokenizer.cs:2834
272 msgid "Newline in constant"
273 msgstr "Hay un carácter nueva-linea en la constante"
274
275 #: ../mcs/mcs/cs-tokenizer.cs:2490
276 msgid "Unterminated string literal"
277 msgstr "La literal de texto no tiene fin"
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 "El modificador `partial' solamente puede ser utilizado antes de `class', `struct', `interface' o la palabra clave `void'"
284
285 #: ../mcs/mcs/cs-tokenizer.cs:2565
286 msgid "Identifier too long (limit is 512 chars)"
287 msgstr "El identificador es demasiado grande (el límite son 512 caracteres)"
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 "`{0}': Ningún identificador con dos subrayados contíguos puede ser usado cuando la versión del lenguage seleccionada es ISO"
295
296 #: ../mcs/mcs/cs-tokenizer.cs:2736
297 msgid "End-of-file found, '*/' expected"
298 msgstr "El archivo se terminó, y esperaba encontrar un `*/'"
299
300 #: ../mcs/mcs/cs-tokenizer.cs:2873
301 msgid "Keyword, identifier, or string expected after verbatim specifier: @"
302 msgstr "Esperaba una palabra clave, un identificador o una cadena después del especificador '@' (al pie de la letra)"
303
304 #: ../mcs/mcs/cfold.cs:66
305 msgid "The operation overflows at compile time in checked mode"
306 msgstr "La operación produjo un sobreflujo durante la compilación en el modo verificado (-checked)"
307
308 #: ../mcs/mcs/cfold.cs:693 ../mcs/mcs/cfold.cs:773
309 msgid "Division by constant zero"
310 msgstr "División por cero (con una constante)"
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 "El operador `{0}' require que el operador correspondiente `{1}' también sea definido"
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 "Las declaraciones parciales de `{0}' deben o todas ser classes, o todas estructuras o todas interfaces"
324
325 #: ../mcs/mcs/class.cs:360
326 #, csharp-format
327 msgid "Partial declarations of `{0}' have conflicting accessibility modifiers"
328 msgstr "Las varias declaraciones parciales de `{0} tienen modificadores de accesibilidad en conflicto"
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 "`{0}': las declaraciones explícitas de interfaces solamente pueden ser declaradas en una clase o estructura"
336
337 #: ../mcs/mcs/class.cs:447
338 msgid "Class, struct, or interface method must have a return type"
339 msgstr "El método debe tener un tipo de retorno"
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 "El miembro `{0} ya ha sido definido.   Renombre este miembro o use tipos de parámetro distintos"
347
348 #: ../mcs/mcs/class.cs:576
349 msgid ""
350 "Cannot specify the `DefaultMember' attribute on type containing an indexer"
351 msgstr "No puede especificar el atributo `DefaultMember' en un tipo que contiene un indexador"
352
353 #: ../mcs/mcs/class.cs:870
354 #, csharp-format
355 msgid "`{0}' is already listed in interface list"
356 msgstr "`{0}' ya está listado en la lista de interfaces"
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 "Accesibilidad inconsistenten: la interface base `{0}' es mejos accessible que la interface `{1}'"
364
365 #: ../mcs/mcs/class.cs:884
366 #, csharp-format
367 msgid "Type `{0}' in interface list is not an interface"
368 msgstr "El tipo `{0} en la lista de interfaces no es una interface"
369
370 #: ../mcs/mcs/class.cs:886
371 #, csharp-format
372 msgid "`{0}': Classes cannot have multiple base classes (`{1}' and `{2}')"
373 msgstr "`{0}': las clases no pueden tener múltiples clases base (`{1}' y `{2}')"
374
375 #: ../mcs/mcs/class.cs:889
376 #, csharp-format
377 msgid "`{0}': Base class `{1}' must be specified as first"
378 msgstr "`{0}': la clase base `{1}' tiene que ser especificada primero"
379
380 #: ../mcs/mcs/class.cs:916
381 #, csharp-format
382 msgid "Partial declarations of `{0}' must not specify different base classes"
383 msgstr "Las declaraciones parciales de `{0}' no deben de especificar clases bases distintas"
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 "`{0}' no es posible implementar tanto `{1}' como `{2}' por que se pueden unificar en algunos casos"
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 "Las declaraciones parciales de `{0} deben de tener los mismos nombres de parámetros en el mismo órden."
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 ../mcs/mcs/class.cs:3555
636 #: ../mcs/mcs/delegate.cs:204
637 msgid "Inconsistent accessibility: parameter type `"
638 msgstr ""
639
640 #: ../mcs/mcs/class.cs:3560
641 #, csharp-format
642 msgid ""
643 "Inconsistent accessibility: parameter type `{0}' is less accessible than "
644 "method `{1}'"
645 msgstr ""
646
647 #: ../mcs/mcs/class.cs:3580
648 #, csharp-format
649 msgid "`{0}' in explicit interface declaration is not an interface"
650 msgstr ""
651
652 #: ../mcs/mcs/class.cs:3619
653 #, csharp-format
654 msgid "A partial method `{0}' cannot explicitly implement an interface"
655 msgstr ""
656
657 #: ../mcs/mcs/class.cs:3627
658 #, csharp-format
659 msgid "'{0}' in explicit interface declaration is not an interface"
660 msgstr ""
661
662 #: ../mcs/mcs/class.cs:3646
663 #, csharp-format
664 msgid ""
665 "`{0}' is marked as an external but has no DllImport attribute. Consider "
666 "adding a DllImport attribute to specify the external implementation"
667 msgstr ""
668
669 #: ../mcs/mcs/class.cs:3663
670 #, csharp-format
671 msgid ""
672 "`{0}': cannot change access modifiers when overriding `{1}' inherited member "
673 "`{2}'"
674 msgstr ""
675
676 #: ../mcs/mcs/class.cs:3756
677 msgid ""
678 "The DllImport attribute must be specified on a method marked `static' and "
679 "`extern'"
680 msgstr ""
681
682 #: ../mcs/mcs/class.cs:3819
683 #, csharp-format
684 msgid "`{0}': A partial method parameters cannot use `out' modifier"
685 msgstr ""
686
687 #: ../mcs/mcs/class.cs:3893
688 #, csharp-format
689 msgid ""
690 "Conditional not valid on `{0}' because it is a constructor, destructor, "
691 "operator or explicit interface implementation"
692 msgstr ""
693
694 #: ../mcs/mcs/class.cs:3950
695 msgid "Do not override object.Finalize. Instead, provide a destructor"
696 msgstr ""
697
698 #: ../mcs/mcs/class.cs:4122
699 #, csharp-format
700 msgid "Program `{0}' has more than one entry point defined: `{1}'"
701 msgstr ""
702
703 #: ../mcs/mcs/class.cs:4153
704 #, csharp-format
705 msgid "Conditional not valid on `{0}' because its return type is not void"
706 msgstr ""
707
708 #: ../mcs/mcs/class.cs:4158
709 #, csharp-format
710 msgid "Conditional not valid on `{0}' because it is an override method"
711 msgstr ""
712
713 #: ../mcs/mcs/class.cs:4163
714 msgid "Conditional not valid on interface members"
715 msgstr ""
716
717 #: ../mcs/mcs/class.cs:4169
718 #, csharp-format
719 msgid "Conditional member `{0}' cannot implement interface member `{1}'"
720 msgstr ""
721
722 #: ../mcs/mcs/class.cs:4176
723 #, csharp-format
724 msgid "Conditional method `{0}' cannot have an out parameter"
725 msgstr ""
726
727 #: ../mcs/mcs/class.cs:4244
728 #, csharp-format
729 msgid "`{0}': Extension methods cannot be defined in a nested class"
730 msgstr ""
731
732 #: ../mcs/mcs/class.cs:4249
733 #, csharp-format
734 msgid ""
735 "`{0}': Extension methods cannot be declared without a reference to System."
736 "Core.dll assembly. Add the assembly reference or remove `this' modifer from "
737 "the first parameter"
738 msgstr ""
739
740 #: ../mcs/mcs/class.cs:4263
741 #, csharp-format
742 msgid "`{0}': Extension methods must be defined in a non-generic static class"
743 msgstr ""
744
745 #: ../mcs/mcs/class.cs:4319
746 #, csharp-format
747 msgid ""
748 "A partial method `{0}' implementation is missing a partial method declaration"
749 msgstr ""
750
751 #: ../mcs/mcs/class.cs:4353
752 #, csharp-format
753 msgid "Method or delegate cannot return type `{0}'"
754 msgstr ""
755
756 #: ../mcs/mcs/class.cs:4438
757 #, csharp-format
758 msgid "`{0}': Struct constructors cannot call base constructors"
759 msgstr ""
760
761 #: ../mcs/mcs/class.cs:4471
762 #, csharp-format
763 msgid "Constructor `{0}' cannot call itself"
764 msgstr ""
765
766 #: ../mcs/mcs/class.cs:4596
767 #, csharp-format
768 msgid "`{0}': The static constructor must be parameterless"
769 msgstr ""
770
771 #: ../mcs/mcs/class.cs:4616
772 msgid "Structs cannot contain explicit parameterless constructors"
773 msgstr ""
774
775 #: ../mcs/mcs/class.cs:4668
776 #, csharp-format
777 msgid ""
778 "`{0}': A class with the ComImport attribute cannot have a user-defined "
779 "constructor"
780 msgstr ""
781
782 #: ../mcs/mcs/class.cs:4960
783 #, csharp-format
784 msgid "`{0}' is an accessor not found in interface member `{1}{2}'"
785 msgstr ""
786
787 #: ../mcs/mcs/class.cs:4966
788 #, csharp-format
789 msgid ""
790 "`{0}.{1}' in explicit interface declaration is not a member of interface"
791 msgstr ""
792
793 #: ../mcs/mcs/class.cs:4973
794 #, csharp-format
795 msgid ""
796 "`{0}' explicit method implementation cannot implement `{1}' because it is an "
797 "accessor"
798 msgstr ""
799
800 #: ../mcs/mcs/class.cs:4983
801 #, csharp-format
802 msgid "Method `{0}' cannot implement interface accessor `{1}.{2}'"
803 msgstr ""
804
805 #: ../mcs/mcs/class.cs:4990
806 #, csharp-format
807 msgid ""
808 "Accessor `{0}' cannot implement interface member `{1}' for type `{2}'. Use "
809 "an explicit interface implementation"
810 msgstr ""
811
812 #: ../mcs/mcs/class.cs:4997
813 #, csharp-format
814 msgid ""
815 "Accessor `{0}' must be declared public to implement interface member `{1}'"
816 msgstr ""
817
818 #: ../mcs/mcs/class.cs:5021
819 #, csharp-format
820 msgid ""
821 "`{0}': the explicit interface implementation cannot introduce the params "
822 "modifier"
823 msgstr ""
824
825 #: ../mcs/mcs/class.cs:5317
826 #, csharp-format
827 msgid "New virtual member `{0}' is declared in a sealed class `{1}'"
828 msgstr ""
829
830 #: ../mcs/mcs/class.cs:5327
831 msgid "Inconsistent accessibility: property type `"
832 msgstr ""
833
834 #: ../mcs/mcs/class.cs:5332
835 msgid "Inconsistent accessibility: indexer return type `"
836 msgstr ""
837
838 #: ../mcs/mcs/class.cs:5338 ../mcs/mcs/class.cs:5343
839 #: ../mcs/mcs/delegate.cs:220
840 msgid "Inconsistent accessibility: return type `"
841 msgstr ""
842
843 #: ../mcs/mcs/class.cs:5348
844 msgid "Inconsistent accessibility: field type `"
845 msgstr ""
846
847 #: ../mcs/mcs/class.cs:5361
848 #, csharp-format
849 msgid "Field or property cannot be of type `{0}'"
850 msgstr ""
851
852 #: ../mcs/mcs/class.cs:5389
853 msgid ""
854 "The modifier 'abstract' is not valid on fields. Try using a property instead"
855 msgstr ""
856
857 #: ../mcs/mcs/class.cs:5404
858 msgid ""
859 "The FieldOffset attribute can only be placed on members of types marked with "
860 "the StructLayout(LayoutKind.Explicit)"
861 msgstr ""
862
863 #: ../mcs/mcs/class.cs:5409
864 msgid "The FieldOffset attribute is not allowed on static or const fields"
865 msgstr ""
866
867 #: ../mcs/mcs/class.cs:5416
868 msgid ""
869 "Do not use 'System.Runtime.CompilerServices.FixedBuffer' attribute. Use the "
870 "'fixed' field modifier instead"
871 msgstr ""
872
873 #: ../mcs/mcs/class.cs:5510
874 #, csharp-format
875 msgid ""
876 "`{0}': Instance field types marked with StructLayout(LayoutKind.Explicit) "
877 "must have a FieldOffset attribute"
878 msgstr ""
879
880 #: ../mcs/mcs/class.cs:5519
881 #, csharp-format
882 msgid "`{0}': cannot declare variables of static types"
883 msgstr ""
884
885 #: ../mcs/mcs/class.cs:5637
886 #, csharp-format
887 msgid ""
888 "`{0}': Fixed size buffers type must be one of the following: bool, byte, "
889 "short, int, long, char, sbyte, ushort, uint, ulong, float or double"
890 msgstr ""
891
892 #: ../mcs/mcs/class.cs:5659
893 #, csharp-format
894 msgid "`{0}': Fixed size buffer fields may only be members of structs"
895 msgstr ""
896
897 #: ../mcs/mcs/class.cs:5675
898 #, csharp-format
899 msgid "`{0}': Fixed size buffers must have a length greater than zero"
900 msgstr ""
901
902 #: ../mcs/mcs/class.cs:5682
903 #, csharp-format
904 msgid ""
905 "Fixed size buffer `{0}' of length `{1}' and type `{2}' exceeded 2^31 limit"
906 msgstr ""
907
908 #: ../mcs/mcs/class.cs:5875
909 #, csharp-format
910 msgid "Struct member `{0}' of type `{1}' causes a cycle in the struct layout"
911 msgstr ""
912
913 #: ../mcs/mcs/class.cs:5887
914 #, csharp-format
915 msgid "`{0}': A volatile field cannot be of the type `{1}'"
916 msgstr ""
917
918 #: ../mcs/mcs/class.cs:5892
919 #, csharp-format
920 msgid "`{0}': A field cannot be both volatile and readonly"
921 msgstr ""
922
923 #: ../mcs/mcs/class.cs:6081
924 #, csharp-format
925 msgid ""
926 "Attribute `{0}' is not valid on property or event accessors. It is valid on `"
927 "{1}' declarations only"
928 msgstr ""
929
930 #: ../mcs/mcs/class.cs:6181 ../mcs/mcs/decl.cs:2809
931 #, csharp-format
932 msgid "A member `{0}' is already reserved"
933 msgstr ""
934
935 #: ../mcs/mcs/class.cs:6384
936 #, csharp-format
937 msgid "Explicit interface implementation `{0}' is missing accessor `{1}'"
938 msgstr ""
939
940 #: ../mcs/mcs/class.cs:6401
941 #, csharp-format
942 msgid ""
943 "`{0}': accessibility modifiers may not be used on accessors in an interface"
944 msgstr ""
945
946 #: ../mcs/mcs/class.cs:6405
947 #, csharp-format
948 msgid "`{0}': abstract properties cannot have private accessors"
949 msgstr ""
950
951 #: ../mcs/mcs/class.cs:6467
952 #, csharp-format
953 msgid ""
954 "The accessibility modifier of the `{0}' accessor must be more restrictive "
955 "than the modifier of the property or indexer `{1}'"
956 msgstr ""
957
958 #: ../mcs/mcs/class.cs:6532
959 #, csharp-format
960 msgid ""
961 "`{0}': Cannot specify accessibility modifiers for both accessors of the "
962 "property or indexer"
963 msgstr ""
964
965 #: ../mcs/mcs/class.cs:6541
966 #, csharp-format
967 msgid ""
968 "`{0}': accessibility modifiers on accessors may only be used if the property "
969 "or indexer has both a get and a set accessor"
970 msgstr ""
971
972 #: ../mcs/mcs/class.cs:6603
973 #, csharp-format
974 msgid ""
975 "`{0}.get': cannot override because `{1}' does not have an overridable get "
976 "accessor"
977 msgstr ""
978
979 #: ../mcs/mcs/class.cs:6618
980 #, csharp-format
981 msgid ""
982 "`{0}.set': cannot override because `{1}' does not have an overridable set "
983 "accessor"
984 msgstr ""
985
986 #: ../mcs/mcs/class.cs:6815
987 #, csharp-format
988 msgid ""
989 "Automatically implemented property `{0}' cannot be used inside a type with "
990 "an explicit StructLayout attribute"
991 msgstr ""
992
993 #: ../mcs/mcs/class.cs:7183
994 #, csharp-format
995 msgid "`{0}': abstract event cannot have an initializer"
996 msgstr ""
997
998 #: ../mcs/mcs/class.cs:7369
999 #, csharp-format
1000 msgid "`{0}': event must be of a delegate type"
1001 msgstr ""
1002
1003 #: ../mcs/mcs/class.cs:7576
1004 msgid ""
1005 "The `IndexerName' attribute is valid only on an indexer that is not an "
1006 "explicit interface member declaration"
1007 msgstr ""
1008
1009 #: ../mcs/mcs/class.cs:7583
1010 msgid "Cannot set the `IndexerName' attribute on an indexer marked override"
1011 msgstr ""
1012
1013 #: ../mcs/mcs/class.cs:7785
1014 #, csharp-format
1015 msgid "User-defined operator `{0}' must be declared static and public"
1016 msgstr ""
1017
1018 #: ../mcs/mcs/class.cs:7799
1019 msgid "User-defined operators cannot return void"
1020 msgstr ""
1021
1022 #: ../mcs/mcs/class.cs:7821
1023 msgid ""
1024 "User-defined operator cannot take an object of the enclosing type and "
1025 "convert to an object of the enclosing type"
1026 msgstr ""
1027
1028 #: ../mcs/mcs/class.cs:7832
1029 msgid "User-defined conversion must convert to or from the enclosing type"
1030 msgstr ""
1031
1032 #: ../mcs/mcs/class.cs:7841
1033 #, csharp-format
1034 msgid ""
1035 "User-defined conversion `{0}' cannot convert to or from an interface type"
1036 msgstr ""
1037
1038 #: ../mcs/mcs/class.cs:7848
1039 #, csharp-format
1040 msgid "User-defined conversion `{0}' cannot convert to or from a base class"
1041 msgstr ""
1042
1043 #: ../mcs/mcs/class.cs:7854
1044 #, csharp-format
1045 msgid "User-defined conversion `{0}' cannot convert to or from a derived class"
1046 msgstr ""
1047
1048 #: ../mcs/mcs/class.cs:7862
1049 msgid ""
1050 "Overloaded shift operator must have the type of the first operand be the "
1051 "containing type, and the type of the second operand must be int"
1052 msgstr ""
1053
1054 #: ../mcs/mcs/class.cs:7871
1055 msgid ""
1056 "The return type for ++ or -- operator must be the containing type or derived "
1057 "from the containing type"
1058 msgstr ""
1059
1060 #: ../mcs/mcs/class.cs:7876
1061 msgid "The parameter type for ++ or -- operator must be the containing type"
1062 msgstr ""
1063
1064 #: ../mcs/mcs/class.cs:7883
1065 msgid "The parameter type of a unary operator must be the containing type"
1066 msgstr ""
1067
1068 #: ../mcs/mcs/class.cs:7891
1069 msgid "The return type of operator True or False must be bool"
1070 msgstr ""
1071
1072 #: ../mcs/mcs/class.cs:7904
1073 msgid "One of the parameters of a binary operator must be the containing type"
1074 msgstr ""
1075
1076 #: ../mcs/mcs/codegen.cs:93
1077 msgid ""
1078 "Could not find the symbol writer assembly (Mono.CompilerServices."
1079 "SymbolWriter.dll). This is normally an installation problem. Please make "
1080 "sure to compile and install the mcs/class/Mono.CompilerServices.SymbolWriter "
1081 "directory."
1082 msgstr ""
1083
1084 #: ../mcs/mcs/codegen.cs:134
1085 msgid "Assembly generation failed -- Referenced assembly '"
1086 msgstr ""
1087
1088 #: ../mcs/mcs/codegen.cs:152
1089 msgid "Could not access the key inside the container `"
1090 msgstr ""
1091
1092 #: ../mcs/mcs/codegen.cs:160
1093 msgid "Could not use the specified key to strongname the assembly."
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:1238
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:1302
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:1322
1127 msgid "Error during assembly signing. "
1128 msgstr ""
1129
1130 #: ../mcs/mcs/codegen.cs:1347
1131 msgid "Friend assembly reference `"
1132 msgstr ""
1133
1134 #: ../mcs/mcs/codegen.cs:1419
1135 msgid "Invalid type specified as an argument for TypeForwardedTo attribute"
1136 msgstr ""
1137
1138 #: ../mcs/mcs/codegen.cs:1427
1139 #, csharp-format
1140 msgid "A duplicate type forward of type `{0}'"
1141 msgstr ""
1142
1143 #: ../mcs/mcs/codegen.cs:1436
1144 #, csharp-format
1145 msgid "Cannot forward type `{0}' because it is defined in this assembly"
1146 msgstr ""
1147
1148 #: ../mcs/mcs/codegen.cs:1442
1149 #, csharp-format
1150 msgid "Cannot forward type `{0}' because it is a nested type"
1151 msgstr ""
1152
1153 #: ../mcs/mcs/codegen.cs:1448
1154 #, csharp-format
1155 msgid "Cannot forward generic type `{0}'"
1156 msgstr ""
1157
1158 #: ../mcs/mcs/codegen.cs:1653
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 "`{0}': the constant of reference type other than string can only be "
1179 "initialized with null"
1180 msgstr ""
1181
1182 #: ../mcs/mcs/const.cs:194
1183 #, csharp-format
1184 msgid "The type `{0}' cannot be declared const"
1185 msgstr ""
1186
1187 #: ../mcs/mcs/constant.cs:84 ../mcs/mcs/constant.cs:285
1188 #, csharp-format
1189 msgid "Constant value `{0}' cannot be converted to a `{1}'"
1190 msgstr ""
1191
1192 #: ../mcs/mcs/constant.cs:192
1193 #, csharp-format
1194 msgid ""
1195 "Constant value `{0}' cannot be converted to a `{1}' (use `unchecked' syntax "
1196 "to override)"
1197 msgstr ""
1198
1199 #: ../mcs/mcs/decl.cs:363
1200 #, csharp-format
1201 msgid "`{0}' cannot declare a body because it is marked extern"
1202 msgstr ""
1203
1204 #: ../mcs/mcs/decl.cs:369
1205 #, csharp-format
1206 msgid "`{0}' cannot declare a body because it is marked abstract"
1207 msgstr ""
1208
1209 #: ../mcs/mcs/decl.cs:377
1210 #, csharp-format
1211 msgid ""
1212 "`{0}' must have a body because it is not marked abstract or extern. The "
1213 "property can be automatically implemented when you define both accessors"
1214 msgstr ""
1215
1216 #: ../mcs/mcs/decl.cs:380
1217 #, csharp-format
1218 msgid ""
1219 "`{0}' must have a body because it is not marked abstract, extern, or partial"
1220 msgstr ""
1221
1222 #: ../mcs/mcs/decl.cs:396
1223 #, csharp-format
1224 msgid "`{0}': Structs cannot contain protected members"
1225 msgstr ""
1226
1227 #: ../mcs/mcs/decl.cs:402
1228 #, csharp-format
1229 msgid "`{0}': Static classes cannot contain protected members"
1230 msgstr ""
1231
1232 #: ../mcs/mcs/decl.cs:958
1233 #, csharp-format
1234 msgid "The namespace `{0}' already contains a definition for `{1}'"
1235 msgstr ""
1236
1237 #: ../mcs/mcs/decl.cs:962
1238 #, csharp-format
1239 msgid "Duplicate type parameter `{0}'"
1240 msgstr ""
1241
1242 #: ../mcs/mcs/decl.cs:965
1243 #, csharp-format
1244 msgid "The type `{0}' already contains a definition for `{1}'"
1245 msgstr ""
1246
1247 #: ../mcs/mcs/decl.cs:1046
1248 #, csharp-format
1249 msgid ""
1250 "Missing partial modifier on declaration of type `{0}'. Another partial "
1251 "declaration of this type exists"
1252 msgstr ""
1253
1254 #: ../mcs/mcs/decl.cs:1269
1255 msgid "The RequiredAttribute attribute is not permitted on C# types"
1256 msgstr ""
1257
1258 #: ../mcs/mcs/decl.cs:1324
1259 msgid "Constraints are not allowed on non-generic declarations"
1260 msgstr ""
1261
1262 #: ../mcs/mcs/decl.cs:1368
1263 #, csharp-format
1264 msgid "`{0}': A constraint references nonexistent type parameter `{1}'"
1265 msgstr ""
1266
1267 #: ../mcs/mcs/decl.cs:2742
1268 msgid ""
1269 "A partial method declaration and partial method implementation cannot differ "
1270 "on use of `params' modifier"
1271 msgstr ""
1272
1273 #: ../mcs/mcs/decl.cs:2745
1274 msgid ""
1275 "A partial method declaration and partial method implementation must be both "
1276 "an extension method or neither"
1277 msgstr ""
1278
1279 #: ../mcs/mcs/decl.cs:2749
1280 #, csharp-format
1281 msgid ""
1282 "An overloaded method `{0}' cannot differ on use of parameter modifiers only"
1283 msgstr ""
1284
1285 #: ../mcs/mcs/decl.cs:2777
1286 msgid ""
1287 "A partial method declaration and partial method implementation must be both "
1288 "`static' or neither"
1289 msgstr ""
1290
1291 #: ../mcs/mcs/decl.cs:2782
1292 msgid ""
1293 "A partial method declaration and partial method implementation must be both "
1294 "`unsafe' or neither"
1295 msgstr ""
1296
1297 #: ../mcs/mcs/decl.cs:2788
1298 #, csharp-format
1299 msgid "A partial method `{0}' declaration is already defined"
1300 msgstr ""
1301
1302 #: ../mcs/mcs/decl.cs:2792
1303 #, csharp-format
1304 msgid "A partial method `{0}' implementation is already defined"
1305 msgstr ""
1306
1307 #: ../mcs/mcs/decl.cs:2800
1308 #, csharp-format
1309 msgid "Duplicate user-defined conversion in type `{0}'"
1310 msgstr ""
1311
1312 #: ../mcs/mcs/delegate.cs:403
1313 msgid "Internal error: could not find delegate constructor!"
1314 msgstr ""
1315
1316 #: ../mcs/mcs/delegate.cs:445 ../mcs/mcs/delegate.cs:553
1317 msgid "Internal error: could not find Invoke method!"
1318 msgstr ""
1319
1320 #: ../mcs/mcs/delegate.cs:737
1321 #, csharp-format
1322 msgid ""
1323 "Extension method `{0}' of value type `{1}' cannot be used to create delegates"
1324 msgstr ""
1325
1326 #: ../mcs/mcs/delegate.cs:752
1327 #, csharp-format
1328 msgid "Cannot create delegate from partial method declaration `{0}'"
1329 msgstr ""
1330
1331 #: ../mcs/mcs/delegate.cs:755
1332 #, csharp-format
1333 msgid ""
1334 "Cannot create delegate with `{0}' because it has a Conditional attribute"
1335 msgstr ""
1336
1337 #: ../mcs/mcs/delegate.cs:761
1338 #, csharp-format
1339 msgid ""
1340 "Cannot create delegate from method `{0}' because it is a member of System."
1341 "Nullable<T> type"
1342 msgstr ""
1343
1344 #: ../mcs/mcs/delegate.cs:816
1345 #, csharp-format
1346 msgid ""
1347 "A method or delegate `{0} {1}' parameters and return type must be same as "
1348 "delegate `{2} {3}' parameters and return type"
1349 msgstr ""
1350
1351 #: ../mcs/mcs/delegate.cs:822
1352 #, csharp-format
1353 msgid ""
1354 "A method or delegate `{0}' parameters do not match delegate `{1}' parameters"
1355 msgstr ""
1356
1357 #: ../mcs/mcs/delegate.cs:827
1358 #, csharp-format
1359 msgid ""
1360 "A method or delegate `{0} {1}' return type does not match delegate `{2} {3}' "
1361 "return type"
1362 msgstr ""
1363
1364 #: ../mcs/mcs/delegate.cs:947
1365 msgid "Method name expected"
1366 msgstr ""
1367
1368 #: ../mcs/mcs/doc.cs:1007
1369 #, csharp-format
1370 msgid "Error generating XML documentation file `{0}' (`{1}')"
1371 msgstr ""
1372
1373 #: ../mcs/mcs/driver.cs:152 ../mcs/mcs/driver.cs:707 ../mcs/mcs/driver.cs:710
1374 msgid "Source file `"
1375 msgstr ""
1376
1377 #: ../mcs/mcs/driver.cs:179
1378 #, csharp-format
1379 msgid "Source file `{0}' could not be found"
1380 msgstr ""
1381
1382 #: ../mcs/mcs/driver.cs:187
1383 #, csharp-format
1384 msgid "Source file `{0}' is a binary file and not a text file"
1385 msgstr ""
1386
1387 #: ../mcs/mcs/driver.cs:205
1388 #, csharp-format
1389 msgid "Compilation aborted in file `{0}', {1}"
1390 msgstr ""
1391
1392 #: ../mcs/mcs/driver.cs:272
1393 msgid ""
1394 "Invalid target type for -target. Valid options are `exe', `winexe', "
1395 "`library' or `module'"
1396 msgstr ""
1397
1398 #: ../mcs/mcs/driver.cs:320
1399 #, csharp-format
1400 msgid "cannot find metadata file `{0}'"
1401 msgstr ""
1402
1403 #: ../mcs/mcs/driver.cs:327
1404 #, csharp-format
1405 msgid "file `{0}' has invalid `{1}' metadata"
1406 msgstr ""
1407
1408 #: ../mcs/mcs/driver.cs:347
1409 #, csharp-format
1410 msgid ""
1411 "Referenced file `{0}' is not an assembly. Consider using `-addmodule' option "
1412 "instead"
1413 msgstr ""
1414
1415 #: ../mcs/mcs/driver.cs:603
1416 msgid "Response file `"
1417 msgstr ""
1418
1419 #: ../mcs/mcs/driver.cs:612
1420 msgid "Unable to open response file: "
1421 msgstr ""
1422
1423 #: ../mcs/mcs/driver.cs:662 ../mcs/mcs/driver.cs:672
1424 msgid "No files to compile were specified"
1425 msgstr ""
1426
1427 #: ../mcs/mcs/driver.cs:813
1428 msgid "Warning level must be in the range 0-4"
1429 msgstr ""
1430
1431 #: ../mcs/mcs/driver.cs:847
1432 msgid "Compatibility: Use -main:CLASS instead of --main CLASS or -m CLASS"
1433 msgstr ""
1434
1435 #: ../mcs/mcs/driver.cs:856
1436 msgid "Compatibility: Use -unsafe instead of --unsafe"
1437 msgstr ""
1438
1439 #: ../mcs/mcs/driver.cs:867
1440 msgid "Compatibility: Use -d:SYMBOL instead of --define SYMBOL"
1441 msgstr ""
1442
1443 #: ../mcs/mcs/driver.cs:881
1444 msgid "Compatibility: Use -out:FILE instead of --output FILE or -o FILE"
1445 msgstr ""
1446
1447 #: ../mcs/mcs/driver.cs:890
1448 msgid "Compatibility: Use -checked instead of --checked"
1449 msgstr ""
1450
1451 #: ../mcs/mcs/driver.cs:900
1452 msgid "Compatibility: Use -linkres:VALUE instead of --linkres VALUE"
1453 msgstr ""
1454
1455 #: ../mcs/mcs/driver.cs:903
1456 msgid "Missing argument to --linkres"
1457 msgstr ""
1458
1459 #: ../mcs/mcs/driver.cs:914
1460 msgid "Compatibility: Use -res:VALUE instead of --res VALUE"
1461 msgstr ""
1462
1463 #: ../mcs/mcs/driver.cs:917
1464 msgid "Missing argument to --resource"
1465 msgstr ""
1466
1467 #: ../mcs/mcs/driver.cs:927
1468 msgid "Compatibility: Use -target:KIND instead of --target KIND"
1469 msgstr ""
1470
1471 #: ../mcs/mcs/driver.cs:959
1472 msgid "Compatibility: Use -r:LIBRARY instead of -r library"
1473 msgstr ""
1474
1475 #: ../mcs/mcs/driver.cs:978
1476 msgid "Compatibility: Use -lib:ARG instead of --L arg"
1477 msgstr ""
1478
1479 #: ../mcs/mcs/driver.cs:987
1480 msgid "Compatibility: Use -nostdlib instead of --nostdlib"
1481 msgstr ""
1482
1483 #: ../mcs/mcs/driver.cs:996
1484 msgid "Compatibility: Use -warnaserror: option instead of --werror"
1485 msgstr ""
1486
1487 #: ../mcs/mcs/driver.cs:1001
1488 msgid "Compatibility: Use -nowarn instead of --nowarn"
1489 msgstr ""
1490
1491 #: ../mcs/mcs/driver.cs:1018
1492 msgid "Compatibility: Use -warn:LEVEL instead of --wlevel LEVEL"
1493 msgstr ""
1494
1495 #: ../mcs/mcs/driver.cs:1022
1496 msgid "--wlevel requires a value from 0 to 4"
1497 msgstr ""
1498
1499 #: ../mcs/mcs/driver.cs:1031
1500 msgid "--mcs-debug requires an argument"
1501 msgstr ""
1502
1503 #: ../mcs/mcs/driver.cs:1038
1504 msgid "Invalid argument to --mcs-debug"
1505 msgstr ""
1506
1507 #: ../mcs/mcs/driver.cs:1048
1508 msgid "Compatibility: Use -recurse:PATTERN option instead --recurse PATTERN"
1509 msgstr ""
1510
1511 #: ../mcs/mcs/driver.cs:1050
1512 msgid "--recurse requires an argument"
1513 msgstr ""
1514
1515 #: ../mcs/mcs/driver.cs:1062
1516 msgid "Compatibility: Use -debug option instead of -g or --debug"
1517 msgstr ""
1518
1519 #: ../mcs/mcs/driver.cs:1067
1520 msgid "Compatibility: Use -noconfig option instead of --noconfig"
1521 msgstr ""
1522
1523 #: ../mcs/mcs/driver.cs:1087
1524 msgid "Couldn't run pkg-config: "
1525 msgstr ""
1526
1527 #: ../mcs/mcs/driver.cs:1095
1528 msgid "Specified package did not return any information"
1529 msgstr ""
1530
1531 #: ../mcs/mcs/driver.cs:1102
1532 msgid "Error running pkg-config. Check the above output."
1533 msgstr ""
1534
1535 #: ../mcs/mcs/driver.cs:1198
1536 #, csharp-format
1537 msgid "Invalid conditional define symbol `{0}'"
1538 msgstr ""
1539
1540 #: ../mcs/mcs/driver.cs:1252
1541 #, csharp-format
1542 msgid ""
1543 "Invalid resource visibility option `{0}'. Use either `public' or `private' "
1544 "instead"
1545 msgstr ""
1546
1547 #: ../mcs/mcs/driver.cs:1258
1548 #, csharp-format
1549 msgid "Wrong number of arguments for option `{0}'"
1550 msgstr ""
1551
1552 #: ../mcs/mcs/driver.cs:1266
1553 msgid "-recurse requires an argument"
1554 msgstr ""
1555
1556 #: ../mcs/mcs/driver.cs:1275
1557 msgid "-reference requires an argument"
1558 msgstr ""
1559
1560 #: ../mcs/mcs/driver.cs:1297 ../mcs/mcs/driver.cs:1309
1561 #: ../mcs/mcs/driver.cs:1318 ../mcs/mcs/driver.cs:1327
1562 #: ../mcs/mcs/driver.cs:1436 ../mcs/mcs/driver.cs:1456
1563 #: ../mcs/mcs/driver.cs:1463
1564 msgid " requires an argument"
1565 msgstr ""
1566
1567 #: ../mcs/mcs/driver.cs:1337
1568 msgid "/lib requires an argument"
1569 msgstr ""
1570
1571 #: ../mcs/mcs/driver.cs:1399
1572 msgid "/nowarn requires an argument"
1573 msgstr ""
1574
1575 #: ../mcs/mcs/driver.cs:1493
1576 #, csharp-format
1577 msgid ""
1578 "Invalid option `{0}' for /langversion. It must be either `ISO-1', `ISO-2' or "
1579 "`Default'"
1580 msgstr ""
1581
1582 #: ../mcs/mcs/driver.cs:1509
1583 #, csharp-format
1584 msgid "Code page `{0}' is invalid or not installed"
1585 msgstr ""
1586
1587 #: ../mcs/mcs/driver.cs:1521
1588 #, csharp-format
1589 msgid "Unrecognized command-line option: `{0}'"
1590 msgstr ""
1591
1592 #: ../mcs/mcs/driver.cs:1551
1593 msgid "Invalid reference alias '"
1594 msgstr ""
1595
1596 #: ../mcs/mcs/driver.cs:1556
1597 msgid "Invalid extern alias for /reference. Alias '"
1598 msgstr ""
1599
1600 #: ../mcs/mcs/driver.cs:1622
1601 msgid ""
1602 "If no source files are specified you must specify the output file with -out:"
1603 msgstr ""
1604
1605 #: ../mcs/mcs/driver.cs:1746
1606 #, csharp-format
1607 msgid "Could not find `{0}' specified for Main method"
1608 msgstr ""
1609
1610 #: ../mcs/mcs/driver.cs:1751
1611 #, csharp-format
1612 msgid "`{0}' specified for Main method must be a valid class or struct"
1613 msgstr ""
1614
1615 #: ../mcs/mcs/driver.cs:1755
1616 #, csharp-format
1617 msgid "`{0}' does not have a suitable static Main method"
1618 msgstr ""
1619
1620 #: ../mcs/mcs/driver.cs:1760
1621 #, csharp-format
1622 msgid ""
1623 "Program `{0}' does not contain a static `Main' method suitable for an entry "
1624 "point"
1625 msgstr ""
1626
1627 #: ../mcs/mcs/driver.cs:1767
1628 msgid "Cannot specify -main if building a module or library"
1629 msgstr ""
1630
1631 #: ../mcs/mcs/driver.cs:1772
1632 msgid "Cannot link resource file when building a module"
1633 msgstr ""
1634
1635 #: ../mcs/mcs/driver.cs:1921
1636 #, csharp-format
1637 msgid "The resource identifier `{0}' has already been used in this assembly"
1638 msgstr ""
1639
1640 #: ../mcs/mcs/driver.cs:1935
1641 #, csharp-format
1642 msgid "Error reading resource file `{0}'"
1643 msgstr ""
1644
1645 #: ../mcs/mcs/ecore.cs:321
1646 #, csharp-format
1647 msgid "`{0}' is inaccessible due to its protection level"
1648 msgstr ""
1649
1650 #: ../mcs/mcs/ecore.cs:326
1651 #, csharp-format
1652 msgid ""
1653 "Cannot access protected member `{0}' via a qualifier of type `{1}'. The "
1654 "qualifier must be of type `{2}' or derived from it"
1655 msgstr ""
1656
1657 #: ../mcs/mcs/ecore.cs:336
1658 msgid ""
1659 "Only assignment, call, increment, decrement, and new object expressions can "
1660 "be used as a statement"
1661 msgstr ""
1662
1663 #: ../mcs/mcs/ecore.cs:347
1664 #, csharp-format
1665 msgid "Cannot assign to `{0}' because it is a `{1}'"
1666 msgstr ""
1667
1668 #: ../mcs/mcs/ecore.cs:353
1669 msgid "Keyword `void' cannot be used in this context"
1670 msgstr ""
1671
1672 #: ../mcs/mcs/ecore.cs:383 ../mcs/mcs/statement.cs:1098
1673 #, csharp-format
1674 msgid "Cannot convert type `{0}' to `{1}'"
1675 msgstr ""
1676
1677 #: ../mcs/mcs/ecore.cs:393
1678 #, csharp-format
1679 msgid ""
1680 "Cannot implicitly convert type `{0}' to `{1}'. An explicit conversion exists "
1681 "(are you missing a cast?)"
1682 msgstr ""
1683
1684 #: ../mcs/mcs/ecore.cs:399
1685 #, csharp-format
1686 msgid "Cannot implicitly convert type `{0}' to `{1}'"
1687 msgstr ""
1688
1689 #: ../mcs/mcs/ecore.cs:406
1690 #, csharp-format
1691 msgid "A local variable `{0}' cannot be used before it is declared"
1692 msgstr ""
1693
1694 #: ../mcs/mcs/ecore.cs:417
1695 #, csharp-format
1696 msgid "`{0}' does not contain a definition for `{1}'"
1697 msgstr ""
1698
1699 #: ../mcs/mcs/ecore.cs:423
1700 msgid ""
1701 "The left-hand side of an assignment must be a variable, a property or an "
1702 "indexer"
1703 msgstr ""
1704
1705 #: ../mcs/mcs/ecore.cs:556
1706 msgid "A ref or out argument must be an assignable variable"
1707 msgstr ""
1708
1709 #: ../mcs/mcs/ecore.cs:710 ../mcs/mcs/ecore.cs:726
1710 #, csharp-format
1711 msgid "Ambiguity between `{0}' and `{1}'"
1712 msgstr ""
1713
1714 #: ../mcs/mcs/ecore.cs:827 ../mcs/mcs/ecore.cs:2749
1715 #, csharp-format
1716 msgid ""
1717 "Cannot access a nonstatic member of outer type `{0}' via nested type `{1}'"
1718 msgstr ""
1719
1720 #: ../mcs/mcs/ecore.cs:868
1721 #, csharp-format
1722 msgid "The name `{0}' does not exist in the current context"
1723 msgstr ""
1724
1725 #: ../mcs/mcs/ecore.cs:883 ../mcs/mcs/generic.cs:1395
1726 #, csharp-format
1727 msgid "Using the generic type `{0}' requires {1} type arguments"
1728 msgstr ""
1729
1730 #: ../mcs/mcs/ecore.cs:912
1731 msgid "An expression tree cannot contain an unsafe pointer operation"
1732 msgstr ""
1733
1734 #: ../mcs/mcs/ecore.cs:1026
1735 #, csharp-format
1736 msgid "`{0}' is a `{1}' but a `{2}' was expected"
1737 msgstr ""
1738
1739 #: ../mcs/mcs/ecore.cs:1060
1740 #, csharp-format
1741 msgid "Expression denotes a `{0}', where a `{1}' was expected"
1742 msgstr ""
1743
1744 #: ../mcs/mcs/ecore.cs:1065
1745 msgid "Pointers and fixed size buffers may only be used in an unsafe context"
1746 msgstr ""
1747
1748 #: ../mcs/mcs/ecore.cs:1171
1749 #, csharp-format
1750 msgid "Cannot call an abstract base member `{0}'"
1751 msgstr ""
1752
1753 #: ../mcs/mcs/ecore.cs:1178
1754 #, csharp-format
1755 msgid ""
1756 "Members of value type `{0}' cannot be assigned using a property `{1}' object "
1757 "initializer"
1758 msgstr ""
1759
1760 #: ../mcs/mcs/ecore.cs:1181
1761 #, csharp-format
1762 msgid ""
1763 "Cannot modify a value type return value of `{0}'. Consider storing the value "
1764 "in a temporary variable"
1765 msgstr ""
1766
1767 #: ../mcs/mcs/ecore.cs:1854
1768 msgid "Cannot modify the result of an unboxing conversion"
1769 msgstr ""
1770
1771 #: ../mcs/mcs/ecore.cs:2373
1772 #, csharp-format
1773 msgid ""
1774 "A field initializer cannot reference the nonstatic field, method, or "
1775 "property `{0}'"
1776 msgstr ""
1777
1778 #: ../mcs/mcs/ecore.cs:2377
1779 #, csharp-format
1780 msgid ""
1781 "`{0}': An object reference is required for the nonstatic field, method or "
1782 "property"
1783 msgstr ""
1784
1785 #: ../mcs/mcs/ecore.cs:2584 ../mcs/mcs/ecore.cs:2604
1786 #, csharp-format
1787 msgid "The variable `{0}' cannot be used with type arguments"
1788 msgstr ""
1789
1790 #: ../mcs/mcs/ecore.cs:3132
1791 #, csharp-format
1792 msgid ""
1793 "Static member `{0}' cannot be accessed with an instance reference, qualify "
1794 "it with a type name instead"
1795 msgstr ""
1796
1797 #: ../mcs/mcs/ecore.cs:3138
1798 msgid "An expression tree may not contain a base access"
1799 msgstr ""
1800
1801 #: ../mcs/mcs/ecore.cs:3216
1802 #, csharp-format
1803 msgid "The property `{0}' cannot be used with type arguments"
1804 msgstr ""
1805
1806 #: ../mcs/mcs/ecore.cs:3674
1807 msgid "An expression tree cannot contain an expression with method group"
1808 msgstr ""
1809
1810 #: ../mcs/mcs/ecore.cs:3684
1811 msgid ""
1812 "Partial methods with only a defining declaration or removed conditional "
1813 "methods cannot be used in an expression tree"
1814 msgstr ""
1815
1816 #: ../mcs/mcs/ecore.cs:3702
1817 msgid "Method `"
1818 msgstr ""
1819
1820 #: ../mcs/mcs/ecore.cs:3729
1821 #, csharp-format
1822 msgid ""
1823 "The best overloaded collection initalizer method `{0}' cannot have 'ref', or "
1824 "`out' modifier"
1825 msgstr ""
1826
1827 #: ../mcs/mcs/ecore.cs:3733
1828 #, csharp-format
1829 msgid ""
1830 "The best overloaded collection initalizer method `{0}' has some invalid "
1831 "arguments"
1832 msgstr ""
1833
1834 #: ../mcs/mcs/ecore.cs:3739
1835 #, csharp-format
1836 msgid ""
1837 "Type `{0}' does not contain a member `{1}' and the best extension method "
1838 "overload `{2}' has some invalid arguments"
1839 msgstr ""
1840
1841 #: ../mcs/mcs/ecore.cs:3743
1842 #, csharp-format
1843 msgid "The best overloaded method match for `{0}' has some invalid arguments"
1844 msgstr ""
1845
1846 #: ../mcs/mcs/ecore.cs:3747
1847 #, csharp-format
1848 msgid "Delegate `{0}' has some invalid arguments"
1849 msgstr ""
1850
1851 #: ../mcs/mcs/ecore.cs:3756
1852 #, csharp-format
1853 msgid ""
1854 "Argument `#{0}' does not require `{1}' modifier. Consider removing `{1}' "
1855 "modifier"
1856 msgstr ""
1857
1858 #: ../mcs/mcs/ecore.cs:3759
1859 #, csharp-format
1860 msgid "Argument `#{0}' is missing `{1}' modifier"
1861 msgstr ""
1862
1863 #: ../mcs/mcs/ecore.cs:3773
1864 #, csharp-format
1865 msgid "Extension method instance type `{0}' cannot be converted to `{1}'"
1866 msgstr ""
1867
1868 #: ../mcs/mcs/ecore.cs:3776
1869 #, csharp-format
1870 msgid "Argument `#{0}' cannot convert `{1}' expression to type `{2}'"
1871 msgstr ""
1872
1873 #: ../mcs/mcs/ecore.cs:3783
1874 #, csharp-format
1875 msgid ""
1876 "Cannot convert method group `{0}' to non-delegate type `{1}'. Consider using "
1877 "parentheses to invoke the method"
1878 msgstr ""
1879
1880 #: ../mcs/mcs/ecore.cs:4069
1881 msgid "Invoke cannot be called directly on a delegate"
1882 msgstr ""
1883
1884 #: ../mcs/mcs/ecore.cs:4201
1885 #, csharp-format
1886 msgid ""
1887 "The type arguments for method `{0}' cannot be inferred from the usage. Try "
1888 "specifying the type arguments explicitly"
1889 msgstr ""
1890
1891 #: ../mcs/mcs/ecore.cs:4210
1892 #, csharp-format
1893 msgid "Using the generic method `{0}' requires `{1}' type argument(s)"
1894 msgstr ""
1895
1896 #: ../mcs/mcs/ecore.cs:4239
1897 #, csharp-format
1898 msgid ""
1899 "The type `{0}' does not contain a constructor that takes `{1}' arguments"
1900 msgstr ""
1901
1902 #: ../mcs/mcs/ecore.cs:4242
1903 #, csharp-format
1904 msgid "No overload for method `{0}' takes `{1}' arguments"
1905 msgstr ""
1906
1907 #: ../mcs/mcs/ecore.cs:4347
1908 #, csharp-format
1909 msgid ""
1910 "The call is ambiguous between the following methods or properties: `{0}' and "
1911 "`{1}'"
1912 msgstr ""
1913
1914 #: ../mcs/mcs/ecore.cs:4775
1915 msgid ""
1916 "You cannot use fixed size buffers contained in unfixed expressions. Try "
1917 "using the fixed statement"
1918 msgstr ""
1919
1920 #: ../mcs/mcs/ecore.cs:4780
1921 #, csharp-format
1922 msgid "`{0}': Fixed size buffers can only be accessed through locals or fields"
1923 msgstr ""
1924
1925 #: ../mcs/mcs/ecore.cs:5044
1926 #, csharp-format
1927 msgid ""
1928 "A local variable `{0}' cannot be used before it is declared. Consider "
1929 "renaming the local variable when it hides the field `{1}'"
1930 msgstr ""
1931
1932 #: ../mcs/mcs/ecore.cs:5326
1933 #, csharp-format
1934 msgid ""
1935 "Property `{0}' is not supported by the C# language. Try to call the accessor "
1936 "method `{1}' directly"
1937 msgstr ""
1938
1939 #: ../mcs/mcs/ecore.cs:5372
1940 #, csharp-format
1941 msgid ""
1942 "The property or indexer `{0}' cannot be used in this context because it "
1943 "lacks the `get' accessor"
1944 msgstr ""
1945
1946 #: ../mcs/mcs/ecore.cs:5384
1947 #, csharp-format
1948 msgid ""
1949 "The property or indexer `{0}' cannot be used in this context because the get "
1950 "accessor is inaccessible"
1951 msgstr ""
1952
1953 #: ../mcs/mcs/ecore.cs:5419
1954 #, csharp-format
1955 msgid "A range variable `{0}' may not be passes as `ref' or `out' parameter"
1956 msgstr ""
1957
1958 #: ../mcs/mcs/ecore.cs:5422
1959 #, csharp-format
1960 msgid ""
1961 "A property or indexer `{0}' may not be passed as `ref' or `out' parameter"
1962 msgstr ""
1963
1964 #: ../mcs/mcs/ecore.cs:5443
1965 #, csharp-format
1966 msgid ""
1967 "A range variable `{0}' cannot be assigned to. Consider using `let' clause to "
1968 "store the value"
1969 msgstr ""
1970
1971 #: ../mcs/mcs/ecore.cs:5446
1972 #, csharp-format
1973 msgid "Property or indexer `{0}' cannot be assigned to (it is read only)"
1974 msgstr ""
1975
1976 #: ../mcs/mcs/ecore.cs:5462
1977 #, csharp-format
1978 msgid ""
1979 "The property or indexer `{0}' cannot be used in this context because the set "
1980 "accessor is inaccessible"
1981 msgstr ""
1982
1983 #: ../mcs/mcs/ecore.cs:5610
1984 #, csharp-format
1985 msgid ""
1986 "The event `{0}' can only appear on the left hand side of `+=' or `-=' "
1987 "operator"
1988 msgstr ""
1989
1990 #: ../mcs/mcs/ecore.cs:5733
1991 #, csharp-format
1992 msgid ""
1993 "The event `{0}' can only appear on the left hand side of += or -= when used "
1994 "outside of the type `{1}'"
1995 msgstr ""
1996
1997 #: ../mcs/mcs/ecore.cs:5860
1998 #, csharp-format
1999 msgid ""
2000 "An implicitly typed local variable declaration cannot be initialized with `"
2001 "{0}'"
2002 msgstr ""
2003
2004 #: ../mcs/mcs/ecore.cs:5871
2005 msgid ""
2006 "The contextual keyword `var' may only appear within a local variable "
2007 "declaration"
2008 msgstr ""
2009
2010 #: ../mcs/mcs/ecore.cs:5885
2011 msgid ""
2012 "An implicitly typed local variable declaration cannot include multiple "
2013 "declarators"
2014 msgstr ""
2015
2016 #: ../mcs/mcs/ecore.cs:5892
2017 msgid ""
2018 "An implicitly typed local variable declarator must include an initializer"
2019 msgstr ""
2020
2021 #: ../mcs/mcs/enum.cs:112
2022 #, csharp-format
2023 msgid "The enumerator value `{0}' is too large to fit in its type `{1}'"
2024 msgstr ""
2025
2026 #: ../mcs/mcs/enum.cs:148
2027 #, csharp-format
2028 msgid "An item in an enumeration cannot have an identifier `{0}'"
2029 msgstr ""
2030
2031 #: ../mcs/mcs/enum.cs:158
2032 msgid "Type byte, sbyte, short, ushort, int, uint, long or ulong expected"
2033 msgstr ""
2034
2035 #: ../mcs/mcs/eval.cs:393
2036 msgid "Detection Parsing Error"
2037 msgstr ""
2038
2039 #: ../mcs/mcs/expression.cs:554
2040 #, csharp-format
2041 msgid "The `{0}' operator cannot be applied to operand of type `{1}'"
2042 msgstr ""
2043
2044 #: ../mcs/mcs/expression.cs:721
2045 #, csharp-format
2046 msgid "Operator `{0}' is ambiguous on an operand of type `{1}'"
2047 msgstr ""
2048
2049 #: ../mcs/mcs/expression.cs:980
2050 msgid ""
2051 "The operand of an increment or decrement operator must be a variable, "
2052 "property or indexer"
2053 msgstr ""
2054
2055 #: ../mcs/mcs/expression.cs:1153
2056 #, csharp-format
2057 msgid "The `{0}' operator cannot be applied to an operand of a static type"
2058 msgstr ""
2059
2060 #: ../mcs/mcs/expression.cs:1158
2061 #, csharp-format
2062 msgid "The `{0}' operator cannot be applied to an operand of pointer type"
2063 msgstr ""
2064
2065 #: ../mcs/mcs/expression.cs:1164
2066 #, csharp-format
2067 msgid ""
2068 "The `{0}' operator cannot be applied to a lambda expression or anonymous "
2069 "method"
2070 msgstr ""
2071
2072 #: ../mcs/mcs/expression.cs:1402
2073 #, csharp-format
2074 msgid ""
2075 "The `as' operator cannot be used with a non-reference type parameter `{0}'"
2076 msgstr ""
2077
2078 #: ../mcs/mcs/expression.cs:1406
2079 #, csharp-format
2080 msgid "The `as' operator cannot be used with a non-nullable value type `{0}'"
2081 msgstr ""
2082
2083 #: ../mcs/mcs/expression.cs:1438
2084 #, csharp-format
2085 msgid "Cannot convert type `{0}' to `{1}' via a built-in conversion"
2086 msgstr ""
2087
2088 #: ../mcs/mcs/expression.cs:1505
2089 #, csharp-format
2090 msgid "Cannot convert to static type `{0}'"
2091 msgstr ""
2092
2093 #: ../mcs/mcs/expression.cs:1575
2094 msgid ""
2095 "The `default value' operator cannot be applied to an operand of a static type"
2096 msgstr ""
2097
2098 #: ../mcs/mcs/expression.cs:1993
2099 #, csharp-format
2100 msgid "Operator `{0}' cannot be applied to operands of type `{1}' and `{2}'"
2101 msgstr ""
2102
2103 #: ../mcs/mcs/expression.cs:2502
2104 msgid "To cast a negative value, you must enclose the value in parentheses"
2105 msgstr ""
2106
2107 #: ../mcs/mcs/expression.cs:3000
2108 #, csharp-format
2109 msgid "Operator `{0}' is ambiguous on operands of type `{1}' and `{2}'"
2110 msgstr ""
2111
2112 #: ../mcs/mcs/expression.cs:3692
2113 #, csharp-format
2114 msgid ""
2115 "A user-defined operator `{0}' must have parameters and return values of the "
2116 "same type in order to be applicable as a short circuit operator"
2117 msgstr ""
2118
2119 #: ../mcs/mcs/expression.cs:3702
2120 #, csharp-format
2121 msgid ""
2122 "The type `{0}' must have operator `true' and operator `false' defined when `"
2123 "{1}' is used as a short circuit operator"
2124 msgstr ""
2125
2126 #: ../mcs/mcs/expression.cs:3949
2127 #, csharp-format
2128 msgid ""
2129 "Type of conditional expression cannot be determined because there is no "
2130 "implicit conversion between `{0}' and `{1}'"
2131 msgstr ""
2132
2133 #: ../mcs/mcs/expression.cs:4410
2134 #, csharp-format
2135 msgid "Use of unassigned out parameter `{0}'"
2136 msgstr ""
2137
2138 #: ../mcs/mcs/expression.cs:4438
2139 #, csharp-format
2140 msgid ""
2141 "Parameter `{0}' cannot be used inside `{1}' when using `ref' or `out' "
2142 "modifier"
2143 msgstr ""
2144
2145 #: ../mcs/mcs/expression.cs:4764
2146 #, csharp-format
2147 msgid "The member `{0}' cannot be used as method or delegate"
2148 msgstr ""
2149
2150 #: ../mcs/mcs/expression.cs:4822
2151 msgid ""
2152 "Do not directly call your base class Finalize method. It is called "
2153 "automatically from your destructor"
2154 msgstr ""
2155
2156 #: ../mcs/mcs/expression.cs:4824
2157 msgid ""
2158 "Destructors and object.Finalize cannot be called directly. Consider calling "
2159 "IDisposable.Dispose if available"
2160 msgstr ""
2161
2162 #: ../mcs/mcs/expression.cs:4848
2163 #, csharp-format
2164 msgid "`{0}': cannot explicitly call operator or accessor"
2165 msgstr ""
2166
2167 #: ../mcs/mcs/expression.cs:5425
2168 #, csharp-format
2169 msgid "Unsafe type `{0}' cannot be used in an object creation expression"
2170 msgstr ""
2171
2172 #: ../mcs/mcs/expression.cs:5477
2173 #, csharp-format
2174 msgid "Cannot create an instance of the static class `{0}'"
2175 msgstr ""
2176
2177 #: ../mcs/mcs/expression.cs:5489
2178 #, csharp-format
2179 msgid "Cannot create an instance of the abstract class or interface `{0}'"
2180 msgstr ""
2181
2182 #: ../mcs/mcs/expression.cs:5802
2183 msgid "Cannot create an array with a negative size"
2184 msgstr ""
2185
2186 #: ../mcs/mcs/expression.cs:5819 ../mcs/mcs/statement.cs:2997
2187 msgid "A constant value is expected"
2188 msgstr ""
2189
2190 #: ../mcs/mcs/expression.cs:5906
2191 msgid "An expression tree cannot contain a multidimensional array initializer"
2192 msgstr ""
2193
2194 #: ../mcs/mcs/expression.cs:6000
2195 msgid ""
2196 "Can only use array initializer expressions to assign to array types. Try "
2197 "using a new expression instead"
2198 msgstr ""
2199
2200 #: ../mcs/mcs/expression.cs:6005
2201 msgid ""
2202 "An implicitly typed local variable declarator cannot use an array initializer"
2203 msgstr ""
2204
2205 #: ../mcs/mcs/expression.cs:6080
2206 msgid "New invocation: Can not find a constructor for this argument list"
2207 msgstr ""
2208
2209 #: ../mcs/mcs/expression.cs:6523
2210 msgid ""
2211 "The type of an implicitly typed array cannot be inferred from the "
2212 "initializer. Try specifying array type explicitly"
2213 msgstr ""
2214
2215 #: ../mcs/mcs/expression.cs:6701
2216 msgid ""
2217 "Anonymous methods inside structs cannot access instance members of `this'. "
2218 "Consider copying `this' to a local variable outside the anonymous method and "
2219 "using the local instead"
2220 msgstr ""
2221
2222 #: ../mcs/mcs/expression.cs:6775
2223 msgid "Cannot take the address of `this' because it is read-only"
2224 msgstr ""
2225
2226 #: ../mcs/mcs/expression.cs:6777
2227 msgid "Cannot pass `this' as a ref or out argument because it is read-only"
2228 msgstr ""
2229
2230 #: ../mcs/mcs/expression.cs:6779
2231 msgid "Cannot assign to `this' because it is read-only"
2232 msgstr ""
2233
2234 #: ../mcs/mcs/expression.cs:6891
2235 msgid "An expression tree cannot contain a method with variable arguments"
2236 msgstr ""
2237
2238 #: ../mcs/mcs/expression.cs:7001
2239 #, csharp-format
2240 msgid "`{0}': an attribute argument cannot use type parameters"
2241 msgstr ""
2242
2243 #: ../mcs/mcs/expression.cs:7239
2244 #, csharp-format
2245 msgid ""
2246 "`{0}' does not have a predefined size, therefore sizeof can only be used in "
2247 "an unsafe context (consider using System.Runtime.InteropServices.Marshal."
2248 "SizeOf)"
2249 msgstr ""
2250
2251 #: ../mcs/mcs/expression.cs:7294
2252 #, csharp-format
2253 msgid "Alias `{0}' not found"
2254 msgstr ""
2255
2256 #: ../mcs/mcs/expression.cs:7305
2257 #, csharp-format
2258 msgid ""
2259 "Alias `{0}' cannot be used with '::' since it denotes a type. Consider "
2260 "replacing '::' with '.'"
2261 msgstr ""
2262
2263 #: ../mcs/mcs/expression.cs:7321
2264 #, csharp-format
2265 msgid ""
2266 "A namespace alias qualifier `{0}' did not resolve to a namespace or a type"
2267 msgstr ""
2268
2269 #: ../mcs/mcs/expression.cs:7462
2270 #, csharp-format
2271 msgid "`{0}': cannot reference a type through an expression; try `{1}' instead"
2272 msgstr ""
2273
2274 #: ../mcs/mcs/expression.cs:7628
2275 #, csharp-format
2276 msgid "The nested type `{0}' does not exist in the type `{1}'"
2277 msgstr ""
2278
2279 #: ../mcs/mcs/expression.cs:7640
2280 #, csharp-format
2281 msgid ""
2282 "Type `{0}' does not contain a definition for `{1}' and no extension method `"
2283 "{1}' of type `{0}' could be found (are you missing a using directive or an "
2284 "assembly reference?)"
2285 msgstr ""
2286
2287 #: ../mcs/mcs/expression.cs:7858
2288 msgid "Cannot apply indexing with [] to an expression of type `System.Array'"
2289 msgstr ""
2290
2291 #: ../mcs/mcs/expression.cs:7964
2292 #, csharp-format
2293 msgid "Wrong number of indexes `{0}' inside [], expected `{1}'"
2294 msgstr ""
2295
2296 #: ../mcs/mcs/expression.cs:8450
2297 #, csharp-format
2298 msgid ""
2299 "A property or indexer `{0}' may not be passed as an out or ref parameter"
2300 msgstr ""
2301
2302 #: ../mcs/mcs/expression.cs:8475
2303 #, csharp-format
2304 msgid "Cannot apply indexing with [] to an expression of type `{0}'"
2305 msgstr ""
2306
2307 #: ../mcs/mcs/expression.cs:8505
2308 #, csharp-format
2309 msgid "The read only property or indexer `{0}' cannot be assigned to"
2310 msgstr ""
2311
2312 #: ../mcs/mcs/expression.cs:8513
2313 #, csharp-format
2314 msgid ""
2315 "The property or indexer `{0}' cannot be used in this context because it "
2316 "lacks a `{1}' accessor"
2317 msgstr ""
2318
2319 #: ../mcs/mcs/expression.cs:8535
2320 #, csharp-format
2321 msgid ""
2322 "The property or indexer `{0}' cannot be used in this context because a `{1}' "
2323 "accessor is inaccessible"
2324 msgstr ""
2325
2326 #: ../mcs/mcs/expression.cs:8997
2327 #, csharp-format
2328 msgid "Array elements cannot be of type `{0}'"
2329 msgstr ""
2330
2331 #: ../mcs/mcs/expression.cs:9003
2332 #, csharp-format
2333 msgid "Array elements cannot be of static type `{0}'"
2334 msgstr ""
2335
2336 #: ../mcs/mcs/expression.cs:9164
2337 msgid "Cannot use a negative size with stackalloc"
2338 msgstr ""
2339
2340 #: ../mcs/mcs/expression.cs:9291
2341 #, csharp-format
2342 msgid ""
2343 "Member `{0}' cannot be initialized. An object initializer may only be used "
2344 "for fields, or properties"
2345 msgstr ""
2346
2347 #: ../mcs/mcs/expression.cs:9294
2348 #, csharp-format
2349 msgid ""
2350 " Static field or property `{0}' cannot be assigned in an object initializer"
2351 msgstr ""
2352
2353 #: ../mcs/mcs/expression.cs:9452
2354 #, csharp-format
2355 msgid ""
2356 "A field or property `{0}' cannot be initialized with a collection object "
2357 "initializer because type `{1}' does not implement `{2}' interface"
2358 msgstr ""
2359
2360 #: ../mcs/mcs/expression.cs:9462
2361 #, csharp-format
2362 msgid "Inconsistent `{0}' member declaration"
2363 msgstr ""
2364
2365 #: ../mcs/mcs/expression.cs:9470
2366 #, csharp-format
2367 msgid ""
2368 "An object initializer includes more than one member `{0}' initialization"
2369 msgstr ""
2370
2371 #: ../mcs/mcs/expression.cs:9824
2372 #, csharp-format
2373 msgid "An anonymous type property `{0}' cannot be initialized with `{1}'"
2374 msgstr ""
2375
2376 #: ../mcs/mcs/flowanalysis.cs:310
2377 msgid "Control cannot fall through from one case label to another"
2378 msgstr ""
2379
2380 #: ../mcs/mcs/flowanalysis.cs:529
2381 #, csharp-format
2382 msgid ""
2383 "The label `{0}:' could not be found within the scope of the goto statement"
2384 msgstr ""
2385
2386 #: ../mcs/mcs/flowanalysis.cs:657
2387 msgid ""
2388 "A throw statement with no arguments is not allowed outside of a catch clause"
2389 msgstr ""
2390
2391 #: ../mcs/mcs/flowanalysis.cs:668 ../mcs/mcs/flowanalysis.cs:674
2392 msgid "No enclosing loop out of which to break or continue"
2393 msgstr ""
2394
2395 #: ../mcs/mcs/flowanalysis.cs:702
2396 msgid "Control cannot leave the body of an anonymous method"
2397 msgstr ""
2398
2399 #: ../mcs/mcs/flowanalysis.cs:743
2400 msgid "Cannot yield a value in the body of a try block with a catch clause"
2401 msgstr ""
2402
2403 #: ../mcs/mcs/flowanalysis.cs:745
2404 msgid "Cannot yield a value in the body of a catch clause"
2405 msgstr ""
2406
2407 #: ../mcs/mcs/flowanalysis.cs:897
2408 msgid ""
2409 "A throw statement with no arguments is not allowed inside of a finally "
2410 "clause nested inside of the innermost catch clause"
2411 msgstr ""
2412
2413 #: ../mcs/mcs/flowanalysis.cs:909 ../mcs/mcs/iterators.cs:112
2414 msgid "Cannot yield in the body of a finally clause"
2415 msgstr ""
2416
2417 #: ../mcs/mcs/flowanalysis.cs:920 ../mcs/mcs/flowanalysis.cs:936
2418 #: ../mcs/mcs/flowanalysis.cs:972 ../mcs/mcs/statement.cs:778
2419 msgid "Control cannot leave the body of a finally clause"
2420 msgstr ""
2421
2422 #: ../mcs/mcs/flowanalysis.cs:1140
2423 #, csharp-format
2424 msgid ""
2425 "An automatically implemented property `{0}' must be fully assigned before "
2426 "control leaves the constructor. Consider calling default contructor"
2427 msgstr ""
2428
2429 #: ../mcs/mcs/flowanalysis.cs:1144
2430 #, csharp-format
2431 msgid ""
2432 "Field `{0}' must be fully assigned before control leaves the constructor"
2433 msgstr ""
2434
2435 #: ../mcs/mcs/flowanalysis.cs:1438
2436 msgid "Use of unassigned local variable `"
2437 msgstr ""
2438
2439 #: ../mcs/mcs/flowanalysis.cs:1508
2440 msgid "Use of possibly unassigned field `"
2441 msgstr ""
2442
2443 #: ../mcs/mcs/generic.cs:191
2444 msgid "The new() constraint must be the last constraint specified"
2445 msgstr ""
2446
2447 #: ../mcs/mcs/generic.cs:204
2448 msgid "The `new()' constraint cannot be used with the `struct' constraint"
2449 msgstr ""
2450
2451 #: ../mcs/mcs/generic.cs:210
2452 msgid ""
2453 "The `class' or `struct' constraint must be the first constraint specified"
2454 msgstr ""
2455
2456 #: ../mcs/mcs/generic.cs:249
2457 #, csharp-format
2458 msgid ""
2459 "Inconsistent accessibility: constraint type `{0}' is less accessible than `"
2460 "{1}'"
2461 msgstr ""
2462
2463 #: ../mcs/mcs/generic.cs:261
2464 #, csharp-format
2465 msgid ""
2466 "The class type constraint `{0}' must be listed before any other constraints. "
2467 "Consider moving type constraint to the beginning of the constraint list"
2468 msgstr ""
2469
2470 #: ../mcs/mcs/generic.cs:265
2471 #, csharp-format
2472 msgid ""
2473 "`{0}': cannot specify both a constraint class and the `class' or `struct' "
2474 "constraint"
2475 msgstr ""
2476
2477 #: ../mcs/mcs/generic.cs:282 ../mcs/mcs/generic.cs:297
2478 #, csharp-format
2479 msgid "Duplicate constraint `{0}' for type parameter `{1}'."
2480 msgstr ""
2481
2482 #: ../mcs/mcs/generic.cs:316
2483 #, csharp-format
2484 msgid ""
2485 "`{0}' is not a valid constraint. Static classes cannot be used as constraints"
2486 msgstr ""
2487
2488 #: ../mcs/mcs/generic.cs:321
2489 #, csharp-format
2490 msgid ""
2491 "`{0}' is not a valid constraint. A constraint must be an interface, a non-"
2492 "sealed class or a type parameter"
2493 msgstr ""
2494
2495 #: ../mcs/mcs/generic.cs:334
2496 #, csharp-format
2497 msgid "A constraint cannot be special class `{0}'"
2498 msgstr ""
2499
2500 #: ../mcs/mcs/generic.cs:361
2501 #, csharp-format
2502 msgid ""
2503 "Type parameter `{0}' has the `struct' constraint, so it cannot be used as a "
2504 "constraint for `{1}'"
2505 msgstr ""
2506
2507 #: ../mcs/mcs/generic.cs:381
2508 #, csharp-format
2509 msgid "Type parameter `{0}' inherits conflicting constraints `{1}' and `{2}'"
2510 msgstr ""
2511
2512 #: ../mcs/mcs/generic.cs:395
2513 #, csharp-format
2514 msgid "Circular constraint dependency involving `{0}' and `{1}'"
2515 msgstr ""
2516
2517 #: ../mcs/mcs/generic.cs:699
2518 #, csharp-format
2519 msgid ""
2520 "`{0}': Cannot specify constraints for overrides or explicit interface "
2521 "implementation methods"
2522 msgstr ""
2523
2524 #: ../mcs/mcs/generic.cs:730
2525 #, csharp-format
2526 msgid ""
2527 "The constraints for type parameter `{0}' of method `{1}' must match the "
2528 "constraints for type parameter `{2}' of interface method `{3}'. Consider "
2529 "using an explicit interface implementation instead"
2530 msgstr ""
2531
2532 #: ../mcs/mcs/generic.cs:1136
2533 msgid "Type parameter declaration must be an identifier not a type"
2534 msgstr ""
2535
2536 #: ../mcs/mcs/generic.cs:1228
2537 #, csharp-format
2538 msgid "`{0}': static classes cannot be used as generic arguments"
2539 msgstr ""
2540
2541 #: ../mcs/mcs/generic.cs:1235
2542 #, csharp-format
2543 msgid "The type `{0}' may not be used as a type argument"
2544 msgstr ""
2545
2546 #: ../mcs/mcs/generic.cs:1365
2547 #, csharp-format
2548 msgid "Cannot find type `{0}'<...>"
2549 msgstr ""
2550
2551 #: ../mcs/mcs/generic.cs:1372
2552 #, csharp-format
2553 msgid "The non-generic type `{0}' cannot be used with type arguments."
2554 msgstr ""
2555
2556 #: ../mcs/mcs/generic.cs:1528
2557 #, csharp-format
2558 msgid ""
2559 "The type `{0}' must be a reference type in order to use it as type parameter "
2560 "`{1}' in the generic type or method `{2}'."
2561 msgstr ""
2562
2563 #: ../mcs/mcs/generic.cs:1537
2564 #, csharp-format
2565 msgid ""
2566 "The type `{0}' must be a non-nullable value type in order to use it as type "
2567 "parameter `{1}' in the generic type or method `{2}'."
2568 msgstr ""
2569
2570 #: ../mcs/mcs/generic.cs:1580
2571 #, csharp-format
2572 msgid ""
2573 "The type `{0}' must have a public parameterless constructor in order to use "
2574 "it as parameter `{1}' in the generic type or method `{2}'"
2575 msgstr ""
2576
2577 #: ../mcs/mcs/generic.cs:1625
2578 #, csharp-format
2579 msgid ""
2580 "The type `{0}' cannot be used as type parameter `{1}' in the generic type or "
2581 "method `{2}'. The nullable type `{0}' never satisfies interface constraint "
2582 "of type `{3}'"
2583 msgstr ""
2584
2585 #: ../mcs/mcs/generic.cs:1631
2586 #, csharp-format
2587 msgid ""
2588 "The type `{0}' must be convertible to `{1}' in order to use it as parameter `"
2589 "{2}' in the generic type or method `{3}'"
2590 msgstr ""
2591
2592 #: ../mcs/mcs/generic.cs:1824
2593 #, csharp-format
2594 msgid "The type parameter name `{0}' is the same as `{1}'"
2595 msgstr ""
2596
2597 #: ../mcs/mcs/iterators.cs:42 ../mcs/mcs/iterators.cs:939
2598 msgid "Unsafe code may not appear in iterators"
2599 msgstr ""
2600
2601 #: ../mcs/mcs/iterators.cs:52
2602 msgid "The yield statement cannot be used inside anonymous method blocks"
2603 msgstr ""
2604
2605 #: ../mcs/mcs/iterators.cs:907
2606 #, csharp-format
2607 msgid ""
2608 "The body of `{0}' cannot be an iterator block because `{1}' is not an "
2609 "iterator interface type"
2610 msgstr ""
2611
2612 #: ../mcs/mcs/iterators.cs:920
2613 msgid "Iterators cannot have ref or out parameters"
2614 msgstr ""
2615
2616 #: ../mcs/mcs/iterators.cs:926
2617 msgid "__arglist is not allowed in parameter list of iterators"
2618 msgstr ""
2619
2620 #: ../mcs/mcs/iterators.cs:932
2621 msgid "Iterators cannot have unsafe parameters or yield types"
2622 msgstr ""
2623
2624 #: ../mcs/mcs/linq.cs:79
2625 #, csharp-format
2626 msgid ""
2627 "An implementation of `{0}' query expression pattern could not be found. Are "
2628 "you missing `System.Linq' using directive or `System.Core.dll' assembly "
2629 "reference?"
2630 msgstr ""
2631
2632 #: ../mcs/mcs/linq.cs:117
2633 #, csharp-format
2634 msgid ""
2635 "An implementation of `{0}' query expression pattern for source type `{1}' "
2636 "could not be found"
2637 msgstr ""
2638
2639 #: ../mcs/mcs/linq.cs:126
2640 #, csharp-format
2641 msgid ""
2642 "Type inference failed to infer type argument for `{0}' clause. Try "
2643 "specifying the type argument explicitly"
2644 msgstr ""
2645
2646 #: ../mcs/mcs/linq.cs:525
2647 #, csharp-format
2648 msgid "A range variable `{0}' cannot be initialized with `{1}'"
2649 msgstr ""
2650
2651 #: ../mcs/mcs/linq.cs:825
2652 #, csharp-format
2653 msgid "A range variable `{0}' conflicts with a previous declaration of `{0}'"
2654 msgstr ""
2655
2656 #: ../mcs/mcs/linq.cs:831
2657 #, csharp-format
2658 msgid "A range variable `{0}' has already been declared in this scope"
2659 msgstr ""
2660
2661 #: ../mcs/mcs/linq.cs:837
2662 #, csharp-format
2663 msgid "A range variable `{0}' conflicts with a method type parameter"
2664 msgstr ""
2665
2666 #: ../mcs/mcs/literal.cs:76
2667 #, csharp-format
2668 msgid ""
2669 "Cannot convert null to the type parameter `{0}' because it could be a value "
2670 "type. Consider using `default ({0})' instead"
2671 msgstr ""
2672
2673 #: ../mcs/mcs/literal.cs:79
2674 #, csharp-format
2675 msgid "Cannot convert null to `{0}' because it is a value type"
2676 msgstr ""
2677
2678 #: ../mcs/mcs/literal.cs:323
2679 #, csharp-format
2680 msgid ""
2681 "Literal of type double cannot be implicitly converted to type `{0}'. Add "
2682 "suffix `{1}' to create a literal of this type"
2683 msgstr ""
2684
2685 #: ../mcs/mcs/location.cs:224
2686 #, csharp-format
2687 msgid "Source file `{0}' specified multiple times"
2688 msgstr ""
2689
2690 #: ../mcs/mcs/location.cs:226
2691 #, csharp-format
2692 msgid "Source filenames `{0}' and `{1}' both refer to the same file: {2}"
2693 msgstr ""
2694
2695 #: ../mcs/mcs/modifiers.cs:241
2696 msgid "More than one protection modifier specified"
2697 msgstr ""
2698
2699 #: ../mcs/mcs/modifiers.cs:258
2700 msgid "The modifier `"
2701 msgstr ""
2702
2703 #: ../mcs/mcs/namespace.cs:226
2704 #, csharp-format
2705 msgid ""
2706 "The type or namespace name `{0}' could not be found in the global namespace "
2707 "(are you missing an assembly reference?)"
2708 msgstr ""
2709
2710 #: ../mcs/mcs/namespace.cs:246
2711 #, csharp-format
2712 msgid "The imported type `{0}' is defined multiple times"
2713 msgstr ""
2714
2715 #: ../mcs/mcs/namespace.cs:364
2716 #, csharp-format
2717 msgid ""
2718 "The type or namespace name `{0}' does not exist in the namespace `{1}'. Are "
2719 "you missing an assembly reference?"
2720 msgstr ""
2721
2722 #: ../mcs/mcs/namespace.cs:371
2723 #, csharp-format
2724 msgid "Using the generic type `{0}' requires `{1}' type argument(s)"
2725 msgstr ""
2726
2727 #: ../mcs/mcs/namespace.cs:389
2728 #, csharp-format
2729 msgid "The non-generic {0} `{1}' cannot be used with the type arguments"
2730 msgstr ""
2731
2732 #: ../mcs/mcs/namespace.cs:621
2733 #, csharp-format
2734 msgid ""
2735 "`{0}' is a type not a namespace. A using namespace directive can only be "
2736 "applied to namespaces"
2737 msgstr ""
2738
2739 #: ../mcs/mcs/namespace.cs:648
2740 #, csharp-format
2741 msgid "The extern alias `{0}' was not specified in -reference option"
2742 msgstr ""
2743
2744 #: ../mcs/mcs/namespace.cs:857 ../mcs/mcs/namespace.cs:879
2745 msgid ""
2746 "A using clause must precede all other namespace elements except extern alias "
2747 "declarations"
2748 msgstr ""
2749
2750 #: ../mcs/mcs/namespace.cs:903
2751 msgid "An extern alias declaration must precede all other elements"
2752 msgstr ""
2753
2754 #: ../mcs/mcs/namespace.cs:921
2755 #, csharp-format
2756 msgid "The using alias `{0}' appeared previously in this namespace"
2757 msgstr ""
2758
2759 #: ../mcs/mcs/namespace.cs:994
2760 #, csharp-format
2761 msgid "`{0}' is an ambiguous reference between `{1}' and `{2}'"
2762 msgstr ""
2763
2764 #: ../mcs/mcs/namespace.cs:1033
2765 #, csharp-format
2766 msgid "Namespace `{0}' contains a definition with same name as alias `{1}'"
2767 msgstr ""
2768
2769 #: ../mcs/mcs/namespace.cs:1126
2770 msgid "You cannot redefine the global extern alias"
2771 msgstr ""
2772
2773 #: ../mcs/mcs/namespace.cs:1131
2774 #, csharp-format
2775 msgid ""
2776 "The type or namespace name `{0}' could not be found. Are you missing a using "
2777 "directive or an assembly reference?"
2778 msgstr ""
2779
2780 #: ../mcs/mcs/nullable.cs:980
2781 msgid ""
2782 "An expression tree cannot contain a coalescing operator with null left side"
2783 msgstr ""
2784
2785 #: ../mcs/mcs/parameter.cs:176
2786 msgid "The params parameter must be a single dimensional array"
2787 msgstr ""
2788
2789 #: ../mcs/mcs/parameter.cs:277
2790 msgid "Invalid parameter type `void'"
2791 msgstr ""
2792
2793 #: ../mcs/mcs/parameter.cs:288
2794 msgid "An out parameter cannot have the `In' attribute"
2795 msgstr ""
2796
2797 #: ../mcs/mcs/parameter.cs:293
2798 msgid ""
2799 "Do not use `System.ParamArrayAttribute'. Use the `params' keyword instead"
2800 msgstr ""
2801
2802 #: ../mcs/mcs/parameter.cs:300
2803 msgid ""
2804 "Cannot specify only `Out' attribute on a ref parameter. Use both `In' and "
2805 "`Out' attributes or neither"
2806 msgstr ""
2807
2808 #: ../mcs/mcs/parameter.cs:318
2809 #, csharp-format
2810 msgid "Argument of type `{0}' is not applicable for the DefaultValue attribute"
2811 msgstr ""
2812
2813 #: ../mcs/mcs/parameter.cs:321
2814 #, csharp-format
2815 msgid ""
2816 "The DefaultValue attribute is not applicable on parameters of type `{0}'"
2817 msgstr ""
2818
2819 #: ../mcs/mcs/parameter.cs:333
2820 msgid "The type of the default value should match the type of the parameter"
2821 msgstr ""
2822
2823 #: ../mcs/mcs/parameter.cs:373
2824 #, csharp-format
2825 msgid "Method or delegate parameter cannot be of type `{0}'"
2826 msgstr ""
2827
2828 #: ../mcs/mcs/parameter.cs:386
2829 #, csharp-format
2830 msgid "`{0}': static types cannot be used as parameters"
2831 msgstr ""
2832
2833 #: ../mcs/mcs/parameter.cs:392
2834 #, csharp-format
2835 msgid "The type of extension method cannot be `{0}'"
2836 msgstr ""
2837
2838 #: ../mcs/mcs/parameter.cs:497
2839 msgid "An expression tree parameter cannot use `ref' or `out' modifier"
2840 msgstr ""
2841
2842 #: ../mcs/mcs/parameter.cs:884
2843 #, csharp-format
2844 msgid "The parameter name `{0}' is a duplicate"
2845 msgstr ""
2846
2847 #: ../mcs/mcs/parameter.cs:936
2848 #, csharp-format
2849 msgid "The parameter name `{0}' conflicts with a compiler generated name"
2850 msgstr ""
2851
2852 #: ../mcs/mcs/pending.cs:598
2853 #, csharp-format
2854 msgid ""
2855 "`{0}' does not implement interface member `{1}' and the best implementing "
2856 "candidate `{2}' is static"
2857 msgstr ""
2858
2859 #: ../mcs/mcs/pending.cs:602
2860 #, csharp-format
2861 msgid ""
2862 "`{0}' does not implement interface member `{1}' and the best implementing "
2863 "candidate `{2}' in not public"
2864 msgstr ""
2865
2866 #: ../mcs/mcs/pending.cs:606
2867 #, csharp-format
2868 msgid ""
2869 "`{0}' does not implement interface member `{1}' and the best implementing "
2870 "candidate `{2}' return type `{3}' does not match interface member return "
2871 "type `{4}'"
2872 msgstr ""
2873
2874 #: ../mcs/mcs/pending.cs:611
2875 #, csharp-format
2876 msgid "`{0}' does not implement interface member `{1}'"
2877 msgstr ""
2878
2879 #: ../mcs/mcs/pending.cs:615
2880 #, csharp-format
2881 msgid "`{0}' does not implement inherited abstract member `{1}'"
2882 msgstr ""
2883
2884 #: ../mcs/mcs/report.cs:574
2885 #, csharp-format
2886 msgid ""
2887 "Feature `{0}' is not available in Mono mcs1 compiler. Consider using the "
2888 "`gmcs' compiler instead"
2889 msgstr ""
2890
2891 #: ../mcs/mcs/report.cs:582
2892 #, csharp-format
2893 msgid ""
2894 "Feature `{0}' cannot be used because it is not part of the C# {1} language "
2895 "specification"
2896 msgstr ""
2897
2898 #: ../mcs/mcs/report.cs:639
2899 #, csharp-format
2900 msgid ""
2901 "Your .NET Runtime does not support `{0}'. Please use the latest Mono runtime "
2902 "instead."
2903 msgstr ""
2904
2905 #: ../mcs/mcs/rootcontext.cs:438
2906 msgid "Unsafe code requires the `unsafe' command line option to be specified"
2907 msgstr ""
2908
2909 #: ../mcs/mcs/statement.cs:105
2910 msgid ""
2911 "A lambda expression with statement body cannot be converted to an expresion "
2912 "tree"
2913 msgstr ""
2914
2915 #: ../mcs/mcs/statement.cs:818
2916 msgid ""
2917 "Cannot return a value from iterators. Use the yield return statement to "
2918 "return a value, or yield break to end the iteration"
2919 msgstr ""
2920
2921 #: ../mcs/mcs/statement.cs:825
2922 #, csharp-format
2923 msgid ""
2924 "`{0}': A return keyword must not be followed by any expression when method "
2925 "returns void"
2926 msgstr ""
2927
2928 #: ../mcs/mcs/statement.cs:849
2929 #, csharp-format
2930 msgid ""
2931 "Cannot convert `{0}' to delegate type `{1}' because some of the return types "
2932 "in the block are not implicitly convertible to the delegate return type"
2933 msgstr ""
2934
2935 #: ../mcs/mcs/statement.cs:1041 ../mcs/mcs/statement.cs:1073
2936 msgid "A goto case is only valid inside a switch statement"
2937 msgstr ""
2938
2939 #: ../mcs/mcs/statement.cs:1661
2940 #, csharp-format
2941 msgid ""
2942 "The label `{0}' shadows another label by the same name in a contained scope"
2943 msgstr ""
2944
2945 #: ../mcs/mcs/statement.cs:1686
2946 #, csharp-format
2947 msgid "The label `{0}' is a duplicate"
2948 msgstr ""
2949
2950 #: ../mcs/mcs/statement.cs:1781
2951 #, csharp-format
2952 msgid "`{0}' conflicts with a declaration in a child block"
2953 msgstr ""
2954
2955 #: ../mcs/mcs/statement.cs:1882
2956 #, csharp-format
2957 msgid ""
2958 "A local variable named `{0}' cannot be declared in this scope because it "
2959 "would give a different meaning to `{0}', which is already used in a `{1}' "
2960 "scope to denote something else"
2961 msgstr ""
2962
2963 #: ../mcs/mcs/statement.cs:1891
2964 #, csharp-format
2965 msgid "A local variable named `{0}' is already defined in this scope"
2966 msgstr ""
2967
2968 #: ../mcs/mcs/statement.cs:2046
2969 msgid "An implicitly typed local variable cannot be a constant"
2970 msgstr ""
2971
2972 #: ../mcs/mcs/statement.cs:2897
2973 #, csharp-format
2974 msgid ""
2975 "The out parameter `{0}' must be assigned to before control leaves the "
2976 "current method"
2977 msgstr ""
2978
2979 #: ../mcs/mcs/statement.cs:3030
2980 #, csharp-format
2981 msgid "The label `case {0}:' already occurs in this switch statement"
2982 msgstr ""
2983
2984 #: ../mcs/mcs/statement.cs:3576
2985 msgid "A value of an integral type or string expected for switch"
2986 msgstr ""
2987
2988 #: ../mcs/mcs/statement.cs:4035
2989 #, csharp-format
2990 msgid "`{0}' is not a reference type as required by the lock statement"
2991 msgstr ""
2992
2993 #: ../mcs/mcs/statement.cs:4352
2994 msgid "A fixed statement cannot use an implicitly typed local variable"
2995 msgstr ""
2996
2997 #: ../mcs/mcs/statement.cs:4362
2998 msgid "The type of locals declared in a fixed statement must be a pointer type"
2999 msgstr ""
3000
3001 #: ../mcs/mcs/statement.cs:4386
3002 msgid ""
3003 "The right hand side of a fixed statement assignment may not be a cast "
3004 "expression"
3005 msgstr ""
3006
3007 #: ../mcs/mcs/statement.cs:4463
3008 msgid ""
3009 "You cannot use the fixed statement to take the address of an already fixed "
3010 "expression"
3011 msgstr ""
3012
3013 #: ../mcs/mcs/statement.cs:4713
3014 msgid "Try statement already has an empty catch block"
3015 msgstr ""
3016
3017 #: ../mcs/mcs/statement.cs:4751
3018 #, csharp-format
3019 msgid ""
3020 "A previous catch clause already catches all exceptions of this or a super "
3021 "type `{0}'"
3022 msgstr ""
3023
3024 #: ../mcs/mcs/statement.cs:4926 ../mcs/mcs/statement.cs:5041
3025 msgid "Internal error: No Dispose method which takes 0 parameters."
3026 msgstr ""
3027
3028 #: ../mcs/mcs/statement.cs:4998
3029 #, csharp-format
3030 msgid ""
3031 "`{0}': type used in a using statement must be implicitly convertible to "
3032 "`System.IDisposable'"
3033 msgstr ""
3034
3035 #: ../mcs/mcs/statement.cs:5121
3036 msgid "Use of null is not valid in this context"
3037 msgstr ""
3038
3039 #: ../mcs/mcs/statement.cs:5126
3040 #, csharp-format
3041 msgid "Foreach statement cannot operate on a `{0}'"
3042 msgstr ""
3043
3044 #: ../mcs/mcs/statement.cs:5439
3045 #, csharp-format
3046 msgid ""
3047 "foreach statement requires that the return type `{0}' of `{1}' must have a "
3048 "suitable public MoveNext method and public Current property"
3049 msgstr ""
3050
3051 #: ../mcs/mcs/statement.cs:5524
3052 #, csharp-format
3053 msgid ""
3054 "foreach statement cannot operate on variables of type `{0}' because it does "
3055 "not contain a definition for `GetEnumerator' or is not accessible"
3056 msgstr ""
3057
3058 #: ../mcs/mcs/statement.cs:5576
3059 #, csharp-format
3060 msgid ""
3061 "foreach statement cannot operate on variables of type `{0}' because it "
3062 "contains multiple implementation of `{1}'. Try casting to a specific "
3063 "implementation"
3064 msgstr ""
3065
3066 #: ../mcs/mcs/typemanager.cs:869
3067 #, csharp-format
3068 msgid "The predefined type `{0}.{1}' is not defined or imported"
3069 msgstr ""
3070
3071 #: ../mcs/mcs/typemanager.cs:893
3072 #, csharp-format
3073 msgid "The predefined type `{0}.{1}' is not declared correctly"
3074 msgstr ""
3075
3076 #: ../mcs/mcs/typemanager.cs:943
3077 #, csharp-format
3078 msgid ""
3079 "The compiler required member `{0}.{1}{2}' could not be found or is "
3080 "inaccessible"
3081 msgstr ""
3082
3083 #: ../mcs/mcs/typemanager.cs:1130
3084 #, csharp-format
3085 msgid ""
3086 "The compilation may fail due to missing `{0}.SetCorlibTypeBuilders({1})' "
3087 "method"
3088 msgstr ""
3089
3090 #: ../mcs/mcs/typemanager.cs:1696
3091 msgid "Friend access was granted to `"
3092 msgstr ""
3093
3094 #: ../mcs/mcs/typemanager.cs:1953
3095 #, csharp-format
3096 msgid ""
3097 "Struct member `{0}.{1}' of type `{2}' causes a cycle in the struct layout"
3098 msgstr ""
3099
3100 #: ../mcs/mcs/typemanager.cs:2300
3101 #, csharp-format
3102 msgid ""
3103 "Cannot take the address of, get the size of, or declare a pointer to a "
3104 "managed type `{0}'"
3105 msgstr ""