aria2c.pot 19 KB

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