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