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