PageRenderTime 61ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 1ms

/po/mcs/ja.po

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