~ubuntu-branches/ubuntu/maverick/language-pack-es/maverick

« back to all changes in this revision

Viewing changes to data/es/LC_MESSAGES/mcs.po

  • Committer: Bazaar Package Importer
  • Author(s): Ubuntu automatic language-pack builder
  • Date: 2010-10-01 10:50:05 UTC
  • Revision ID: james.westby@ubuntu.com-20101001105005-gdrwtg7hgdll3jlv
Tags: 1:10.10+20100930
Initial release.

Show diffs side-by-side

added added

removed removed

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