aria2c.pot 34 KB

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