aria2c.pot 22 KB

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