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