aria2c.pot 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR Tatsuhiro Tsujikawa
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: http://aria2.sourceforge.net/\n"
  11. "POT-Creation-Date: 2007-06-12 19:53+0900\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=CHARSET\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: src/RequestInfo.h:102
  19. #, c-format
  20. msgid ""
  21. "\n"
  22. "The download was complete. <%s>\n"
  23. msgstr ""
  24. #: src/RequestInfo.h:110
  25. #, c-format
  26. msgid ""
  27. "\n"
  28. "Some downloads were not complete because of errors. Check the log.\n"
  29. "aria2 will resume download if the transfer is restarted."
  30. msgstr ""
  31. #: src/message.h:40
  32. #, c-format
  33. msgid "CUID#%d - The download for one segment completed successfully."
  34. msgstr ""
  35. #: src/message.h:41
  36. #, c-format
  37. msgid "CUID#%d - No segment available."
  38. msgstr ""
  39. #: src/message.h:42
  40. #, c-format
  41. msgid "CUID#%d - Connecting to %s:%d"
  42. msgstr ""
  43. #: src/message.h:43
  44. #, c-format
  45. msgid ""
  46. "CUID#%d - The segment changed. We send the request again with new Range "
  47. "header."
  48. msgstr ""
  49. #: src/message.h:44
  50. #, c-format
  51. msgid "CUID#%d - Redirecting to %s"
  52. msgstr ""
  53. #: src/message.h:45
  54. #, c-format
  55. msgid ""
  56. "CUID#%d - Requesting:\n"
  57. "%s"
  58. msgstr ""
  59. #: src/message.h:46
  60. #, c-format
  61. msgid ""
  62. "CUID#%d - Response received:\n"
  63. "%s"
  64. msgstr ""
  65. #: src/message.h:47
  66. #, c-format
  67. msgid "CUID#%d - Download aborted. URI=%s"
  68. msgstr ""
  69. #: src/message.h:48
  70. #, c-format
  71. msgid "CUID#%d - Restarting the download. URI=%s"
  72. msgstr ""
  73. #: src/message.h:49
  74. #, c-format
  75. msgid "CUID#%d - Download aborted."
  76. msgstr ""
  77. #: src/message.h:50
  78. #, c-format
  79. msgid "CUID#%d - %d times attempted, but no success. Download aborted."
  80. msgstr ""
  81. #: src/message.h:51
  82. #, c-format
  83. msgid "CUID#%d - Unregistering cuid from segmentManager."
  84. msgstr ""
  85. #: src/message.h:57
  86. #, c-format
  87. msgid "CUID#%d - we got new piece. index=%d"
  88. msgstr ""
  89. #: src/message.h:58
  90. #, c-format
  91. msgid "CUID#%d - we got wrong piece. index=%d"
  92. msgstr ""
  93. #: src/message.h:59
  94. #, c-format
  95. msgid "CUID#%d - Download not complete: %s"
  96. msgstr ""
  97. #: src/message.h:60
  98. #, c-format
  99. msgid "CUID#%d - Download has already completed: %s"
  100. msgstr ""
  101. #: src/message.h:61
  102. #, c-format
  103. msgid "CUID#%d - Good checksum: %s"
  104. msgstr ""
  105. #: src/message.h:62
  106. #, c-format
  107. msgid "CUID#%d - Bad checksum: %s"
  108. msgstr ""
  109. #: src/message.h:64
  110. #, c-format
  111. msgid "Tracker returned warning message: %s"
  112. msgstr ""
  113. #: src/message.h:65
  114. #, c-format
  115. msgid "The segment file %s exists."
  116. msgstr ""
  117. #: src/message.h:66
  118. #, c-format
  119. msgid "The segment file %s does not exist."
  120. msgstr ""
  121. #: src/message.h:67
  122. #, c-format
  123. msgid "Saving the segment file %s"
  124. msgstr ""
  125. #: src/message.h:68
  126. msgid "The segment file was saved successfully."
  127. msgstr ""
  128. #: src/message.h:69
  129. #, c-format
  130. msgid "Loading the segment file %s."
  131. msgstr ""
  132. #: src/message.h:70
  133. msgid "The segment file was loaded successfully."
  134. msgstr ""
  135. #: src/message.h:71
  136. msgid "No URI to download. Download aborted."
  137. msgstr ""
  138. #: src/message.h:72
  139. #, c-format
  140. msgid ""
  141. "File %s exists, but %s does not exist. The download was canceled in order to "
  142. "prevent your file from being truncated to 0. If you are sure to download "
  143. "file all over again, then delete it or add --allow-overwrite=true option and "
  144. "restart aria2."
  145. msgstr ""
  146. #: src/message.h:74
  147. msgid "Timeout."
  148. msgstr ""
  149. #: src/message.h:75
  150. msgid "Invalid chunk size."
  151. msgstr ""
  152. #: src/message.h:76
  153. #, c-format
  154. msgid "Too large chunk. size=%d"
  155. msgstr ""
  156. #: src/message.h:77
  157. msgid "Invalid header."
  158. msgstr ""
  159. #: src/message.h:78
  160. msgid "Invalid response."
  161. msgstr ""
  162. #: src/message.h:79
  163. msgid "No header found."
  164. msgstr ""
  165. #: src/message.h:80
  166. msgid "No status header."
  167. msgstr ""
  168. #: src/message.h:81
  169. msgid "Proxy connection failed."
  170. msgstr ""
  171. #: src/message.h:82
  172. msgid "Connection failed."
  173. msgstr ""
  174. #: src/message.h:83
  175. #, c-format
  176. msgid ""
  177. "The requested filename and the previously registered one are not same. "
  178. "Expected:%s Actual:%s"
  179. msgstr ""
  180. #: src/message.h:84
  181. #, c-format
  182. msgid "The response status is not successful. status=%d"
  183. msgstr ""
  184. #: src/message.h:85
  185. #, c-format
  186. msgid "Too large file size. size=%lld"
  187. msgstr ""
  188. #: src/message.h:86
  189. #, c-format
  190. msgid "Transfer encoding %s is not supported."
  191. msgstr ""
  192. #: src/message.h:87
  193. msgid "SSL initialization failed."
  194. msgstr ""
  195. #: src/message.h:88
  196. #, c-format
  197. msgid "Size mismatch Expected:%lld Actual:%lld"
  198. msgstr ""
  199. #: src/message.h:89
  200. msgid "Authorization failed."
  201. msgstr ""
  202. #: src/message.h:90
  203. msgid "Got EOF from the server."
  204. msgstr ""
  205. #: src/message.h:91
  206. msgid "Got EOF from peer."
  207. msgstr ""
  208. #: src/message.h:92
  209. msgid "Malformed meta info."
  210. msgstr ""
  211. #: src/message.h:94
  212. #, c-format
  213. msgid "Failed to open the file %s, cause: %s"
  214. msgstr ""
  215. #: src/message.h:95
  216. #, c-format
  217. msgid "Failed to write into the file %s, cause: %s"
  218. msgstr ""
  219. #: src/message.h:96
  220. #, c-format
  221. msgid "Failed to read from the file %s, cause: %s"
  222. msgstr ""
  223. #: src/message.h:97
  224. #, c-format
  225. msgid "Failed to calculate SHA1 digest of or a part of the file %s, cause: %s"
  226. msgstr ""
  227. #: src/message.h:98
  228. #, c-format
  229. msgid "Failed to seek the file %s, cause: %s"
  230. msgstr ""
  231. #: src/message.h:99
  232. #, c-format
  233. msgid "The offset is out of range, offset=%lld"
  234. msgstr ""
  235. #: src/message.h:100
  236. #, c-format
  237. msgid "%s is not a directory."
  238. msgstr ""
  239. #: src/message.h:101
  240. #, c-format
  241. msgid "Failed to make the directory %s, cause: %s"
  242. msgstr ""
  243. #: src/message.h:102
  244. #, c-format
  245. msgid "Failed to open the segment file %s, cause: %s"
  246. msgstr ""
  247. #: src/message.h:103
  248. #, c-format
  249. msgid "Failed to write into the segment file %s, cause: %s"
  250. msgstr ""
  251. #: src/message.h:104
  252. #, c-format
  253. msgid "Failed to read from the segment file %s, cause: %s"
  254. msgstr ""
  255. #: src/message.h:106
  256. #, c-format
  257. msgid "Failed to open a socket, cause: %s"
  258. msgstr ""
  259. #: src/message.h:107
  260. #, c-format
  261. msgid "Failed to set a socket option, cause: %s"
  262. msgstr ""
  263. #: src/message.h:108
  264. #, c-format
  265. msgid "Failed to bind a socket, cause: %s"
  266. msgstr ""
  267. #: src/message.h:109
  268. #, c-format
  269. msgid "Failed to listen to a socket, cause: %s"
  270. msgstr ""
  271. #: src/message.h:110
  272. #, c-format
  273. msgid "Failed to accept a peer connection, cause: %s"
  274. msgstr ""
  275. #: src/message.h:111
  276. #, c-format
  277. msgid "Failed to get the name of socket, cause: %s"
  278. msgstr ""
  279. #: src/message.h:112
  280. #, c-format
  281. msgid "Failed to get the name of connected peer, cause: %s"
  282. msgstr ""
  283. #: src/message.h:113
  284. #, c-format
  285. msgid "Failed to resolve the hostname %s, cause: %s"
  286. msgstr ""
  287. #: src/message.h:114
  288. #, c-format
  289. msgid "Failed to connect to the host %s, cause: %s"
  290. msgstr ""
  291. #: src/message.h:115
  292. #, c-format
  293. msgid "Failed to check whether the socket is writable, cause: %s"
  294. msgstr ""
  295. #: src/message.h:116
  296. #, c-format
  297. msgid "Failed to check whether the socket is readable, cause: %s"
  298. msgstr ""
  299. #: src/message.h:117
  300. #, c-format
  301. msgid "Failed to send data, cause: %s"
  302. msgstr ""
  303. #: src/message.h:118
  304. #, c-format
  305. msgid "Failed to receive data, cause: %s"
  306. msgstr ""
  307. #: src/message.h:119
  308. #, c-format
  309. msgid "Failed to peek data, cause: %s"
  310. msgstr ""
  311. #: src/message.h:120
  312. #, c-format
  313. msgid "File %s exists, but %s does not exist."
  314. msgstr ""
  315. #: src/message.h:121
  316. #, c-format
  317. msgid "Invalid payload size for %s, size=%d. It should be %d."
  318. msgstr ""
  319. #: src/message.h:122
  320. #, c-format
  321. msgid "Invalid ID=%d for %s. It should be %d."
  322. msgstr ""
  323. #: src/message.h:123
  324. #, c-format
  325. msgid ""
  326. "Chunk checksum validation failed. checksumIndex=%d, offset=%lld, "
  327. "expectedHash=%s, actualHash=%s"
  328. msgstr ""
  329. #: src/message.h:124
  330. msgid "Download aborted."
  331. msgstr ""
  332. #: src/message.h:125
  333. #, c-format
  334. msgid "File %s is being downloaded by other command."
  335. msgstr ""
  336. #: src/DownloadEngineFactory.cc:192
  337. #, c-format
  338. msgid "Errors occurred while binding port.\n"
  339. msgstr ""
  340. #: src/TorrentRequestInfo.cc:127
  341. msgid "Files:"
  342. msgstr ""
  343. #: src/main.cc:85
  344. msgid " version "
  345. msgstr ""
  346. #: src/main.cc:92
  347. msgid ""
  348. "This program is free software; you can redistribute it and/or modify\n"
  349. "it under the terms of the GNU General Public License as published by\n"
  350. "the Free Software Foundation; either version 2 of the License, or\n"
  351. "(at your option) any later version.\n"
  352. "\n"
  353. "This program is distributed in the hope that it will be useful,\n"
  354. "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
  355. "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
  356. "GNU General Public License for more details.\n"
  357. "\n"
  358. "You should have received a copy of the GNU General Public License\n"
  359. "along with this program; if not, write to the Free Software\n"
  360. "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 "
  361. "USA\n"
  362. msgstr ""
  363. #: src/main.cc:106
  364. #, c-format
  365. msgid "Contact Info: %s\n"
  366. msgstr ""
  367. #: src/main.cc:112
  368. #, c-format
  369. msgid "Usage: %s [options] URL ...\n"
  370. msgstr ""
  371. #: src/main.cc:114
  372. #, c-format
  373. msgid " %s [options] -T TORRENT_FILE FILE ...\n"
  374. msgstr ""
  375. #: src/main.cc:117
  376. #, c-format
  377. msgid " %s [options] -M METALINK_FILE\n"
  378. msgstr ""
  379. #: src/main.cc:120
  380. msgid "Options:"
  381. msgstr ""
  382. #: src/main.cc:121
  383. msgid " -d, --dir=DIR The directory to store downloaded file."
  384. msgstr ""
  385. #: src/main.cc:122
  386. msgid " -o, --out=FILE The file name for downloaded file."
  387. msgstr ""
  388. #: src/main.cc:123
  389. msgid ""
  390. " -l, --log=LOG The file path to store log. If '-' is "
  391. "specified,\n"
  392. " log is written to stdout."
  393. msgstr ""
  394. #: src/main.cc:125
  395. msgid " -D, --daemon Run as daemon."
  396. msgstr ""
  397. #: src/main.cc:126
  398. msgid ""
  399. " -s, --split=N Download a file using N connections. N must "
  400. "be\n"
  401. " between 1 and 5. This option affects all "
  402. "URLs.\n"
  403. " Thus, aria2 connects to each URL with\n"
  404. " N connections.\n"
  405. " Default: 1"
  406. msgstr ""
  407. #: src/main.cc:131
  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. #: src/main.cc:134
  414. msgid " -t, --timeout=SEC Set timeout in second. Default: 60"
  415. msgstr ""
  416. #: src/main.cc:135
  417. msgid ""
  418. " -m, --max-tries=N Set number of tries. 0 means unlimited.\n"
  419. " Default: 5"
  420. msgstr ""
  421. #: src/main.cc:143
  422. msgid ""
  423. " --http-proxy=HOST:PORT Use HTTP proxy server. This affects to all\n"
  424. " URLs."
  425. msgstr ""
  426. #: src/main.cc:145
  427. msgid " --http-user=USER Set HTTP user. This affects to all URLs."
  428. msgstr ""
  429. #: src/main.cc:146
  430. msgid ""
  431. " --http-passwd=PASSWD Set HTTP password. This affects to all URLs."
  432. msgstr ""
  433. #: src/main.cc:147
  434. msgid ""
  435. " --http-proxy-user=USER Set HTTP proxy user. This affects to all URLs"
  436. msgstr ""
  437. #: src/main.cc:148
  438. msgid ""
  439. " --http-proxy-passwd=PASSWD Set HTTP proxy password. This affects to all "
  440. "URLs."
  441. msgstr ""
  442. #: src/main.cc:149
  443. msgid ""
  444. " --http-proxy-method=METHOD Set the method to use in proxy request.\n"
  445. " METHOD is either 'get' or 'tunnel'.\n"
  446. " Default: tunnel"
  447. msgstr ""
  448. #: src/main.cc:152
  449. msgid ""
  450. " --http-auth-scheme=SCHEME Set HTTP authentication scheme. Currently, "
  451. "basic\n"
  452. " is the only supported scheme.\n"
  453. " Default: basic"
  454. msgstr ""
  455. #: src/main.cc:155
  456. msgid " --referer=REFERER Set Referer. This affects to all URLs."
  457. msgstr ""
  458. #: src/main.cc:156
  459. msgid ""
  460. " --ftp-user=USER Set FTP user. This affects to all URLs.\n"
  461. " Default: anonymous"
  462. msgstr ""
  463. #: src/main.cc:158
  464. msgid ""
  465. " --ftp-passwd=PASSWD Set FTP password. This affects to all URLs.\n"
  466. " Default: ARIA2USER@"
  467. msgstr ""
  468. #: src/main.cc:160
  469. msgid ""
  470. " --ftp-type=TYPE Set FTP transfer type. TYPE is either "
  471. "'binary'\n"
  472. " or 'ascii'.\n"
  473. " Default: binary"
  474. msgstr ""
  475. #: src/main.cc:163
  476. msgid " -p, --ftp-pasv Use passive mode in FTP."
  477. msgstr ""
  478. #: src/main.cc:164
  479. msgid ""
  480. " --ftp-via-http-proxy=METHOD Use HTTP proxy in FTP. METHOD is either 'get' "
  481. "or\n"
  482. " 'tunnel'.\n"
  483. " Default: tunnel"
  484. msgstr ""
  485. #: src/main.cc:167
  486. msgid ""
  487. " --lowest-speed-limit=SPEED Close connection if download speed is lower "
  488. "than\n"
  489. " or equal to this value(bytes per sec).\n"
  490. " 0 means aria2 does not care lowest speed "
  491. "limit.\n"
  492. " You can append K or M(1K = 1024, 1M = 1024K).\n"
  493. " This option does not affect BitTorrent "
  494. "download.\n"
  495. " Default: 0"
  496. msgstr ""
  497. #: src/main.cc:174
  498. msgid ""
  499. " --max-download-limit=SPEED Set max download speed in bytes per sec.\n"
  500. " 0 means unrestricted.\n"
  501. " You can append K or M(1K = 1024, 1M = 1024K).\n"
  502. " Default: 0"
  503. msgstr ""
  504. #: src/main.cc:178
  505. msgid ""
  506. " --file-allocation=METHOD Specify file allocation method. METHOD is "
  507. "either\n"
  508. " 'none' or 'prealloc'.\n"
  509. " 'none' doesn't pre-allocate file space. "
  510. "'prealloc'\n"
  511. " pre-allocates file space before download "
  512. "begins.\n"
  513. " This may take some time depending on the size "
  514. "of\n"
  515. " file.\n"
  516. " Default: none"
  517. msgstr ""
  518. #: src/main.cc:185
  519. msgid ""
  520. " --allow-overwrite=true|false If this option set to false, aria2 doesn't\n"
  521. " download a file which already exists in the "
  522. "file\n"
  523. " system but its corresponding .aria2 file "
  524. "doesn't\n"
  525. " exist.\n"
  526. " Default: false"
  527. msgstr ""
  528. #: src/main.cc:190
  529. msgid ""
  530. " --check-integrity=true|false Check file integrity by validating piece "
  531. "hash.\n"
  532. " This option makes effect in BitTorrent "
  533. "download\n"
  534. " and Metalink with chunk checksums.\n"
  535. " Use this option to redownload a damaged "
  536. "portion of\n"
  537. " file.\n"
  538. " You may need to specify --allow-"
  539. "overwrite=true\n"
  540. " option if .aria2 file doesn't exist.\n"
  541. " Default: false"
  542. msgstr ""
  543. #: src/main.cc:198
  544. msgid ""
  545. " --realtime-chunk-checksum=true|false Validate chunk checksum while "
  546. "downloading\n"
  547. " a file in Metalink mode. This option makes "
  548. "effect\n"
  549. " in Metalink with chunk checksums.\n"
  550. " Default: true"
  551. msgstr ""
  552. #: src/main.cc:202
  553. msgid ""
  554. " -c, --continue Continue downloading a partially downloaded\n"
  555. " file. Use this option to resume a download "
  556. "started\n"
  557. " by web browsers or another programs\n"
  558. " which download files sequentially from the\n"
  559. " beginning. Currently this option is applicable "
  560. "to\n"
  561. " http(s)/ftp downloads."
  562. msgstr ""
  563. #: src/main.cc:208
  564. msgid " -U, --user-agent=USER_AGENT Set user agent for http(s) downloads."
  565. msgstr ""
  566. #: src/main.cc:209
  567. msgid " -n, --no-netrc Disables netrc support."
  568. msgstr ""
  569. #: src/main.cc:210
  570. msgid ""
  571. " -i, --input-file=FILE Downloads URIs found in FILE. You can specify\n"
  572. " multiple URIs for a single entity: deliminate\n"
  573. " URIs by Tab in a single line."
  574. msgstr ""
  575. #: src/main.cc:213
  576. msgid ""
  577. " -j, --max-concurrent-downloads=N Set maximum number of concurrent "
  578. "downloads.\n"
  579. " Default: 5"
  580. msgstr ""
  581. #: src/main.cc:215
  582. msgid ""
  583. " --load-cookies=FILE Load cookies from FILE. The format of FILE is\n"
  584. " one used by Netscape and Mozilla."
  585. msgstr ""
  586. #: src/main.cc:218
  587. msgid " -T, --torrent-file=TORRENT_FILE The file path to .torrent file."
  588. msgstr ""
  589. #: src/main.cc:219
  590. msgid ""
  591. " --follow-torrent=true|false Setting this option to false prevents aria2 "
  592. "to\n"
  593. " enter BitTorrent mode even if the filename of\n"
  594. " downloaded file ends with .torrent.\n"
  595. " Default: true"
  596. msgstr ""
  597. #: src/main.cc:223
  598. msgid ""
  599. " -S, --show-files Print file listing of .torrent file and exit."
  600. msgstr ""
  601. #: src/main.cc:224
  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. #: src/main.cc:227
  608. msgid ""
  609. " --listen-port=PORT Set port number to listen to for peer "
  610. "connection."
  611. msgstr ""
  612. #: src/main.cc:228
  613. msgid ""
  614. " --max-upload-limit=SPEED Set max upload speed in bytes per sec.\n"
  615. " 0 means unrestricted.\n"
  616. " You can append K or M(1K = 1024, 1M = 1024K).\n"
  617. " Default: 0"
  618. msgstr ""
  619. #: src/main.cc:232
  620. msgid ""
  621. " --select-file=INDEX... Set file to download by specifing its index.\n"
  622. " You can know file index through --show-files\n"
  623. " option. Multiple indexes can be specified by "
  624. "using\n"
  625. " ',' like \"3,6\".\n"
  626. " You can also use '-' to specify rangelike \"1-5"
  627. "\".\n"
  628. " ',' and '-' can be used together."
  629. msgstr ""
  630. #: src/main.cc:238
  631. msgid ""
  632. " --seed-time=MINUTES Specify seeding time in minutes. See also\n"
  633. " --seed-ratio option."
  634. msgstr ""
  635. #: src/main.cc:240
  636. msgid ""
  637. " --seed-ratio=RATIO Specify share ratio. Seed completed torrents "
  638. "until\n"
  639. " share ratio reaches RATIO. 1.0 is encouraged.\n"
  640. " If --seed-time option is specified along with\n"
  641. " this option, seeding ends when at least one "
  642. "of\n"
  643. " the conditions is satisfied."
  644. msgstr ""
  645. #: src/main.cc:247
  646. msgid " -M, --metalink-file=METALINK_FILE The file path to .metalink file."
  647. msgstr ""
  648. #: src/main.cc:248
  649. msgid ""
  650. " -C, --metalink-servers=NUM_SERVERS The number of servers to connect to\n"
  651. " simultaneously.\n"
  652. " Default: 5"
  653. msgstr ""
  654. #: src/main.cc:251
  655. msgid " --metalink-version=VERSION The version of file to download."
  656. msgstr ""
  657. #: src/main.cc:252
  658. msgid " --metalink-language=LANGUAGE The language of file to download."
  659. msgstr ""
  660. #: src/main.cc:253
  661. msgid ""
  662. " --metalink-os=OS The operating system the file is targeted."
  663. msgstr ""
  664. #: src/main.cc:254
  665. msgid " --metalink-location=LOCATION The location of the prefered server."
  666. msgstr ""
  667. #: src/main.cc:255
  668. msgid ""
  669. " --follow-metalink=true|false Setting this option to false prevents aria2 "
  670. "to\n"
  671. " enter Metalink mode even if the filename of\n"
  672. " downloaded file ends with .metalink.\n"
  673. " Default: true"
  674. msgstr ""
  675. #: src/main.cc:260
  676. msgid " -v, --version Print the version number and exit."
  677. msgstr ""
  678. #: src/main.cc:261
  679. msgid " -h, --help Print this message and exit."
  680. msgstr ""
  681. #: src/main.cc:264
  682. msgid ""
  683. " You can specify multiple URLs. All URLs must point to the same file\n"
  684. " or downloading fails."
  685. msgstr ""
  686. #: src/main.cc:269
  687. msgid ""
  688. " Specify files in multi-file torrent to download. Use conjunction with\n"
  689. " -T option. This arguments are ignored if you specify --select-file option."
  690. msgstr ""
  691. #: src/main.cc:273
  692. msgid "Examples:"
  693. msgstr ""
  694. #: src/main.cc:274
  695. msgid " Download a file by 1 connection:"
  696. msgstr ""
  697. #: src/main.cc:276
  698. msgid " Download a file by 2 connections:"
  699. msgstr ""
  700. #: src/main.cc:278
  701. msgid " Download a file by 2 connections, each connects to a different server:"
  702. msgstr ""
  703. #: src/main.cc:280
  704. msgid " You can mix up different protocols:"
  705. msgstr ""
  706. #: src/main.cc:284
  707. msgid " Download a torrent:"
  708. msgstr ""
  709. #: src/main.cc:286
  710. msgid " Download a torrent using local .torrent file:"
  711. msgstr ""
  712. #: src/main.cc:288
  713. msgid " Download only selected files:"
  714. msgstr ""
  715. #: src/main.cc:290
  716. msgid " Print file listing of .torrent file:"
  717. msgstr ""
  718. #: src/main.cc:295
  719. msgid " Metalink downloading:"
  720. msgstr ""
  721. #: src/main.cc:297
  722. msgid " Download a file using local .metalink file:"
  723. msgstr ""
  724. #: src/main.cc:299
  725. msgid " Metalink downloading with preferences:"
  726. msgstr ""
  727. #: src/main.cc:303
  728. #, c-format
  729. msgid "Report bugs to %s"
  730. msgstr ""
  731. #: src/main.cc:638
  732. msgid "specify at least one URL"
  733. msgstr ""
  734. #: src/main.cc:644
  735. msgid "daemon failed"
  736. msgstr ""
  737. #: src/DefaultPieceStorage.cc:242
  738. msgid "Download of selected files was complete."
  739. msgstr ""
  740. #: src/DefaultPieceStorage.cc:247
  741. msgid "The download was complete."
  742. msgstr ""
  743. #: src/ConsoleDownloadEngine.cc:181
  744. #, c-format
  745. msgid ""
  746. "\n"
  747. "stopping application...\n"
  748. msgstr ""
  749. #: src/ConsoleDownloadEngine.cc:185
  750. #, c-format
  751. msgid "done\n"
  752. msgstr ""