aria2c.pot 28 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249
  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-07-23 22:06+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:54
  19. #, c-format
  20. msgid ""
  21. "\n"
  22. "The download was complete. <%s>\n"
  23. msgstr ""
  24. #: src/RequestInfo.h:62
  25. #, c-format
  26. msgid ""
  27. "\n"
  28. "Some downloads were not complete because of errors. Check the log.\n"
  29. "aria2 will resume download if the transfer is restarted."
  30. msgstr ""
  31. #: src/message.h:40
  32. #, c-format
  33. msgid "CUID#%d - The download for one segment completed successfully."
  34. msgstr ""
  35. #: src/message.h:41
  36. #, c-format
  37. msgid "CUID#%d - No segment available."
  38. msgstr ""
  39. #: src/message.h:42
  40. #, c-format
  41. msgid "CUID#%d - Connecting to %s:%d"
  42. msgstr ""
  43. #: src/message.h:43
  44. #, c-format
  45. msgid ""
  46. "CUID#%d - The segment changed. We send the request again with new Range "
  47. "header."
  48. msgstr ""
  49. #: src/message.h:44
  50. #, c-format
  51. msgid "CUID#%d - Redirecting to %s"
  52. msgstr ""
  53. #: src/message.h:45
  54. #, c-format
  55. msgid ""
  56. "CUID#%d - Requesting:\n"
  57. "%s"
  58. msgstr ""
  59. #: src/message.h:46
  60. #, c-format
  61. msgid ""
  62. "CUID#%d - Response received:\n"
  63. "%s"
  64. msgstr ""
  65. #: src/message.h:47
  66. #, c-format
  67. msgid "CUID#%d - Download aborted. URI=%s"
  68. msgstr ""
  69. #: src/message.h:48
  70. #, c-format
  71. msgid "CUID#%d - Restarting the download. URI=%s"
  72. msgstr ""
  73. #: src/message.h:49
  74. #, c-format
  75. msgid "CUID#%d - Download aborted."
  76. msgstr ""
  77. #: src/message.h:50
  78. #, c-format
  79. msgid "CUID#%d - %d times attempted, but no success. Download aborted."
  80. msgstr ""
  81. #: src/message.h:51
  82. #, c-format
  83. msgid "CUID#%d - Unregistering cuid from segmentManager."
  84. msgstr ""
  85. #: src/message.h:57
  86. #, c-format
  87. msgid "CUID#%d - we got new piece. index=%d"
  88. msgstr ""
  89. #: src/message.h:58
  90. #, c-format
  91. msgid "CUID#%d - we got wrong piece. index=%d"
  92. msgstr ""
  93. #: src/message.h:59
  94. #, c-format
  95. msgid "CUID#%d - Download not complete: %s"
  96. msgstr ""
  97. #: src/message.h:60
  98. #, c-format
  99. msgid "CUID#%d - Download has already completed: %s"
  100. msgstr ""
  101. #: src/message.h:61
  102. #, c-format
  103. msgid "CUID#%d - Good checksum: %s"
  104. msgstr ""
  105. #: src/message.h:62
  106. #, c-format
  107. msgid "CUID#%d - Bad checksum: %s"
  108. msgstr ""
  109. #: src/message.h:63
  110. #, c-format
  111. msgid "CUID#%d - Resolving hostname %s"
  112. msgstr ""
  113. #: src/message.h:64
  114. #, c-format
  115. msgid "CUID#%d - Name resolution complete: %s -> %s"
  116. msgstr ""
  117. #: src/message.h:65
  118. #, c-format
  119. msgid "CUID#%d - Name resolution for %s failed:%s"
  120. msgstr ""
  121. #: src/message.h:66
  122. #, c-format
  123. msgid "CUID#%d - DNS cache hit: %s -> %s"
  124. msgstr ""
  125. #: src/message.h:67
  126. #, c-format
  127. msgid "CUID#%d - Abort requested."
  128. msgstr ""
  129. #: src/message.h:68
  130. #, c-format
  131. msgid "CUID#%d - Connecting to the peer %s"
  132. msgstr ""
  133. #: src/message.h:69
  134. #, c-format
  135. msgid ""
  136. "CUID#%d - Piece received. index=%d, begin=%d, length=%d, offset=%llu, "
  137. "blockIndex=%d"
  138. msgstr ""
  139. #: src/message.h:70
  140. #, c-format
  141. msgid "CUID#%d - Piece bitfield %s"
  142. msgstr ""
  143. #: src/message.h:71
  144. #, c-format
  145. msgid ""
  146. "CUID#%d - Reject piece message in queue because the peer has been choked. "
  147. "index=%d, begin=%d, length=%d"
  148. msgstr ""
  149. #: src/message.h:72
  150. #, c-format
  151. msgid ""
  152. "CUID#%d - Reject piece message in queue because cancel message received. "
  153. "index=%d, begin=%d, length=%d"
  154. msgstr ""
  155. #: src/message.h:73
  156. #, c-format
  157. msgid "CUID#%d - Exception caught while validating file integrity."
  158. msgstr ""
  159. #: src/message.h:74
  160. #, c-format
  161. msgid "CUID#%d - Interested in the peer"
  162. msgstr ""
  163. #: src/message.h:75
  164. #, c-format
  165. msgid "CUID#%d - Not interested in the peer"
  166. msgstr ""
  167. #: src/message.h:76
  168. #, c-format
  169. msgid "CUID#%d - Deleting request slot index=%d, blockIndex=%d"
  170. msgstr ""
  171. #: src/message.h:77
  172. #, c-format
  173. msgid ""
  174. "CUID#%d - Deleting request slot index=%d, blockIndex=%d because localhost "
  175. "got choked."
  176. msgstr ""
  177. #: src/message.h:78
  178. #, c-format
  179. msgid "CUID#%d - Deleting request slot blockIndex=%d because of time out"
  180. msgstr ""
  181. #: src/message.h:79
  182. #, c-format
  183. msgid ""
  184. "CUID#%d - Deleting request slot blockIndex=%d because the block has been "
  185. "acquired."
  186. msgstr ""
  187. #: src/message.h:80
  188. #, c-format
  189. msgid "CUID#%d - Fast extension enabled."
  190. msgstr ""
  191. #: src/message.h:81
  192. #, c-format
  193. msgid "CUID#%d - Exception caught while allocating file space."
  194. msgstr ""
  195. #: src/message.h:82
  196. #, c-format
  197. msgid "CUID#%d - Content-Disposition detected. Use %s as filename"
  198. msgstr ""
  199. #: src/message.h:83
  200. #, c-format
  201. msgid "CUID#%d - Peer %s:%d banned."
  202. msgstr ""
  203. #: src/message.h:84
  204. #, c-format
  205. msgid "CUID#%d - Using port %d for accepting new connections"
  206. msgstr ""
  207. #: src/message.h:85
  208. #, c-format
  209. msgid "CUID#%d - An error occurred while binding port=%d"
  210. msgstr ""
  211. #: src/message.h:86
  212. #, c-format
  213. msgid "CUID#%d - Incoming connection, adding new command CUID#%d"
  214. msgstr ""
  215. #: src/message.h:87
  216. #, c-format
  217. msgid "CUID#%d - Error in accepting connection"
  218. msgstr ""
  219. #: src/message.h:88
  220. #, c-format
  221. msgid "CUID#%d - Error occurred while processing tracker response."
  222. msgstr ""
  223. #: src/message.h:89
  224. #, c-format
  225. msgid "CUID#%d - Cannot create tracker request."
  226. msgstr ""
  227. #: src/message.h:90
  228. #, c-format
  229. msgid "CUID#%d - Creating new tracker request command #%d"
  230. msgstr ""
  231. #: src/message.h:92
  232. #, c-format
  233. msgid "Unrecognized URI or unsupported protocol: %s"
  234. msgstr ""
  235. #: src/message.h:93
  236. #, c-format
  237. msgid "Tracker returned warning message: %s"
  238. msgstr ""
  239. #: src/message.h:94
  240. #, c-format
  241. msgid "The segment file %s exists."
  242. msgstr ""
  243. #: src/message.h:95
  244. #, c-format
  245. msgid "The segment file %s does not exist."
  246. msgstr ""
  247. #: src/message.h:96
  248. #, c-format
  249. msgid "Saving the segment file %s"
  250. msgstr ""
  251. #: src/message.h:97
  252. msgid "The segment file was saved successfully."
  253. msgstr ""
  254. #: src/message.h:98
  255. #, c-format
  256. msgid "Loading the segment file %s."
  257. msgstr ""
  258. #: src/message.h:99
  259. msgid "The segment file was loaded successfully."
  260. msgstr ""
  261. #: src/message.h:100
  262. msgid "No URI to download. Download aborted."
  263. msgstr ""
  264. #: src/message.h:101
  265. #, c-format
  266. msgid ""
  267. "File %s exists, but %s does not exist. The download was canceled in order to "
  268. "prevent your file from being truncated to 0. If you are sure to download "
  269. "file all over again, then delete it or add --allow-overwrite=true option and "
  270. "restart aria2."
  271. msgstr ""
  272. #: src/message.h:102
  273. #, c-format
  274. msgid "Allocating file %s, %s bytes"
  275. msgstr ""
  276. #: src/message.h:103
  277. msgid "File not found"
  278. msgstr ""
  279. #: src/message.h:104
  280. msgid "Not a directory"
  281. msgstr ""
  282. #: src/message.h:105
  283. #, c-format
  284. msgid "Insufficient checksums. checksumLength=%d, numChecksum=%d"
  285. msgstr ""
  286. #: src/message.h:106
  287. #, c-format
  288. msgid "Writing file %s"
  289. msgstr ""
  290. #: src/message.h:107
  291. msgid "No peer list received."
  292. msgstr ""
  293. #: src/message.h:108
  294. #, c-format
  295. msgid "Adding peer %s:%d"
  296. msgstr ""
  297. #: src/message.h:109
  298. #, c-format
  299. msgid "Deleting used piece index=%d, fillRate(%%)=%d<=%d"
  300. msgstr ""
  301. #: src/message.h:110
  302. msgid "Download of selected files was complete."
  303. msgstr ""
  304. #: src/message.h:111
  305. msgid "The download was complete."
  306. msgstr ""
  307. #: src/message.h:112
  308. #, c-format
  309. msgid "Removed %d have entries."
  310. msgstr ""
  311. #: src/message.h:113
  312. #, c-format
  313. msgid "Validating file %s"
  314. msgstr ""
  315. #: src/message.h:114
  316. #, c-format
  317. msgid "%d seconds to allocate %s byte(s)"
  318. msgstr ""
  319. #: src/message.h:115
  320. #, c-format
  321. msgid "Dispatching FileAllocationCommand for CUID#%d."
  322. msgstr ""
  323. #: src/message.h:116
  324. #, c-format
  325. msgid "Metalink: Queueing %s for download."
  326. msgstr ""
  327. #: src/message.h:117
  328. #, c-format
  329. msgid "Download complete: %s"
  330. msgstr ""
  331. #: src/message.h:118
  332. msgid "Seeding is over."
  333. msgstr ""
  334. #: src/message.h:119
  335. #, c-format
  336. msgid "CUID#%d cancels segment index=%d. CUID#%d handles it instead."
  337. msgstr ""
  338. #: src/message.h:120
  339. msgid "No chunk to verify."
  340. msgstr ""
  341. #: src/message.h:121
  342. msgid "Good chunk checksum."
  343. msgstr ""
  344. #: src/message.h:122
  345. #, c-format
  346. msgid "Failed to load cookies from %s"
  347. msgstr ""
  348. #: src/message.h:123
  349. #, c-format
  350. msgid ""
  351. ".netrc file %s does not have correct permissions. It should be 600. netrc "
  352. "support disabled."
  353. msgstr ""
  354. #: src/message.h:124
  355. msgid "Logging started."
  356. msgstr ""
  357. #: src/message.h:125
  358. msgid "Specify at least one URL."
  359. msgstr ""
  360. #: src/message.h:126
  361. msgid "daemon failed."
  362. msgstr ""
  363. #: src/message.h:128
  364. msgid "Timeout."
  365. msgstr ""
  366. #: src/message.h:129
  367. msgid "Invalid chunk size."
  368. msgstr ""
  369. #: src/message.h:130
  370. #, c-format
  371. msgid "Too large chunk. size=%d"
  372. msgstr ""
  373. #: src/message.h:131
  374. msgid "Invalid header."
  375. msgstr ""
  376. #: src/message.h:132
  377. msgid "Invalid response."
  378. msgstr ""
  379. #: src/message.h:133
  380. msgid "No header found."
  381. msgstr ""
  382. #: src/message.h:134
  383. msgid "No status header."
  384. msgstr ""
  385. #: src/message.h:135
  386. msgid "Proxy connection failed."
  387. msgstr ""
  388. #: src/message.h:136
  389. msgid "Connection failed."
  390. msgstr ""
  391. #: src/message.h:137
  392. #, c-format
  393. msgid ""
  394. "The requested filename and the previously registered one are not same. "
  395. "Expected:%s Actual:%s"
  396. msgstr ""
  397. #: src/message.h:138
  398. #, c-format
  399. msgid "The response status is not successful. status=%d"
  400. msgstr ""
  401. #: src/message.h:139
  402. #, c-format
  403. msgid "Too large file size. size=%s"
  404. msgstr ""
  405. #: src/message.h:140
  406. #, c-format
  407. msgid "Transfer encoding %s is not supported."
  408. msgstr ""
  409. #: src/message.h:141
  410. msgid "SSL initialization failed."
  411. msgstr ""
  412. #: src/message.h:142
  413. #, c-format
  414. msgid "Size mismatch Expected:%s Actual:%s"
  415. msgstr ""
  416. #: src/message.h:143
  417. msgid "Authorization failed."
  418. msgstr ""
  419. #: src/message.h:144
  420. msgid "Got EOF from the server."
  421. msgstr ""
  422. #: src/message.h:145
  423. msgid "Got EOF from peer."
  424. msgstr ""
  425. #: src/message.h:146
  426. msgid "Malformed meta info."
  427. msgstr ""
  428. #: src/message.h:148
  429. #, c-format
  430. msgid "Failed to open the file %s, cause: %s"
  431. msgstr ""
  432. #: src/message.h:149
  433. #, c-format
  434. msgid "Failed to write into the file %s, cause: %s"
  435. msgstr ""
  436. #: src/message.h:150
  437. #, c-format
  438. msgid "Failed to read from the file %s, cause: %s"
  439. msgstr ""
  440. #: src/message.h:151
  441. msgid "Failed to read data from disk."
  442. msgstr ""
  443. #: src/message.h:152
  444. #, c-format
  445. msgid "Failed to calculate SHA1 digest of or a part of the file %s, cause: %s"
  446. msgstr ""
  447. #: src/message.h:153
  448. #, c-format
  449. msgid "Failed to seek the file %s, cause: %s"
  450. msgstr ""
  451. #: src/message.h:154
  452. #, c-format
  453. msgid "The offset is out of range, offset=%s"
  454. msgstr ""
  455. #: src/message.h:155
  456. #, c-format
  457. msgid "%s is not a directory."
  458. msgstr ""
  459. #: src/message.h:156
  460. #, c-format
  461. msgid "Failed to make the directory %s, cause: %s"
  462. msgstr ""
  463. #: src/message.h:157
  464. #, c-format
  465. msgid "Failed to open the segment file %s, cause: %s"
  466. msgstr ""
  467. #: src/message.h:158
  468. #, c-format
  469. msgid "Failed to write into the segment file %s, cause: %s"
  470. msgstr ""
  471. #: src/message.h:159
  472. #, c-format
  473. msgid "Failed to read from the segment file %s, cause: %s"
  474. msgstr ""
  475. #: src/message.h:161
  476. #, c-format
  477. msgid "Failed to open a socket, cause: %s"
  478. msgstr ""
  479. #: src/message.h:162
  480. #, c-format
  481. msgid "Failed to set a socket option, cause: %s"
  482. msgstr ""
  483. #: src/message.h:163
  484. #, c-format
  485. msgid "Failed to bind a socket, cause: %s"
  486. msgstr ""
  487. #: src/message.h:164
  488. #, c-format
  489. msgid "Failed to listen to a socket, cause: %s"
  490. msgstr ""
  491. #: src/message.h:165
  492. #, c-format
  493. msgid "Failed to accept a peer connection, cause: %s"
  494. msgstr ""
  495. #: src/message.h:166
  496. #, c-format
  497. msgid "Failed to get the name of socket, cause: %s"
  498. msgstr ""
  499. #: src/message.h:167
  500. #, c-format
  501. msgid "Failed to get the name of connected peer, cause: %s"
  502. msgstr ""
  503. #: src/message.h:168
  504. #, c-format
  505. msgid "Failed to resolve the hostname %s, cause: %s"
  506. msgstr ""
  507. #: src/message.h:169
  508. #, c-format
  509. msgid "Failed to connect to the host %s, cause: %s"
  510. msgstr ""
  511. #: src/message.h:170
  512. #, c-format
  513. msgid "Failed to check whether the socket is writable, cause: %s"
  514. msgstr ""
  515. #: src/message.h:171
  516. #, c-format
  517. msgid "Failed to check whether the socket is readable, cause: %s"
  518. msgstr ""
  519. #: src/message.h:172
  520. #, c-format
  521. msgid "Failed to send data, cause: %s"
  522. msgstr ""
  523. #: src/message.h:173
  524. #, c-format
  525. msgid "Failed to receive data, cause: %s"
  526. msgstr ""
  527. #: src/message.h:174
  528. #, c-format
  529. msgid "Failed to peek data, cause: %s"
  530. msgstr ""
  531. #: src/message.h:175
  532. #, c-format
  533. msgid "File %s exists, but %s does not exist."
  534. msgstr ""
  535. #: src/message.h:176
  536. #, c-format
  537. msgid "Invalid payload size for %s, size=%d. It should be %d."
  538. msgstr ""
  539. #: src/message.h:177
  540. #, c-format
  541. msgid "Invalid ID=%d for %s. It should be %d."
  542. msgstr ""
  543. #: src/message.h:178
  544. #, c-format
  545. msgid ""
  546. "Chunk checksum validation failed. checksumIndex=%d, offset=%s, expectedHash=%"
  547. "s, actualHash=%s"
  548. msgstr ""
  549. #: src/message.h:179
  550. msgid "Download aborted."
  551. msgstr ""
  552. #: src/message.h:180
  553. #, c-format
  554. msgid "File %s is being downloaded by other command."
  555. msgstr ""
  556. #: src/message.h:181
  557. msgid "Insufficient checksums."
  558. msgstr ""
  559. #: src/message.h:182
  560. #, c-format
  561. msgid "Tracker returned failure reason: %s"
  562. msgstr ""
  563. #: src/message.h:183
  564. msgid "Flooding detected."
  565. msgstr ""
  566. #: src/message.h:184
  567. #, c-format
  568. msgid ""
  569. "Drop connection because no request/piece messages were exchanged in a "
  570. "certain period(%d seconds)."
  571. msgstr ""
  572. #: src/message.h:185
  573. msgid "The infoHash in torrent file doesn't match to one in .aria2 file."
  574. msgstr ""
  575. #: src/message.h:186
  576. #, c-format
  577. msgid "No such file entry %s"
  578. msgstr ""
  579. #: src/message.h:187
  580. #, c-format
  581. msgid "Too slow Downloading speed: %d <= %d(B/s), host:%s"
  582. msgstr ""
  583. #: src/message.h:188
  584. msgid "No HttpRequestEntry found."
  585. msgstr ""
  586. #: src/message.h:189
  587. #, c-format
  588. msgid "Got %d status, but no location header provided."
  589. msgstr ""
  590. #: src/message.h:190
  591. #, c-format
  592. msgid "Invalid range header. Request: %s-%s/%s, Response: %s-%s/%s"
  593. msgstr ""
  594. #: src/message.h:191
  595. msgid "No file matched with your preference."
  596. msgstr ""
  597. #: src/message.h:192
  598. msgid "Exception caught"
  599. msgstr ""
  600. #: src/message.h:193
  601. #, c-format
  602. msgid "Max payload length exceeded or invalid. length = %d"
  603. msgstr ""
  604. #: src/message.h:194
  605. #, c-format
  606. msgid "Invalid file length. Cannot continue download %s: local %s, remote %s"
  607. msgstr ""
  608. #: src/DownloadEngineFactory.cc:195
  609. #, c-format
  610. msgid "Errors occurred while binding port.\n"
  611. msgstr ""
  612. #: src/main.cc:89
  613. msgid " version "
  614. msgstr ""
  615. #: src/main.cc:96
  616. msgid ""
  617. "This program is free software; you can redistribute it and/or modify\n"
  618. "it under the terms of the GNU General Public License as published by\n"
  619. "the Free Software Foundation; either version 2 of the License, or\n"
  620. "(at your option) any later version.\n"
  621. "\n"
  622. "This program is distributed in the hope that it will be useful,\n"
  623. "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
  624. "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
  625. "GNU General Public License for more details.\n"
  626. "\n"
  627. "You should have received a copy of the GNU General Public License\n"
  628. "along with this program; if not, write to the Free Software\n"
  629. "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 "
  630. "USA\n"
  631. msgstr ""
  632. #: src/main.cc:110
  633. #, c-format
  634. msgid "Contact Info: %s\n"
  635. msgstr ""
  636. #: src/main.cc:116
  637. #, c-format
  638. msgid "Usage: %s [options] URL ...\n"
  639. msgstr ""
  640. #: src/main.cc:118
  641. #, c-format
  642. msgid " %s [options] -T TORRENT_FILE FILE ...\n"
  643. msgstr ""
  644. #: src/main.cc:121
  645. #, c-format
  646. msgid " %s [options] -M METALINK_FILE\n"
  647. msgstr ""
  648. #: src/main.cc:124
  649. msgid "Options:"
  650. msgstr ""
  651. #: src/main.cc:125
  652. msgid " -d, --dir=DIR The directory to store downloaded file."
  653. msgstr ""
  654. #: src/main.cc:126
  655. msgid " -o, --out=FILE The file name for downloaded file."
  656. msgstr ""
  657. #: src/main.cc:127
  658. msgid ""
  659. " -l, --log=LOG The file path to store log. If '-' is "
  660. "specified,\n"
  661. " log is written to stdout."
  662. msgstr ""
  663. #: src/main.cc:130
  664. msgid " -D, --daemon Run as daemon."
  665. msgstr ""
  666. #: src/main.cc:132
  667. msgid ""
  668. " -s, --split=N Download a file using N connections. N must "
  669. "be\n"
  670. " between 1 and 5. This option affects all "
  671. "URLs.\n"
  672. " Thus, aria2 connects to each URL with\n"
  673. " N connections.\n"
  674. " Default: 1"
  675. msgstr ""
  676. #: src/main.cc:137
  677. msgid ""
  678. " --retry-wait=SEC Set amount of time in second between requests\n"
  679. " for errors. Specify a value between 0 and 60.\n"
  680. " Default: 5"
  681. msgstr ""
  682. #: src/main.cc:140
  683. msgid " -t, --timeout=SEC Set timeout in second. Default: 60"
  684. msgstr ""
  685. #: src/main.cc:141
  686. msgid ""
  687. " -m, --max-tries=N Set number of tries. 0 means unlimited.\n"
  688. " Default: 5"
  689. msgstr ""
  690. #: src/main.cc:149
  691. msgid ""
  692. " --http-proxy=HOST:PORT Use HTTP proxy server. This affects to all\n"
  693. " URLs."
  694. msgstr ""
  695. #: src/main.cc:151
  696. msgid " --http-user=USER Set HTTP user. This affects to all URLs."
  697. msgstr ""
  698. #: src/main.cc:152
  699. msgid ""
  700. " --http-passwd=PASSWD Set HTTP password. This affects to all URLs."
  701. msgstr ""
  702. #: src/main.cc:153
  703. msgid ""
  704. " --http-proxy-user=USER Set HTTP proxy user. This affects to all URLs"
  705. msgstr ""
  706. #: src/main.cc:154
  707. msgid ""
  708. " --http-proxy-passwd=PASSWD Set HTTP proxy password. This affects to all "
  709. "URLs."
  710. msgstr ""
  711. #: src/main.cc:155
  712. msgid ""
  713. " --http-proxy-method=METHOD Set the method to use in proxy request.\n"
  714. " METHOD is either 'get' or 'tunnel'.\n"
  715. " Default: tunnel"
  716. msgstr ""
  717. #: src/main.cc:158
  718. msgid ""
  719. " --http-auth-scheme=SCHEME Set HTTP authentication scheme. Currently, "
  720. "basic\n"
  721. " is the only supported scheme.\n"
  722. " Default: basic"
  723. msgstr ""
  724. #: src/main.cc:161
  725. msgid " --referer=REFERER Set Referer. This affects to all URLs."
  726. msgstr ""
  727. #: src/main.cc:162
  728. msgid ""
  729. " --ftp-user=USER Set FTP user. This affects to all URLs.\n"
  730. " Default: anonymous"
  731. msgstr ""
  732. #: src/main.cc:164
  733. msgid ""
  734. " --ftp-passwd=PASSWD Set FTP password. This affects to all URLs.\n"
  735. " Default: ARIA2USER@"
  736. msgstr ""
  737. #: src/main.cc:166
  738. msgid ""
  739. " --ftp-type=TYPE Set FTP transfer type. TYPE is either "
  740. "'binary'\n"
  741. " or 'ascii'.\n"
  742. " Default: binary"
  743. msgstr ""
  744. #: src/main.cc:169
  745. msgid " -p, --ftp-pasv Use passive mode in FTP."
  746. msgstr ""
  747. #: src/main.cc:170
  748. msgid ""
  749. " --ftp-via-http-proxy=METHOD Use HTTP proxy in FTP. METHOD is either 'get' "
  750. "or\n"
  751. " 'tunnel'.\n"
  752. " Default: tunnel"
  753. msgstr ""
  754. #: src/main.cc:173
  755. msgid ""
  756. " --lowest-speed-limit=SPEED Close connection if download speed is lower "
  757. "than\n"
  758. " or equal to this value(bytes per sec).\n"
  759. " 0 means aria2 does not care lowest speed "
  760. "limit.\n"
  761. " You can append K or M(1K = 1024, 1M = 1024K).\n"
  762. " This option does not affect BitTorrent "
  763. "download.\n"
  764. " Default: 0"
  765. msgstr ""
  766. #: src/main.cc:180
  767. msgid ""
  768. " --max-download-limit=SPEED Set max download speed in bytes per sec.\n"
  769. " 0 means unrestricted.\n"
  770. " You can append K or M(1K = 1024, 1M = 1024K).\n"
  771. " Default: 0"
  772. msgstr ""
  773. #: src/main.cc:184
  774. msgid ""
  775. " --file-allocation=METHOD Specify file allocation method. METHOD is "
  776. "either\n"
  777. " 'none' or 'prealloc'.\n"
  778. " 'none' doesn't pre-allocate file space. "
  779. "'prealloc'\n"
  780. " pre-allocates file space before download "
  781. "begins.\n"
  782. " This may take some time depending on the size "
  783. "of\n"
  784. " file.\n"
  785. " Default: none"
  786. msgstr ""
  787. #: src/main.cc:191
  788. msgid ""
  789. " --allow-overwrite=true|false If this option set to false, aria2 doesn't\n"
  790. " download a file which already exists in the "
  791. "file\n"
  792. " system but its corresponding .aria2 file "
  793. "doesn't\n"
  794. " exist.\n"
  795. " Default: false"
  796. msgstr ""
  797. #: src/main.cc:197
  798. msgid ""
  799. " --check-integrity=true|false Check file integrity by validating piece "
  800. "hash.\n"
  801. " This option makes effect in BitTorrent "
  802. "download\n"
  803. " and Metalink with chunk checksums.\n"
  804. " Use this option to redownload a damaged "
  805. "portion of\n"
  806. " file.\n"
  807. " You may need to specify --allow-"
  808. "overwrite=true\n"
  809. " option if .aria2 file doesn't exist.\n"
  810. " Default: false"
  811. msgstr ""
  812. #: src/main.cc:205
  813. msgid ""
  814. " --realtime-chunk-checksum=true|false Validate chunk checksum while "
  815. "downloading\n"
  816. " a file in Metalink mode. This option makes "
  817. "effect\n"
  818. " in Metalink with chunk checksums.\n"
  819. " Default: true"
  820. msgstr ""
  821. #: src/main.cc:210
  822. msgid ""
  823. " -c, --continue Continue downloading a partially downloaded\n"
  824. " file. Use this option to resume a download "
  825. "started\n"
  826. " by web browsers or another programs\n"
  827. " which download files sequentially from the\n"
  828. " beginning. Currently this option is applicable "
  829. "to\n"
  830. " http(s)/ftp downloads."
  831. msgstr ""
  832. #: src/main.cc:216
  833. msgid " -U, --user-agent=USER_AGENT Set user agent for http(s) downloads."
  834. msgstr ""
  835. #: src/main.cc:217
  836. msgid " -n, --no-netrc Disables netrc support."
  837. msgstr ""
  838. #: src/main.cc:218
  839. msgid ""
  840. " -i, --input-file=FILE Downloads URIs found in FILE. You can specify\n"
  841. " multiple URIs for a single entity: deliminate\n"
  842. " URIs by Tab in a single line.\n"
  843. " Reads input from stdin when '-' is specified."
  844. msgstr ""
  845. #: src/main.cc:222
  846. msgid ""
  847. " -j, --max-concurrent-downloads=N Set maximum number of concurrent "
  848. "downloads.\n"
  849. " It should be used with -i option.\n"
  850. " Default: 5"
  851. msgstr ""
  852. #: src/main.cc:225
  853. msgid ""
  854. " --load-cookies=FILE Load cookies from FILE. The format of FILE is\n"
  855. " one used by Netscape and Mozilla."
  856. msgstr ""
  857. #: src/main.cc:228
  858. msgid ""
  859. " -S, --show-files Print file listing of .torrent or .metalink "
  860. "file\n"
  861. " and exit."
  862. msgstr ""
  863. #: src/main.cc:230
  864. msgid ""
  865. " --select-file=INDEX... Set file to download by specifing its index.\n"
  866. " You can know file index through --show-files\n"
  867. " option. Multiple indexes can be specified by "
  868. "using\n"
  869. " ',' like \"3,6\".\n"
  870. " You can also use '-' to specify rangelike \"1-5"
  871. "\".\n"
  872. " ',' and '-' can be used together.\n"
  873. " When used with -M option, index may vary "
  874. "depending\n"
  875. " on the query(see --metalink-* options)."
  876. msgstr ""
  877. #: src/main.cc:240
  878. msgid " -T, --torrent-file=TORRENT_FILE The file path to .torrent file."
  879. msgstr ""
  880. #: src/main.cc:241
  881. msgid ""
  882. " --follow-torrent=true|false Setting this option to false prevents aria2 "
  883. "to\n"
  884. " enter BitTorrent mode even if the filename of\n"
  885. " downloaded file ends with .torrent.\n"
  886. " Default: true"
  887. msgstr ""
  888. #: src/main.cc:245
  889. msgid ""
  890. " --direct-file-mapping=true|false Directly read from and write to each file\n"
  891. " mentioned in .torrent file.\n"
  892. " Default: true"
  893. msgstr ""
  894. #: src/main.cc:248
  895. msgid ""
  896. " --listen-port=PORT Set port number to listen to for peer "
  897. "connection.\n"
  898. " Default: 6881-6999"
  899. msgstr ""
  900. #: src/main.cc:250
  901. msgid ""
  902. " --max-upload-limit=SPEED Set max upload speed in bytes per sec.\n"
  903. " 0 means unrestricted.\n"
  904. " You can append K or M(1K = 1024, 1M = 1024K).\n"
  905. " Default: 0"
  906. msgstr ""
  907. #: src/main.cc:254
  908. msgid ""
  909. " --seed-time=MINUTES Specify seeding time in minutes. See also\n"
  910. " --seed-ratio option."
  911. msgstr ""
  912. #: src/main.cc:256
  913. msgid ""
  914. " --seed-ratio=RATIO Specify share ratio. Seed completed torrents "
  915. "until\n"
  916. " share ratio reaches RATIO. 1.0 is encouraged.\n"
  917. " If --seed-time option is specified along with\n"
  918. " this option, seeding ends when at least one "
  919. "of\n"
  920. " the conditions is satisfied."
  921. msgstr ""
  922. #: src/main.cc:263
  923. msgid " -M, --metalink-file=METALINK_FILE The file path to .metalink file."
  924. msgstr ""
  925. #: src/main.cc:264
  926. msgid ""
  927. " -C, --metalink-servers=NUM_SERVERS The number of servers to connect to\n"
  928. " simultaneously.\n"
  929. " Default: 5"
  930. msgstr ""
  931. #: src/main.cc:267
  932. msgid " --metalink-version=VERSION The version of file to download."
  933. msgstr ""
  934. #: src/main.cc:268
  935. msgid " --metalink-language=LANGUAGE The language of file to download."
  936. msgstr ""
  937. #: src/main.cc:269
  938. msgid ""
  939. " --metalink-os=OS The operating system the file is targeted."
  940. msgstr ""
  941. #: src/main.cc:270
  942. msgid " --metalink-location=LOCATION The location of the prefered server."
  943. msgstr ""
  944. #: src/main.cc:271
  945. msgid ""
  946. " --follow-metalink=true|false Setting this option to false prevents aria2 "
  947. "to\n"
  948. " enter Metalink mode even if the filename of\n"
  949. " downloaded file ends with .metalink.\n"
  950. " Default: true"
  951. msgstr ""
  952. #: src/main.cc:276
  953. msgid " -v, --version Print the version number and exit."
  954. msgstr ""
  955. #: src/main.cc:277
  956. msgid " -h, --help Print this message and exit."
  957. msgstr ""
  958. #: src/main.cc:280
  959. msgid ""
  960. " You can specify multiple URLs. All URLs must point to the same file\n"
  961. " or downloading fails."
  962. msgstr ""
  963. #: src/main.cc:285
  964. msgid ""
  965. " Specify files in multi-file torrent to download. Use conjunction with\n"
  966. " -T option. This arguments are ignored if you specify --select-file option."
  967. msgstr ""
  968. #: src/main.cc:289
  969. msgid "Examples:"
  970. msgstr ""
  971. #: src/main.cc:290
  972. msgid " Download a file by 1 connection:"
  973. msgstr ""
  974. #: src/main.cc:292
  975. msgid " Download a file by 2 connections:"
  976. msgstr ""
  977. #: src/main.cc:294
  978. msgid " Download a file by 2 connections, each connects to a different server:"
  979. msgstr ""
  980. #: src/main.cc:296
  981. msgid " You can mix up different protocols:"
  982. msgstr ""
  983. #: src/main.cc:300
  984. msgid " Download a torrent:"
  985. msgstr ""
  986. #: src/main.cc:302
  987. msgid " Download a torrent using local .torrent file:"
  988. msgstr ""
  989. #: src/main.cc:304 src/main.cc:317
  990. msgid " Download only selected files:"
  991. msgstr ""
  992. #: src/main.cc:306
  993. msgid " Print file listing of .torrent file:"
  994. msgstr ""
  995. #: src/main.cc:311
  996. msgid " Metalink downloading:"
  997. msgstr ""
  998. #: src/main.cc:313
  999. msgid " Download a file using local .metalink file:"
  1000. msgstr ""
  1001. #: src/main.cc:315
  1002. msgid " Metalink downloading with preferences:"
  1003. msgstr ""
  1004. #: src/main.cc:319
  1005. msgid " Download only selected files using index:"
  1006. msgstr ""
  1007. #: src/main.cc:321
  1008. msgid " Print file listing of .metalink file:"
  1009. msgstr ""
  1010. #: src/main.cc:325
  1011. #, c-format
  1012. msgid "Report bugs to %s"
  1013. msgstr ""
  1014. #: src/ConsoleDownloadEngine.cc:198
  1015. #, c-format
  1016. msgid ""
  1017. "\n"
  1018. "stopping application...\n"
  1019. msgstr ""
  1020. #: src/ConsoleDownloadEngine.cc:202
  1021. #, c-format
  1022. msgid "done\n"
  1023. msgstr ""