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