PageRenderTime 53ms CodeModel.GetById 18ms RepoModel.GetById 0ms app.codeStats 0ms

/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

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

  1. msgid ""
  2. msgstr ""
  3. "Project-Id-Version: \n"
  4. "Report-Msgid-Bugs-To: http://www.mono-project.com/Bugs\n"
  5. "POT-Creation-Date: 2012-12-05 09:29+0100\n"
  6. "PO-Revision-Date: \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. #:

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