PageRenderTime 65ms CodeModel.GetById 26ms RepoModel.GetById 0ms app.codeStats 1ms

/po/mcs/de.po

https://bitbucket.org/danipen/mono
Portable Object | 3598 lines | 2949 code | 649 blank | 0 comment | 0 complexity | 7118c4504e3e640d213de0a2c754fa31 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. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: \n"
  4. "Report-Msgid-Bugs-To: http://www.mono-project.com/Bugs\n"
  5. "POT-Creation-Date: 2012-12-05 09:29+0100\n"
  6. "PO-Revision-Date: 2008-09-26 15:14+0100\n"
  7. "Last-Translator: Daniel Nauck <dna@mono-project.de>\n"
  8. "Language-Team: http://www.mono-project.de\n"
  9. "Language: de\n"
  10. "MIME-Version: 1.0\n"
  11. "Content-Type: text/plain; charset=UTF-8\n"
  12. "Content-Transfer-Encoding: 8bit\n"
  13. "X-Poedit-Language: German\n"
  14. "X-Poedit-Country: GERMANY\n"
  15. #: mcs/mcs/anonymous.cs:998
  16. #, csharp-format
  17. msgid "Cannot convert `{0}' to an expression tree of non-delegate type `{1}'"
  18. msgstr ""
  19. #: mcs/mcs/anonymous.cs:1003
  20. #, csharp-format
  21. msgid "Cannot convert `{0}' to non-delegate type `{1}'"
  22. msgstr ""
  23. #: mcs/mcs/anonymous.cs:1015
  24. #, csharp-format
  25. msgid ""
  26. "Cannot convert `{0}' to delegate type `{1}' since there is a parameter "
  27. "mismatch"
  28. msgstr ""
  29. #: mcs/mcs/anonymous.cs:1027 mcs/mcs/ecore.cs:5056
  30. #, csharp-format
  31. msgid "Delegate `{0}' does not take `{1}' arguments"
  32. msgstr ""
  33. #: mcs/mcs/anonymous.cs:1042
  34. #, csharp-format
  35. msgid "Parameter `{0}' should not be declared with the `{1}' keyword"
  36. msgstr ""
  37. #: mcs/mcs/anonymous.cs:1045
  38. #, csharp-format
  39. msgid "Parameter `{0}' must be declared with the `{1}' keyword"
  40. msgstr ""
  41. #: mcs/mcs/anonymous.cs:1066
  42. #, csharp-format
  43. msgid "Parameter `{0}' is declared as type `{1}' but should be `{2}'"
  44. msgstr ""
  45. #: mcs/mcs/anonymous.cs:1212
  46. msgid "Async lambda expressions cannot be converted to expression trees"
  47. msgstr ""
  48. #: mcs/mcs/anonymous.cs:1250
  49. msgid "An anonymous method cannot be converted to an expression tree"
  50. msgstr ""
  51. #: mcs/mcs/anonymous.cs:1269
  52. #, csharp-format
  53. msgid ""
  54. "Cannot convert anonymous method block without a parameter list to delegate "
  55. "type `{0}' because it has one or more `out' parameters"
  56. msgstr ""
  57. #: mcs/mcs/anonymous.cs:1293
  58. msgid ""
  59. "Anonymous methods and lambda expressions cannot be used in the current "
  60. "context"
  61. msgstr ""
  62. #: mcs/mcs/anonymous.cs:1336
  63. #, csharp-format
  64. msgid ""
  65. "Local variable or parameter `{0}' cannot have their address taken and be "
  66. "used inside an anonymous method, lambda expression or query expression"
  67. msgstr ""
  68. #: mcs/mcs/anonymous.cs:1356
  69. #, fuzzy, csharp-format
  70. msgid "Cannot convert async {0} to delegate type `{1}'"
  71. msgstr "Kann Typ `{0}'<...> nicht finden"
  72. #: mcs/mcs/anonymous.cs:1594
  73. msgid "An expression tree cannot contain an anonymous method expression"
  74. msgstr ""
  75. #: mcs/mcs/anonymous.cs:1877
  76. #, csharp-format
  77. msgid ""
  78. "`{0}': An anonymous type cannot have multiple properties with the same name"
  79. msgstr ""
  80. #: mcs/mcs/argument.cs:102
  81. msgid ""
  82. "An expression tree cannot contain an invocation which uses optional parameter"
  83. msgstr ""
  84. #: mcs/mcs/argument.cs:234
  85. msgid "An expression tree cannot contain named argument"
  86. msgstr ""
  87. #: mcs/mcs/argument.cs:345
  88. #, csharp-format
  89. msgid ""
  90. "The method group `{0}' cannot be used as an argument of dynamic operation. "
  91. "Consider using parentheses to invoke the method"
  92. msgstr ""
  93. #: mcs/mcs/argument.cs:349
  94. msgid ""
  95. "An anonymous method or lambda expression cannot be used as an argument of "
  96. "dynamic operation. Consider using a cast"
  97. msgstr ""
  98. #: mcs/mcs/argument.cs:352
  99. #, csharp-format
  100. msgid ""
  101. "An expression of type `{0}' cannot be used as an argument of dynamic "
  102. "operation"
  103. msgstr ""
  104. #: mcs/mcs/assign.cs:320
  105. msgid "An expression tree cannot contain an assignment operator"
  106. msgstr ""
  107. #: mcs/mcs/assign.cs:687
  108. #, csharp-format
  109. msgid "Cannot assign to `{0}' because it is a `{1}'"
  110. msgstr ""
  111. #: mcs/mcs/assembly.cs:279
  112. msgid "Invalid type specified as an argument for TypeForwardedTo attribute"
  113. msgstr ""
  114. #: mcs/mcs/assembly.cs:287
  115. #, csharp-format
  116. msgid "A duplicate type forward of type `{0}'"
  117. msgstr ""
  118. #: mcs/mcs/assembly.cs:296
  119. #, fuzzy, csharp-format
  120. msgid "Cannot forward type `{0}' because it is defined in this assembly"
  121. msgstr ""
  122. "NULL kann nicht in `{0}' konvertiert werden, da dies ein Werttyp ist, der "
  123. "nicht auf NULL festgelegt werden kann"
  124. #: mcs/mcs/assembly.cs:302
  125. #, fuzzy, csharp-format
  126. msgid "Cannot forward type `{0}' because it is a nested type"
  127. msgstr ""
  128. "NULL kann nicht in `{0}' konvertiert werden, da dies ein Werttyp ist, der "
  129. "nicht auf NULL festgelegt werden kann"
  130. #: mcs/mcs/assembly.cs:331
  131. #, csharp-format
  132. msgid ""
  133. "Friend assembly reference `{0}' is invalid. InternalsVisibleTo declarations "
  134. "cannot have a version, culture or processor architecture specified"
  135. msgstr ""
  136. #: mcs/mcs/assembly.cs:339
  137. #, csharp-format
  138. msgid ""
  139. "Friend assembly reference `{0}' is invalid. Strong named assemblies must "
  140. "specify a public key in their InternalsVisibleTo declarations"
  141. msgstr ""
  142. #: mcs/mcs/assembly.cs:374
  143. #, csharp-format
  144. msgid "Referenced assembly `{0}' does not have a strong name"
  145. msgstr ""
  146. #: mcs/mcs/assembly.cs:380
  147. #, csharp-format
  148. msgid "Referenced assembly `{0}' has different culture setting of `{1}'"
  149. msgstr ""
  150. #: mcs/mcs/assembly.cs:395
  151. #, csharp-format
  152. msgid ""
  153. "Friend access was granted to `{0}', but the output assembly is named `{1}'. "
  154. "Try adding a reference to `{0}' or change the output assembly name to match "
  155. "it"
  156. msgstr ""
  157. #: mcs/mcs/assembly.cs:409
  158. msgid ""
  159. "Could not sign the assembly. ECMA key can only be used to delay-sign "
  160. "assemblies"
  161. msgstr ""
  162. #: mcs/mcs/assembly.cs:650
  163. msgid ""
  164. "Added modules must be marked with the CLSCompliant attribute to match the "
  165. "assembly"
  166. msgstr ""
  167. #: mcs/mcs/assembly.cs:685 mcs/mcs/assembly.cs:700
  168. #, csharp-format
  169. msgid ""
  170. "Option `{0}' overrides attribute `{1}' given in a source file or added module"
  171. msgstr ""
  172. #: mcs/mcs/assembly.cs:735
  173. msgid "Delay signing was requested but no key file was given"
  174. msgstr ""
  175. #: mcs/mcs/assembly.cs:756
  176. msgid "Cannot link resource file when building a module"
  177. msgstr ""
  178. #: mcs/mcs/assembly.cs:761
  179. #, fuzzy, csharp-format
  180. msgid "Error reading resource file `{0}'"
  181. msgstr "Fehler beim erstellen der XML-Dokumentationsdatei `{0}' (`{1}')"
  182. #: mcs/mcs/assembly.cs:831
  183. msgid "Could not write to file `"
  184. msgstr ""
  185. #: mcs/mcs/assembly.cs:875
  186. msgid "Cannot specify -main if building a module or library"
  187. msgstr ""
  188. #: mcs/mcs/assembly.cs:901
  189. #, csharp-format
  190. msgid "Could not find `{0}' specified for Main method"
  191. msgstr ""
  192. #: mcs/mcs/assembly.cs:907
  193. #, fuzzy, csharp-format
  194. msgid "`{0}' specified for Main method must be a valid class or struct"
  195. msgstr "`{0}': Erweiterungsmethoden müssen statisch sein"
  196. #: mcs/mcs/assembly.cs:911
  197. #, csharp-format
  198. msgid "`{0}' does not have a suitable static Main method"
  199. msgstr ""
  200. #: mcs/mcs/assembly.cs:914
  201. #, csharp-format
  202. msgid ""
  203. "Program `{0}' does not contain a static `Main' method suitable for an entry "
  204. "point"
  205. msgstr ""
  206. #: mcs/mcs/assembly.cs:933
  207. msgid "Error during assembly signing. "
  208. msgstr ""
  209. #: mcs/mcs/assembly.cs:1118
  210. #, csharp-format
  211. msgid "Metadata file `{0}' could not be found"
  212. msgstr ""
  213. #: mcs/mcs/assembly.cs:1123
  214. #, csharp-format
  215. msgid "Metadata file `{0}' does not contain valid metadata"
  216. msgstr ""
  217. #: mcs/mcs/assembly.cs:1129
  218. #, csharp-format
  219. msgid ""
  220. "Referenced assembly file `{0}' is a module. Consider using `-addmodule' "
  221. "option to add the module"
  222. msgstr ""
  223. #: mcs/mcs/assembly.cs:1136
  224. #, csharp-format
  225. msgid ""
  226. "Added module file `{0}' is an assembly. Consider using `-r' option to "
  227. "reference the file"
  228. msgstr ""
  229. #: mcs/mcs/async.cs:72
  230. #, fuzzy
  231. msgid "The `await' operator cannot be used in the body of a lock statement"
  232. msgstr ""
  233. "Die `new()'-Einschränkung kann nicht mit der `struct'-Einschränkung genutzt "
  234. "werden"
  235. #: mcs/mcs/async.cs:77
  236. #, fuzzy
  237. msgid "The `await' operator cannot be used in an unsafe context"
  238. msgstr ""
  239. "Die `new()'-Einschränkung kann nicht mit der `struct'-Einschränkung genutzt "
  240. "werden"
  241. #: mcs/mcs/async.cs:142
  242. #, csharp-format
  243. msgid ""
  244. "Cannot await void method `{0}'. Consider changing method return type to "
  245. "`Task'"
  246. msgstr ""
  247. #: mcs/mcs/async.cs:145
  248. #, csharp-format
  249. msgid "Cannot await `{0}' expression"
  250. msgstr ""
  251. #: mcs/mcs/async.cs:291
  252. #, csharp-format
  253. msgid ""
  254. "The awaiter type `{0}' must have suitable IsCompleted and GetResult members"
  255. msgstr ""
  256. #: mcs/mcs/async.cs:299
  257. msgid ""
  258. "The `await' operator may only be used in a query expression within the first "
  259. "collection expression of the initial `from' clause or within the collection "
  260. "expression of a `join' clause"
  261. msgstr ""
  262. #: mcs/mcs/async.cs:333
  263. #, csharp-format
  264. msgid "The `await' operand type `{0}' must have suitable GetAwaiter method"
  265. msgstr ""
  266. #: mcs/mcs/async.cs:372
  267. #, fuzzy, csharp-format
  268. msgid "The awaiter type `{0}' must implement interface `{1}'"
  269. msgstr "`{0}' implementiert den Schnittstellenmember `{1}' nicht"
  270. #: mcs/mcs/async.cs:605
  271. msgid ""
  272. "Cannot find compiler required types for asynchronous functions support. Are "
  273. "you targeting the wrong framework version?"
  274. msgstr ""
  275. #: mcs/mcs/attribute.cs:228
  276. #, csharp-format
  277. msgid ""
  278. "`{0}' is not a valid named attribute argument. Named attribute arguments "
  279. "must be fields which are not readonly, static, const or read-write "
  280. "properties which are public and not static"
  281. msgstr ""
  282. #: mcs/mcs/attribute.cs:237
  283. #, csharp-format
  284. msgid ""
  285. "`{0}' is not a valid named attribute argument because it is not a valid "
  286. "attribute parameter type"
  287. msgstr ""
  288. #: mcs/mcs/attribute.cs:243
  289. msgid "An attribute argument cannot be dynamic expression"
  290. msgstr ""
  291. #: mcs/mcs/attribute.cs:248
  292. msgid "The Guid attribute must be specified with the ComImport attribute"
  293. msgstr ""
  294. #: mcs/mcs/attribute.cs:253
  295. #, csharp-format
  296. msgid "Do not use `{0}' directly. Use parameter modifier `this' instead"
  297. msgstr ""
  298. #: mcs/mcs/attribute.cs:258
  299. #, csharp-format
  300. msgid "Do not use `{0}' directly. Use `dynamic' keyword instead"
  301. msgstr ""
  302. #: mcs/mcs/attribute.cs:267
  303. #, csharp-format
  304. msgid "Error during emitting `{0}' attribute. The reason is `{1}'"
  305. msgstr ""
  306. #: mcs/mcs/attribute.cs:321
  307. #, csharp-format
  308. msgid ""
  309. "`{0}' is ambiguous between `{1}' and `{2}'. Use either `@{0}' or `{0}"
  310. "Attribute'"
  311. msgstr ""
  312. #: mcs/mcs/attribute.cs:348 mcs/mcs/attribute.cs:354
  313. #, csharp-format
  314. msgid "`{0}': is not an attribute class"
  315. msgstr ""
  316. #: mcs/mcs/attribute.cs:446
  317. #, csharp-format
  318. msgid "Cannot apply attribute class `{0}' because it is abstract"
  319. msgstr ""
  320. #: mcs/mcs/attribute.cs:517
  321. #, csharp-format
  322. msgid "Duplicate named attribute `{0}' argument"
  323. msgstr ""
  324. #: mcs/mcs/attribute.cs:976
  325. #, csharp-format
  326. msgid ""
  327. "The attribute `{0}' is not valid on this declaration type. It is valid on `"
  328. "{1}' declarations only"
  329. msgstr ""
  330. #: mcs/mcs/attribute.cs:998
  331. #, csharp-format
  332. msgid "The argument to the `{0}' attribute must be a valid identifier"
  333. msgstr ""
  334. #: mcs/mcs/attribute.cs:1012
  335. #, csharp-format
  336. msgid "Invalid value for argument to `{0}' attribute"
  337. msgstr ""
  338. #: mcs/mcs/attribute.cs:1274
  339. #, csharp-format
  340. msgid "The attribute `{0}' cannot be applied multiple times"
  341. msgstr ""
  342. #: mcs/mcs/attribute.cs:1580
  343. #, csharp-format
  344. msgid "`{0}' is obsolete: `{1}'"
  345. msgstr "`{0}' ist veraltet: `{1}'"
  346. #: mcs/mcs/cs-tokenizer.cs:803
  347. msgid ""
  348. "The `partial' modifier can be used only immediately before `class', "
  349. "`struct', `interface', or `void' keyword"
  350. msgstr ""
  351. #: mcs/mcs/cs-tokenizer.cs:1478 mcs/mcs/cs-tokenizer.cs:1541
  352. msgid "Invalid number"
  353. msgstr "Ungültige Zahl"
  354. #: mcs/mcs/cs-tokenizer.cs:1753
  355. #, csharp-format
  356. msgid "Unrecognized escape sequence `\\{0}'"
  357. msgstr ""
  358. #: mcs/mcs/cs-tokenizer.cs:1772
  359. msgid "Unrecognized escape sequence"
  360. msgstr ""
  361. #: mcs/mcs/cs-tokenizer.cs:2041
  362. msgid "Filename, single-line comment or end-of-line expected"
  363. msgstr ""
  364. #: mcs/mcs/cs-tokenizer.cs:2090
  365. #, fuzzy
  366. msgid "Missing identifier to pre-processor directive"
  367. msgstr "Ungültige Präprozessor Direktive"
  368. #: mcs/mcs/cs-tokenizer.cs:2100 mcs/mcs/cs-tokenizer.cs:2104
  369. #, csharp-format
  370. msgid "Identifier expected: {0}"
  371. msgstr ""
  372. #: mcs/mcs/cs-tokenizer.cs:2610
  373. #, fuzzy
  374. msgid "Integral constant is too large"
  375. msgstr "Numerische Konstante ist zu lang"
  376. #: mcs/mcs/cs-tokenizer.cs:2615
  377. msgid "Invalid preprocessor directive"
  378. msgstr "Ungültige Präprozessor Direktive"
  379. #: mcs/mcs/cs-tokenizer.cs:2622
  380. #, csharp-format
  381. msgid "Unexpected processor directive ({0})"
  382. msgstr "Unerwartete Prozessor Direktive ({0})"
  383. #: mcs/mcs/cs-tokenizer.cs:2628
  384. msgid ""
  385. "Cannot define or undefine preprocessor symbols after first token in file"
  386. msgstr ""
  387. #: mcs/mcs/cs-tokenizer.cs:2634
  388. msgid ""
  389. "Preprocessor directives must appear as the first non-whitespace character on "
  390. "a line"
  391. msgstr ""
  392. #: mcs/mcs/cs-tokenizer.cs:2639
  393. msgid "Single-line comment or end-of-line expected"
  394. msgstr ""
  395. #: mcs/mcs/cs-tokenizer.cs:2684 mcs/mcs/cs-tokenizer.cs:3719
  396. msgid "Expected `#endif' directive"
  397. msgstr "`#endif' Direktive erwartet"
  398. #: mcs/mcs/cs-tokenizer.cs:2717 mcs/mcs/cs-tokenizer.cs:2738
  399. #: mcs/mcs/cs-tokenizer.cs:2769 mcs/mcs/cs-tokenizer.cs:3717
  400. msgid "#endregion directive expected"
  401. msgstr "`#endregion' Direktive erwartet"
  402. #: mcs/mcs/cs-tokenizer.cs:2816
  403. msgid "Wrong preprocessor directive"
  404. msgstr "Falsche Präprozessor Direktive"
  405. #: mcs/mcs/cs-tokenizer.cs:2828
  406. #, csharp-format
  407. msgid "#error: '{0}'"
  408. msgstr "#Fehler: '{0}'"
  409. #: mcs/mcs/cs-tokenizer.cs:2846
  410. msgid "The line number specified for #line directive is missing or invalid"
  411. msgstr ""
  412. #: mcs/mcs/cs-tokenizer.cs:2908 mcs/mcs/cs-tokenizer.cs:3554
  413. msgid "Newline in constant"
  414. msgstr ""
  415. #: mcs/mcs/cs-tokenizer.cs:2934
  416. msgid "Unterminated string literal"
  417. msgstr "Nicht beendetes Zeichenfolgeliteral"
  418. #: mcs/mcs/cs-tokenizer.cs:3011
  419. msgid "Identifier too long (limit is 512 chars)"
  420. msgstr "Der Bezeichner ist zu lang. (Maximal 512 Zeichen)"
  421. #: mcs/mcs/cs-tokenizer.cs:3394
  422. msgid "End-of-file found, '*/' expected"
  423. msgstr "Dateiende gefunden. `*/' erwartet."
  424. #: mcs/mcs/cs-tokenizer.cs:3503
  425. msgid "Keyword, identifier, or string expected after verbatim specifier: @"
  426. msgstr ""
  427. #: mcs/mcs/cs-tokenizer.cs:3524
  428. #, fuzzy, csharp-format
  429. msgid "Unexpected character `{0}'"
  430. msgstr "`{0}' erwartet"
  431. #: mcs/mcs/cs-tokenizer.cs:3549
  432. msgid "Empty character literal"
  433. msgstr ""
  434. #: mcs/mcs/cs-tokenizer.cs:3570
  435. msgid "Too many characters in character literal"
  436. msgstr ""
  437. #: mcs/mcs/cfold.cs:73
  438. msgid "The operation overflows at compile time in checked mode"
  439. msgstr ""
  440. #: mcs/mcs/cfold.cs:756 mcs/mcs/cfold.cs:842
  441. msgid "Division by constant zero"
  442. msgstr ""
  443. #: mcs/mcs/class.cs:138
  444. #, csharp-format
  445. msgid ""
  446. "Partial declarations of `{0}' must be all classes, all structs or all "
  447. "interfaces"
  448. msgstr ""
  449. #: mcs/mcs/class.cs:147
  450. #, csharp-format
  451. msgid "Partial declarations of `{0}' have conflicting accessibility modifiers"
  452. msgstr ""
  453. #: mcs/mcs/class.cs:157
  454. #, csharp-format
  455. msgid ""
  456. "Partial declarations of `{0}' must have the same type parameter names in the "
  457. "same order"
  458. msgstr ""
  459. #: mcs/mcs/class.cs:164
  460. #, csharp-format
  461. msgid ""
  462. "Partial declarations of `{0}' must have the same type parameter variance "
  463. "modifiers"
  464. msgstr ""
  465. #: mcs/mcs/class.cs:329
  466. #, csharp-format
  467. msgid ""
  468. "Missing partial modifier on declaration of type `{0}'. Another partial "
  469. "declaration of this type exists"
  470. msgstr ""
  471. #: mcs/mcs/class.cs:734
  472. #, csharp-format
  473. msgid ""
  474. "`{0}': explicit interface declaration can only be declared in a class or "
  475. "struct"
  476. msgstr ""
  477. #: mcs/mcs/class.cs:793
  478. #, csharp-format
  479. msgid "Duplicate type parameter `{0}'"
  480. msgstr ""
  481. #: mcs/mcs/class.cs:796
  482. #, csharp-format
  483. msgid "The type `{0}' already contains a definition for `{1}'"
  484. msgstr ""
  485. #: mcs/mcs/class.cs:862
  486. msgid ""
  487. "Cannot specify the `DefaultMember' attribute on type containing an indexer"
  488. msgstr ""
  489. #: mcs/mcs/class.cs:867
  490. msgid "The RequiredAttribute attribute is not permitted on C# types"
  491. msgstr ""
  492. #: mcs/mcs/class.cs:1093
  493. #, csharp-format
  494. msgid "Class `{0}' cannot derive from the dynamic type"
  495. msgstr ""
  496. #: mcs/mcs/class.cs:1110
  497. #, csharp-format
  498. msgid "`{0}' is already listed in interface list"
  499. msgstr ""
  500. #: mcs/mcs/class.cs:1118
  501. #, csharp-format
  502. msgid ""
  503. "Inconsistent accessibility: base interface `{0}' is less accessible than "
  504. "interface `{1}'"
  505. msgstr ""
  506. #: mcs/mcs/class.cs:1124
  507. #, csharp-format
  508. msgid "Type `{0}' in interface list is not an interface"
  509. msgstr ""
  510. #: mcs/mcs/class.cs:1126
  511. #, csharp-format
  512. msgid "`{0}': Classes cannot have multiple base classes (`{1}' and `{2}')"
  513. msgstr ""
  514. #: mcs/mcs/class.cs:1129
  515. #, csharp-format
  516. msgid "`{0}': Base class `{1}' must be specified as first"
  517. msgstr ""
  518. #: mcs/mcs/class.cs:1190
  519. #, csharp-format
  520. msgid ""
  521. "The operator `{0}' requires a matching operator `{1}' to also be defined"
  522. msgstr ""
  523. #: mcs/mcs/class.cs:1421
  524. #, csharp-format
  525. msgid "Partial declarations of `{0}' must not specify different base classes"
  526. msgstr ""
  527. #: mcs/mcs/class.cs:1465
  528. #, csharp-format
  529. msgid ""
  530. "Inherited interface `{0}' causes a cycle in the interface hierarchy of `{1}'"
  531. msgstr ""
  532. #: mcs/mcs/class.cs:1471
  533. #, csharp-format
  534. msgid "Circular base class dependency involving `{0}' and `{1}'"
  535. msgstr ""
  536. #: mcs/mcs/class.cs:1617
  537. #, csharp-format
  538. msgid ""
  539. "Partial declarations of `{0}' have inconsistent constraints for type "
  540. "parameter `{1}'"
  541. msgstr ""
  542. #: mcs/mcs/class.cs:1726
  543. #, fuzzy, csharp-format
  544. msgid "`{0}': cannot implement a dynamic interface `{1}'"
  545. msgstr "`{0}' implementiert den Schnittstellenmember `{1}' nicht"
  546. #: mcs/mcs/class.cs:1742
  547. #, csharp-format
  548. msgid ""
  549. "`{0}' cannot implement both `{1}' and `{2}' because they may unify for some "
  550. "type parameter substitutions"
  551. msgstr ""
  552. #: mcs/mcs/class.cs:1761
  553. #, csharp-format
  554. msgid ""
  555. "A generic type cannot derive from `{0}' because it is an attribute class"
  556. msgstr ""
  557. #: mcs/mcs/class.cs:1870
  558. msgid ""
  559. "Two indexers have different names; the IndexerName attribute must be used "
  560. "with the same name on every indexer within a type"
  561. msgstr ""
  562. #: mcs/mcs/class.cs:2120
  563. #, csharp-format
  564. msgid "A static member `{0}' cannot be marked as override, virtual or abstract"
  565. msgstr ""
  566. #: mcs/mcs/class.cs:2127
  567. #, csharp-format
  568. msgid "A member `{0}' marked as override cannot be marked as new or virtual"
  569. msgstr ""
  570. #: mcs/mcs/class.cs:2139
  571. #, csharp-format
  572. msgid "`{0}' cannot be both extern and abstract"
  573. msgstr ""
  574. #: mcs/mcs/class.cs:2144
  575. #, csharp-format
  576. msgid "`{0}' cannot be both abstract and sealed"
  577. msgstr "`{0}' Eine Klasse kann nicht gleichzeitig statisch und versiegelt sein"
  578. #: mcs/mcs/class.cs:2149
  579. #, csharp-format
  580. msgid "The abstract method `{0}' cannot be marked virtual"
  581. msgstr ""
  582. #: mcs/mcs/class.cs:2155
  583. #, csharp-format
  584. msgid "`{0}' is abstract but it is declared in the non-abstract class `{1}'"
  585. msgstr ""
  586. #: mcs/mcs/class.cs:2163
  587. #, csharp-format
  588. msgid "`{0}': virtual or abstract members cannot be private"
  589. msgstr ""
  590. #: mcs/mcs/class.cs:2170
  591. #, csharp-format
  592. msgid "`{0}' cannot be sealed because it is not an override"
  593. msgstr ""
  594. #: mcs/mcs/class.cs:2210
  595. #, csharp-format
  596. msgid "`{0}': containing type does not implement interface `{1}'"
  597. msgstr ""
  598. #: mcs/mcs/class.cs:2400
  599. #, csharp-format
  600. msgid "Type parameter `{0}' has same name as containing type, or method"
  601. msgstr ""
  602. #: mcs/mcs/class.cs:2408
  603. #, csharp-format
  604. msgid "`{0}': member names cannot be the same as their enclosing type"
  605. msgstr ""
  606. #: mcs/mcs/class.cs:2527
  607. msgid ""
  608. "The class System.Object cannot have a base class or implement an interface."
  609. msgstr ""
  610. #: mcs/mcs/class.cs:2536
  611. #, csharp-format
  612. msgid "Attribute `{0}' is only valid on classes derived from System.Attribute"
  613. msgstr ""
  614. #: mcs/mcs/class.cs:2541
  615. msgid ""
  616. "Attribute `System.Diagnostics.ConditionalAttribute' is only valid on methods "
  617. "or attribute classes"
  618. msgstr ""
  619. #: mcs/mcs/class.cs:2570
  620. #, csharp-format
  621. msgid "`{0}': an abstract class cannot be sealed or static"
  622. msgstr "`{0}': Eine abstrakte Klasse darf nicht versiegelt oder statisch sein"
  623. #: mcs/mcs/class.cs:2574
  624. #, csharp-format
  625. msgid "`{0}': a class cannot be both static and sealed"
  626. msgstr ""
  627. #: mcs/mcs/class.cs:2580
  628. #, csharp-format
  629. msgid "`{0}': Static classes cannot contain user-defined operators"
  630. msgstr ""
  631. "`{0}': Statische Klassen können keine benutzerdefinierten Operatoren "
  632. "beinhalten"
  633. #: mcs/mcs/class.cs:2585
  634. #, csharp-format
  635. msgid "`{0}': Static classes cannot contain destructor"
  636. msgstr "`{0}': Statische Klassen können keinen Destruktor enthalten"
  637. #: mcs/mcs/class.cs:2590
  638. #, csharp-format
  639. msgid "`{0}': cannot declare indexers in a static class"
  640. msgstr ""
  641. #: mcs/mcs/class.cs:2598
  642. #, csharp-format
  643. msgid "`{0}': Static classes cannot have instance constructors"
  644. msgstr ""
  645. #: mcs/mcs/class.cs:2602
  646. #, csharp-format
  647. msgid "`{0}': cannot declare instance members in a static class"
  648. msgstr ""
  649. #: mcs/mcs/class.cs:2633
  650. #, fuzzy, csharp-format
  651. msgid "`{0}': Cannot derive from type parameter `{1}'"
  652. msgstr "`{0}' implementiert den Schnittstellenmember `{1}' nicht"
  653. #: mcs/mcs/class.cs:2637
  654. #, csharp-format
  655. msgid "`{0}': Cannot derive from static class `{1}'"
  656. msgstr ""
  657. #: mcs/mcs/class.cs:2641
  658. #, csharp-format
  659. msgid "`{0}': cannot derive from sealed type `{1}'"
  660. msgstr ""
  661. #: mcs/mcs/class.cs:2644
  662. #, csharp-format
  663. msgid ""
  664. "Static class `{0}' cannot derive from type `{1}'. Static classes must derive "
  665. "from object"
  666. msgstr ""
  667. #: mcs/mcs/class.cs:2655
  668. #, csharp-format
  669. msgid "`{0}' cannot derive from special class `{1}'"
  670. msgstr ""
  671. #: mcs/mcs/class.cs:2665
  672. #, csharp-format
  673. msgid ""
  674. "Inconsistent accessibility: base class `{0}' is less accessible than class `"
  675. "{1}'"
  676. msgstr ""
  677. #: mcs/mcs/class.cs:2673
  678. #, csharp-format
  679. msgid "Static class `{0}' cannot implement interfaces"
  680. msgstr ""
  681. #: mcs/mcs/class.cs:2784 mcs/mcs/class.cs:2798
  682. #, csharp-format
  683. msgid "Struct member `{0}' of type `{1}' causes a cycle in the struct layout"
  684. msgstr ""
  685. #: mcs/mcs/class.cs:2880
  686. #, csharp-format
  687. msgid "`{0}': Structs cannot have instance field initializers"
  688. msgstr "`{0}': Instanzfeldinitialisierungen können nicht in Strukturen sein"
  689. #: mcs/mcs/class.cs:3068
  690. #, csharp-format
  691. msgid "Do not override `{0}'. Use destructor syntax instead"
  692. msgstr ""
  693. #: mcs/mcs/class.cs:3071
  694. #, csharp-format
  695. msgid "`{0}' is marked as an override but no suitable {1} found to override"
  696. msgstr ""
  697. #: mcs/mcs/class.cs:3077
  698. #, csharp-format
  699. msgid "`{0}': cannot override because `{1}' is not an event"
  700. msgstr ""
  701. #: mcs/mcs/class.cs:3080
  702. #, csharp-format
  703. msgid "`{0}': cannot override because `{1}' is not a property"
  704. msgstr ""
  705. #: mcs/mcs/class.cs:3083
  706. #, csharp-format
  707. msgid "`{0}': cannot override because `{1}' is not a method"
  708. msgstr ""
  709. #: mcs/mcs/class.cs:3102
  710. #, csharp-format
  711. msgid ""
  712. "`{0}' cannot override inherited members `{1}' and `{2}' because they have "
  713. "the same signature when used in type `{3}'"
  714. msgstr ""
  715. #: mcs/mcs/class.cs:3155 mcs/mcs/field.cs:198
  716. #, csharp-format
  717. msgid "`{0}' hides inherited abstract member `{1}'"
  718. msgstr ""
  719. #: mcs/mcs/class.cs:3179
  720. #, csharp-format
  721. msgid ""
  722. "`{0}': cannot override inherited member `{1}' because it is not marked "
  723. "virtual, abstract or override"
  724. msgstr ""
  725. #: mcs/mcs/class.cs:3187
  726. #, csharp-format
  727. msgid "`{0}': cannot override inherited member `{1}' because it is sealed"
  728. msgstr ""
  729. #: mcs/mcs/class.cs:3196
  730. #, csharp-format
  731. msgid "`{0}': type must be `{1}' to match overridden member `{2}'"
  732. msgstr ""
  733. #: mcs/mcs/class.cs:3199
  734. #, csharp-format
  735. msgid "`{0}': return type must be `{1}' to match overridden member `{2}'"
  736. msgstr ""
  737. #: mcs/mcs/class.cs:3267
  738. #, csharp-format
  739. msgid "A partial method `{0}' cannot explicitly implement an interface"
  740. msgstr ""
  741. #: mcs/mcs/class.cs:3273
  742. #, csharp-format
  743. msgid "The type `{0}' in explicit interface declaration is not an interface"
  744. msgstr ""
  745. #: mcs/mcs/class.cs:3304
  746. #, csharp-format
  747. msgid ""
  748. "Inconsistent accessibility: parameter type `{0}' is less accessible than "
  749. "indexer `{1}'"
  750. msgstr ""
  751. #: mcs/mcs/class.cs:3308
  752. #, csharp-format
  753. msgid ""
  754. "Inconsistent accessibility: parameter type `{0}' is less accessible than "
  755. "operator `{1}'"
  756. msgstr ""
  757. #: mcs/mcs/class.cs:3312
  758. #, csharp-format
  759. msgid ""
  760. "Inconsistent accessibility: parameter type `{0}' is less accessible than "
  761. "method `{1}'"
  762. msgstr ""
  763. #: mcs/mcs/class.cs:3372
  764. #, csharp-format
  765. msgid ""
  766. "`{0}': cannot change access modifiers when overriding `{1}' inherited member "
  767. "`{2}'"
  768. msgstr ""
  769. #: mcs/mcs/class.cs:3381
  770. #, fuzzy, csharp-format
  771. msgid "`{0}': static types cannot be used as return types"
  772. msgstr ""
  773. "`{0}': Statische Klassen können keine benutzerdefinierten Operatoren "
  774. "beinhalten"
  775. #: mcs/mcs/class.cs:3442
  776. #, csharp-format
  777. msgid ""
  778. "`{0}': Cannot specify constraints for overrides and explicit interface "
  779. "implementation methods"
  780. msgstr ""
  781. #: mcs/mcs/class.cs:3504
  782. #, csharp-format
  783. msgid "New virtual member `{0}' is declared in a sealed class `{1}'"
  784. msgstr ""
  785. #: mcs/mcs/class.cs:3519
  786. msgid "Inconsistent accessibility: property type `"
  787. msgstr ""
  788. #: mcs/mcs/class.cs:3524
  789. msgid "Inconsistent accessibility: indexer return type `"
  790. msgstr ""
  791. #: mcs/mcs/class.cs:3530 mcs/mcs/class.cs:3535 mcs/mcs/delegate.cs:171
  792. msgid "Inconsistent accessibility: return type `"
  793. msgstr ""
  794. #: mcs/mcs/class.cs:3540
  795. msgid "Inconsistent accessibility: field type `"
  796. msgstr ""
  797. #: mcs/mcs/class.cs:3552
  798. #, csharp-format
  799. msgid ""
  800. "Parameters or local variables of type `{0}' cannot be declared in async "
  801. "methods or iterators"
  802. msgstr ""
  803. #: mcs/mcs/class.cs:3556
  804. #, csharp-format
  805. msgid ""
  806. "Local variables of type `{0}' cannot be used inside anonymous methods, "
  807. "lambda expressions or query expressions"
  808. msgstr ""
  809. #: mcs/mcs/class.cs:3560
  810. #, csharp-format
  811. msgid "Field or property cannot be of type `{0}'"
  812. msgstr ""
  813. #: mcs/mcs/const.cs:103
  814. #, csharp-format
  815. msgid "Type parameter `{0}' cannot be declared const"
  816. msgstr ""
  817. #: mcs/mcs/const.cs:106
  818. #, csharp-format
  819. msgid "The type `{0}' cannot be declared const"
  820. msgstr ""
  821. #: mcs/mcs/const.cs:181
  822. #, csharp-format
  823. msgid ""
  824. "The evaluation of the constant value for `{0}' involves a circular definition"
  825. msgstr ""
  826. #: mcs/mcs/constant.cs:66 mcs/mcs/constant.cs:403
  827. #, csharp-format
  828. msgid "Constant value `{0}' cannot be converted to a `{1}'"
  829. msgstr ""
  830. #: mcs/mcs/constant.cs:266
  831. #, csharp-format
  832. msgid ""
  833. "Constant value `{0}' cannot be converted to a `{1}' (use `unchecked' syntax "
  834. "to override)"
  835. msgstr ""
  836. #: mcs/mcs/convert.cs:1185
  837. #, csharp-format
  838. msgid ""
  839. "Ambiguous user defined operators `{0}' and `{1}' when converting from `{2}' "
  840. "to `{3}'"
  841. msgstr ""
  842. #: mcs/mcs/decl.cs:330
  843. #, csharp-format
  844. msgid "`{0}' cannot declare a body because it is marked extern"
  845. msgstr ""
  846. #: mcs/mcs/decl.cs:336
  847. #, csharp-format
  848. msgid "`{0}' cannot declare a body because it is marked abstract"
  849. msgstr ""
  850. #: mcs/mcs/decl.cs:349
  851. #, csharp-format
  852. msgid ""
  853. "`{0}' must have a body because it is not marked abstract or extern. The "
  854. "property can be automatically implemented when you define both accessors"
  855. msgstr ""
  856. #: mcs/mcs/decl.cs:355
  857. #, csharp-format
  858. msgid ""
  859. "`{0}' must have a body because it is not marked abstract, extern, or partial"
  860. msgstr ""
  861. #: mcs/mcs/decl.cs:370
  862. #, csharp-format
  863. msgid "`{0}': Structs cannot contain protected members"
  864. msgstr ""
  865. #: mcs/mcs/decl.cs:376
  866. #, csharp-format
  867. msgid "`{0}': Static classes cannot contain protected members"
  868. msgstr ""
  869. #: mcs/mcs/decl.cs:473
  870. msgid "Constraints are not allowed on non-generic declarations"
  871. msgstr "Einschränkungen sind nicht erlaubt für nicht generische Deklarationen"
  872. #: mcs/mcs/decl.cs:480
  873. #, csharp-format
  874. msgid "`{0}': A constraint references nonexistent type parameter `{1}'"
  875. msgstr ""
  876. #: mcs/mcs/delegate.cs:155
  877. #, csharp-format
  878. msgid ""
  879. "Inconsistent accessibility: parameter type `{0}' is less accessible than "
  880. "delegate `{1}'"
  881. msgstr ""
  882. #: mcs/mcs/delegate.cs:505
  883. #, csharp-format
  884. msgid ""
  885. "Cannot create delegate from method `{0}' because it is a member of System."
  886. "Nullable<T> type"
  887. msgstr ""
  888. #: mcs/mcs/delegate.cs:517
  889. #, csharp-format
  890. msgid ""
  891. "Extension method `{0}' of value type `{1}' cannot be used to create delegates"
  892. msgstr ""
  893. #: mcs/mcs/delegate.cs:535
  894. #, csharp-format
  895. msgid "Cannot create delegate from partial method declaration `{0}'"
  896. msgstr ""
  897. #: mcs/mcs/delegate.cs:538
  898. #, csharp-format
  899. msgid ""
  900. "Cannot create delegate with `{0}' because it has a Conditional attribute"
  901. msgstr ""
  902. #: mcs/mcs/delegate.cs:581
  903. #, csharp-format
  904. msgid ""
  905. "A method or delegate `{0} {1}' parameters and return type must be same as "
  906. "delegate `{2} {3}' parameters and return type"
  907. msgstr ""
  908. #: mcs/mcs/delegate.cs:588
  909. #, csharp-format
  910. msgid ""
  911. "A method or delegate `{0}' parameters do not match delegate `{1}' parameters"
  912. msgstr ""
  913. #: mcs/mcs/delegate.cs:593
  914. #, csharp-format
  915. msgid ""
  916. "A method or delegate `{0} {1}' return type does not match delegate `{2} {3}' "
  917. "return type"
  918. msgstr ""
  919. #: mcs/mcs/delegate.cs:676
  920. msgid "Method name expected"
  921. msgstr "Methodennamen erwartet"
  922. #: mcs/mcs/doc.cs:621
  923. #, csharp-format
  924. msgid "Error generating XML documentation file `{0}' (`{1}')"
  925. msgstr "Fehler beim erstellen der XML-Dokumentationsdatei `{0}' (`{1}')"
  926. #: mcs/mcs/driver.cs:52
  927. msgid "Source file `"
  928. msgstr ""
  929. #: mcs/mcs/driver.cs:258
  930. msgid "No files to compile were specified"
  931. msgstr "Es wurden keine Dateien zum kompilieren angegeben"
  932. #: mcs/mcs/driver.cs:263
  933. msgid "Platform option `anycpu32bitpreferred' is valid only for executables"
  934. msgstr ""
  935. #: mcs/mcs/driver.cs:293
  936. msgid ""
  937. "If no source files are specified you must specify the output file with -out:"
  938. msgstr ""
  939. #: mcs/mcs/driver.cs:310
  940. msgid "Output file name is not valid"
  941. msgstr ""
  942. #: mcs/mcs/dynamic.cs:278
  943. msgid "An expression tree cannot contain a dynamic operation"
  944. msgstr ""
  945. #: mcs/mcs/dynamic.cs:311
  946. msgid ""
  947. "Dynamic operation cannot be compiled without `Microsoft.CSharp.dll' assembly "
  948. "reference"
  949. msgstr ""
  950. #: mcs/mcs/ecore.cs:214
  951. #, csharp-format
  952. msgid "`{0}' is inaccessible due to its protection level"
  953. msgstr ""
  954. #: mcs/mcs/ecore.cs:219
  955. #, csharp-format
  956. msgid "The expression being assigned to `{0}' must be constant"
  957. msgstr ""
  958. #: mcs/mcs/ecore.cs:224
  959. #, csharp-format
  960. msgid ""
  961. "A constant `{0}' of reference type `{1}' can only be initialized with null"
  962. msgstr ""
  963. #: mcs/mcs/ecore.cs:230
  964. msgid ""
  965. "Only assignment, call, increment, decrement, await, and new object "
  966. "expressions can be used as a statement"
  967. msgstr ""
  968. #: mcs/mcs/ecore.cs:240
  969. msgid "Keyword `void' cannot be used in this context"
  970. msgstr ""
  971. #: mcs/mcs/ecore.cs:262
  972. #, csharp-format
  973. msgid "Cannot convert type `{0}' to `{1}'"
  974. msgstr ""
  975. #: mcs/mcs/ecore.cs:273
  976. #, csharp-format
  977. msgid ""
  978. "Cannot implicitly convert type `{0}' to `{1}'. An explicit conversion exists "
  979. "(are you missing a cast?)"
  980. msgstr ""
  981. #: mcs/mcs/ecore.cs:276
  982. #, csharp-format
  983. msgid "Cannot implicitly convert type `{0}' to `{1}'"
  984. msgstr ""
  985. #: mcs/mcs/ecore.cs:307
  986. #, csharp-format
  987. msgid "The {0} `{1}' cannot be used with type arguments"
  988. msgstr ""
  989. #: mcs/mcs/ecore.cs:319
  990. #, csharp-format
  991. msgid "`{0}' does not contain a definition for `{1}'"
  992. msgstr ""
  993. #: mcs/mcs/ecore.cs:328
  994. msgid ""
  995. "The left-hand side of an assignment must be a variable, a property or an "
  996. "indexer"
  997. msgstr ""
  998. #: mcs/mcs/ecore.cs:334
  999. msgid "The operation in question is undefined on void pointers"
  1000. msgstr ""
  1001. #: mcs/mcs/ecore.cs:422 mcs/mcs/statement.cs:3038 mcs/mcs/statement.cs:3040
  1002. #, csharp-format
  1003. msgid "Internal compiler error: {0}"
  1004. msgstr ""
  1005. #: mcs/mcs/ecore.cs:462
  1006. msgid "A ref or out argument must be an assignable variable"
  1007. msgstr ""
  1008. #: mcs/mcs/ecore.cs:481
  1009. msgid ""
  1010. "An attribute argument must be a constant expression, typeof expression or "
  1011. "array creation expression"
  1012. msgstr ""
  1013. #: mcs/mcs/ecore.cs:655
  1014. #, csharp-format
  1015. msgid "The class `{0}' has no constructors defined"
  1016. msgstr ""
  1017. #: mcs/mcs/ecore.cs:777
  1018. #, csharp-format
  1019. msgid "The `{0}' operator cannot be applied to operand of type `{1}'"
  1020. msgstr ""
  1021. #: mcs/mcs/ecore.cs:783
  1022. msgid "An expression tree cannot contain an unsafe pointer operation"
  1023. msgstr ""
  1024. #: mcs/mcs/ecore.cs:861
  1025. #, csharp-format
  1026. msgid "`{0}' is a `{1}' but a `{2}' was expected"
  1027. msgstr ""
  1028. #: mcs/mcs/ecore.cs:894
  1029. #, csharp-format
  1030. msgid "Expression denotes a `{0}', where a `{1}' was expected"
  1031. msgstr ""
  1032. #: mcs/mcs/ecore.cs:904
  1033. msgid "Pointers and fixed size buffers may only be used in an unsafe context"
  1034. msgstr ""
  1035. #: mcs/mcs/ecore.cs:2364
  1036. #, fuzzy, csharp-format
  1037. msgid ""
  1038. "Dynamic keyword requires `{0}' to be defined. Are you missing System.Core."
  1039. "dll assembly reference?"
  1040. msgstr ""
  1041. "Der Typ oder Namespacename `{0}' konnte nicht gefunden werden. Fehlt eine "
  1042. "using-Direktive oder ein Assemblyverweis?"
  1043. #: mcs/mcs/ecore.cs:2440
  1044. #, csharp-format
  1045. msgid ""
  1046. "A local variable `{0}' cannot be used before it is declared. Consider "
  1047. "renaming the local variable when it hides the member `{1}'"
  1048. msgstr ""
  1049. #: mcs/mcs/ecore.cs:2455 mcs/mcs/ecore.cs:2498
  1050. #, csharp-format
  1051. msgid "`{0}' conflicts with a declaration in a child block"
  1052. msgstr ""
  1053. #: mcs/mcs/ecore.cs:2507
  1054. #, csharp-format
  1055. msgid "A local variable `{0}' cannot be used before it is declared"
  1056. msgstr ""
  1057. #: mcs/mcs/ecore.cs:2561
  1058. #, csharp-format
  1059. msgid "The name `{0}' does not exist in the current context"
  1060. msgstr ""
  1061. #: mcs/mcs/ecore.cs:2657
  1062. msgid "System.Void cannot be used from C#. Consider using `void'"
  1063. msgstr ""
  1064. #: mcs/mcs/ecore.cs:2941
  1065. #, csharp-format
  1066. msgid "Cannot call an abstract base member `{0}'"
  1067. msgstr ""
  1068. #: mcs/mcs/ecore.cs:2948
  1069. #, csharp-format
  1070. msgid ""
  1071. "Cannot access protected member `{0}' via a qualifier of type `{1}'. The "
  1072. "qualifier must be of type `{2}' or derived from it"
  1073. msgstr ""
  1074. #: mcs/mcs/ecore.cs:2964
  1075. #, csharp-format
  1076. msgid ""
  1077. "Members of value type `{0}' cannot be assigned using a property `{1}' object "
  1078. "initializer"
  1079. msgstr ""
  1080. #: mcs/mcs/ecore.cs:2968
  1081. #, csharp-format
  1082. msgid ""
  1083. "Cannot modify a value type return value of `{0}'. Consider storing the value "
  1084. "in a temporary variable"
  1085. msgstr ""
  1086. #: mcs/mcs/ecore.cs:2994
  1087. #, csharp-format
  1088. msgid ""
  1089. "Static member `{0}' cannot be accessed with an instance reference, qualify "
  1090. "it with a type name instead"
  1091. msgstr ""
  1092. #: mcs/mcs/ecore.cs:3009
  1093. #, csharp-format
  1094. msgid ""
  1095. "A field initializer cannot reference the nonstatic field, method, or "
  1096. "property `{0}'"
  1097. msgstr ""
  1098. #: mcs/mcs/ecore.cs:3013
  1099. #, csharp-format
  1100. msgid "An object reference is required to access non-static member `{0}'"
  1101. msgstr ""
  1102. #: mcs/mcs/ecore.cs:3022
  1103. #, csharp-format
  1104. msgid ""
  1105. "Cannot access a nonstatic member of outer type `{0}' via nested type `{1}'"
  1106. msgstr ""
  1107. #: mcs/mcs/ecore.cs:3070
  1108. msgid "Cannot modify the result of an unboxing conversion"
  1109. msgstr "Das Ergebnis einer Unboxing-Konvertierung kann nicht geändert werden"
  1110. #: mcs/mcs/ecore.cs:3240
  1111. #, csharp-format
  1112. msgid ""
  1113. "Type `{0}' does not contain a member `{1}' and the best extension method "
  1114. "overload `{2}' has some invalid arguments"
  1115. msgstr ""
  1116. #: mcs/mcs/ecore.cs:3245
  1117. #, csharp-format
  1118. msgid "Extension method instance type `{0}' cannot be converted to `{1}'"
  1119. msgstr ""
  1120. #: mcs/mcs/ecore.cs:3379
  1121. msgid "An expression tree cannot contain an expression with method group"
  1122. msgstr ""
  1123. #: mcs/mcs/ecore.cs:3385
  1124. msgid ""
  1125. "Partial methods with only a defining declaration or removed conditional "
  1126. "methods cannot be used in an expression tree"
  1127. msgstr ""
  1128. #: mcs/mcs/ecore.cs:3417
  1129. #, csharp-format
  1130. msgid ""
  1131. "Cannot convert method group `{0}' to non-delegate type `{1}'. Consider using "
  1132. "parentheses to invoke the method"
  1133. msgstr ""
  1134. #: mcs/mcs/ecore.cs:4150
  1135. #, csharp-format
  1136. msgid ""
  1137. "The type `{0}' does not contain a constructor that takes `{1}' arguments"
  1138. msgstr ""
  1139. #: mcs/mcs/ecore.cs:4837
  1140. #, csharp-format
  1141. msgid ""
  1142. "Type `{0}' does not contain a member `{1}' and the best extension method "
  1143. "overload `{2}' cannot be dynamically dispatched. Consider calling the method "
  1144. "without the extension method syntax"
  1145. msgstr ""
  1146. #: mcs/mcs/ecore.cs:4876
  1147. #, csharp-format
  1148. msgid ""
  1149. "The call is ambiguous between the following methods or properties: `{0}' and "
  1150. "`{1}'"
  1151. msgstr ""
  1152. #: mcs/mcs/ecore.cs:4939
  1153. #, csharp-format
  1154. msgid ""
  1155. "The best overloaded collection initalizer method `{0}' cannot have `ref' or "
  1156. "`out' modifier"
  1157. msgstr ""
  1158. #: mcs/mcs/ecore.cs:4943
  1159. #, csharp-format
  1160. msgid ""
  1161. "The best overloaded collection initalizer method `{0}' has some invalid "
  1162. "arguments"
  1163. msgstr ""
  1164. #: mcs/mcs/ecore.cs:4946
  1165. #, csharp-format
  1166. msgid "Delegate `{0}' has some invalid arguments"
  1167. msgstr ""
  1168. #: mcs/mcs/ecore.cs:4950
  1169. #, csharp-format
  1170. msgid "The best overloaded method match for `{0}' has some invalid arguments"
  1171. msgstr ""
  1172. #: mcs/mcs/ecore.cs:4959
  1173. #, csharp-format
  1174. msgid ""
  1175. "Argument `#{0}' does not require `{1}' modifier. Consider removing `{1}' "
  1176. "modifier"
  1177. msgstr ""
  1178. #: mcs/mcs/ecore.cs:4962
  1179. #, csharp-format
  1180. msgid "Argument `#{0}' is missing `{1}' modifier"
  1181. msgstr ""
  1182. #: mcs/mcs/ecore.cs:4979
  1183. #, csharp-format
  1184. msgid "Argument `#{0}' cannot convert `{1}' expression to type `{2}'"
  1185. msgstr ""
  1186. #: mcs/mcs/ecore.cs:5032
  1187. #, csharp-format
  1188. msgid ""
  1189. "The type arguments for method `{0}' cannot be inferred from the usage. Try "
  1190. "specifying the type arguments explicitly"
  1191. msgstr ""
  1192. #: mcs/mcs/ecore.cs:5061
  1193. #, csharp-format
  1194. msgid "No overload for method `{0}' takes `{1}' arguments"
  1195. msgstr ""
  1196. #: mcs/mcs/ecore.cs:5114
  1197. #, csharp-format
  1198. msgid "The delegate `{0}' does not contain a parameter named `{1}'"
  1199. msgstr ""
  1200. #: mcs/mcs/ecore.cs:5119
  1201. #, csharp-format
  1202. msgid ""
  1203. "The best overloaded method match for `{0}' does not contain a parameter "
  1204. "named `{1}'"
  1205. msgstr ""
  1206. #: mcs/mcs/ecore.cs:5129
  1207. #, csharp-format
  1208. msgid ""
  1209. "Named argument `{0}' cannot be used for a parameter which has positional "
  1210. "argument specified"
  1211. msgstr ""
  1212. #: mcs/mcs/ecore.cs:5467
  1213. msgid ""
  1214. "You cannot use fixed size buffers contained in unfixed expressions. Try "
  1215. "using the fixed statement"
  1216. msgstr ""
  1217. #: mcs/mcs/ecore.cs:5472
  1218. #, csharp-format
  1219. msgid "`{0}': Fixed size buffers can only be accessed through locals or fields"
  1220. msgstr ""
  1221. #: mcs/mcs/ecore.cs:5508
  1222. #, fuzzy, csharp-format
  1223. msgid "Use of possibly unassigned field `{0}'"
  1224. msgstr "Verwendung eines möglicherweise nicht zugewiesenen Feldes `"
  1225. #: mcs/mcs/ecore.cs:5935
  1226. #, fuzzy, csharp-format
  1227. msgid "Property or event `{0}' is not supported by the C# language"
  1228. msgstr ""
  1229. "Die Eigenschaft `{0}' wird von der C# Sprache nicht unterstützt. Rufen Sie "
  1230. "die `{1}'-Accessormethode direkt auf."
  1231. #: mcs/mcs/ecore.cs:6131
  1232. #, csharp-format
  1233. msgid "A range variable `{0}' may not be passes as `ref' or `out' parameter"
  1234. msgstr ""
  1235. #: mcs/mcs/ecore.cs:6204
  1236. #, csharp-format
  1237. msgid ""
  1238. "The property or indexer `{0}' cannot be used in this context because it "
  1239. "lacks the `get' accessor"
  1240. msgstr ""
  1241. #: mcs/mcs/ecore.cs:6211
  1242. #, csharp-format
  1243. msgid ""
  1244. "The property or indexer `{0}' cannot be used in this context because the get "
  1245. "accessor is inaccessible"
  1246. msgstr ""
  1247. #: mcs/mcs/ecore.cs:6230
  1248. #, csharp-format
  1249. msgid "Property or indexer `{0}' cannot be assigned to (it is read-only)"
  1250. msgstr ""
  1251. #: mcs/mcs/ecore.cs:6238
  1252. #, csharp-format
  1253. msgid ""
  1254. "The property or indexer `{0}' cannot be used in this context because the set "
  1255. "accessor is inaccessible"
  1256. msgstr ""
  1257. #: mcs/mcs/ecore.cs:6406
  1258. #, csharp-format
  1259. msgid ""
  1260. "The event `{0}' can only appear on the left hand side of `+=' or `-=' "
  1261. "operator"
  1262. msgstr ""
  1263. #: mcs/mcs/ecore.cs:6410
  1264. #, csharp-format
  1265. msgid ""
  1266. "The event `{0}' can only appear on the left hand side of += or -= when used "
  1267. "outside of the type `{1}'"
  1268. msgstr ""
  1269. #: mcs/mcs/ecore.cs:6580
  1270. #, csharp-format
  1271. msgid ""
  1272. "An implicitly typed local variable declaration cannot be initialized with `"
  1273. "{0}'"
  1274. msgstr ""
  1275. #: mcs/mcs/ecore.cs:6594
  1276. msgid ""
  1277. "The contextual keyword `var' may only appear within a local variable "
  1278. "declaration"
  1279. msgstr ""
  1280. #: mcs/mcs/enum.cs:143
  1281. #, csharp-format
  1282. msgid ""
  1283. "The enumerator value `{0}' is outside the range of enumerator underlying "
  1284. "type `{1}'"
  1285. msgstr ""
  1286. #: mcs/mcs/enum.cs:212
  1287. #, csharp-format
  1288. msgid "An item in an enumeration cannot have an identifier `{0}'"
  1289. msgstr ""
  1290. #: mcs/mcs/enum.cs:223
  1291. msgid "Type byte, sbyte, short, ushort, int, uint, long or ulong expected"
  1292. msgstr "Typ byte, sbyte, short, ushort, int, uint, long oder ulong erwartet"
  1293. #: mcs/mcs/eval.cs:563
  1294. msgid "Detection Parsing Error"
  1295. msgstr ""
  1296. #: mcs/mcs/expression.cs:646
  1297. msgid "Cannot take the address of the given expression"
  1298. msgstr ""
  1299. #: mcs/mcs/expression.cs:669
  1300. msgid ""
  1301. "You can only take the address of unfixed expression inside of a fixed "
  1302. "statement initializer"
  1303. msgstr ""
  1304. #: mcs/mcs/expression.cs:760
  1305. #, csharp-format
  1306. msgid "Operator `{0}' is ambiguous on an operand of type `{1}'"
  1307. msgstr ""
  1308. #: mcs/mcs/expression.cs:908
  1309. msgid "The * or -> operator must be applied to a pointer"
  1310. msgstr ""
  1311. #: mcs/mcs/expression.cs:1125
  1312. msgid ""
  1313. "The operand of an increment or decrement operator must be a variable, "
  1314. "property or indexer"
  1315. msgstr ""
  1316. #: mcs/mcs/expression.cs:1339
  1317. #, csharp-format
  1318. msgid "The `{0}' operator cannot be applied to an operand of a static type"
  1319. msgstr ""
  1320. #: mcs/mcs/expression.cs:1344
  1321. #, csharp-format
  1322. msgid "The `{0}' operator cannot be applied to an operand of pointer type"
  1323. msgstr ""
  1324. #: mcs/mcs/expression.cs:1350
  1325. #, csharp-format
  1326. msgid ""
  1327. "The `{0}' operator cannot be applied to a lambda expression or anonymous "
  1328. "method"
  1329. msgstr ""
  1330. #: mcs/mcs/expression.cs:1616
  1331. #, csharp-format
  1332. msgid ""
  1333. "The `as' operator cannot be used with a non-reference type parameter `{0}'. "
  1334. "Consider adding `class' or a reference type constraint"
  1335. msgstr ""
  1336. #: mcs/mcs/expression.cs:1620
  1337. #, csharp-format
  1338. msgid "The `as' operator cannot be used with a non-nullable value type `{0}'"
  1339. msgstr ""
  1340. #: mcs/mcs/expression.cs:1653
  1341. #, csharp-format
  1342. msgid "Cannot convert type `{0}' to `{1}' via a built-in conversion"
  1343. msgstr ""
  1344. #: mcs/mcs/expression.cs:1693
  1345. #, csharp-format
  1346. msgid "Cannot convert to static type `{0}'"
  1347. msgstr ""
  1348. #: mcs/mcs/expression.cs:1803
  1349. msgid ""
  1350. "The `default value' operator cannot be applied to an operand of a static type"
  1351. msgstr ""
  1352. #: mcs/mcs/expression.cs:2334
  1353. #, csharp-format
  1354. msgid "Operator `{0}' cannot be applied to operands of type `{1}' and `{2}'"
  1355. msgstr ""
  1356. #: mcs/mcs/expression.cs:2904
  1357. msgid "To cast a negative value, you must enclose the value in parentheses"
  1358. msgstr ""
  1359. #: mcs/mcs/expression.cs:3547
  1360. #, csharp-format
  1361. msgid "Operator `{0}' is ambiguous on operands of type `{1}' and `{2}'"
  1362. msgstr ""
  1363. #: mcs/mcs/expression.cs:4247
  1364. #, csharp-format
  1365. msgid ""
  1366. "A user-defined operator `{0}' must have parameters and return values of the "
  1367. "same type in order to be applicable as a short circuit operator"
  1368. msgstr ""
  1369. #: mcs/mcs/expression.cs:4257
  1370. #, csharp-format
  1371. msgid ""
  1372. "The type `{0}' must have operator `true' and operator `false' defined when `"
  1373. "{1}' is used as a short circuit operator"
  1374. msgstr ""
  1375. #: mcs/mcs/expression.cs:4656
  1376. #, csharp-format
  1377. msgid ""
  1378. "Type of conditional expression cannot be determined as `{0}' and `{1}' "
  1379. "convert implicitly to each other"
  1380. msgstr ""
  1381. #: mcs/mcs/expression.cs:4666
  1382. #, csharp-format
  1383. msgid ""
  1384. "Type of conditional expression cannot be determined because there is no "
  1385. "implicit conversion between `{0}' and `{1}'"
  1386. msgstr ""
  1387. #: mcs/mcs/expression.cs:4964
  1388. #, fuzzy, csharp-format
  1389. msgid "Use of unassigned local variable `{0}'"
  1390. msgstr "Verwendung der nicht zugewiesenen lokalen Variable `"
  1391. #: mcs/mcs/expression.cs:4984
  1392. #, csharp-format
  1393. msgid ""
  1394. "Cannot use fixed local `{0}' inside an anonymous method, lambda expression "
  1395. "or query expression"
  1396. msgstr ""
  1397. #: mcs/mcs/expression.cs:5177
  1398. #, csharp-format
  1399. msgid ""
  1400. "Parameter `{0}' cannot be used inside `{1}' when using `ref' or `out' "
  1401. "modifier"
  1402. msgstr ""
  1403. #: mcs/mcs/expression.cs:5256
  1404. #, csharp-format
  1405. msgid "Use of unassigned out parameter `{0}'"
  1406. msgstr ""
  1407. #: mcs/mcs/expression.cs:5368
  1408. #, fuzzy, csharp-format
  1409. msgid "Cannot invoke a non-delegate type `{0}'"
  1410. msgstr "Kann Typ `{0}'<...> nicht finden"
  1411. #: mcs/mcs/expression.cs:5379
  1412. #, csharp-format
  1413. msgid "The member `{0}' cannot be used as method or delegate"
  1414. msgstr ""
  1415. #: mcs/mcs/expression.cs:5399
  1416. msgid ""
  1417. "Do not directly call your base class Finalize method. It is called "
  1418. "automatically from your destructor"
  1419. msgstr ""
  1420. #: mcs/mcs/expression.cs:5401
  1421. msgid ""
  1422. "Destructors and object.Finalize cannot be called directly. Consider calling "
  1423. "IDisposable.Dispose if available"
  1424. msgstr ""
  1425. #: mcs/mcs/expression.cs:5430
  1426. #, csharp-format
  1427. msgid ""
  1428. "The base call to method `{0}' cannot be dynamically dispatched. Consider "
  1429. "casting the dynamic arguments or eliminating the base access"
  1430. msgstr ""
  1431. #: mcs/mcs/expression.cs:5503
  1432. #, csharp-format
  1433. msgid "`{0}': cannot explicitly call operator or accessor"
  1434. msgstr ""
  1435. #: mcs/mcs/expression.cs:5687
  1436. #, csharp-format
  1437. msgid "Unsafe type `{0}' cannot be used in an object creation expression"
  1438. msgstr ""
  1439. #: mcs/mcs/expression.cs:5710
  1440. #, csharp-format
  1441. msgid ""
  1442. "Cannot create an instance of the variable type `{0}' because it does not "
  1443. "have the new() constraint"
  1444. msgstr ""
  1445. #: mcs/mcs/expression.cs:5716
  1446. #, csharp-format
  1447. msgid ""
  1448. "`{0}': cannot provide arguments when creating an instance of a variable type"
  1449. msgstr ""
  1450. #: mcs/mcs/expression.cs:5725
  1451. #, csharp-format
  1452. msgid "Cannot create an instance of the static class `{0}'"
  1453. msgstr ""
  1454. #: mcs/mcs/expression.cs:5737
  1455. #, csharp-format
  1456. msgid "Cannot create an instance of the abstract class or interface `{0}'"
  1457. msgstr ""
  1458. #: mcs/mcs/expression.cs:6038
  1459. msgid ""
  1460. "An implicitly typed local variable declarator cannot use an array initializer"
  1461. msgstr ""
  1462. #: mcs/mcs/expression.cs:6182 mcs/mcs/expression.cs:6190
  1463. #: mcs/mcs/statement.cs:1227 mcs/mcs/statement.cs:3619
  1464. msgid "A constant value is expected"
  1465. msgstr ""
  1466. #: mcs/mcs/expression.cs:6196 mcs/mcs/expression.cs:6221
  1467. #, csharp-format
  1468. msgid "An array initializer of length `{0}' was expected"
  1469. msgstr ""
  1470. #: mcs/mcs/expression.cs:6212
  1471. msgid ""
  1472. "Array initializers can only be used in a variable or field initializer. Try "
  1473. "using a new expression instead"
  1474. msgstr ""
  1475. #: mcs/mcs/expression.cs:6229
  1476. msgid "A nested array initializer was expected"
  1477. msgstr ""
  1478. #: mcs/mcs/expression.cs:6276
  1479. msgid "An expression tree cannot contain a multidimensional array initializer"
  1480. msgstr ""
  1481. #: mcs/mcs/expression.cs:6312
  1482. msgid "Cannot create an array with a negative size"
  1483. msgstr ""
  1484. #: mcs/mcs/expression.cs:6393
  1485. msgid ""
  1486. "Can only use array initializer expressions to assign to array types. Try "
  1487. "using a new expression instead"
  1488. msgstr ""
  1489. #: mcs/mcs/expression.cs:6830
  1490. msgid ""
  1491. "The type of an implicitly typed array cannot be inferred from the "
  1492. "initializer. Try specifying array type explicitly"
  1493. msgstr ""
  1494. #: mcs/mcs/expression.cs:6973
  1495. msgid ""
  1496. "The `this' object cannot be used before all of its fields are assigned to"
  1497. msgstr ""
  1498. #: mcs/mcs/expression.cs:6980
  1499. msgid ""
  1500. "Keyword `this' is not valid in a static property, static method, or static "
  1501. "field initializer"
  1502. msgstr ""
  1503. #: mcs/mcs/expression.cs:6983
  1504. msgid ""
  1505. "Anonymous methods inside structs cannot access instance members of `this'. "
  1506. "Consider copying `this' to a local variable outside the anonymous method and "
  1507. "using the local instead"
  1508. msgstr ""
  1509. #: mcs/mcs/expression.cs:6986
  1510. msgid "Keyword `this' is not available in the current context"
  1511. msgstr ""
  1512. #: mcs/mcs/expression.cs:7063
  1513. msgid "Cannot take the address of `this' because it is read-only"
  1514. msgstr ""
  1515. #: mcs/mcs/expression.cs:7065
  1516. msgid "Cannot pass `this' as a ref or out argument because it is read-only"
  1517. msgstr ""
  1518. #: mcs/mcs/expression.cs:7067
  1519. msgid "Cannot assign to `this' because it is read-only"
  1520. msgstr ""
  1521. #: mcs/mcs/expression.cs:7139
  1522. msgid "The __arglist construct is valid only within a variable argument method"
  1523. msgstr ""
  1524. #: mcs/mcs/expression.cs:7200
  1525. msgid "An expression tree cannot contain a method with variable arguments"
  1526. msgstr ""
  1527. #: mcs/mcs/expression.cs:7437
  1528. msgid "The typeof operator cannot be used on the dynamic type"
  1529. msgstr ""
  1530. #: mcs/mcs/expression.cs:7478
  1531. #, csharp-format
  1532. msgid "`{0}': an attribute argument cannot use type parameters"
  1533. msgstr ""
  1534. #: mcs/mcs/expression.cs:7693
  1535. #, csharp-format
  1536. msgid ""
  1537. "`{0}' does not have a predefined size, therefore sizeof can only be used in "
  1538. "an unsafe context (consider using System.Runtime.InteropServices.Marshal."
  1539. "SizeOf)"
  1540. msgstr ""
  1541. #: mcs/mcs/expression.cs:7760
  1542. #, csharp-format
  1543. msgid "Alias `{0}' not found"
  1544. msgstr "Alias `{0}' wurde nicht gefunden"
  1545. #: mcs/mcs/expression.cs:7786
  1546. msgid ""
  1547. "The namespace alias qualifier `::' cannot be used to invoke a method. "
  1548. "Consider using `.' instead"
  1549. msgstr ""
  1550. #: mcs/mcs/expression.cs:7895
  1551. msgid "Cannot perform member binding on `null' value"
  1552. msgstr ""
  1553. #: mcs/mcs/expression.cs:8068
  1554. #, csharp-format
  1555. msgid ""
  1556. "`{0}': cannot reference a type through an expression. Consider using `{1}' "
  1557. "instead"
  1558. msgstr ""
  1559. #: mcs/mcs/expression.cs:8147
  1560. #, csharp-format
  1561. msgid "A nested type cannot be specified through a type parameter `{0}'"
  1562. msgstr ""
  1563. #: mcs/mcs/expression.cs:8155
  1564. #, fuzzy, csharp-format
  1565. msgid ""
  1566. "Alias `{0}' cannot be used with `::' since it denotes a type. Consider "
  1567. "replacing `::' with `.'"
  1568. msgstr ""
  1569. "Der Alias `{0}' kann nicht mit '::' verwendet werden, da der Alias auf einen "
  1570. "Typ verweist. Verwenden Sie '.' stattdessen."
  1571. #: mcs/mcs/expression.cs:8220
  1572. #, csharp-format
  1573. msgid "The nested type `{0}' does not exist in the type `{1}'"
  1574. msgstr ""
  1575. #: mcs/mcs/expression.cs:8239
  1576. #, csharp-format
  1577. msgid ""
  1578. "Type `{0}' does not contain a definition for `{1}' and no extension method `"
  1579. "{1}' of type `{0}' could be found. Are you missing {2}?"
  1580. msgstr ""
  1581. #: mcs/mcs/expression.cs:8451
  1582. #, csharp-format
  1583. msgid "Cannot apply indexing with [] to an expression of type `{0}'"
  1584. msgstr ""
  1585. #: mcs/mcs/expression.cs:8469
  1586. msgid "A pointer must be indexed by only one value"
  1587. msgstr ""
  1588. #: mcs/mcs/expression.cs:8518
  1589. msgid "An element access expression cannot use named argument"
  1590. msgstr ""
  1591. #: mcs/mcs/expression.cs:8596
  1592. #, csharp-format
  1593. msgid "Wrong number of indexes `{0}' inside [], expected `{1}'"
  1594. msgstr ""
  1595. #: mcs/mcs/expression.cs:8984
  1596. msgid ""
  1597. "The indexer base access cannot be dynamically dispatched. Consider casting "
  1598. "the dynamic arguments or eliminating the base access"
  1599. msgstr ""
  1600. #: mcs/mcs/expression.cs:9069
  1601. msgid "An expression tree may not contain a base access"
  1602. msgstr ""
  1603. #: mcs/mcs/expression.cs:9087
  1604. msgid "Keyword `base' is not available in a static method"
  1605. msgstr ""
  1606. #: mcs/mcs/expression.cs:9089
  1607. msgid "Keyword `base' is not available in the current context"
  1608. msgstr ""
  1609. #: mcs/mcs/expression.cs:9127
  1610. msgid ""
  1611. "A property, indexer or dynamic member access may not be passed as `ref' or "
  1612. "`out' parameter"
  1613. msgstr ""
  1614. #: mcs/mcs/expression.cs:9455
  1615. #, csharp-format
  1616. msgid "Array elements cannot be of type `{0}'"
  1617. msgstr ""

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