ja.po 30 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978
  1. # Japanese translations for aria2c package
  2. # aria2c パッケージに対する英訳.
  3. # Copyright (C) 2006 Tatsuhiro Tsujikawa
  4. # Tatsuhiro Tsujikawa <tujikawa at rednoah dot com>, 2006.
  5. #
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: aria2c 0.2.1\n"
  9. "Report-Msgid-Bugs-To: http://aria2.sourceforge.net/\n"
  10. "POT-Creation-Date: 2006-08-14 23:18+0900\n"
  11. "PO-Revision-Date: 2006-08-14 23:22+0900\n"
  12. "Last-Translator: Tatsuhiro Tsujikawa <tujikawa@rednoah.com>\n"
  13. "Language-Team: Japanese <ja@li.org>\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=EUC-JP\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "Plural-Forms: nplurals=1; plural=0;\n"
  18. #: src/RequestInfo.h:84
  19. #, c-format
  20. msgid ""
  21. "\n"
  22. "The download was complete. <%s>\n"
  23. msgstr ""
  24. "\n"
  25. "<%s> のダウンロードが完了しました.\n"
  26. #: src/RequestInfo.h:92
  27. msgid ""
  28. "\n"
  29. "The download was not complete because of errors. Check the log.\n"
  30. "aria2 will resume download if the transfer is restarted."
  31. msgstr ""
  32. "\n"
  33. "ダウンロードはエラーのため完了していません. ログを確認してください.\n"
  34. "次回のダウンロードはエラーの時点から再開できます."
  35. #: src/message.h:27
  36. #, c-format
  37. msgid "CUID#%d - The download for one segment completed successfully."
  38. msgstr "CUID#%d - 1 セグメントのダウンロードが完了."
  39. #: src/message.h:28
  40. #, c-format
  41. msgid "CUID#%d - No segment available."
  42. msgstr "CUID#%d - 利用可能なセグメントはありません."
  43. #: src/message.h:29
  44. #, c-format
  45. msgid "CUID#%d - Connecting to %s:%d"
  46. msgstr "CUID#%d - %s:%d に接続しています."
  47. #: src/message.h:30
  48. #, c-format
  49. msgid ""
  50. "CUID#%d - The segment changed. We send the request again with new Range "
  51. "header."
  52. msgstr ""
  53. "CUID#%d - セグメントが変更されています. 新たな Range ヘッダーで再リクエストを"
  54. "発行します."
  55. #: src/message.h:31
  56. #, c-format
  57. msgid "CUID#%d - Redirecting to %s"
  58. msgstr "CUID#%d - %s にリダイレクトします."
  59. #: src/message.h:32
  60. #, c-format
  61. msgid ""
  62. "CUID#%d - Requesting:\n"
  63. "%s"
  64. msgstr ""
  65. "CUID#%d - リクエスト:\n"
  66. "%s"
  67. #: src/message.h:33
  68. #, c-format
  69. msgid ""
  70. "CUID#%d - Response received:\n"
  71. "%s"
  72. msgstr ""
  73. "CUID#%d - サーバーからのレスポンス:\n"
  74. "%s"
  75. #: src/message.h:34
  76. #, c-format
  77. msgid "CUID#%d - Download aborted."
  78. msgstr "CUID#%d - ダウンロードを中止します."
  79. #: src/message.h:35
  80. #, c-format
  81. msgid "CUID#%d - Restarting the download."
  82. msgstr "CUID#%d - ダウンロードシーケンスを再開します."
  83. #: src/message.h:36
  84. #, c-format
  85. msgid "CUID#%d - %d times attempted, but no success. Download aborted."
  86. msgstr ""
  87. "CUID#%d - %d 回ダウンロードを行いましたがすべて失敗しました. ダウンロードを中"
  88. "止します."
  89. #: src/message.h:37
  90. #, c-format
  91. msgid "CUID#%d - Unregistering cuid from segmentManager."
  92. msgstr "CUID#%d - cuid をセグメントマネジャーから削除します."
  93. #: src/message.h:43
  94. #, c-format
  95. msgid "CUID#%d - we got new piece. index=%d"
  96. msgstr "CUID#%d - 新しいピースを入手しました. index=%d"
  97. #: src/message.h:44
  98. #, c-format
  99. msgid "CUID#%d - we got wrong piece. index=%d"
  100. msgstr "CUID#%d - ピースを入手しましたが, データに誤りがあります. index=%d"
  101. #: src/message.h:46
  102. #, c-format
  103. msgid "Tracker returned warning message: %s"
  104. msgstr "トラッカーが警告メッセージを返しました: %s"
  105. #: src/message.h:48
  106. #, c-format
  107. msgid "The segment file %s exists."
  108. msgstr "セグメントファイル %s が存在します."
  109. #: src/message.h:49
  110. #, c-format
  111. msgid "The segment file %s does not exist."
  112. msgstr "セグメントファイル %s が存在しません."
  113. #: src/message.h:50
  114. #, c-format
  115. msgid "Saving the segment file %s"
  116. msgstr "セグメントファイル %s を保存しています."
  117. #: src/message.h:51
  118. msgid "The segment file was saved successfully."
  119. msgstr "セグメントファイルの保存が完了しました."
  120. #: src/message.h:52
  121. #, c-format
  122. msgid "Loading the segment file %s."
  123. msgstr "セグメントファイル %s をロードしています."
  124. #: src/message.h:53
  125. msgid "The segment file was loaded successfully."
  126. msgstr "セグメントファイルのロードが完了しました."
  127. #: src/message.h:55
  128. msgid "Timeout."
  129. msgstr "タイムアウトしました."
  130. #: src/message.h:56
  131. msgid "Invalid chunk size."
  132. msgstr "chunk サイズが不正です."
  133. #: src/message.h:57
  134. #, c-format
  135. msgid "Too large chunk. size=%d"
  136. msgstr "chunk サイズ (%d) が大きすぎます."
  137. #: src/message.h:58
  138. msgid "Invalid header."
  139. msgstr "ヘッダーが不正です."
  140. #: src/message.h:59
  141. msgid "Invalid response."
  142. msgstr "サーバーから不正なレスポンスを受け取りました."
  143. #: src/message.h:60
  144. msgid "No header found."
  145. msgstr "ヘッダーが見つかりません."
  146. #: src/message.h:61
  147. msgid "No status header."
  148. msgstr "status ヘッダーが見つかりません."
  149. #: src/message.h:62
  150. msgid "Proxy connection failed."
  151. msgstr "Proxy 接続に失敗しました."
  152. #: src/message.h:63
  153. msgid "Connection failed."
  154. msgstr "接続に失敗しました."
  155. #: src/message.h:64
  156. #, c-format
  157. msgid ""
  158. "The requested filename and the previously registered one are not same. %s != "
  159. "%s"
  160. msgstr "リクエストしたファイル名 (%s) と登録済みファイル名 (%s) が異なります."
  161. #: src/message.h:65
  162. #, c-format
  163. msgid "The response status is not successful. status=%d"
  164. msgstr "レスポンスのステータス (%d) が異常です."
  165. #: src/message.h:66
  166. #, c-format
  167. msgid "Too large file size. size=%lld"
  168. msgstr "ファイルサイズ (%lld) が大きすぎます."
  169. #: src/message.h:67
  170. #, c-format
  171. msgid "Transfer encoding %s is not supported."
  172. msgstr "トランスファー・エンコーディング %s はサポートされていません."
  173. #: src/message.h:68
  174. msgid "SSL initialization failed."
  175. msgstr "SSL 初期化に失敗しました."
  176. #: src/message.h:69
  177. #, c-format
  178. msgid "Size mismatch %lld != %lld"
  179. msgstr "サイズが合いません (%lld != %lld)"
  180. #: src/message.h:70
  181. msgid "Authorization failed."
  182. msgstr "認証に失敗しました."
  183. #: src/message.h:71
  184. msgid "Got EOF from the server."
  185. msgstr "サーバーから EOF を受けとりました."
  186. #: src/message.h:72
  187. msgid "Got EOF from peer."
  188. msgstr "ピアから EOF を受け取りました."
  189. #: src/message.h:73
  190. msgid "Malformed meta info."
  191. msgstr "メタ情報ファイルの記述が不正です."
  192. #: src/message.h:75
  193. #, c-format
  194. msgid "Failed to open the file %s, cause: %s"
  195. msgstr "ファイル %s をオープンできませんでした. 原因: %s"
  196. #: src/message.h:76
  197. #, c-format
  198. msgid "Failed to write into the file %s, cause: %s"
  199. msgstr "ファイル %s への書き込みに失敗しました. 原因: %s"
  200. #: src/message.h:77
  201. #, c-format
  202. msgid "Failed to read from the file %s, cause: %s"
  203. msgstr "ファイル %s からの読みとりに失敗しました. 原因: %s"
  204. #: src/message.h:78
  205. #, c-format
  206. msgid "Failed to calculate SHA1 digest of or a part of the file %s, cause: %s"
  207. msgstr ""
  208. "ファイル %s の (またはその一部の) SHA1 ダイジェストの計算に失敗しました. 原"
  209. "因: %s"
  210. #: src/message.h:79
  211. #, c-format
  212. msgid "Failed to seek the file %s, cause: %s"
  213. msgstr "ファイル %s のシークに失敗しました. 原因: %s"
  214. #: src/message.h:80
  215. #, c-format
  216. msgid "The offset is out of range, offset=%lld"
  217. msgstr "オフセット (%lld) が範囲外です."
  218. #: src/message.h:81
  219. #, c-format
  220. msgid "%s is not a directory."
  221. msgstr "%s はディレクトリではありません."
  222. #: src/message.h:82
  223. #, c-format
  224. msgid "Failed to make the directory %s, cause: %s"
  225. msgstr "ディレクトリ %s を作成できませんでした. 原因: %s"
  226. #: src/message.h:83
  227. #, c-format
  228. msgid "Failed to open the segment file %s, cause: %s"
  229. msgstr "セグメントファイル %s をオープンできませんでした. 原因: %s"
  230. #: src/message.h:84
  231. #, c-format
  232. msgid "Failed to write into the segment file %s, cause: %s"
  233. msgstr "セグメントファイル %s への書き込みに失敗しました. 原因: %s"
  234. #: src/message.h:85
  235. #, c-format
  236. msgid "Failed to read from the segment file %s, cause: %s"
  237. msgstr "セグメントファイル %s からの読み込みに失敗しました. 原因: %s"
  238. #: src/message.h:87
  239. #, c-format
  240. msgid "Failed to open a socket, cause: %s"
  241. msgstr "ソケットをオープンできませんでした. 原因: %s"
  242. #: src/message.h:88
  243. #, c-format
  244. msgid "Failed to set a socket option, cause: %s"
  245. msgstr "ソケットのオプションの設定に失敗しました. 原因: %s"
  246. #: src/message.h:89
  247. #, c-format
  248. msgid "Failed to bind a socket, cause: %s"
  249. msgstr "ソケットの bind に失敗しました. 原因: %s"
  250. #: src/message.h:90
  251. #, c-format
  252. msgid "Failed to listen to a socket, cause: %s"
  253. msgstr "ソケットの listen に失敗しました. 原因: %s"
  254. #: src/message.h:91
  255. #, c-format
  256. msgid "Failed to accept a peer connection, cause: %s"
  257. msgstr "ピアからの接続の受付に失敗しました. 原因: %s"
  258. #: src/message.h:92
  259. #, c-format
  260. msgid "Failed to get the name of socket, cause: %s"
  261. msgstr "ソケットの名前の取得に失敗しました. 原因: %s"
  262. #: src/message.h:93
  263. #, c-format
  264. msgid "Failed to get the name of connected peer, cause: %s"
  265. msgstr "接続ピアの名前の取得に失敗しました. 原因: %s"
  266. #: src/message.h:94
  267. #, c-format
  268. msgid "Failed to resolve the hostname %s, cause: %s"
  269. msgstr "ホスト名 %s のアドレス解決に失敗しました. 原因: %s"
  270. #: src/message.h:95
  271. #, c-format
  272. msgid "Failed to connect to the host %s, cause: %s"
  273. msgstr "ホスト %s への接続に失敗しました. 原因: %s"
  274. #: src/message.h:96
  275. #, c-format
  276. msgid "Failed to check whether the socket is writable, cause: %s"
  277. msgstr ""
  278. "ソケットへデータを書き込み可能かどうかのチェックに失敗しました. 原因: %s"
  279. #: src/message.h:97
  280. #, c-format
  281. msgid "Failed to check whether the socket is readable, cause: %s"
  282. msgstr ""
  283. "ソケットからデータを読みとり可能かどうかのチェックに失敗しました. 原因: %s"
  284. #: src/message.h:98
  285. #, c-format
  286. msgid "Failed to send data, cause: %s"
  287. msgstr "データの送信に失敗しました. 原因: %s"
  288. #: src/message.h:99
  289. #, c-format
  290. msgid "Failed to receive data, cause: %s"
  291. msgstr "データの受信に失敗しました. 原因: %s"
  292. #: src/message.h:100
  293. #, c-format
  294. msgid "Failed to peek data, cause: %s"
  295. msgstr "データの peek に失敗しました. 原因: %s"
  296. #: src/DownloadEngineFactory.cc:102
  297. msgid "Errors occurred while binding port.\n"
  298. msgstr "ポートをバインド中にエラーが発生しました.\n"
  299. #: src/TorrentRequestInfo.cc:71
  300. msgid "Files:"
  301. msgstr "ファイル:"
  302. #: src/UrlRequestInfo.cc:63
  303. msgid ""
  304. "\n"
  305. "stopping application...\n"
  306. msgstr ""
  307. "\n"
  308. "アプリケーションを終了しています...\n"
  309. #: src/UrlRequestInfo.cc:68
  310. msgid "done\n"
  311. msgstr "完了\n"
  312. #: src/UrlRequestInfo.cc:92
  313. #, c-format
  314. msgid "Unrecognized URL or unsupported protocol: %s\n"
  315. msgstr ""
  316. "%s は, 理解できない URL フォーマット, または, サポートされないプロトコルで"
  317. "す.\n"
  318. #: src/main.cc:71
  319. msgid " version "
  320. msgstr " バージョン "
  321. #: src/main.cc:78
  322. msgid ""
  323. "This program is free software; you can redistribute it and/or modify\n"
  324. "it under the terms of the GNU General Public License as published by\n"
  325. "the Free Software Foundation; either version 2 of the License, or\n"
  326. "(at your option) any later version.\n"
  327. "\n"
  328. "This program is distributed in the hope that it will be useful,\n"
  329. "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
  330. "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
  331. "GNU General Public License for more details.\n"
  332. "\n"
  333. "You should have received a copy of the GNU General Public License\n"
  334. "along with this program; if not, write to the Free Software\n"
  335. "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
  336. msgstr ""
  337. "This program is free software; you can redistribute it and/or modify\n"
  338. "it under the terms of the GNU General Public License as published by\n"
  339. "the Free Software Foundation; either version 2 of the License, or\n"
  340. "(at your option) any later version.\n"
  341. "\n"
  342. "This program is distributed in the hope that it will be useful,\n"
  343. "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
  344. "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
  345. "GNU General Public License for more details.\n"
  346. "\n"
  347. "You should have received a copy of the GNU General Public License\n"
  348. "along with this program; if not, write to the Free Software\n"
  349. "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
  350. #: src/main.cc:92
  351. #, c-format
  352. msgid "Contact Info: %s\n"
  353. msgstr "連絡先: %s\n"
  354. #: src/main.cc:98
  355. #, c-format
  356. msgid "Usage: %s [options] URL ...\n"
  357. msgstr "使い方: %s [オプション] URL ...\n"
  358. #: src/main.cc:100
  359. #, c-format
  360. msgid " %s [options] -T TORRENT_FILE FILE ...\n"
  361. msgstr " %s [オプション] -T TORRENT_FILE FILE ...\n"
  362. #: src/main.cc:103
  363. #, c-format
  364. msgid " %s [options] -M METALINK_FILE\n"
  365. msgstr " %s [オプション] -M METALINK_FILE\n"
  366. #: src/main.cc:106
  367. msgid "Options:"
  368. msgstr "オプション:"
  369. #: src/main.cc:107
  370. msgid " -d, --dir=DIR The directory to store downloaded file."
  371. msgstr ""
  372. " -d, --dir=DIR ダウンロードしたファイルを保存するディレクトリ."
  373. #: src/main.cc:108
  374. msgid " -o, --out=FILE The file name for downloaded file."
  375. msgstr ""
  376. " -o, --out=FILE ダウンロードしたファイルの保存先ファイル名."
  377. #: src/main.cc:109
  378. msgid ""
  379. " -l, --log=LOG The file path to store log. If '-' is "
  380. "specified,\n"
  381. " log is written to stdout."
  382. msgstr ""
  383. " -l, --log=LOG ログを保存するパス. '-' を指定した場合, 標準出"
  384. "力\n"
  385. " に出力します."
  386. #: src/main.cc:111
  387. msgid " -D, --daemon Run as daemon."
  388. msgstr " -D, --daemon デーモンとして起動します."
  389. #: src/main.cc:112
  390. msgid ""
  391. " -s, --split=N Download a file using N connections. N must "
  392. "be\n"
  393. " between 1 and 5. This option affects all "
  394. "URLs.\n"
  395. " Thus, aria2 connects to each URL with\n"
  396. " N connections."
  397. msgstr ""
  398. " -s, --split=N N 個のコネクションを使ってファイルをダウンロー"
  399. "ド\n"
  400. " します. N は 1 から 5 の数字を指定してくださ"
  401. "い.\n"
  402. " このオプションはすべての URL 引数に影響しま"
  403. "す.\n"
  404. " つまり, それぞれの URL に対して N 個のコネク"
  405. "ショ\n"
  406. " ンを確立します."
  407. #: src/main.cc:116
  408. msgid ""
  409. " --retry-wait=SEC Set amount of time in second between requests\n"
  410. " for errors. Specify a value between 0 and 60.\n"
  411. " Default: 5"
  412. msgstr ""
  413. " --retry-wait=SEC エラーによる再試行時の待ち時間を秒単位で指定し"
  414. "ま\n"
  415. " す. 0 - 60 の値を指定してください.\n"
  416. " デフォルト値: 5"
  417. #: src/main.cc:119
  418. msgid " -t, --timeout=SEC Set timeout in second. Default: 60"
  419. msgstr ""
  420. " -t, --timeout=SEC タイムアウトとなる時間を秒で指定します.\n"
  421. " デフォルト値: 60"
  422. #: src/main.cc:120
  423. msgid ""
  424. " -m, --max-tries=N Set number of tries. 0 means unlimited.\n"
  425. " Default: 5"
  426. msgstr ""
  427. " -m, --max-tries=N 試行回数を指定します. 0 を指定すると何度でも試"
  428. "行\n"
  429. " します. デフォルト値: 5"
  430. #: src/main.cc:122
  431. msgid ""
  432. " --min-segment-size=SIZE[K|M] Set minimum segment size. You can append\n"
  433. " K or M(1K = 1024, 1M = 1024K). This\n"
  434. " value must be greater than or equal to\n"
  435. " 1024. Default: 1M"
  436. msgstr ""
  437. " --min-segment-size=SIZE[K|M] 最小のセグメント・サイズを指定します. K または "
  438. "M\n"
  439. " を付加することができます (1K = 1024, 1M = "
  440. "1024K).\n"
  441. " 1024 以上の値を指定してください. デフォルト値: "
  442. "1M"
  443. #: src/main.cc:126
  444. msgid ""
  445. " --http-proxy=HOST:PORT Use HTTP proxy server. This affects to all\n"
  446. " URLs."
  447. msgstr ""
  448. " --http-proxy=HOST:PORT HTTP プロキシ・サーバーを指定します. このオプ"
  449. "シ\n"
  450. " ョンはすべての URL に影響します."
  451. #: src/main.cc:128
  452. msgid " --http-user=USER Set HTTP user. This affects to all URLs."
  453. msgstr ""
  454. " --http-user=USER HTTP での認証ユーザーを指定します. このオプショ"
  455. "ン\n"
  456. " はすべての URL に影響します."
  457. #: src/main.cc:129
  458. msgid ""
  459. " --http-passwd=PASSWD Set HTTP password. This affects to all URLs."
  460. msgstr ""
  461. " --http-passwd=PASSWD HTTP での認証パスワードを指定します. このオプ"
  462. "ショ\n"
  463. " ンはすべての URL に影響します."
  464. #: src/main.cc:130
  465. msgid ""
  466. " --http-proxy-user=USER Set HTTP proxy user. This affects to all URLs"
  467. msgstr ""
  468. " --http-proxy-user=USER HTTP プロキシ・サーバーでの認証で使うユーザーを"
  469. "指\n"
  470. " 定します. このオプションはすべての URL に影響し"
  471. "ま\n"
  472. " す."
  473. #: src/main.cc:131
  474. msgid ""
  475. " --http-proxy-passwd=PASSWD Set HTTP proxy password. This affects to all "
  476. "URLs."
  477. msgstr ""
  478. " --http-proxy-passwd=PASSWD HTTP プロキシ・サーバーでの認証で使うパスワード"
  479. "を\n"
  480. " 指定します. このオプションはすべての URL に影響"
  481. "し\n"
  482. " ます."
  483. #: src/main.cc:132
  484. msgid ""
  485. " --http-proxy-method=METHOD Set the method to use in proxy request.\n"
  486. " METHOD is either 'get' or 'tunnel'.\n"
  487. " Default: tunnel"
  488. msgstr ""
  489. " --http-proxy-method=METHOD HTTP プロキシ・リクエストで使うメソッドを指定し"
  490. "ま\n"
  491. " す. 'get' または 'tunnel' を指定してください.\n"
  492. " デフォルト値: tunnel"
  493. #: src/main.cc:135
  494. msgid ""
  495. " --http-auth-scheme=SCHEME Set HTTP authentication scheme. Currently, "
  496. "basic\n"
  497. " is the only supported scheme.\n"
  498. " Default: basic"
  499. msgstr ""
  500. " --http-auth-scheme=SCHEME HTTP での認証方法を指定します. 現在サポートされ"
  501. "て\n"
  502. " いるのは basic です. \n"
  503. " デフォルト値: basic"
  504. #: src/main.cc:138
  505. msgid " --referer=REFERER Set Referer. This affects to all URLs."
  506. msgstr ""
  507. " --referer=REFERER リファラーを指定します. このオプションはすべて"
  508. "の\n"
  509. " URL に影響します."
  510. #: src/main.cc:139
  511. msgid ""
  512. " --ftp-user=USER Set FTP user. This affects to all URLs.\n"
  513. " Default: anonymous"
  514. msgstr ""
  515. " --ftp-user=USER FTP での認証ユーザーを指定します. このオプショ"
  516. "ン\n"
  517. " はすべての URL に影響します.\n"
  518. " デフォルト値: anonymous"
  519. #: src/main.cc:141
  520. msgid ""
  521. " --ftp-passwd=PASSWD Set FTP password. This affects to all URLs.\n"
  522. " Default: ARIA2USER@"
  523. msgstr ""
  524. " --ftp-passwd=PASSWD FTP での認証パスワードを指定します. このオプ"
  525. "ショ\n"
  526. " ンはすべての URL に影響します.\n"
  527. " デフォルト値: ARIA2USER@"
  528. #: src/main.cc:143
  529. msgid ""
  530. " --ftp-type=TYPE Set FTP transfer type. TYPE is either "
  531. "'binary'\n"
  532. " or 'ascii'.\n"
  533. " Default: binary"
  534. msgstr ""
  535. " --ftp-type=TYPE FTP 転送モードを指定します. 'binary' または\n"
  536. " 'ascii' を指定してください. デフォルト値: "
  537. "binary"
  538. #: src/main.cc:146
  539. msgid " -p, --ftp-pasv Use passive mode in FTP."
  540. msgstr " -p, --ftp-pasv FTP で passive モードを使用します."
  541. #: src/main.cc:147
  542. msgid ""
  543. " --ftp-via-http-proxy=METHOD Use HTTP proxy in FTP. METHOD is either 'get' "
  544. "or\n"
  545. " 'tunnel'.\n"
  546. " Default: tunnel"
  547. msgstr ""
  548. " --ftp-via-http-proxy=METHOD FTP で HTTP プロキシ・サーバーを使用する際の方"
  549. "法\n"
  550. " を指定します. 'get' または 'tunnel' を指定して"
  551. "く\n"
  552. " ださい. デフォルト値: tunnel"
  553. #: src/main.cc:150
  554. msgid ""
  555. " --lowest-speed-limit Close connection if download speed is lower "
  556. "than\n"
  557. " or equal to this value. 0 means aria2 does "
  558. "not\n"
  559. " care lowest speed limit. You can use K or M "
  560. "in\n"
  561. " the same manner as in --min-segment-size "
  562. "option.\n"
  563. " This option does not affect BitTorrent "
  564. "download.\n"
  565. " Default: 0"
  566. msgstr ""
  567. " --lowest-speed-limit ここで指定するダウンロード速度を下回った場合, "
  568. "ダ\n"
  569. " ウンロードを中止します. 0 を指定すると, 速度の"
  570. "判\n"
  571. " 定を行いません. K や M を --min-segment-size オ"
  572. "プ\n"
  573. " ションと同じ用法で使用できます. このオプション"
  574. "は,\n"
  575. " BitTorrent ダウンロードには影響しません.\n"
  576. " デフォルト値: 0"
  577. #: src/main.cc:157
  578. msgid " -T, --torrent-file=TORRENT_FILE The file path to .torrent file."
  579. msgstr " -T, --torrent-file=TORRENT_FILE .torrent ファイルのパスを指定."
  580. #: src/main.cc:158
  581. msgid ""
  582. " --follow-torrent=true|false Setting this option to false prevents aria2 "
  583. "to\n"
  584. " enter BitTorrent mode even if the filename of\n"
  585. " downloaded file ends with .torrent.\n"
  586. " Default: true"
  587. msgstr ""
  588. " --follow-torrent=true|false このオプションを false に設定すると, ダウンロー"
  589. "ド\n"
  590. " したファイルの拡張子が .torrent であっても, "
  591. "aria2\n"
  592. " は, BitTorrent モードに入りません.\n"
  593. " デフォルト値: true"
  594. #: src/main.cc:162
  595. msgid ""
  596. " -S, --show-files Print file listing of .torrent file and exit."
  597. msgstr ""
  598. " -S, --show-files .torrent ファイルに含まれるファイルリストを出力"
  599. "し\n"
  600. " 終了します."
  601. #: src/main.cc:163
  602. msgid ""
  603. " --direct-file-mapping=true|false Directly read from and write to each file\n"
  604. " mentioned in .torrent file.\n"
  605. " Default: true"
  606. msgstr ""
  607. " --direct-file-mapping=true|false .torrent ファイル記載のファイルに直接読み書"
  608. "き\n"
  609. " します.\n"
  610. " デフォルト値: true"
  611. #: src/main.cc:166
  612. msgid ""
  613. " --listen-port=PORT Set port number to listen to for peer "
  614. "connection."
  615. msgstr ""
  616. " --listen-port=PORT ピアからの接続を受け付けるポート番号を指定."
  617. #: src/main.cc:167
  618. msgid ""
  619. " --upload-limit=SPEED Set upload speed limit in KB/sec. aria2 tries "
  620. "to\n"
  621. " keep upload speed under SPEED. 0 means "
  622. "unlimited."
  623. msgstr ""
  624. "\" --upload-limit=SPEED アップロード制限速度を KB/秒 で設定. aria2 は"
  625. "この\n"
  626. " 設定値をアップロード速度が上回らないように努力"
  627. "し\n"
  628. " ます. 0 は速度無制限を意味します."
  629. #: src/main.cc:169
  630. msgid ""
  631. " --select-file=INDEX... Set file to download by specifing its index.\n"
  632. " You can know file index through --show-files\n"
  633. " option. Multiple indexes can be specified by "
  634. "using\n"
  635. " ',' like \"3,6\".\n"
  636. " You can also use '-' to specify rangelike \"1-5"
  637. "\".\n"
  638. " ',' and '-' can be used together."
  639. msgstr ""
  640. " --select-file=INDEX... インデックスでダウンロード対象ファイルを指定し"
  641. "ま\n"
  642. " す. インデックスは --show-files オプションで知"
  643. "る\n"
  644. " ことができます. 複数のインデックスを ',' で区"
  645. "切っ\n"
  646. " て指定できます: \"3,6\"\n"
  647. " また, '-' を使って範囲指定もできます: \"1-5\"\n"
  648. " ',' と '-' は組み合わせて使うことができます."
  649. #: src/main.cc:177
  650. msgid " -M, --metalink-file=METALINK_FILE The file path to .metalink file."
  651. msgstr " -M, --metalink-file=METALINK_FILE .metalink ファイルのパスを指定."
  652. #: src/main.cc:178
  653. msgid ""
  654. " -C, --metalink-servers=NUM_SERVERS The number of servers to connect to\n"
  655. " simultaneously. If more than one connection "
  656. "per\n"
  657. " server is required, use -s option.\n"
  658. " Default: 15"
  659. msgstr ""
  660. " -C, --metalink-servers=NUM_SERVERS 同時に接続するサーバの数を指定します.\n"
  661. " 1 サーバに複数の接続が必要ならば, -s オプション"
  662. "を\n"
  663. " 使用してください.\n"
  664. " デフォルト値: 15"
  665. #: src/main.cc:182
  666. msgid " --metalink-version=VERSION The version of file to download."
  667. msgstr " --metalink-version=VERSION ダウンロードするファイルのバージョン."
  668. #: src/main.cc:183
  669. msgid " --metalink-language=LANGUAGE The language of file to download."
  670. msgstr " --metalink-language=LANGUAGE ダウンロードするファイルの言語."
  671. #: src/main.cc:184
  672. msgid ""
  673. " --metalink-os=OS The operating system the file is targeted."
  674. msgstr ""
  675. " --metalink-os=OS ダウンロードするファイルがターゲットとするオペ"
  676. "レー\n"
  677. " ティング・システム."
  678. #: src/main.cc:185
  679. msgid ""
  680. " --follow-metalink=true|false Setting this option to false prevents aria2 "
  681. "to\n"
  682. " enter Metalink mode even if the filename of\n"
  683. " downloaded file ends with .metalink.\n"
  684. " Default: true"
  685. msgstr ""
  686. " --follow-metalink=true|false このオプションを false に設定すると, ダウン"
  687. "ロード\n"
  688. " したファイルの拡張子が .metalink であっても, "
  689. "aria2\n"
  690. " は, Metalink モードに入りません.\n"
  691. " デフォルト値: true"
  692. #: src/main.cc:190
  693. msgid " -v, --version Print the version number and exit."
  694. msgstr " -v, --version バージョン番号を表示し, 終了します."
  695. #: src/main.cc:191
  696. msgid " -h, --help Print this message and exit."
  697. msgstr ""
  698. " -h, --help このヘルプメッセージを表示し, 終了します."
  699. #: src/main.cc:194
  700. msgid ""
  701. " You can specify multiple URLs. All URLs must point to the same file\n"
  702. " or downloading fails."
  703. msgstr ""
  704. " 複数の URL を指定できます. ただし, すべての URL が同じファイルを指していなけ"
  705. "れ\n"
  706. " ばなりません. さもなくばダウンロードは失敗します."
  707. #: src/main.cc:199
  708. msgid ""
  709. " Specify files in multi-file torrent to download. Use conjunction with\n"
  710. " -T option. This arguments are ignored if you specify --select-file option."
  711. msgstr ""
  712. " multi-file torrent のとき, ダウンロードするファイルを指定します. -T オプショ"
  713. "ン\n"
  714. " と共に使用します. --select-file オプションと併用はできません."
  715. #: src/main.cc:203
  716. msgid "Examples:"
  717. msgstr "例:"
  718. #: src/main.cc:204
  719. msgid " Download a file by 1 connection:"
  720. msgstr " 1 コネクションでのダウンロード:"
  721. #: src/main.cc:206
  722. msgid " Download a file by 2 connections:"
  723. msgstr " 2 コネクションでのダウンロード:"
  724. #: src/main.cc:208
  725. msgid " Download a file by 2 connections, each connects to a different server:"
  726. msgstr " 二つの異なるサーバーに接続してダウンロード:"
  727. #: src/main.cc:210
  728. msgid " You can mix up different protocols:"
  729. msgstr " 異なるプロトコルを混合させてダウンロード:"
  730. #: src/main.cc:214
  731. msgid " Download a torrent:"
  732. msgstr " torrent をダウンロード:"
  733. #: src/main.cc:216
  734. msgid " Download a torrent using local .torrent file:"
  735. msgstr " ローカル .torrent ファイルを使ってダウンロード:"
  736. #: src/main.cc:218
  737. msgid " Download only selected files:"
  738. msgstr " ファイルを指定してダウンロード:"
  739. #: src/main.cc:220
  740. msgid " Print file listing of .torrent file:"
  741. msgstr " この .torrent ファイルに含まれるファイルリストを表示:"
  742. #: src/main.cc:225
  743. msgid " Metalink downloading:"
  744. msgstr " Metalink でダウンロード:"
  745. #: src/main.cc:227
  746. msgid " Download a file using local .metalink file:"
  747. msgstr " ローカル .metalink ファイルを使ってダウンロード:"
  748. #: src/main.cc:229
  749. msgid " Metalink downloading with preferences:"
  750. msgstr " ユーザ設定による Metalink ダウンロード:"
  751. #: src/main.cc:233
  752. #, c-format
  753. msgid "Report bugs to %s"
  754. msgstr "バグレポートはこちらへ: %s"
  755. #: src/main.cc:358
  756. msgid "unrecognized proxy format"
  757. msgstr "理解できないProxyフォーマットです."
  758. #: src/main.cc:385
  759. msgid "Currently, supported authentication scheme is basic."
  760. msgstr "現在サポートされている認証方法は basic です."
  761. #: src/main.cc:394
  762. msgid "retry-wait must be between 0 and 60."
  763. msgstr "retry-wait は 0 から 60 の間で指定してください."
  764. #: src/main.cc:411
  765. msgid "ftp-type must be either 'binary' or 'ascii'."
  766. msgstr "ftp-type は 'binary' または 'ascii' を指定してください."
  767. #: src/main.cc:420
  768. msgid "ftp-via-http-proxy must be either 'get' or 'tunnel'."
  769. msgstr "ftp-via-http-proxy は 'get' または 'tunnel' を指定してください."
  770. #: src/main.cc:428
  771. msgid "min-segment-size invalid"
  772. msgstr "min-segment-size が不正です."
  773. #: src/main.cc:439
  774. msgid "http-proxy-method must be either 'get' or 'tunnel'."
  775. msgstr "http-proxy-method は 'get' または 'tunnel' を指定してください."
  776. #: src/main.cc:447
  777. msgid "listen-port must be between 1024 and 65535."
  778. msgstr "listen-port は 1024 - 65535 の値を指定してください."
  779. #: src/main.cc:460
  780. msgid "follow-torrent must be either 'true' or 'false'."
  781. msgstr "follow-torrent は 'true' または 'false を指定してください."
  782. #: src/main.cc:474
  783. msgid "direct-file-mapping must be either 'true' or 'false'."
  784. msgstr "direct-file-mapping は 'true' または 'false を指定してください."
  785. #: src/main.cc:482
  786. msgid "upload-limit must be greater than or equal to 0."
  787. msgstr "upload-limit は 0 以上の数を指定してください."
  788. #: src/main.cc:507
  789. msgid "follow-metalink must be either 'true' or 'false'."
  790. msgstr "follow-metalink は 'true' または 'false を指定してください."
  791. #: src/main.cc:515
  792. msgid "lowest-speed-limit must be greater than or equal to 0"
  793. msgstr "lowest-speed-limit は 0 以上の数を指定してください."
  794. #: src/main.cc:544
  795. msgid "split must be between 1 and 5."
  796. msgstr "split は 1 - 5 の値を指定してください."
  797. #: src/main.cc:556
  798. msgid "timeout must be between 1 and 600"
  799. msgstr "timeout は 1 - 600 の値を指定してください."
  800. #: src/main.cc:565
  801. msgid "max-tries invalid"
  802. msgstr "max-tries が不正です."
  803. #: src/main.cc:587
  804. msgid "metalink-servers must be greater than 0."
  805. msgstr "metalink-servers は 0 以上の数を指定してください."
  806. #: src/main.cc:607
  807. msgid "specify at least one URL"
  808. msgstr "一個以上の URL を指定してください."
  809. #: src/main.cc:614
  810. msgid "daemon failed"
  811. msgstr "デーモン起動に失敗"
  812. #: src/main.cc:676
  813. msgid ""
  814. "Now verifying checksum.\n"
  815. "This may take some time depending on your PC environment and the size of "
  816. "file."
  817. msgstr ""
  818. "チェックサムを検査しています.\n"
  819. "お使いの PC 環境とファイルサイズにより, ある程度の時間がかかります."
  820. #: src/main.cc:680
  821. msgid "checksum OK."
  822. msgstr "チェックサム OK."
  823. #: src/main.cc:683
  824. msgid "checksum ERROR."
  825. msgstr "チェックサム エラー."