aria2c.pot 20 KB

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