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