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