1 # Mono C# compiler translation file.
2 # Copyright (C) 2008 Novell, Inc.
3 # Miguel de Icaza <miguel@gnome.org>, 2008.
7 "Project-Id-Version: mono 2.1\n"
8 "Report-Msgid-Bugs-To: http://www.mono-project.com/Bugs\n"
9 "POT-Creation-Date: 2008-09-29 12:41-0300\n"
10 "PO-Revision-Date: 2008-09-19 13:28-0400\n"
11 "Last-Translator: Miguel de Icaza <miguel@novell.com>\n"
12 "Language-Team: es <mono-list@lists.ximian.com>\n"
14 "Content-Type: text/plain; charset=utf-8\n"
15 "Content-Transfer-Encoding: 8bit\n"
17 #: ../mcs/mcs/anonymous.cs:850
19 msgid "Cannot convert `{0}' to an expression tree of non-delegate type `{1}'"
21 "No es posible convertir `{0}' a un árbol de expresiónáéíóú de tipo `{1}; ya "
22 "que no es un tipo de delegado"
24 #: ../mcs/mcs/anonymous.cs:856
26 msgid "Cannot convert `{0}' to non-delegate type `{1}'"
27 msgstr "No es posible convertir `{0}' a un un tipo que no es un delegado `{1}'"
29 #: ../mcs/mcs/anonymous.cs:868
32 "Cannot convert `{0}' to delegate type `{1}' since there is a parameter "
36 #: ../mcs/mcs/anonymous.cs:880 ../mcs/mcs/delegate.cs:568
38 msgid "Delegate `{0}' does not take `{1}' arguments"
39 msgstr "El delegado `{0} no toma {1} argumentos"
41 #: ../mcs/mcs/anonymous.cs:895
43 msgid "Parameter `{0}' should not be declared with the `{1}' keyword"
45 "El parámetro `{0}' no debe ser ser declarado con la palabra reservada `{1}'"
47 #: ../mcs/mcs/anonymous.cs:898
49 msgid "Parameter `{0}' must be declared with the `{1}' keyword"
51 "El parámetro `{0}' debe de ser declarado con la palabra reservada `{1}'"
53 #: ../mcs/mcs/anonymous.cs:919
55 msgid "Parameter `{0}' is declared as type `{1}' but should be `{2}'"
56 msgstr "El parámetro `{0}' está declarado con `{1}' pero debería de ser `{2}'"
58 #: ../mcs/mcs/anonymous.cs:1043
59 msgid "An anonymous method cannot be converted to an expression tree"
61 "Los métodos anónimos no pueden ser convertidos a árboles de expresiones"
63 #: ../mcs/mcs/anonymous.cs:1060
66 "Cannot convert anonymous method block without a parameter list to delegate "
67 "type `{0}' because it has one or more `out' parameters."
70 #: ../mcs/mcs/anonymous.cs:1085
72 "Anonymous methods and lambda expressions cannot be used in the current "
75 "Los métodos anónimos y las expresiones lambdas no pueden ser usados en este "
78 #: ../mcs/mcs/anonymous.cs:1122
81 "Local variable or parameter `{0}' cannot have their address taken and be "
82 "used inside an anonymous method or lambda expression"
84 "No se le puede tomar la dirección a la variable local o el parámetro `{0}' y "
85 "ser al mismo tiempo usada dentro de un método anónimo o una expresión lambda."
87 #: ../mcs/mcs/anonymous.cs:1353
88 msgid "An expression tree cannot contain an anonymous method expression"
90 "Un árbol de expresiones no puede contener una expresión que sea una método "
93 #: ../mcs/mcs/anonymous.cs:1647
96 "`{0}': An anonymous type cannot have multiple properties with the same name"
98 "`{0}' An tipo anónimo no puede tener multiples propiedades con el mismo "
101 #: ../mcs/mcs/assign.cs:325
102 msgid "An expression tree cannot contain an assignment operator"
103 msgstr "Un árbol de expresiones no puede contener un operador de asignación"
105 #: ../mcs/mcs/attribute.cs:165
108 "`{0}' is not a valid named attribute argument. Named attribute arguments "
109 "must be fields which are not readonly, static, const or read-write "
110 "properties which are public and not static"
113 #: ../mcs/mcs/attribute.cs:173
116 "`{0}' is not a valid named attribute argument because it is not a valid "
117 "attribute parameter type"
120 #: ../mcs/mcs/attribute.cs:180
122 "An attribute argument must be a constant expression, typeof expression or "
123 "array creation expression"
126 #: ../mcs/mcs/attribute.cs:187
127 msgid "Can not use a type parameter in an attribute"
128 msgstr "No es posible usar un tipo parametrizado en un atributo"
130 #: ../mcs/mcs/attribute.cs:192
131 msgid "The Guid attribute must be specified with the ComImport attribute"
133 "El atributo Guid debe de ser especificado junto con el atributo ComImport"
135 #: ../mcs/mcs/attribute.cs:197
137 msgid "Do not use `{0}' directly. Use parameter modifier `this' instead"
139 "No use `{0}' directamente. Use el modificador de parámetro `this' en su "
142 #: ../mcs/mcs/attribute.cs:206
144 msgid "Error during emitting `{0}' attribute. The reason is `{1}'"
145 msgstr "Error al emitir el atributo `{0}'. La razón es `{1}'"
147 #: ../mcs/mcs/attribute.cs:245
149 msgid "`{0}': is not an attribute class"
150 msgstr "`{0}' no es una clase atributo"
152 #: ../mcs/mcs/attribute.cs:263
155 "`{0}' is ambiguous between `{0}' and `{0}Attribute'. Use either `@{0}' or `"
158 "`{0}' produce una amiguedad entre `{0}' y `{0}Attribute'. Use `@{0}' o `{0}"
161 #: ../mcs/mcs/attribute.cs:365
163 msgid "Cannot apply attribute class `{0}' because it is abstract"
164 msgstr "No es posible aplicar el atributo `{0}' ya que es abstracto"
166 #: ../mcs/mcs/attribute.cs:490
167 msgid "Invalid value for argument to `System.AttributeUsage' attribute"
168 msgstr "Valor inválido pasado a `System.AttributeUsage'"
170 #: ../mcs/mcs/attribute.cs:498
172 msgid "The argument to the `{0}' attribute must be a valid identifier"
174 "El argumento pasado al atributo `{0}' debe de ser un identificador válido"
176 #: ../mcs/mcs/attribute.cs:528
178 msgid "'{0}' duplicate named attribute argument"
181 #: ../mcs/mcs/attribute.cs:870
184 "`{0}' is not a valid attribute location for this declaration. Valid "
185 "attribute locations for this declaration are `{1}'"
188 #: ../mcs/mcs/attribute.cs:1199
191 "The attribute `{0}' is not valid on this declaration type. It is valid on `"
192 "{1}' declarations only"
195 #: ../mcs/mcs/attribute.cs:1493
197 msgid "The attribute `{0}' cannot be applied multiple times"
200 #: ../mcs/mcs/attribute.cs:1661
202 "Added modules must be marked with the CLSCompliant attribute to match the "
206 #: ../mcs/mcs/attribute.cs:1802
208 msgid "`{0}' is obsolete: `{1}'"
211 #: ../mcs/mcs/cs-tokenizer.cs:1276 ../mcs/mcs/cs-tokenizer.cs:1346
212 msgid "Invalid number"
213 msgstr "Número inválido"
215 #: ../mcs/mcs/cs-tokenizer.cs:1532
217 msgid "Unrecognized escape sequence `\\{0}'"
218 msgstr "Secuencia de escape no reconocida: `\\\\{0}'"
220 #: ../mcs/mcs/cs-tokenizer.cs:1551
221 msgid "Unrecognized escape sequence"
222 msgstr "Secuencia de escape no reconocida"
224 #: ../mcs/mcs/cs-tokenizer.cs:1811
226 msgid "Missing identifier to pre-processor directive"
227 msgstr "La directiva del pre-procesador requiere un identificador"
229 #: ../mcs/mcs/cs-tokenizer.cs:1821 ../mcs/mcs/cs-tokenizer.cs:1825
231 msgid "Identifier expected: {0}"
232 msgstr "Esperaba un identificador: {0}."
234 #: ../mcs/mcs/cs-tokenizer.cs:2201
235 msgid "Numeric constant too long"
236 msgstr "La constante numérica es demasiado grande"
238 #: ../mcs/mcs/cs-tokenizer.cs:2206
239 msgid "Invalid preprocessor directive"
240 msgstr "Directiva inválida para el pre-procesador."
242 #: ../mcs/mcs/cs-tokenizer.cs:2213
244 msgid "Unexpected processor directive ({0})"
245 msgstr "Directiva inválida para el pre-procesador ({0})."
247 #: ../mcs/mcs/cs-tokenizer.cs:2218
249 msgid "Expected `{0}'"
250 msgstr "Esperaba `{0}'"
252 #: ../mcs/mcs/cs-tokenizer.cs:2224
254 "Cannot define or undefine preprocessor symbols after first token in file"
256 "No es posible definir nuevos símbolos para el preprocesador o elimiar las "
257 "definiciones existentes después del primer tóken del archivo"
259 #: ../mcs/mcs/cs-tokenizer.cs:2230
261 "Preprocessor directives must appear as the first non-whitespace character on "
264 "Las directivas del pre-procesador deben aparecer como el primer carácter en "
265 "la línea (que no sea un espacio en blanco)"
267 #: ../mcs/mcs/cs-tokenizer.cs:2235
268 msgid "Single-line comment or end-of-line expected"
269 msgstr "Esperaba un comentario de una sola línea o el final de archivo"
271 #: ../mcs/mcs/cs-tokenizer.cs:2280 ../mcs/mcs/cs-tokenizer.cs:3006
272 msgid "Expected `#endif' directive"
273 msgstr "Esperaba la directiva `#endif'"
275 #: ../mcs/mcs/cs-tokenizer.cs:2313 ../mcs/mcs/cs-tokenizer.cs:2334
276 #: ../mcs/mcs/cs-tokenizer.cs:2365 ../mcs/mcs/cs-tokenizer.cs:3004
277 msgid "#endregion directive expected"
278 msgstr "Esperaba la directiva `#endregion'"
280 #: ../mcs/mcs/cs-tokenizer.cs:2420
282 msgid "#error: '{0}'"
283 msgstr "#error: '{0}'"
285 #: ../mcs/mcs/cs-tokenizer.cs:2440
286 msgid "The line number specified for #line directive is missing or invalid"
288 "Falta el número de linea especificado en la directiva #line o el número es "
291 #: ../mcs/mcs/cs-tokenizer.cs:2444
292 msgid "Wrong preprocessor directive"
293 msgstr "La directiva del pre-procesador es errónea"
295 #: ../mcs/mcs/cs-tokenizer.cs:2474 ../mcs/mcs/cs-tokenizer.cs:2837
296 msgid "Newline in constant"
297 msgstr "Hay un carácter nueva-linea en la constante"
299 #: ../mcs/mcs/cs-tokenizer.cs:2490
300 msgid "Unterminated string literal"
301 msgstr "La literal de texto no tiene fin"
303 #: ../mcs/mcs/cs-tokenizer.cs:2537
305 "The `partial' modifier can be used only immediately before `class', "
306 "`struct', `interface', or `void' keyword"
308 "El modificador `partial' solamente puede ser utilizado antes de `class', "
309 "`struct', `interface' o la palabra clave `void'"
311 #: ../mcs/mcs/cs-tokenizer.cs:2568
312 msgid "Identifier too long (limit is 512 chars)"
313 msgstr "El identificador es demasiado grande (el límite son 512 caracteres)"
315 #: ../mcs/mcs/cs-tokenizer.cs:2624
318 "`{0}': Any identifier with double underscores cannot be used when ISO "
319 "language version mode is specified"
321 "`{0}': Ningún identificador con dos subrayados contíguos puede ser usado "
322 "cuando la versión del lenguage seleccionada es ISO"
324 #: ../mcs/mcs/cs-tokenizer.cs:2739
325 msgid "End-of-file found, '*/' expected"
326 msgstr "El archivo se terminó, y esperaba encontrar un `*/'"
328 #: ../mcs/mcs/cs-tokenizer.cs:2876
329 msgid "Keyword, identifier, or string expected after verbatim specifier: @"
331 "Esperaba una palabra clave, un identificador o una cadena después del "
332 "especificador '@' (al pie de la letra)"
334 #: ../mcs/mcs/cfold.cs:66
335 msgid "The operation overflows at compile time in checked mode"
337 "La operación produjo un sobreflujo durante la compilación en el modo "
338 "verificado (-checked)"
340 #: ../mcs/mcs/cfold.cs:693 ../mcs/mcs/cfold.cs:773
341 msgid "Division by constant zero"
342 msgstr "División por cero (con una constante)"
344 #: ../mcs/mcs/class.cs:156
347 "The operator `{0}' requires a matching operator `{1}' to also be defined"
349 "El operador `{0}' require que el operador correspondiente `{1}' también sea "
352 #: ../mcs/mcs/class.cs:351
355 "Partial declarations of `{0}' must be all classes, all structs or all "
358 "Las declaraciones parciales de `{0}' deben o todas ser classes, o todas "
359 "estructuras o todas interfaces"
361 #: ../mcs/mcs/class.cs:360
363 msgid "Partial declarations of `{0}' have conflicting accessibility modifiers"
365 "Las varias declaraciones parciales de `{0} tienen modificadores de "
366 "accesibilidad en conflicto"
368 #: ../mcs/mcs/class.cs:416
371 "`{0}': explicit interface declaration can only be declared in a class or "
374 "`{0}': las declaraciones explícitas de interfaces solamente pueden ser "
375 "declaradas en una clase o estructura"
377 #: ../mcs/mcs/class.cs:455 ../mcs/mcs/decl.cs:2803
380 "A member `{0}' is already defined. Rename this member or use different "
383 "El miembro `{0} ya ha sido definido. Renombre este miembro o use tipos de "
384 "parámetro distintos"
386 #: ../mcs/mcs/class.cs:572
388 "Cannot specify the `DefaultMember' attribute on type containing an indexer"
390 "No puede especificar el atributo `DefaultMember' en un tipo que contiene un "
393 #: ../mcs/mcs/class.cs:855
395 msgid "`{0}' is already listed in interface list"
396 msgstr "`{0}' ya está listado en la lista de interfaces"
398 #: ../mcs/mcs/class.cs:863
401 "Inconsistent accessibility: base interface `{0}' is less accessible than "
404 "Accesibilidad inconsistente: la interface base `{0}' es menos accessible que "
407 #: ../mcs/mcs/class.cs:869
409 msgid "Type `{0}' in interface list is not an interface"
410 msgstr "El tipo `{0} en la lista de interfaces no es una interface"
412 #: ../mcs/mcs/class.cs:871
414 msgid "`{0}': Classes cannot have multiple base classes (`{1}' and `{2}')"
416 "`{0}': las clases no pueden tener múltiples clases base (`{1}' y `{2}')"
418 #: ../mcs/mcs/class.cs:874
420 msgid "`{0}': Base class `{1}' must be specified as first"
421 msgstr "`{0}': la clase base `{1}' tiene que ser especificada primero"
423 #: ../mcs/mcs/class.cs:901
425 msgid "Partial declarations of `{0}' must not specify different base classes"
427 "Las declaraciones parciales de `{0}' no deben de especificar clases bases "
430 #: ../mcs/mcs/class.cs:942
433 "`{0}' cannot implement both `{1}' and `{2}' because they may unify for some "
434 "type parameter substitutions"
436 "`{0}' no es posible implementar tanto `{1}' como `{2}' por que se pueden "
437 "unificar en algunos casos"
439 #: ../mcs/mcs/class.cs:1164
442 "Partial declarations of `{0}' must have the same type parameter names in the "
445 "Las declaraciones parciales de `{0} deben de tener los mismos nombres de "
446 "parámetros en el mismo órden."
448 #: ../mcs/mcs/class.cs:1184
451 "Partial declarations of `{0}' have inconsistent constraints for type "
454 "Las declaraciones parciales de `{0}' tienen limitaciones inconsistentes para "
455 "el tipo parametrizado `{1}'"
457 #: ../mcs/mcs/class.cs:1274
460 "Inherited interface `{0}' causes a cycle in the interface hierarchy of `{1}'"
462 "La interface heredada `{0}' produce un ciclo en la jerarquía de la interface "
465 #: ../mcs/mcs/class.cs:1279
467 msgid "Circular base class dependency involving `{0}' and `{1}'"
468 msgstr "Dependencia circular en la clase base involucrando `{0}' y `{1}'"
470 #: ../mcs/mcs/class.cs:1459
472 "Two indexers have different names; the IndexerName attribute must be used "
473 "with the same name on every indexer within a type"
475 "Hay dos indexadores con nombres distintos; El atributo IndexerName debe "
476 "ser usado con el mismo nombre en todos los indexadores dentro de un tipo"
478 #: ../mcs/mcs/class.cs:2293
480 msgid "A static member `{0}' cannot be marked as override, virtual or abstract"
482 "El miembro estático `{0}' no puede ser marcado con override, virtual o "
485 #: ../mcs/mcs/class.cs:2307
487 msgid "A member `{0}' marked as override cannot be marked as new or virtual"
489 "El miembro `{0}' está usa `override' y no puede usar `new' o `virtual' "
491 #: ../mcs/mcs/class.cs:2319
493 msgid "`{0}' cannot be both extern and abstract"
494 msgstr "`{0}' no puede ser tanto externo como abstracto"
496 #: ../mcs/mcs/class.cs:2324
498 msgid "`{0}' cannot be both abstract and sealed"
499 msgstr "`{0}'' no puede ser tanto sellado como abstracto"
501 #: ../mcs/mcs/class.cs:2329
503 msgid "The abstract method `{0}' cannot be marked virtual"
504 msgstr "El método abstracto `{0} no puede ser marcado como virtual"
506 #: ../mcs/mcs/class.cs:2335
508 msgid "`{0}' is abstract but it is declared in the non-abstract class `{1}'"
510 "`{0}' es abstracto pero ha sido declarado dentro de una clase que no es "
513 #: ../mcs/mcs/class.cs:2343
515 msgid "`{0}': virtual or abstract members cannot be private"
516 msgstr "`{0}': los miembros virtuales o abstractos no pueden ser privados"
518 #: ../mcs/mcs/class.cs:2350
520 msgid "`{0}' cannot be sealed because it is not an override"
521 msgstr "`{0}' no puede sellarse por que no es una sobrecarga"
523 #: ../mcs/mcs/class.cs:2436
525 msgid "`{0}': containing type does not implement interface `{1}'"
526 msgstr "`{0}': el tipo contenedor no implementa la interface `{1}'"
528 #: ../mcs/mcs/class.cs:2570
530 msgid "Type parameter `{0}' has same name as containing type, or method"
532 "El tipo parametrizado `{0}' tiene el mimo nombre que el tipo contenedor, o "
535 #: ../mcs/mcs/class.cs:2576
537 msgid "`{0}': member names cannot be the same as their enclosing type"
539 "`{0}': los nombres de los miembros no pueden ser el mismo que el del tipo "
542 #: ../mcs/mcs/class.cs:2718
544 "The class System.Object cannot have a base class or implement an interface."
546 "La clase Syste.Object no puede tener una clase base o implementar una "
549 #: ../mcs/mcs/class.cs:2727
551 msgid "Attribute `{0}' is only valid on classes derived from System.Attribute"
553 "El atributo `{0}' solamente es válido en las clases derivadas de System."
556 #: ../mcs/mcs/class.cs:2732
558 "Attribute `System.Diagnostics.ConditionalAttribute' is only valid on methods "
559 "or attribute classes"
561 "El atributo `System.Diagnostics.ConditionalAttribute' solamente es válido en "
562 "métodos o en clases derivadas de System.Attribute"
564 #: ../mcs/mcs/class.cs:2771
566 msgid "`{0}': Static classes cannot contain user-defined operators"
568 "`{0}': las clases estáticas no pueden contener operadores definidos por el "
571 #: ../mcs/mcs/class.cs:2776
573 msgid "`{0}': Static classes cannot contain destructor"
574 msgstr "`{0}': las clases estáticas no pueden contener un destructor"
576 #: ../mcs/mcs/class.cs:2781
578 msgid "`{0}': cannot declare indexers in a static class"
579 msgstr "`{0}': no es posible declarar indexadores en una clase estática"
581 #: ../mcs/mcs/class.cs:2789
583 msgid "`{0}': Static classes cannot have instance constructors"
585 "`{0}': las clases estáticas no pueden tener constructores de instancias"
587 #: ../mcs/mcs/class.cs:2795
589 msgid "`{0}': Extension methods must be declared static"
590 msgstr "`{0}' Los métodos de extensión deben de ser estáticos"
592 #: ../mcs/mcs/class.cs:2799
594 msgid "`{0}': cannot declare instance members in a static class"
596 "`{0}'L no es posible declarar miembros de instancia en una clase estática"
598 #: ../mcs/mcs/class.cs:2808
600 msgid "`{0}': an abstract class cannot be sealed or static"
601 msgstr "`{0}': una clase abstracta no puede estar sellada o ser estática"
603 #: ../mcs/mcs/class.cs:2812
605 msgid "`{0}': a class cannot be both static and sealed"
606 msgstr "`{0}': una clase no puede estar sellada y ser estática al mismo tiempo"
608 #: ../mcs/mcs/class.cs:2849
610 msgid "Cannot derive from `{0}' because it is a type parameter"
611 msgstr "No se puede derivar de `{0}' ya que es un tipo parametrizado"
613 #: ../mcs/mcs/class.cs:2856
616 "A generic type cannot derive from `{0}' because it is an attribute class"
617 msgstr "Los tipos genericos no pueden derivad de `{0} ya que es un atributo"
619 #: ../mcs/mcs/class.cs:2863
621 msgid "`{0}': Cannot derive from static class `{1}'"
622 msgstr "`{0}': no es posible derivar de una clase estática (`{1}')"
624 #: ../mcs/mcs/class.cs:2866
626 msgid "`{0}': cannot derive from sealed class `{1}'"
627 msgstr "`{0}': no es posible derivad de una clase sellada (`{1}')"
629 #: ../mcs/mcs/class.cs:2873
631 msgid "`{0}' cannot derive from special class `{1}'"
632 msgstr "`{0}' no es posible derivad de la clase especial `{1}'"
634 #: ../mcs/mcs/class.cs:2880
637 "Inconsistent accessibility: base class `{0}' is less accessible than class `"
640 "Accesibilidad inconsistente: la clase base `{0}' es menos accessible que la "
643 #: ../mcs/mcs/class.cs:2887
646 "Static class `{0}' cannot derive from type `{1}'. Static classes must derive "
649 "La clase estática `{0}' no puede derivarse del tipo `{1}'. Las clases "
650 "estáticas deben derivar de `System.Object'"
652 #: ../mcs/mcs/class.cs:2895
654 msgid "Static class `{0}' cannot implement interfaces"
655 msgstr "Las clases estáticas no pueden implementar interfaces (`{0}')"
657 #: ../mcs/mcs/class.cs:3041
659 msgid "`{0}': Structs cannot have instance field initializers"
661 "`{0}': las estructuras no pueden tener inicializadores de campos en "
664 #: ../mcs/mcs/class.cs:3362
666 msgid "`{0}': cannot override because `{1}' is not an event"
667 msgstr "`{0}': no es posible sobreescribir ya que `{1}' no es un evento"
669 #: ../mcs/mcs/class.cs:3364
671 msgid "`{0}': cannot override because `{1}' is not a property"
672 msgstr "`{0}': no es posible sobreescribir `{1}' ya que no es una propiedad"
674 #: ../mcs/mcs/class.cs:3366
676 msgid "`{0}': cannot override because `{1}' is not a method"
677 msgstr "`{0}': no es posible sobreescribir `{1}' ya que no es un método"
679 #: ../mcs/mcs/class.cs:3368
681 msgid "`{0}' is marked as an override but no suitable {1} found to override"
683 "`{0}' está marcado como una sobreescritura pero no es posible encontrar {1} "
686 #: ../mcs/mcs/class.cs:3407
689 "`{0}': cannot override inherited member `{1}' because it is not marked "
690 "virtual, abstract or override"
692 "`{0}': no es posible sobreescribir el miembro heredado `{1}' ya que este no "
693 "está marcado con `virtual', `abstract' u `override'"
695 #: ../mcs/mcs/class.cs:3416
697 msgid "`{0}': cannot override inherited member `{1}' because it is sealed"
699 "`{0}': no es posible sobreescribir el miembro heredado `{1}' ya que este "
702 #: ../mcs/mcs/class.cs:3434
704 msgid "`{0}': type must be `{1}' to match overridden member `{2}'"
706 "`{0}': el tipo debe de ser `{1}' para que corresponda con el miembro "
709 #: ../mcs/mcs/class.cs:3438
711 msgid "`{0}': return type must be `{1}' to match overridden member `{2}'"
713 "`{0}': El tipo de regreso debe de ser `{1}' para qu ecorresponda con el "
714 "miembro sobreescrito `{2}'"
716 #: ../mcs/mcs/class.cs:3460
718 msgid "`{0}' hides inherited abstract member `{1}'"
719 msgstr "`{0}' esconde el miembro abstracto heredado `{1}'"
721 #: ../mcs/mcs/class.cs:3520
724 "Inconsistent accessibility: parameter type `{0}' is less accessible than "
727 "Accesibilidad inconsistente: la interface base `{0}' es menos accessible que "
730 #: ../mcs/mcs/class.cs:3524
733 "Inconsistent accessibility: parameter type `{0}' is less accessible than "
736 "Accesibilidad inconsistente: el tipo del parámetro `{0}' es menos accessible "
737 "que el operador `{1}'"
739 #: ../mcs/mcs/class.cs:3528
742 "Inconsistent accessibility: parameter type `{0}' is less accessible than "
746 #: ../mcs/mcs/class.cs:3548
748 msgid "`{0}' in explicit interface declaration is not an interface"
751 #: ../mcs/mcs/class.cs:3587
753 msgid "A partial method `{0}' cannot explicitly implement an interface"
756 #: ../mcs/mcs/class.cs:3595
758 msgid "'{0}' in explicit interface declaration is not an interface"
761 #: ../mcs/mcs/class.cs:3614
764 "`{0}' is marked as an external but has no DllImport attribute. Consider "
765 "adding a DllImport attribute to specify the external implementation"
768 #: ../mcs/mcs/class.cs:3631
771 "`{0}': cannot change access modifiers when overriding `{1}' inherited member "
775 #: ../mcs/mcs/class.cs:3724
777 "The DllImport attribute must be specified on a method marked `static' and "
781 #: ../mcs/mcs/class.cs:3787
783 msgid "`{0}': A partial method parameters cannot use `out' modifier"
786 #: ../mcs/mcs/class.cs:3867
789 "Conditional not valid on `{0}' because it is a constructor, destructor, "
790 "operator or explicit interface implementation"
793 #: ../mcs/mcs/class.cs:3924
794 msgid "Do not override object.Finalize. Instead, provide a destructor"
797 #: ../mcs/mcs/class.cs:4096
799 msgid "Program `{0}' has more than one entry point defined: `{1}'"
802 #: ../mcs/mcs/class.cs:4127
804 msgid "Conditional not valid on `{0}' because its return type is not void"
807 #: ../mcs/mcs/class.cs:4132
809 msgid "Conditional not valid on `{0}' because it is an override method"
812 #: ../mcs/mcs/class.cs:4137
813 msgid "Conditional not valid on interface members"
816 #: ../mcs/mcs/class.cs:4143
818 msgid "Conditional member `{0}' cannot implement interface member `{1}'"
821 #: ../mcs/mcs/class.cs:4150
823 msgid "Conditional method `{0}' cannot have an out parameter"
826 #: ../mcs/mcs/class.cs:4218
828 msgid "`{0}': Extension methods cannot be defined in a nested class"
831 #: ../mcs/mcs/class.cs:4223
834 "`{0}': Extension methods cannot be declared without a reference to System."
835 "Core.dll assembly. Add the assembly reference or remove `this' modifer from "
836 "the first parameter"
839 #: ../mcs/mcs/class.cs:4237
841 msgid "`{0}': Extension methods must be defined in a non-generic static class"
844 #: ../mcs/mcs/class.cs:4293
847 "A partial method `{0}' implementation is missing a partial method declaration"
850 #: ../mcs/mcs/class.cs:4327
852 msgid "Method or delegate cannot return type `{0}'"
855 #: ../mcs/mcs/class.cs:4412
857 msgid "`{0}': Struct constructors cannot call base constructors"
860 #: ../mcs/mcs/class.cs:4445
862 msgid "Constructor `{0}' cannot call itself"
865 #: ../mcs/mcs/class.cs:4570
867 msgid "`{0}': The static constructor must be parameterless"
870 #: ../mcs/mcs/class.cs:4590
871 msgid "Structs cannot contain explicit parameterless constructors"
874 #: ../mcs/mcs/class.cs:4642
877 "`{0}': A class with the ComImport attribute cannot have a user-defined "
881 #: ../mcs/mcs/class.cs:4934
883 msgid "`{0}' is an accessor not found in interface member `{1}{2}'"
886 #: ../mcs/mcs/class.cs:4940
889 "`{0}.{1}' in explicit interface declaration is not a member of interface"
892 #: ../mcs/mcs/class.cs:4947
895 "`{0}' explicit method implementation cannot implement `{1}' because it is an "
899 #: ../mcs/mcs/class.cs:4957
901 msgid "Method `{0}' cannot implement interface accessor `{1}.{2}'"
904 #: ../mcs/mcs/class.cs:4964
907 "Accessor `{0}' cannot implement interface member `{1}' for type `{2}'. Use "
908 "an explicit interface implementation"
911 #: ../mcs/mcs/class.cs:4971
914 "Accessor `{0}' must be declared public to implement interface member `{1}'"
917 #: ../mcs/mcs/class.cs:4995
920 "`{0}': the explicit interface implementation cannot introduce the params "
924 #: ../mcs/mcs/class.cs:5291
926 msgid "New virtual member `{0}' is declared in a sealed class `{1}'"
929 #: ../mcs/mcs/class.cs:5301
930 msgid "Inconsistent accessibility: property type `"
933 #: ../mcs/mcs/class.cs:5306
934 msgid "Inconsistent accessibility: indexer return type `"
937 #: ../mcs/mcs/class.cs:5312 ../mcs/mcs/class.cs:5317
938 #: ../mcs/mcs/delegate.cs:220
939 msgid "Inconsistent accessibility: return type `"
942 #: ../mcs/mcs/class.cs:5322
943 msgid "Inconsistent accessibility: field type `"
946 #: ../mcs/mcs/class.cs:5335
948 msgid "Field or property cannot be of type `{0}'"
951 #: ../mcs/mcs/class.cs:5363
953 "The modifier 'abstract' is not valid on fields. Try using a property instead"
956 #: ../mcs/mcs/class.cs:5378
958 "The FieldOffset attribute can only be placed on members of types marked with "
959 "the StructLayout(LayoutKind.Explicit)"
962 #: ../mcs/mcs/class.cs:5383
963 msgid "The FieldOffset attribute is not allowed on static or const fields"
966 #: ../mcs/mcs/class.cs:5390
968 "Do not use 'System.Runtime.CompilerServices.FixedBuffer' attribute. Use the "
969 "'fixed' field modifier instead"
972 #: ../mcs/mcs/class.cs:5478
975 "`{0}': Instance field types marked with StructLayout(LayoutKind.Explicit) "
976 "must have a FieldOffset attribute"
979 #: ../mcs/mcs/class.cs:5487
981 msgid "`{0}': cannot declare variables of static types"
984 #: ../mcs/mcs/class.cs:5605
987 "`{0}': Fixed size buffers type must be one of the following: bool, byte, "
988 "short, int, long, char, sbyte, ushort, uint, ulong, float or double"
991 #: ../mcs/mcs/class.cs:5627
993 msgid "`{0}': Fixed size buffer fields may only be members of structs"
996 #: ../mcs/mcs/class.cs:5643
998 msgid "`{0}': Fixed size buffers must have a length greater than zero"
1001 #: ../mcs/mcs/class.cs:5650
1004 "Fixed size buffer `{0}' of length `{1}' and type `{2}' exceeded 2^31 limit"
1007 #: ../mcs/mcs/class.cs:5843
1009 msgid "Struct member `{0}' of type `{1}' causes a cycle in the struct layout"
1012 #: ../mcs/mcs/class.cs:5855
1014 msgid "`{0}': A volatile field cannot be of the type `{1}'"
1017 #: ../mcs/mcs/class.cs:5860
1019 msgid "`{0}': A field cannot be both volatile and readonly"
1022 #: ../mcs/mcs/class.cs:6049
1025 "Attribute `{0}' is not valid on property or event accessors. It is valid on `"
1026 "{1}' declarations only"
1029 #: ../mcs/mcs/class.cs:6149 ../mcs/mcs/decl.cs:2792
1031 msgid "A member `{0}' is already reserved"
1034 #: ../mcs/mcs/class.cs:6352
1036 msgid "Explicit interface implementation `{0}' is missing accessor `{1}'"
1039 #: ../mcs/mcs/class.cs:6369
1042 "`{0}': accessibility modifiers may not be used on accessors in an interface"
1045 #: ../mcs/mcs/class.cs:6373
1047 msgid "`{0}': abstract properties cannot have private accessors"
1050 #: ../mcs/mcs/class.cs:6435
1053 "The accessibility modifier of the `{0}' accessor must be more restrictive "
1054 "than the modifier of the property or indexer `{1}'"
1057 #: ../mcs/mcs/class.cs:6500
1060 "`{0}': Cannot specify accessibility modifiers for both accessors of the "
1061 "property or indexer"
1064 #: ../mcs/mcs/class.cs:6509
1067 "`{0}': accessibility modifiers on accessors may only be used if the property "
1068 "or indexer has both a get and a set accessor"
1071 #: ../mcs/mcs/class.cs:6571
1074 "`{0}.get': cannot override because `{1}' does not have an overridable get "
1078 #: ../mcs/mcs/class.cs:6586
1081 "`{0}.set': cannot override because `{1}' does not have an overridable set "
1085 #: ../mcs/mcs/class.cs:6783
1088 "Automatically implemented property `{0}' cannot be used inside a type with "
1089 "an explicit StructLayout attribute"
1092 #: ../mcs/mcs/class.cs:7151
1094 msgid "`{0}': abstract event cannot have an initializer"
1097 #: ../mcs/mcs/class.cs:7337
1099 msgid "`{0}': event must be of a delegate type"
1102 #: ../mcs/mcs/class.cs:7544
1104 "The `IndexerName' attribute is valid only on an indexer that is not an "
1105 "explicit interface member declaration"
1108 #: ../mcs/mcs/class.cs:7551
1109 msgid "Cannot set the `IndexerName' attribute on an indexer marked override"
1112 #: ../mcs/mcs/class.cs:7753
1114 msgid "User-defined operator `{0}' must be declared static and public"
1117 #: ../mcs/mcs/class.cs:7784
1119 "User-defined operator cannot take an object of the enclosing type and "
1120 "convert to an object of the enclosing type"
1123 #: ../mcs/mcs/class.cs:7795
1124 msgid "User-defined conversion must convert to or from the enclosing type"
1127 #: ../mcs/mcs/class.cs:7804
1130 "User-defined conversion `{0}' cannot convert to or from an interface type"
1133 #: ../mcs/mcs/class.cs:7811
1135 msgid "User-defined conversion `{0}' cannot convert to or from a base class"
1138 #: ../mcs/mcs/class.cs:7817
1140 msgid "User-defined conversion `{0}' cannot convert to or from a derived class"
1143 #: ../mcs/mcs/class.cs:7825
1145 "Overloaded shift operator must have the type of the first operand be the "
1146 "containing type, and the type of the second operand must be int"
1149 #: ../mcs/mcs/class.cs:7834
1151 "The return type for ++ or -- operator must be the containing type or derived "
1152 "from the containing type"
1155 #: ../mcs/mcs/class.cs:7839
1156 msgid "The parameter type for ++ or -- operator must be the containing type"
1159 #: ../mcs/mcs/class.cs:7846
1160 msgid "The parameter type of a unary operator must be the containing type"
1163 #: ../mcs/mcs/class.cs:7854
1164 msgid "The return type of operator True or False must be bool"
1167 #: ../mcs/mcs/class.cs:7867
1168 msgid "One of the parameters of a binary operator must be the containing type"
1171 #: ../mcs/mcs/codegen.cs:122
1172 msgid "Assembly generation failed -- Referenced assembly '"
1175 #: ../mcs/mcs/codegen.cs:140
1176 msgid "Could not access the key inside the container `"
1179 #: ../mcs/mcs/codegen.cs:148
1180 msgid "Could not use the specified key to strongname the assembly."
1183 #: ../mcs/mcs/codegen.cs:176
1185 "Could not find the symbol writer assembly (Mono.CompilerServices."
1189 #: ../mcs/mcs/codegen.cs:181
1191 msgid "Unexpected debug information initialization error `{0}'"
1194 #: ../mcs/mcs/codegen.cs:199
1195 msgid "Couldn't delay-sign the assembly with the '"
1198 #: ../mcs/mcs/codegen.cs:204 ../mcs/mcs/codegen.cs:208
1199 msgid "Could not write to file `"
1202 #: ../mcs/mcs/codegen.cs:822
1204 msgid "`{0}': not all code paths return a value"
1207 #: ../mcs/mcs/codegen.cs:825
1209 msgid "Not all code paths return a value in anonymous method of type `{0}'"
1212 #: ../mcs/mcs/codegen.cs:1224 ../mcs/mcs/codegen.cs:1237
1215 "Option `{0}' overrides attribute `{1}' given in a source file or added module"
1218 #: ../mcs/mcs/codegen.cs:1300
1220 "Could not sign the assembly. ECMA key can only be used to delay-sign "
1224 #: ../mcs/mcs/codegen.cs:1320
1225 msgid "Error during assembly signing. "
1228 #: ../mcs/mcs/codegen.cs:1345
1229 msgid "Friend assembly reference `"
1232 #: ../mcs/mcs/codegen.cs:1417
1233 msgid "Invalid type specified as an argument for TypeForwardedTo attribute"
1236 #: ../mcs/mcs/codegen.cs:1425
1238 msgid "A duplicate type forward of type `{0}'"
1241 #: ../mcs/mcs/codegen.cs:1434
1243 msgid "Cannot forward type `{0}' because it is defined in this assembly"
1246 #: ../mcs/mcs/codegen.cs:1440
1248 msgid "Cannot forward type `{0}' because it is a nested type"
1251 #: ../mcs/mcs/codegen.cs:1446
1253 msgid "Cannot forward generic type `{0}'"
1256 #: ../mcs/mcs/codegen.cs:1651
1258 "Value specified for the argument to 'System.Runtime.InteropServices."
1259 "DefaultCharSetAttribute' is not valid"
1262 #: ../mcs/mcs/const.cs:177
1264 msgid "The expression being assigned to `{0}' must be constant"
1267 #: ../mcs/mcs/const.cs:182
1270 "The evaluation of the constant value for `{0}' involves a circular definition"
1273 #: ../mcs/mcs/const.cs:188
1276 "A constant `{0}' of reference type `{1}' can only be initialized with null"
1279 #: ../mcs/mcs/const.cs:194
1281 msgid "The type `{0}' cannot be declared const"
1284 #: ../mcs/mcs/constant.cs:84 ../mcs/mcs/constant.cs:285
1286 msgid "Constant value `{0}' cannot be converted to a `{1}'"
1289 #: ../mcs/mcs/constant.cs:192
1292 "Constant value `{0}' cannot be converted to a `{1}' (use `unchecked' syntax "
1296 #: ../mcs/mcs/decl.cs:363
1298 msgid "`{0}' cannot declare a body because it is marked extern"
1301 #: ../mcs/mcs/decl.cs:369
1303 msgid "`{0}' cannot declare a body because it is marked abstract"
1306 #: ../mcs/mcs/decl.cs:377
1309 "`{0}' must have a body because it is not marked abstract or extern. The "
1310 "property can be automatically implemented when you define both accessors"
1313 #: ../mcs/mcs/decl.cs:380
1316 "`{0}' must have a body because it is not marked abstract, extern, or partial"
1319 #: ../mcs/mcs/decl.cs:396
1321 msgid "`{0}': Structs cannot contain protected members"
1324 #: ../mcs/mcs/decl.cs:402
1326 msgid "`{0}': Static classes cannot contain protected members"
1329 #: ../mcs/mcs/decl.cs:950
1331 msgid "The namespace `{0}' already contains a definition for `{1}'"
1334 #: ../mcs/mcs/decl.cs:954
1336 msgid "Duplicate type parameter `{0}'"
1339 #: ../mcs/mcs/decl.cs:957
1341 msgid "The type `{0}' already contains a definition for `{1}'"
1344 #: ../mcs/mcs/decl.cs:1025
1347 "Missing partial modifier on declaration of type `{0}'. Another partial "
1348 "declaration of this type exists"
1351 #: ../mcs/mcs/decl.cs:1248
1352 msgid "The RequiredAttribute attribute is not permitted on C# types"
1355 #: ../mcs/mcs/decl.cs:1303
1356 msgid "Constraints are not allowed on non-generic declarations"
1359 #: ../mcs/mcs/decl.cs:1347
1361 msgid "`{0}': A constraint references nonexistent type parameter `{1}'"
1364 #: ../mcs/mcs/decl.cs:2725
1366 "A partial method declaration and partial method implementation cannot differ "
1367 "on use of `params' modifier"
1370 #: ../mcs/mcs/decl.cs:2728
1372 "A partial method declaration and partial method implementation must be both "
1373 "an extension method or neither"
1376 #: ../mcs/mcs/decl.cs:2732
1379 "An overloaded method `{0}' cannot differ on use of parameter modifiers only"
1382 #: ../mcs/mcs/decl.cs:2760
1384 "A partial method declaration and partial method implementation must be both "
1385 "`static' or neither"
1388 #: ../mcs/mcs/decl.cs:2765
1390 "A partial method declaration and partial method implementation must be both "
1391 "`unsafe' or neither"
1394 #: ../mcs/mcs/decl.cs:2771
1396 msgid "A partial method `{0}' declaration is already defined"
1399 #: ../mcs/mcs/decl.cs:2775
1401 msgid "A partial method `{0}' implementation is already defined"
1404 #: ../mcs/mcs/decl.cs:2783
1406 msgid "Duplicate user-defined conversion in type `{0}'"
1409 #: ../mcs/mcs/delegate.cs:204
1412 "Inconsistent accessibility: parameter type `{0}' is less accessible than "
1415 "Accesibilidad inconsistente: la interface base `{0}' es menos accessible que "
1418 #: ../mcs/mcs/delegate.cs:403
1419 msgid "Internal error: could not find delegate constructor!"
1422 #: ../mcs/mcs/delegate.cs:445 ../mcs/mcs/delegate.cs:553
1423 msgid "Internal error: could not find Invoke method!"
1426 #: ../mcs/mcs/delegate.cs:732
1429 "Cannot create delegate from method `{0}' because it is a member of System."
1433 #: ../mcs/mcs/delegate.cs:744
1436 "Extension method `{0}' of value type `{1}' cannot be used to create delegates"
1439 #: ../mcs/mcs/delegate.cs:759
1441 msgid "Cannot create delegate from partial method declaration `{0}'"
1444 #: ../mcs/mcs/delegate.cs:762
1447 "Cannot create delegate with `{0}' because it has a Conditional attribute"
1450 #: ../mcs/mcs/delegate.cs:818
1453 "A method or delegate `{0} {1}' parameters and return type must be same as "
1454 "delegate `{2} {3}' parameters and return type"
1457 #: ../mcs/mcs/delegate.cs:824
1460 "A method or delegate `{0}' parameters do not match delegate `{1}' parameters"
1463 #: ../mcs/mcs/delegate.cs:829
1466 "A method or delegate `{0} {1}' return type does not match delegate `{2} {3}' "
1470 #: ../mcs/mcs/delegate.cs:949
1471 msgid "Method name expected"
1474 #: ../mcs/mcs/doc.cs:1007
1476 msgid "Error generating XML documentation file `{0}' (`{1}')"
1479 #: ../mcs/mcs/driver.cs:152 ../mcs/mcs/driver.cs:707 ../mcs/mcs/driver.cs:710
1480 msgid "Source file `"
1483 #: ../mcs/mcs/driver.cs:179
1485 msgid "Source file `{0}' could not be found"
1488 #: ../mcs/mcs/driver.cs:187
1490 msgid "Source file `{0}' is a binary file and not a text file"
1493 #: ../mcs/mcs/driver.cs:205
1495 msgid "Compilation aborted in file `{0}', {1}"
1498 #: ../mcs/mcs/driver.cs:272
1500 "Invalid target type for -target. Valid options are `exe', `winexe', "
1501 "`library' or `module'"
1504 #: ../mcs/mcs/driver.cs:320
1506 msgid "cannot find metadata file `{0}'"
1509 #: ../mcs/mcs/driver.cs:327
1511 msgid "file `{0}' has invalid `{1}' metadata"
1514 #: ../mcs/mcs/driver.cs:347
1517 "Referenced file `{0}' is not an assembly. Consider using `-addmodule' option "
1521 #: ../mcs/mcs/driver.cs:603
1522 msgid "Response file `"
1525 #: ../mcs/mcs/driver.cs:612
1526 msgid "Unable to open response file: "
1529 #: ../mcs/mcs/driver.cs:662 ../mcs/mcs/driver.cs:672
1530 msgid "No files to compile were specified"
1533 #: ../mcs/mcs/driver.cs:802
1534 msgid "Warning level must be in the range 0-4"
1537 #: ../mcs/mcs/driver.cs:836
1538 msgid "Compatibility: Use -main:CLASS instead of --main CLASS or -m CLASS"
1541 #: ../mcs/mcs/driver.cs:845
1542 msgid "Compatibility: Use -unsafe instead of --unsafe"
1545 #: ../mcs/mcs/driver.cs:856
1546 msgid "Compatibility: Use -d:SYMBOL instead of --define SYMBOL"
1549 #: ../mcs/mcs/driver.cs:870
1550 msgid "Compatibility: Use -out:FILE instead of --output FILE or -o FILE"
1553 #: ../mcs/mcs/driver.cs:879
1554 msgid "Compatibility: Use -checked instead of --checked"
1557 #: ../mcs/mcs/driver.cs:889
1558 msgid "Compatibility: Use -linkres:VALUE instead of --linkres VALUE"
1561 #: ../mcs/mcs/driver.cs:892
1562 msgid "Missing argument to --linkres"
1565 #: ../mcs/mcs/driver.cs:903
1566 msgid "Compatibility: Use -res:VALUE instead of --res VALUE"
1569 #: ../mcs/mcs/driver.cs:906
1570 msgid "Missing argument to --resource"
1573 #: ../mcs/mcs/driver.cs:916
1574 msgid "Compatibility: Use -target:KIND instead of --target KIND"
1577 #: ../mcs/mcs/driver.cs:948
1578 msgid "Compatibility: Use -r:LIBRARY instead of -r library"
1581 #: ../mcs/mcs/driver.cs:967
1582 msgid "Compatibility: Use -lib:ARG instead of --L arg"
1585 #: ../mcs/mcs/driver.cs:976
1586 msgid "Compatibility: Use -nostdlib instead of --nostdlib"
1589 #: ../mcs/mcs/driver.cs:985
1590 msgid "Compatibility: Use -warnaserror: option instead of --werror"
1593 #: ../mcs/mcs/driver.cs:990
1594 msgid "Compatibility: Use -nowarn instead of --nowarn"
1597 #: ../mcs/mcs/driver.cs:1007
1598 msgid "Compatibility: Use -warn:LEVEL instead of --wlevel LEVEL"
1601 #: ../mcs/mcs/driver.cs:1011
1602 msgid "--wlevel requires a value from 0 to 4"
1605 #: ../mcs/mcs/driver.cs:1020
1606 msgid "--mcs-debug requires an argument"
1609 #: ../mcs/mcs/driver.cs:1027
1610 msgid "Invalid argument to --mcs-debug"
1613 #: ../mcs/mcs/driver.cs:1037
1614 msgid "Compatibility: Use -recurse:PATTERN option instead --recurse PATTERN"
1617 #: ../mcs/mcs/driver.cs:1039
1618 msgid "--recurse requires an argument"
1621 #: ../mcs/mcs/driver.cs:1051
1622 msgid "Compatibility: Use -debug option instead of -g or --debug"
1625 #: ../mcs/mcs/driver.cs:1056
1626 msgid "Compatibility: Use -noconfig option instead of --noconfig"
1629 #: ../mcs/mcs/driver.cs:1076
1630 msgid "Couldn't run pkg-config: "
1633 #: ../mcs/mcs/driver.cs:1084
1634 msgid "Specified package did not return any information"
1637 #: ../mcs/mcs/driver.cs:1091
1638 msgid "Error running pkg-config. Check the above output."
1641 #: ../mcs/mcs/driver.cs:1187
1643 msgid "Invalid conditional define symbol `{0}'"
1646 #: ../mcs/mcs/driver.cs:1241
1649 "Invalid resource visibility option `{0}'. Use either `public' or `private' "
1653 #: ../mcs/mcs/driver.cs:1247
1655 msgid "Wrong number of arguments for option `{0}'"
1658 #: ../mcs/mcs/driver.cs:1255
1659 msgid "-recurse requires an argument"
1662 #: ../mcs/mcs/driver.cs:1264
1663 msgid "-reference requires an argument"
1666 #: ../mcs/mcs/driver.cs:1286 ../mcs/mcs/driver.cs:1298
1667 #: ../mcs/mcs/driver.cs:1310 ../mcs/mcs/driver.cs:1322
1668 #: ../mcs/mcs/driver.cs:1431 ../mcs/mcs/driver.cs:1451
1669 #: ../mcs/mcs/driver.cs:1458
1670 msgid " requires an argument"
1673 #: ../mcs/mcs/driver.cs:1303 ../mcs/mcs/driver.cs:1315
1675 "Cannot specify the `win32res' and the `win32ico' compiler option at the same "
1679 #: ../mcs/mcs/driver.cs:1332
1680 msgid "/lib requires an argument"
1683 #: ../mcs/mcs/driver.cs:1394
1684 msgid "/nowarn requires an argument"
1687 #: ../mcs/mcs/driver.cs:1488
1690 "Invalid option `{0}' for /langversion. It must be either `ISO-1', `ISO-2' or "
1694 #: ../mcs/mcs/driver.cs:1504
1696 msgid "Code page `{0}' is invalid or not installed"
1699 #: ../mcs/mcs/driver.cs:1516
1701 msgid "Unrecognized command-line option: `{0}'"
1704 #: ../mcs/mcs/driver.cs:1546
1705 msgid "Invalid reference alias '"
1708 #: ../mcs/mcs/driver.cs:1551
1709 msgid "Invalid extern alias for /reference. Alias '"
1712 #: ../mcs/mcs/driver.cs:1617
1714 "If no source files are specified you must specify the output file with -out:"
1717 #: ../mcs/mcs/driver.cs:1739
1719 msgid "Could not find `{0}' specified for Main method"
1722 #: ../mcs/mcs/driver.cs:1744
1724 msgid "`{0}' specified for Main method must be a valid class or struct"
1727 #: ../mcs/mcs/driver.cs:1748
1729 msgid "`{0}' does not have a suitable static Main method"
1732 #: ../mcs/mcs/driver.cs:1753
1735 "Program `{0}' does not contain a static `Main' method suitable for an entry "
1739 #: ../mcs/mcs/driver.cs:1760
1740 msgid "Cannot specify -main if building a module or library"
1743 #: ../mcs/mcs/driver.cs:1765
1744 msgid "Cannot link resource file when building a module"
1747 #: ../mcs/mcs/driver.cs:1915
1749 msgid "The resource identifier `{0}' has already been used in this assembly"
1752 #: ../mcs/mcs/driver.cs:1929
1754 msgid "Error reading resource file `{0}'"
1757 #: ../mcs/mcs/ecore.cs:321
1759 msgid "`{0}' is inaccessible due to its protection level"
1762 #: ../mcs/mcs/ecore.cs:326
1765 "Cannot access protected member `{0}' via a qualifier of type `{1}'. The "
1766 "qualifier must be of type `{2}' or derived from it"
1769 #: ../mcs/mcs/ecore.cs:336
1771 "Only assignment, call, increment, decrement, and new object expressions can "
1772 "be used as a statement"
1775 #: ../mcs/mcs/ecore.cs:347
1777 msgid "Cannot assign to `{0}' because it is a `{1}'"
1780 #: ../mcs/mcs/ecore.cs:353
1781 msgid "Keyword `void' cannot be used in this context"
1784 #: ../mcs/mcs/ecore.cs:383 ../mcs/mcs/statement.cs:1098
1786 msgid "Cannot convert type `{0}' to `{1}'"
1789 #: ../mcs/mcs/ecore.cs:393
1792 "Cannot implicitly convert type `{0}' to `{1}'. An explicit conversion exists "
1793 "(are you missing a cast?)"
1796 #: ../mcs/mcs/ecore.cs:399
1798 msgid "Cannot implicitly convert type `{0}' to `{1}'"
1801 #: ../mcs/mcs/ecore.cs:406
1803 msgid "A local variable `{0}' cannot be used before it is declared"
1806 #: ../mcs/mcs/ecore.cs:417
1808 msgid "`{0}' does not contain a definition for `{1}'"
1811 #: ../mcs/mcs/ecore.cs:423
1813 "The left-hand side of an assignment must be a variable, a property or an "
1817 #: ../mcs/mcs/ecore.cs:560
1818 msgid "A ref or out argument must be an assignable variable"
1821 #: ../mcs/mcs/ecore.cs:714 ../mcs/mcs/ecore.cs:730
1823 msgid "Ambiguity between `{0}' and `{1}'"
1826 #: ../mcs/mcs/ecore.cs:831 ../mcs/mcs/ecore.cs:2777
1829 "Cannot access a nonstatic member of outer type `{0}' via nested type `{1}'"
1832 #: ../mcs/mcs/ecore.cs:872
1834 msgid "The name `{0}' does not exist in the current context"
1837 #: ../mcs/mcs/ecore.cs:887 ../mcs/mcs/generic.cs:1398
1839 msgid "Using the generic type `{0}' requires {1} type arguments"
1842 #: ../mcs/mcs/ecore.cs:916
1843 msgid "An expression tree cannot contain an unsafe pointer operation"
1846 #: ../mcs/mcs/ecore.cs:1030
1848 msgid "`{0}' is a `{1}' but a `{2}' was expected"
1851 #: ../mcs/mcs/ecore.cs:1064
1853 msgid "Expression denotes a `{0}', where a `{1}' was expected"
1856 #: ../mcs/mcs/ecore.cs:1069
1857 msgid "Pointers and fixed size buffers may only be used in an unsafe context"
1860 #: ../mcs/mcs/ecore.cs:1175
1862 msgid "Cannot call an abstract base member `{0}'"
1865 #: ../mcs/mcs/ecore.cs:1182
1868 "Members of value type `{0}' cannot be assigned using a property `{1}' object "
1872 #: ../mcs/mcs/ecore.cs:1185
1875 "Cannot modify a value type return value of `{0}'. Consider storing the value "
1876 "in a temporary variable"
1879 #: ../mcs/mcs/ecore.cs:1833
1880 msgid "Cannot modify the result of an unboxing conversion"
1883 #: ../mcs/mcs/ecore.cs:2401
1886 "A field initializer cannot reference the nonstatic field, method, or "
1890 #: ../mcs/mcs/ecore.cs:2405
1892 msgid "An object reference is required to access non-static member `{0}'"
1895 #: ../mcs/mcs/ecore.cs:2612 ../mcs/mcs/ecore.cs:2632
1897 msgid "The variable `{0}' cannot be used with type arguments"
1900 #: ../mcs/mcs/ecore.cs:3160
1903 "Static member `{0}' cannot be accessed with an instance reference, qualify "
1904 "it with a type name instead"
1907 #: ../mcs/mcs/ecore.cs:3166
1908 msgid "An expression tree may not contain a base access"
1911 #: ../mcs/mcs/ecore.cs:3256
1913 msgid "The property `{0}' cannot be used with type arguments"
1916 #: ../mcs/mcs/ecore.cs:3710
1917 msgid "An expression tree cannot contain an expression with method group"
1920 #: ../mcs/mcs/ecore.cs:3720
1922 "Partial methods with only a defining declaration or removed conditional "
1923 "methods cannot be used in an expression tree"
1926 #: ../mcs/mcs/ecore.cs:3738
1930 #: ../mcs/mcs/ecore.cs:3765
1933 "The best overloaded collection initalizer method `{0}' cannot have 'ref', or "
1937 #: ../mcs/mcs/ecore.cs:3769
1940 "The best overloaded collection initalizer method `{0}' has some invalid "
1944 #: ../mcs/mcs/ecore.cs:3775
1947 "Type `{0}' does not contain a member `{1}' and the best extension method "
1948 "overload `{2}' has some invalid arguments"
1951 #: ../mcs/mcs/ecore.cs:3779
1953 msgid "The best overloaded method match for `{0}' has some invalid arguments"
1956 #: ../mcs/mcs/ecore.cs:3783
1958 msgid "Delegate `{0}' has some invalid arguments"
1961 #: ../mcs/mcs/ecore.cs:3792
1964 "Argument `#{0}' does not require `{1}' modifier. Consider removing `{1}' "
1968 #: ../mcs/mcs/ecore.cs:3795
1970 msgid "Argument `#{0}' is missing `{1}' modifier"
1973 #: ../mcs/mcs/ecore.cs:3809
1975 msgid "Extension method instance type `{0}' cannot be converted to `{1}'"
1978 #: ../mcs/mcs/ecore.cs:3812
1980 msgid "Argument `#{0}' cannot convert `{1}' expression to type `{2}'"
1983 #: ../mcs/mcs/ecore.cs:3819
1986 "Cannot convert method group `{0}' to non-delegate type `{1}'. Consider using "
1987 "parentheses to invoke the method"
1990 #: ../mcs/mcs/ecore.cs:4105
1991 msgid "Invoke cannot be called directly on a delegate"
1994 #: ../mcs/mcs/ecore.cs:4237
1997 "The type arguments for method `{0}' cannot be inferred from the usage. Try "
1998 "specifying the type arguments explicitly"
2001 #: ../mcs/mcs/ecore.cs:4246
2003 msgid "Using the generic method `{0}' requires `{1}' type argument(s)"
2006 #: ../mcs/mcs/ecore.cs:4275
2009 "The type `{0}' does not contain a constructor that takes `{1}' arguments"
2012 #: ../mcs/mcs/ecore.cs:4278
2014 msgid "No overload for method `{0}' takes `{1}' arguments"
2017 #: ../mcs/mcs/ecore.cs:4383
2020 "The call is ambiguous between the following methods or properties: `{0}' and "
2024 #: ../mcs/mcs/ecore.cs:4810
2026 "You cannot use fixed size buffers contained in unfixed expressions. Try "
2027 "using the fixed statement"
2030 #: ../mcs/mcs/ecore.cs:4815
2032 msgid "`{0}': Fixed size buffers can only be accessed through locals or fields"
2035 #: ../mcs/mcs/ecore.cs:5083
2038 "A local variable `{0}' cannot be used before it is declared. Consider "
2039 "renaming the local variable when it hides the field `{1}'"
2042 #: ../mcs/mcs/ecore.cs:5368
2045 "Property `{0}' is not supported by the C# language. Try to call the accessor "
2046 "method `{1}' directly"
2049 #: ../mcs/mcs/ecore.cs:5414
2052 "The property or indexer `{0}' cannot be used in this context because it "
2053 "lacks the `get' accessor"
2056 #: ../mcs/mcs/ecore.cs:5426
2059 "The property or indexer `{0}' cannot be used in this context because the get "
2060 "accessor is inaccessible"
2063 #: ../mcs/mcs/ecore.cs:5470
2065 msgid "A range variable `{0}' may not be passes as `ref' or `out' parameter"
2068 #: ../mcs/mcs/ecore.cs:5473
2071 "A property or indexer `{0}' may not be passed as `ref' or `out' parameter"
2074 #: ../mcs/mcs/ecore.cs:5494
2077 "A range variable `{0}' cannot be assigned to. Consider using `let' clause to "
2081 #: ../mcs/mcs/ecore.cs:5497
2083 msgid "Property or indexer `{0}' cannot be assigned to (it is read only)"
2086 #: ../mcs/mcs/ecore.cs:5513
2089 "The property or indexer `{0}' cannot be used in this context because the set "
2090 "accessor is inaccessible"
2093 #: ../mcs/mcs/ecore.cs:5671
2096 "The event `{0}' can only appear on the left hand side of `+=' or `-=' "
2100 #: ../mcs/mcs/ecore.cs:5805
2103 "The event `{0}' can only appear on the left hand side of += or -= when used "
2104 "outside of the type `{1}'"
2107 #: ../mcs/mcs/ecore.cs:5932
2110 "An implicitly typed local variable declaration cannot be initialized with `"
2114 #: ../mcs/mcs/ecore.cs:5943
2116 "The contextual keyword `var' may only appear within a local variable "
2120 #: ../mcs/mcs/ecore.cs:5957
2122 "An implicitly typed local variable declaration cannot include multiple "
2126 #: ../mcs/mcs/ecore.cs:5964
2128 "An implicitly typed local variable declarator must include an initializer"
2131 #: ../mcs/mcs/enum.cs:112
2133 msgid "The enumerator value `{0}' is too large to fit in its type `{1}'"
2136 #: ../mcs/mcs/enum.cs:148
2138 msgid "An item in an enumeration cannot have an identifier `{0}'"
2141 #: ../mcs/mcs/enum.cs:158
2142 msgid "Type byte, sbyte, short, ushort, int, uint, long or ulong expected"
2145 #: ../mcs/mcs/eval.cs:496
2146 msgid "Detection Parsing Error"
2149 #: ../mcs/mcs/expression.cs:553
2151 msgid "The `{0}' operator cannot be applied to operand of type `{1}'"
2154 #: ../mcs/mcs/expression.cs:720
2156 msgid "Operator `{0}' is ambiguous on an operand of type `{1}'"
2159 #: ../mcs/mcs/expression.cs:979
2161 "The operand of an increment or decrement operator must be a variable, "
2162 "property or indexer"
2165 #: ../mcs/mcs/expression.cs:1146
2167 msgid "The `{0}' operator cannot be applied to an operand of a static type"
2170 #: ../mcs/mcs/expression.cs:1151
2172 msgid "The `{0}' operator cannot be applied to an operand of pointer type"
2175 #: ../mcs/mcs/expression.cs:1157
2178 "The `{0}' operator cannot be applied to a lambda expression or anonymous "
2182 #: ../mcs/mcs/expression.cs:1395
2185 "The `as' operator cannot be used with a non-reference type parameter `{0}'"
2188 #: ../mcs/mcs/expression.cs:1399
2190 msgid "The `as' operator cannot be used with a non-nullable value type `{0}'"
2193 #: ../mcs/mcs/expression.cs:1431
2195 msgid "Cannot convert type `{0}' to `{1}' via a built-in conversion"
2198 #: ../mcs/mcs/expression.cs:1495
2200 msgid "Cannot convert to static type `{0}'"
2203 #: ../mcs/mcs/expression.cs:1560
2205 "The `default value' operator cannot be applied to an operand of a static type"
2208 #: ../mcs/mcs/expression.cs:1978
2210 msgid "Operator `{0}' cannot be applied to operands of type `{1}' and `{2}'"
2213 #: ../mcs/mcs/expression.cs:2487
2214 msgid "To cast a negative value, you must enclose the value in parentheses"
2217 #: ../mcs/mcs/expression.cs:2985
2219 msgid "Operator `{0}' is ambiguous on operands of type `{1}' and `{2}'"
2222 #: ../mcs/mcs/expression.cs:3677
2225 "A user-defined operator `{0}' must have parameters and return values of the "
2226 "same type in order to be applicable as a short circuit operator"
2229 #: ../mcs/mcs/expression.cs:3687
2232 "The type `{0}' must have operator `true' and operator `false' defined when `"
2233 "{1}' is used as a short circuit operator"
2236 #: ../mcs/mcs/expression.cs:3934
2239 "Type of conditional expression cannot be determined because there is no "
2240 "implicit conversion between `{0}' and `{1}'"
2243 #: ../mcs/mcs/expression.cs:4395
2245 msgid "Use of unassigned out parameter `{0}'"
2248 #: ../mcs/mcs/expression.cs:4423
2251 "Parameter `{0}' cannot be used inside `{1}' when using `ref' or `out' "
2255 #: ../mcs/mcs/expression.cs:4749
2257 msgid "The member `{0}' cannot be used as method or delegate"
2260 #: ../mcs/mcs/expression.cs:4811
2262 "Do not directly call your base class Finalize method. It is called "
2263 "automatically from your destructor"
2266 #: ../mcs/mcs/expression.cs:4813
2268 "Destructors and object.Finalize cannot be called directly. Consider calling "
2269 "IDisposable.Dispose if available"
2272 #: ../mcs/mcs/expression.cs:4837
2274 msgid "`{0}': cannot explicitly call operator or accessor"
2277 #: ../mcs/mcs/expression.cs:5390
2279 msgid "Unsafe type `{0}' cannot be used in an object creation expression"
2282 #: ../mcs/mcs/expression.cs:5442
2284 msgid "Cannot create an instance of the static class `{0}'"
2287 #: ../mcs/mcs/expression.cs:5454
2289 msgid "Cannot create an instance of the abstract class or interface `{0}'"
2292 #: ../mcs/mcs/expression.cs:5767
2293 msgid "Cannot create an array with a negative size"
2296 #: ../mcs/mcs/expression.cs:5784 ../mcs/mcs/statement.cs:2991
2297 msgid "A constant value is expected"
2300 #: ../mcs/mcs/expression.cs:5871
2301 msgid "An expression tree cannot contain a multidimensional array initializer"
2304 #: ../mcs/mcs/expression.cs:5965
2306 "Can only use array initializer expressions to assign to array types. Try "
2307 "using a new expression instead"
2310 #: ../mcs/mcs/expression.cs:5970
2312 "An implicitly typed local variable declarator cannot use an array initializer"
2315 #: ../mcs/mcs/expression.cs:6045
2316 msgid "New invocation: Can not find a constructor for this argument list"
2319 #: ../mcs/mcs/expression.cs:6488
2321 "The type of an implicitly typed array cannot be inferred from the "
2322 "initializer. Try specifying array type explicitly"
2325 #: ../mcs/mcs/expression.cs:6666
2327 "Anonymous methods inside structs cannot access instance members of `this'. "
2328 "Consider copying `this' to a local variable outside the anonymous method and "
2329 "using the local instead"
2332 #: ../mcs/mcs/expression.cs:6740
2333 msgid "Cannot take the address of `this' because it is read-only"
2336 #: ../mcs/mcs/expression.cs:6742
2337 msgid "Cannot pass `this' as a ref or out argument because it is read-only"
2340 #: ../mcs/mcs/expression.cs:6744
2341 msgid "Cannot assign to `this' because it is read-only"
2344 #: ../mcs/mcs/expression.cs:6856
2345 msgid "An expression tree cannot contain a method with variable arguments"
2348 #: ../mcs/mcs/expression.cs:6966
2350 msgid "`{0}': an attribute argument cannot use type parameters"
2353 #: ../mcs/mcs/expression.cs:7199
2356 "`{0}' does not have a predefined size, therefore sizeof can only be used in "
2357 "an unsafe context (consider using System.Runtime.InteropServices.Marshal."
2361 #: ../mcs/mcs/expression.cs:7254
2363 msgid "Alias `{0}' not found"
2366 #: ../mcs/mcs/expression.cs:7265
2369 "Alias `{0}' cannot be used with '::' since it denotes a type. Consider "
2370 "replacing '::' with '.'"
2373 #: ../mcs/mcs/expression.cs:7281
2376 "A namespace alias qualifier `{0}' did not resolve to a namespace or a type"
2379 #: ../mcs/mcs/expression.cs:7422
2381 msgid "`{0}': cannot reference a type through an expression; try `{1}' instead"
2384 #: ../mcs/mcs/expression.cs:7519
2386 msgid "A nested type cannot be specified through a type parameter `{0}'"
2389 #: ../mcs/mcs/expression.cs:7587
2391 msgid "The nested type `{0}' does not exist in the type `{1}'"
2394 #: ../mcs/mcs/expression.cs:7599
2397 "Type `{0}' does not contain a definition for `{1}' and no extension method `"
2398 "{1}' of type `{0}' could be found (are you missing a using directive or an "
2399 "assembly reference?)"
2402 #: ../mcs/mcs/expression.cs:7817
2403 msgid "Cannot apply indexing with [] to an expression of type `System.Array'"
2406 #: ../mcs/mcs/expression.cs:7923
2408 msgid "Wrong number of indexes `{0}' inside [], expected `{1}'"
2411 #: ../mcs/mcs/expression.cs:8410
2414 "A property or indexer `{0}' may not be passed as an out or ref parameter"
2417 #: ../mcs/mcs/expression.cs:8435
2419 msgid "Cannot apply indexing with [] to an expression of type `{0}'"
2422 #: ../mcs/mcs/expression.cs:8465
2424 msgid "The read only property or indexer `{0}' cannot be assigned to"
2427 #: ../mcs/mcs/expression.cs:8473
2430 "The property or indexer `{0}' cannot be used in this context because it "
2431 "lacks a `{1}' accessor"
2434 #: ../mcs/mcs/expression.cs:8495
2437 "The property or indexer `{0}' cannot be used in this context because a `{1}' "
2438 "accessor is inaccessible"
2441 #: ../mcs/mcs/expression.cs:8958
2443 msgid "Array elements cannot be of type `{0}'"
2446 #: ../mcs/mcs/expression.cs:8964
2448 msgid "Array elements cannot be of static type `{0}'"
2451 #: ../mcs/mcs/expression.cs:9130
2452 msgid "Cannot use a negative size with stackalloc"
2455 #: ../mcs/mcs/expression.cs:9257
2458 "Member `{0}' cannot be initialized. An object initializer may only be used "
2459 "for fields, or properties"
2462 #: ../mcs/mcs/expression.cs:9260
2465 " Static field or property `{0}' cannot be assigned in an object initializer"
2468 #: ../mcs/mcs/expression.cs:9433
2471 "A field or property `{0}' cannot be initialized with a collection object "
2472 "initializer because type `{1}' does not implement `{2}' interface"
2475 #: ../mcs/mcs/expression.cs:9444
2477 msgid "Inconsistent `{0}' member declaration"
2480 #: ../mcs/mcs/expression.cs:9452
2483 "An object initializer includes more than one member `{0}' initialization"
2486 #: ../mcs/mcs/expression.cs:9469
2488 msgid "Cannot initialize object of type `{0}' with a collection initializer"
2491 #: ../mcs/mcs/expression.cs:9717
2493 msgid "Anonymous types cannot be used in this expression"
2495 "Los métodos anónimos no pueden ser convertidos a árboles de expresiones"
2497 #: ../mcs/mcs/expression.cs:9824
2499 msgid "An anonymous type property `{0}' cannot be initialized with `{1}'"
2502 #: ../mcs/mcs/flowanalysis.cs:310
2503 msgid "Control cannot fall through from one case label to another"
2506 #: ../mcs/mcs/flowanalysis.cs:529
2509 "The label `{0}:' could not be found within the scope of the goto statement"
2512 #: ../mcs/mcs/flowanalysis.cs:657
2514 "A throw statement with no arguments is not allowed outside of a catch clause"
2517 #: ../mcs/mcs/flowanalysis.cs:668 ../mcs/mcs/flowanalysis.cs:674
2518 msgid "No enclosing loop out of which to break or continue"
2521 #: ../mcs/mcs/flowanalysis.cs:702
2522 msgid "Control cannot leave the body of an anonymous method"
2525 #: ../mcs/mcs/flowanalysis.cs:743
2526 msgid "Cannot yield a value in the body of a try block with a catch clause"
2529 #: ../mcs/mcs/flowanalysis.cs:745
2530 msgid "Cannot yield a value in the body of a catch clause"
2533 #: ../mcs/mcs/flowanalysis.cs:897
2535 "A throw statement with no arguments is not allowed inside of a finally "
2536 "clause nested inside of the innermost catch clause"
2539 #: ../mcs/mcs/flowanalysis.cs:909 ../mcs/mcs/iterators.cs:112
2540 msgid "Cannot yield in the body of a finally clause"
2543 #: ../mcs/mcs/flowanalysis.cs:920 ../mcs/mcs/flowanalysis.cs:936
2544 #: ../mcs/mcs/flowanalysis.cs:972 ../mcs/mcs/statement.cs:778
2545 msgid "Control cannot leave the body of a finally clause"
2548 #: ../mcs/mcs/flowanalysis.cs:1140
2551 "An automatically implemented property `{0}' must be fully assigned before "
2552 "control leaves the constructor. Consider calling default contructor"
2555 #: ../mcs/mcs/flowanalysis.cs:1144
2558 "Field `{0}' must be fully assigned before control leaves the constructor"
2561 #: ../mcs/mcs/flowanalysis.cs:1438
2562 msgid "Use of unassigned local variable `"
2565 #: ../mcs/mcs/flowanalysis.cs:1508
2566 msgid "Use of possibly unassigned field `"
2569 #: ../mcs/mcs/generic.cs:191
2570 msgid "The new() constraint must be the last constraint specified"
2573 #: ../mcs/mcs/generic.cs:204
2574 msgid "The `new()' constraint cannot be used with the `struct' constraint"
2577 #: ../mcs/mcs/generic.cs:210
2579 "The `class' or `struct' constraint must be the first constraint specified"
2582 #: ../mcs/mcs/generic.cs:249
2585 "Inconsistent accessibility: constraint type `{0}' is less accessible than `"
2589 #: ../mcs/mcs/generic.cs:261
2592 "The class type constraint `{0}' must be listed before any other constraints. "
2593 "Consider moving type constraint to the beginning of the constraint list"
2596 #: ../mcs/mcs/generic.cs:265
2599 "`{0}': cannot specify both a constraint class and the `class' or `struct' "
2603 #: ../mcs/mcs/generic.cs:282 ../mcs/mcs/generic.cs:297
2605 msgid "Duplicate constraint `{0}' for type parameter `{1}'."
2608 #: ../mcs/mcs/generic.cs:316
2611 "`{0}' is not a valid constraint. Static classes cannot be used as constraints"
2614 #: ../mcs/mcs/generic.cs:321
2617 "`{0}' is not a valid constraint. A constraint must be an interface, a non-"
2618 "sealed class or a type parameter"
2621 #: ../mcs/mcs/generic.cs:334
2623 msgid "A constraint cannot be special class `{0}'"
2626 #: ../mcs/mcs/generic.cs:364
2629 "Type parameter `{0}' has the `struct' constraint, so it cannot be used as a "
2630 "constraint for `{1}'"
2633 #: ../mcs/mcs/generic.cs:384
2635 msgid "Type parameter `{0}' inherits conflicting constraints `{1}' and `{2}'"
2638 #: ../mcs/mcs/generic.cs:398
2640 msgid "Circular constraint dependency involving `{0}' and `{1}'"
2643 #: ../mcs/mcs/generic.cs:702
2646 "`{0}': Cannot specify constraints for overrides or explicit interface "
2647 "implementation methods"
2650 #: ../mcs/mcs/generic.cs:733
2653 "The constraints for type parameter `{0}' of method `{1}' must match the "
2654 "constraints for type parameter `{2}' of interface method `{3}'. Consider "
2655 "using an explicit interface implementation instead"
2658 #: ../mcs/mcs/generic.cs:1139
2659 msgid "Type parameter declaration must be an identifier not a type"
2662 #: ../mcs/mcs/generic.cs:1231
2664 msgid "`{0}': static classes cannot be used as generic arguments"
2667 #: ../mcs/mcs/generic.cs:1238
2669 msgid "The type `{0}' may not be used as a type argument"
2672 #: ../mcs/mcs/generic.cs:1368
2674 msgid "Cannot find type `{0}'<...>"
2677 #: ../mcs/mcs/generic.cs:1375
2679 msgid "The non-generic type `{0}' cannot be used with type arguments."
2682 #: ../mcs/mcs/generic.cs:1531
2685 "The type `{0}' must be a reference type in order to use it as type parameter "
2686 "`{1}' in the generic type or method `{2}'."
2689 #: ../mcs/mcs/generic.cs:1540
2692 "The type `{0}' must be a non-nullable value type in order to use it as type "
2693 "parameter `{1}' in the generic type or method `{2}'."
2696 #: ../mcs/mcs/generic.cs:1583
2699 "The type `{0}' must have a public parameterless constructor in order to use "
2700 "it as parameter `{1}' in the generic type or method `{2}'"
2703 #: ../mcs/mcs/generic.cs:1628
2706 "The type `{0}' cannot be used as type parameter `{1}' in the generic type or "
2707 "method `{2}'. The nullable type `{0}' never satisfies interface constraint "
2711 #: ../mcs/mcs/generic.cs:1634
2714 "The type `{0}' must be convertible to `{1}' in order to use it as parameter `"
2715 "{2}' in the generic type or method `{3}'"
2718 #: ../mcs/mcs/generic.cs:1827
2720 msgid "The type parameter name `{0}' is the same as `{1}'"
2723 #: ../mcs/mcs/iterators.cs:42 ../mcs/mcs/iterators.cs:939
2724 msgid "Unsafe code may not appear in iterators"
2727 #: ../mcs/mcs/iterators.cs:52
2728 msgid "The yield statement cannot be used inside anonymous method blocks"
2731 #: ../mcs/mcs/iterators.cs:907
2734 "The body of `{0}' cannot be an iterator block because `{1}' is not an "
2735 "iterator interface type"
2738 #: ../mcs/mcs/iterators.cs:920
2739 msgid "Iterators cannot have ref or out parameters"
2742 #: ../mcs/mcs/iterators.cs:926
2743 msgid "__arglist is not allowed in parameter list of iterators"
2746 #: ../mcs/mcs/iterators.cs:932
2747 msgid "Iterators cannot have unsafe parameters or yield types"
2750 #: ../mcs/mcs/linq.cs:79
2753 "An implementation of `{0}' query expression pattern could not be found. Are "
2754 "you missing `System.Linq' using directive or `System.Core.dll' assembly "
2758 #: ../mcs/mcs/linq.cs:117
2761 "An implementation of `{0}' query expression pattern for source type `{1}' "
2762 "could not be found"
2765 #: ../mcs/mcs/linq.cs:126
2768 "Type inference failed to infer type argument for `{0}' clause. Try "
2769 "specifying the type argument explicitly"
2772 #: ../mcs/mcs/linq.cs:525
2774 msgid "A range variable `{0}' cannot be initialized with `{1}'"
2777 #: ../mcs/mcs/linq.cs:825
2779 msgid "A range variable `{0}' conflicts with a previous declaration of `{0}'"
2782 #: ../mcs/mcs/linq.cs:831
2784 msgid "A range variable `{0}' has already been declared in this scope"
2787 #: ../mcs/mcs/linq.cs:837
2789 msgid "A range variable `{0}' conflicts with a method type parameter"
2792 #: ../mcs/mcs/literal.cs:76
2795 "Cannot convert null to the type parameter `{0}' because it could be a value "
2796 "type. Consider using `default ({0})' instead"
2799 #: ../mcs/mcs/literal.cs:79
2801 msgid "Cannot convert null to `{0}' because it is a value type"
2804 #: ../mcs/mcs/literal.cs:323
2807 "Literal of type double cannot be implicitly converted to type `{0}'. Add "
2808 "suffix `{1}' to create a literal of this type"
2811 #: ../mcs/mcs/location.cs:224
2813 msgid "Source file `{0}' specified multiple times"
2816 #: ../mcs/mcs/location.cs:226
2818 msgid "Source filenames `{0}' and `{1}' both refer to the same file: {2}"
2821 #: ../mcs/mcs/modifiers.cs:241
2822 msgid "More than one protection modifier specified"
2825 #: ../mcs/mcs/modifiers.cs:258
2826 msgid "The modifier `"
2829 #: ../mcs/mcs/namespace.cs:113
2831 msgid "An assembly `{0}' is used without being referenced"
2834 #: ../mcs/mcs/namespace.cs:136
2836 msgid "The imported type `{0}' is defined multiple times"
2839 #: ../mcs/mcs/namespace.cs:259
2842 "The type or namespace name `{0}' could not be found in the global namespace "
2843 "(are you missing an assembly reference?)"
2846 #: ../mcs/mcs/namespace.cs:380
2849 "The type or namespace name `{0}' does not exist in the namespace `{1}'. Are "
2850 "you missing an assembly reference?"
2853 #: ../mcs/mcs/namespace.cs:387
2855 msgid "Using the generic type `{0}' requires `{1}' type argument(s)"
2858 #: ../mcs/mcs/namespace.cs:405
2860 msgid "The non-generic {0} `{1}' cannot be used with the type arguments"
2863 #: ../mcs/mcs/namespace.cs:642
2866 "`{0}' is a type not a namespace. A using namespace directive can only be "
2867 "applied to namespaces"
2870 #: ../mcs/mcs/namespace.cs:669
2872 msgid "The extern alias `{0}' was not specified in -reference option"
2875 #: ../mcs/mcs/namespace.cs:880 ../mcs/mcs/namespace.cs:902
2877 "A using clause must precede all other namespace elements except extern alias "
2881 #: ../mcs/mcs/namespace.cs:926
2882 msgid "An extern alias declaration must precede all other elements"
2885 #: ../mcs/mcs/namespace.cs:944
2887 msgid "The using alias `{0}' appeared previously in this namespace"
2890 #: ../mcs/mcs/namespace.cs:1017
2892 msgid "`{0}' is an ambiguous reference between `{1}' and `{2}'"
2895 #: ../mcs/mcs/namespace.cs:1056
2897 msgid "Namespace `{0}' contains a definition with same name as alias `{1}'"
2900 #: ../mcs/mcs/namespace.cs:1149
2901 msgid "You cannot redefine the global extern alias"
2904 #: ../mcs/mcs/namespace.cs:1159
2907 "The type or namespace name `{0}' could not be found. Are you missing a using "
2908 "directive or an assembly reference?"
2911 #: ../mcs/mcs/nullable.cs:985
2913 "An expression tree cannot contain a coalescing operator with null left side"
2916 #: ../mcs/mcs/parameter.cs:176
2917 msgid "The params parameter must be a single dimensional array"
2920 #: ../mcs/mcs/parameter.cs:277
2921 msgid "Invalid parameter type `void'"
2924 #: ../mcs/mcs/parameter.cs:288
2925 msgid "An out parameter cannot have the `In' attribute"
2928 #: ../mcs/mcs/parameter.cs:293
2930 "Do not use `System.ParamArrayAttribute'. Use the `params' keyword instead"
2933 #: ../mcs/mcs/parameter.cs:300
2935 "Cannot specify only `Out' attribute on a ref parameter. Use both `In' and "
2936 "`Out' attributes or neither"
2939 #: ../mcs/mcs/parameter.cs:318
2941 msgid "Argument of type `{0}' is not applicable for the DefaultValue attribute"
2944 #: ../mcs/mcs/parameter.cs:321
2947 "The DefaultValue attribute is not applicable on parameters of type `{0}'"
2950 #: ../mcs/mcs/parameter.cs:333
2951 msgid "The type of the default value should match the type of the parameter"
2954 #: ../mcs/mcs/parameter.cs:373
2956 msgid "Method or delegate parameter cannot be of type `{0}'"
2959 #: ../mcs/mcs/parameter.cs:386
2961 msgid "`{0}': static types cannot be used as parameters"
2964 #: ../mcs/mcs/parameter.cs:392
2966 msgid "The type of extension method cannot be `{0}'"
2969 #: ../mcs/mcs/parameter.cs:497
2970 msgid "An expression tree parameter cannot use `ref' or `out' modifier"
2973 #: ../mcs/mcs/parameter.cs:884
2975 msgid "The parameter name `{0}' is a duplicate"
2978 #: ../mcs/mcs/parameter.cs:936
2980 msgid "The parameter name `{0}' conflicts with a compiler generated name"
2983 #: ../mcs/mcs/pending.cs:598
2986 "`{0}' does not implement interface member `{1}' and the best implementing "
2987 "candidate `{2}' is static"
2990 #: ../mcs/mcs/pending.cs:602
2993 "`{0}' does not implement interface member `{1}' and the best implementing "
2994 "candidate `{2}' in not public"
2997 #: ../mcs/mcs/pending.cs:606
3000 "`{0}' does not implement interface member `{1}' and the best implementing "
3001 "candidate `{2}' return type `{3}' does not match interface member return "
3005 #: ../mcs/mcs/pending.cs:611
3007 msgid "`{0}' does not implement interface member `{1}'"
3010 #: ../mcs/mcs/pending.cs:615
3012 msgid "`{0}' does not implement inherited abstract member `{1}'"
3015 #: ../mcs/mcs/report.cs:574
3018 "Feature `{0}' is not available in Mono mcs1 compiler. Consider using the "
3019 "`gmcs' compiler instead"
3022 #: ../mcs/mcs/report.cs:582
3025 "Feature `{0}' cannot be used because it is not part of the C# {1} language "
3029 #: ../mcs/mcs/report.cs:639
3032 "Your .NET Runtime does not support `{0}'. Please use the latest Mono runtime "
3036 #: ../mcs/mcs/rootcontext.cs:410
3037 msgid "Unsafe code requires the `unsafe' command line option to be specified"
3040 #: ../mcs/mcs/statement.cs:105
3042 "A lambda expression with statement body cannot be converted to an expresion "
3046 #: ../mcs/mcs/statement.cs:818
3048 "Cannot return a value from iterators. Use the yield return statement to "
3049 "return a value, or yield break to end the iteration"
3052 #: ../mcs/mcs/statement.cs:825
3055 "`{0}': A return keyword must not be followed by any expression when method "
3059 #: ../mcs/mcs/statement.cs:849
3062 "Cannot convert `{0}' to delegate type `{1}' because some of the return types "
3063 "in the block are not implicitly convertible to the delegate return type"
3066 #: ../mcs/mcs/statement.cs:1041 ../mcs/mcs/statement.cs:1073
3067 msgid "A goto case is only valid inside a switch statement"
3070 #: ../mcs/mcs/statement.cs:1656
3073 "The label `{0}' shadows another label by the same name in a contained scope"
3076 #: ../mcs/mcs/statement.cs:1681
3078 msgid "The label `{0}' is a duplicate"
3081 #: ../mcs/mcs/statement.cs:1776
3083 msgid "`{0}' conflicts with a declaration in a child block"
3086 #: ../mcs/mcs/statement.cs:1877
3089 "A local variable named `{0}' cannot be declared in this scope because it "
3090 "would give a different meaning to `{0}', which is already used in a `{1}' "
3091 "scope to denote something else"
3094 #: ../mcs/mcs/statement.cs:1886
3096 msgid "A local variable named `{0}' is already defined in this scope"
3099 #: ../mcs/mcs/statement.cs:2041
3100 msgid "An implicitly typed local variable cannot be a constant"
3103 #: ../mcs/mcs/statement.cs:2891
3106 "The out parameter `{0}' must be assigned to before control leaves the "
3110 #: ../mcs/mcs/statement.cs:3024
3112 msgid "The label `case {0}:' already occurs in this switch statement"
3115 #: ../mcs/mcs/statement.cs:3570
3116 msgid "A value of an integral type or string expected for switch"
3119 #: ../mcs/mcs/statement.cs:4029
3121 msgid "`{0}' is not a reference type as required by the lock statement"
3124 #: ../mcs/mcs/statement.cs:4346
3125 msgid "A fixed statement cannot use an implicitly typed local variable"
3128 #: ../mcs/mcs/statement.cs:4356
3129 msgid "The type of locals declared in a fixed statement must be a pointer type"
3132 #: ../mcs/mcs/statement.cs:4380
3134 "The right hand side of a fixed statement assignment may not be a cast "
3138 #: ../mcs/mcs/statement.cs:4457
3140 "You cannot use the fixed statement to take the address of an already fixed "
3144 #: ../mcs/mcs/statement.cs:4707
3145 msgid "Try statement already has an empty catch block"
3148 #: ../mcs/mcs/statement.cs:4745
3151 "A previous catch clause already catches all exceptions of this or a super "
3155 #: ../mcs/mcs/statement.cs:4920 ../mcs/mcs/statement.cs:5035
3156 msgid "Internal error: No Dispose method which takes 0 parameters."
3159 #: ../mcs/mcs/statement.cs:4992
3162 "`{0}': type used in a using statement must be implicitly convertible to "
3163 "`System.IDisposable'"
3166 #: ../mcs/mcs/statement.cs:5115
3167 msgid "Use of null is not valid in this context"
3170 #: ../mcs/mcs/statement.cs:5120
3172 msgid "Foreach statement cannot operate on a `{0}'"
3173 msgstr "El mandato `foreach' no puede operar en un `{0}'"
3175 #: ../mcs/mcs/statement.cs:5433
3178 "foreach statement requires that the return type `{0}' of `{1}' must have a "
3179 "suitable public MoveNext method and public Current property"
3182 #: ../mcs/mcs/statement.cs:5518
3185 "foreach statement cannot operate on variables of type `{0}' because it does "
3186 "not contain a definition for `GetEnumerator' or is not accessible"
3189 #: ../mcs/mcs/statement.cs:5570
3192 "foreach statement cannot operate on variables of type `{0}' because it "
3193 "contains multiple implementation of `{1}'. Try casting to a specific "
3197 #: ../mcs/mcs/typemanager.cs:878
3199 msgid "The predefined type `{0}.{1}' is not defined or imported"
3200 msgstr "El tipo predefinido `{0}.{1}' no está definido o no ha sido importado"
3202 #: ../mcs/mcs/typemanager.cs:902
3204 msgid "The predefined type `{0}.{1}' is not declared correctly"
3205 msgstr "El tipo predefinido `{0}.{1}' fue incorrectamente declarado"
3207 #: ../mcs/mcs/typemanager.cs:952
3210 "The compiler required member `{0}.{1}{2}' could not be found or is "
3212 msgstr "El compilador no encuentra el miembro `{0}.{1}{2}' o no es accessible"
3214 #: ../mcs/mcs/typemanager.cs:1161
3217 "The compilation may fail due to missing `{0}.SetCorlibTypeBuilders({1})' "
3220 "La compilación puede fallar ya que el método `{0}.SetCorlibTypeBuilders"
3223 #: ../mcs/mcs/typemanager.cs:1706
3226 "Friend access was granted to `{0}', but the output assembly is named `{1}'. "
3227 "Try adding a reference to `{0}' or change the output assembly name to match "
3231 #: ../mcs/mcs/typemanager.cs:1961
3234 "Struct member `{0}.{1}' of type `{2}' causes a cycle in the struct layout"
3236 "El miembro `{0}.{1}' con tipo `{2}' produce un ciclo recursivo en la "
3239 #: ../mcs/mcs/typemanager.cs:2308
3242 "Cannot take the address of, get the size of, or declare a pointer to a "
3243 "managed type `{0}'"
3245 "No es posible obtener la dirección, el tamaño o declarar un apuntador a un "
3246 "tipo gestionado `{0}'"
3248 #~ msgid "Class, struct, or interface method must have a return type"
3249 #~ msgstr "El método debe tener un tipo de retorno"
3251 #~ msgid "Keyword `new' is not allowed on namespace elements"
3253 #~ "La palabra reservada `new' no está permitida en los elementos de un "
3254 #~ "espacio de nombres"