aria2c.pot 19 KB

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