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