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