PageRenderTime 66ms CodeModel.GetById 21ms RepoModel.GetById 0ms app.codeStats 1ms

/po/mcs/es.po

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