PageRenderTime 58ms CodeModel.GetById 19ms RepoModel.GetById 0ms app.codeStats 0ms

/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

Large files files are truncated, but you can click here to view the full file

  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 expres…

Large files files are truncated, but you can click here to view the full file