aria2c.pot 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290
  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-08-09 23:54+0900\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=CHARSET\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: src/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. #, c-format
  343. msgid "Good chunk checksum. hash=%s"
  344. msgstr ""
  345. #: src/message.h:122
  346. #, c-format
  347. msgid "Failed to load cookies from %s"
  348. msgstr ""
  349. #: src/message.h:123
  350. #, c-format
  351. msgid ""
  352. ".netrc file %s does not have correct permissions. It should be 600. netrc "
  353. "support disabled."
  354. msgstr ""
  355. #: src/message.h:124
  356. msgid "Logging started."
  357. msgstr ""
  358. #: src/message.h:125
  359. msgid "Specify at least one URL."
  360. msgstr ""
  361. #: src/message.h:126
  362. msgid "daemon failed."
  363. msgstr ""
  364. #: src/message.h:128
  365. msgid "Timeout."
  366. msgstr ""
  367. #: src/message.h:129
  368. msgid "Invalid chunk size."
  369. msgstr ""
  370. #: src/message.h:130
  371. #, c-format
  372. msgid "Too large chunk. size=%d"
  373. msgstr ""
  374. #: src/message.h:131
  375. msgid "Invalid header."
  376. msgstr ""
  377. #: src/message.h:132
  378. msgid "Invalid response."
  379. msgstr ""
  380. #: src/message.h:133
  381. msgid "No header found."
  382. msgstr ""
  383. #: src/message.h:134
  384. msgid "No status header."
  385. msgstr ""
  386. #: src/message.h:135
  387. msgid "Proxy connection failed."
  388. msgstr ""
  389. #: src/message.h:136
  390. msgid "Connection failed."
  391. msgstr ""
  392. #: src/message.h:137
  393. #, c-format
  394. msgid ""
  395. "The requested filename and the previously registered one are not same. "
  396. "Expected:%s Actual:%s"
  397. msgstr ""
  398. #: src/message.h:138
  399. #, c-format
  400. msgid "The response status is not successful. status=%d"
  401. msgstr ""
  402. #: src/message.h:139
  403. #, c-format
  404. msgid "Too large file size. size=%s"
  405. msgstr ""
  406. #: src/message.h:140
  407. #, c-format
  408. msgid "Transfer encoding %s is not supported."
  409. msgstr ""
  410. #: src/message.h:141
  411. #, c-format
  412. msgid "SSL initialization failed: %s"
  413. msgstr ""
  414. #: src/message.h:142
  415. msgid "SSL I/O error"
  416. msgstr ""
  417. #: src/message.h:143
  418. msgid "SSL protocol error"
  419. msgstr ""
  420. #: src/message.h:144
  421. #, c-format
  422. msgid "SSL unknown error %d"
  423. msgstr ""
  424. #: src/message.h:145
  425. #, c-format
  426. msgid "SSL initialization failed: OpenSSL connect error %d"
  427. msgstr ""
  428. #: src/message.h:146
  429. #, c-format
  430. msgid "Size mismatch Expected:%s Actual:%s"
  431. msgstr ""
  432. #: src/message.h:147
  433. msgid "Authorization failed."
  434. msgstr ""
  435. #: src/message.h:148
  436. msgid "Got EOF from the server."
  437. msgstr ""
  438. #: src/message.h:149
  439. msgid "Got EOF from peer."
  440. msgstr ""
  441. #: src/message.h:150
  442. msgid "Malformed meta info."
  443. msgstr ""
  444. #: src/message.h:152
  445. #, c-format
  446. msgid "Failed to open the file %s, cause: %s"
  447. msgstr ""
  448. #: src/message.h:153
  449. #, c-format
  450. msgid "Failed to write into the file %s, cause: %s"
  451. msgstr ""
  452. #: src/message.h:154
  453. #, c-format
  454. msgid "Failed to read from the file %s, cause: %s"
  455. msgstr ""
  456. #: src/message.h:155
  457. msgid "Failed to read data from disk."
  458. msgstr ""
  459. #: src/message.h:156
  460. #, c-format
  461. msgid "Failed to calculate SHA1 digest of or a part of the file %s, cause: %s"
  462. msgstr ""
  463. #: src/message.h:157
  464. #, c-format
  465. msgid "Failed to seek the file %s, cause: %s"
  466. msgstr ""
  467. #: src/message.h:158
  468. #, c-format
  469. msgid "The offset is out of range, offset=%s"
  470. msgstr ""
  471. #: src/message.h:159
  472. #, c-format
  473. msgid "%s is not a directory."
  474. msgstr ""
  475. #: src/message.h:160
  476. #, c-format
  477. msgid "Failed to make the directory %s, cause: %s"
  478. msgstr ""
  479. #: src/message.h:161
  480. #, c-format
  481. msgid "Failed to open the segment file %s, cause: %s"
  482. msgstr ""
  483. #: src/message.h:162
  484. #, c-format
  485. msgid "Failed to write into the segment file %s, cause: %s"
  486. msgstr ""
  487. #: src/message.h:163
  488. #, c-format
  489. msgid "Failed to read from the segment file %s, cause: %s"
  490. msgstr ""
  491. #: src/message.h:165
  492. #, c-format
  493. msgid "Failed to open a socket, cause: %s"
  494. msgstr ""
  495. #: src/message.h:166
  496. #, c-format
  497. msgid "Failed to set a socket option, cause: %s"
  498. msgstr ""
  499. #: src/message.h:167
  500. #, c-format
  501. msgid "Failed to set a socket as blocking, cause: %s"
  502. msgstr ""
  503. #: src/message.h:168
  504. #, c-format
  505. msgid "Failed to set a socket as non-blocking, cause: %s"
  506. msgstr ""
  507. #: src/message.h:169
  508. #, c-format
  509. msgid "Failed to bind a socket, cause: %s"
  510. msgstr ""
  511. #: src/message.h:170
  512. #, c-format
  513. msgid "Failed to listen to a socket, cause: %s"
  514. msgstr ""
  515. #: src/message.h:171
  516. #, c-format
  517. msgid "Failed to accept a peer connection, cause: %s"
  518. msgstr ""
  519. #: src/message.h:172
  520. #, c-format
  521. msgid "Failed to get the name of socket, cause: %s"
  522. msgstr ""
  523. #: src/message.h:173
  524. #, c-format
  525. msgid "Failed to get the name of connected peer, cause: %s"
  526. msgstr ""
  527. #: src/message.h:174
  528. #, c-format
  529. msgid "Failed to resolve the hostname %s, cause: %s"
  530. msgstr ""
  531. #: src/message.h:175
  532. #, c-format
  533. msgid "Failed to connect to the host %s, cause: %s"
  534. msgstr ""
  535. #: src/message.h:176
  536. #, c-format
  537. msgid "Failed to check whether the socket is writable, cause: %s"
  538. msgstr ""
  539. #: src/message.h:177
  540. #, c-format
  541. msgid "Failed to check whether the socket is readable, cause: %s"
  542. msgstr ""
  543. #: src/message.h:178
  544. #, c-format
  545. msgid "Failed to send data, cause: %s"
  546. msgstr ""
  547. #: src/message.h:179
  548. #, c-format
  549. msgid "Failed to receive data, cause: %s"
  550. msgstr ""
  551. #: src/message.h:180
  552. #, c-format
  553. msgid "Failed to peek data, cause: %s"
  554. msgstr ""
  555. #: src/message.h:181
  556. #, c-format
  557. msgid "Unknown socket error %d (0x%x)"
  558. msgstr ""
  559. #: src/message.h:182
  560. #, c-format
  561. msgid "File %s exists, but %s does not exist."
  562. msgstr ""
  563. #: src/message.h:183
  564. #, c-format
  565. msgid "Invalid payload size for %s, size=%d. It should be %d."
  566. msgstr ""
  567. #: src/message.h:184
  568. #, c-format
  569. msgid "Invalid ID=%d for %s. It should be %d."
  570. msgstr ""
  571. #: src/message.h:185
  572. #, c-format
  573. msgid ""
  574. "Chunk checksum validation failed. checksumIndex=%d, offset=%s, expectedHash=%"
  575. "s, actualHash=%s"
  576. msgstr ""
  577. #: src/message.h:186
  578. msgid "Download aborted."
  579. msgstr ""
  580. #: src/message.h:187
  581. #, c-format
  582. msgid "File %s is being downloaded by other command."
  583. msgstr ""
  584. #: src/message.h:188
  585. msgid "Insufficient checksums."
  586. msgstr ""
  587. #: src/message.h:189
  588. #, c-format
  589. msgid "Tracker returned failure reason: %s"
  590. msgstr ""
  591. #: src/message.h:190
  592. msgid "Flooding detected."
  593. msgstr ""
  594. #: src/message.h:191
  595. #, c-format
  596. msgid ""
  597. "Drop connection because no request/piece messages were exchanged in a "
  598. "certain period(%d seconds)."
  599. msgstr ""
  600. #: src/message.h:192
  601. msgid "The infoHash in torrent file doesn't match to one in .aria2 file."
  602. msgstr ""
  603. #: src/message.h:193
  604. #, c-format
  605. msgid "No such file entry %s"
  606. msgstr ""
  607. #: src/message.h:194
  608. #, c-format
  609. msgid "Too slow Downloading speed: %d <= %d(B/s), host:%s"
  610. msgstr ""
  611. #: src/message.h:195
  612. msgid "No HttpRequestEntry found."
  613. msgstr ""
  614. #: src/message.h:196
  615. #, c-format
  616. msgid "Got %d status, but no location header provided."
  617. msgstr ""
  618. #: src/message.h:197
  619. #, c-format
  620. msgid "Invalid range header. Request: %s-%s/%s, Response: %s-%s/%s"
  621. msgstr ""
  622. #: src/message.h:198
  623. msgid "No file matched with your preference."
  624. msgstr ""
  625. #: src/message.h:199
  626. msgid "Exception caught"
  627. msgstr ""
  628. #: src/message.h:200
  629. #, c-format
  630. msgid "Max payload length exceeded or invalid. length = %d"
  631. msgstr ""
  632. #: src/message.h:201
  633. #, c-format
  634. msgid "Invalid file length. Cannot continue download %s: local %s, remote %s"
  635. msgstr ""
  636. #: src/DownloadEngineFactory.cc:195
  637. #, c-format
  638. msgid "Errors occurred while binding port.\n"
  639. msgstr ""
  640. #: src/main.cc:89
  641. msgid " version "
  642. msgstr ""
  643. #: src/main.cc:99
  644. msgid ""
  645. "This program is free software; you can redistribute it and/or modify\n"
  646. "it under the terms of the GNU General Public License as published by\n"
  647. "the Free Software Foundation; either version 2 of the License, or\n"
  648. "(at your option) any later version.\n"
  649. "\n"
  650. "This program is distributed in the hope that it will be useful,\n"
  651. "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
  652. "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
  653. "GNU General Public License for more details.\n"
  654. "\n"
  655. "You should have received a copy of the GNU General Public License\n"
  656. "along with this program; if not, write to the Free Software\n"
  657. "Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 "
  658. "USA\n"
  659. msgstr ""
  660. #: src/main.cc:113
  661. msgid "Contact Info:"
  662. msgstr ""
  663. #: src/main.cc:120
  664. #, c-format
  665. msgid "Usage: %s [options] URL ...\n"
  666. msgstr ""
  667. #: src/main.cc:122
  668. #, c-format
  669. msgid " %s [options] -T TORRENT_FILE FILE ...\n"
  670. msgstr ""
  671. #: src/main.cc:125
  672. #, c-format
  673. msgid " %s [options] -M METALINK_FILE\n"
  674. msgstr ""
  675. #: src/main.cc:128
  676. msgid "Options:"
  677. msgstr ""
  678. #: src/main.cc:129
  679. msgid ""
  680. " -d, --dir=DIR The directory to store the downloaded file."
  681. msgstr ""
  682. #: src/main.cc:130
  683. msgid " -o, --out=FILE The file name of the downloaded file."
  684. msgstr ""
  685. #: src/main.cc:131
  686. msgid ""
  687. " -l, --log=LOG The file name of the log file. If '-' is\n"
  688. " specified, log is written to stdout."
  689. msgstr ""
  690. #: src/main.cc:134
  691. msgid " -D, --daemon Run as daemon."
  692. msgstr ""
  693. #: src/main.cc:136
  694. msgid ""
  695. " -s, --split=N Download a file using N connections. N must "
  696. "be\n"
  697. " between 1 and 5. This option affects all "
  698. "URLs.\n"
  699. " Thus, aria2 connects to each URL with\n"
  700. " N connections.\n"
  701. " Default: 1"
  702. msgstr ""
  703. #: src/main.cc:141
  704. msgid ""
  705. " --retry-wait=SEC Set the seconds to wait to retry after an "
  706. "error\n"
  707. " has occured. Specify a value between 0 and "
  708. "60.\n"
  709. " Default: 5"
  710. msgstr ""
  711. #: src/main.cc:144
  712. msgid " -t, --timeout=SEC Set timeout in seconds. Default: 60"
  713. msgstr ""
  714. #: src/main.cc:145
  715. msgid ""
  716. " -m, --max-tries=N Set number of tries. 0 means unlimited.\n"
  717. " Default: 5"
  718. msgstr ""
  719. #: src/main.cc:153
  720. msgid ""
  721. " --http-proxy=HOST:PORT Use HTTP proxy server. This affects all URLs."
  722. msgstr ""
  723. #: src/main.cc:154
  724. msgid " --http-user=USER Set HTTP user. This affects all URLs."
  725. msgstr ""
  726. #: src/main.cc:155
  727. msgid " --http-passwd=PASSWD Set HTTP password. This affects all URLs."
  728. msgstr ""
  729. #: src/main.cc:156
  730. msgid ""
  731. " --http-proxy-user=USER Set HTTP proxy user. This affects all URLs."
  732. msgstr ""
  733. #: src/main.cc:157
  734. msgid ""
  735. " --http-proxy-passwd=PASSWD Set HTTP proxy password. This affects all URLs."
  736. msgstr ""
  737. #: src/main.cc:158
  738. msgid ""
  739. " --http-proxy-method=METHOD Set the method to use in proxy request.\n"
  740. " METHOD is either 'get' or 'tunnel'.\n"
  741. " Default: tunnel"
  742. msgstr ""
  743. #: src/main.cc:161
  744. msgid ""
  745. " --http-auth-scheme=SCHEME Set HTTP authentication scheme. Currently, "
  746. "basic\n"
  747. " is the only supported scheme.\n"
  748. " Default: basic"
  749. msgstr ""
  750. #: src/main.cc:164
  751. msgid " --referer=REFERER Set Referer. This affects all URLs."
  752. msgstr ""
  753. #: src/main.cc:165
  754. msgid ""
  755. " --ftp-user=USER Set FTP user. This affects all URLs.\n"
  756. " Default: anonymous"
  757. msgstr ""
  758. #: src/main.cc:167
  759. msgid ""
  760. " --ftp-passwd=PASSWD Set FTP password. This affects all URLs.\n"
  761. " Default: ARIA2USER@"
  762. msgstr ""
  763. #: src/main.cc:169
  764. msgid ""
  765. " --ftp-type=TYPE Set FTP transfer type. TYPE is either "
  766. "'binary'\n"
  767. " or 'ascii'.\n"
  768. " Default: binary"
  769. msgstr ""
  770. #: src/main.cc:172
  771. msgid " -p, --ftp-pasv Use passive mode in FTP."
  772. msgstr ""
  773. #: src/main.cc:173
  774. msgid ""
  775. " --ftp-via-http-proxy=METHOD Use HTTP proxy in FTP. METHOD is either 'get' "
  776. "or\n"
  777. " 'tunnel'.\n"
  778. " Default: tunnel"
  779. msgstr ""
  780. #: src/main.cc:176
  781. msgid ""
  782. " --lowest-speed-limit=SPEED Close connection if download speed is lower "
  783. "than\n"
  784. " or equal to this value(bytes per sec).\n"
  785. " 0 means aria2 does not have a lowest speed "
  786. "limit.\n"
  787. " You can append K or M(1K = 1024, 1M = 1024K).\n"
  788. " This option does not affect BitTorrent "
  789. "downloads.\n"
  790. " Default: 0"
  791. msgstr ""
  792. #: src/main.cc:183
  793. msgid ""
  794. " --max-download-limit=SPEED Set max download speed in bytes per sec.\n"
  795. " 0 means unrestricted.\n"
  796. " You can append K or M(1K = 1024, 1M = 1024K).\n"
  797. " Default: 0"
  798. msgstr ""
  799. #: src/main.cc:187
  800. msgid ""
  801. " --file-allocation=METHOD Specify file allocation method. METHOD is "
  802. "either\n"
  803. " 'none' or 'prealloc'. 'none' doesn't pre-"
  804. "allocate\n"
  805. " file space. 'prealloc' pre-allocates file "
  806. "space\n"
  807. " before download begins. This may take some "
  808. "time\n"
  809. " depending on the size of the file.\n"
  810. " Default: none"
  811. msgstr ""
  812. #: src/main.cc:193
  813. msgid ""
  814. " --allow-overwrite=true|false If false, aria2 doesn't download a file which\n"
  815. " already exists but the corresponding .aria2 "
  816. "file\n"
  817. " doesn't exist.\n"
  818. " Default: false"
  819. msgstr ""
  820. #: src/main.cc:198
  821. msgid ""
  822. " --check-integrity=true|false Check file integrity by validating piece "
  823. "hash.\n"
  824. " This option only affects in BitTorrent "
  825. "downloads\n"
  826. " and Metalink downloads with chunk checksums.\n"
  827. " Use this option to re-download a damaged "
  828. "portion\n"
  829. " of a file.\n"
  830. " You may need to specify --allow-"
  831. "overwrite=true\n"
  832. " if the .aria2 file doesn't exist.\n"
  833. " Default: false"
  834. msgstr ""
  835. #: src/main.cc:206
  836. msgid ""
  837. " --realtime-chunk-checksum=true|false Validate chunk checksum while\n"
  838. " downloading a file in Metalink mode. This "
  839. "option\n"
  840. " on affects Metalink mode with chunk "
  841. "checksums.\n"
  842. " Default: true"
  843. msgstr ""
  844. #: src/main.cc:211
  845. msgid ""
  846. " -c, --continue Continue downloading a partially downloaded\n"
  847. " file. Use this option to resume a download\n"
  848. " started by a web browser or another program\n"
  849. " which downloads files sequentially from the\n"
  850. " beginning. Currently this option is only\n"
  851. " applicable to http(s)/ftp downloads."
  852. msgstr ""
  853. #: src/main.cc:217
  854. msgid " -U, --user-agent=USER_AGENT Set user agent for http(s) downloads."
  855. msgstr ""
  856. #: src/main.cc:218
  857. msgid " -n, --no-netrc Disables netrc support."
  858. msgstr ""
  859. #: src/main.cc:219
  860. msgid ""
  861. " -i, --input-file=FILE Downloads URIs found in FILE. You can specify\n"
  862. " multiple URIs for a single entity: separate\n"
  863. " URIs on a single line using the TAB "
  864. "character.\n"
  865. " Reads input from stdin when '-' is specified."
  866. msgstr ""
  867. #: src/main.cc:223
  868. msgid ""
  869. " -j, --max-concurrent-downloads=N Set maximum number of concurrent "
  870. "downloads.\n"
  871. " It should be used with the -i option.\n"
  872. " Default: 5"
  873. msgstr ""
  874. #: src/main.cc:226
  875. msgid ""
  876. " --load-cookies=FILE Load cookies from FILE. The format of FILE is\n"
  877. " the same used by Netscape and Mozilla."
  878. msgstr ""
  879. #: src/main.cc:229
  880. msgid ""
  881. " -S, --show-files Print file listing of .torrent or .metalink "
  882. "file\n"
  883. " and exit."
  884. msgstr ""
  885. #: src/main.cc:231
  886. msgid ""
  887. " --select-file=INDEX... Set file to download by specifing its index.\n"
  888. " You can find the file index using the\n"
  889. " --show-files option. Multiple indexes can be\n"
  890. " specified by using ',', for example: \"3,6\".\n"
  891. " You can also use '-' to specify a range: \"1-5"
  892. "\".\n"
  893. " ',' and '-' can be used together.\n"
  894. " When used with the -M option, index may vary\n"
  895. " depending on the query(see --metalink-* "
  896. "options)."
  897. msgstr ""
  898. #: src/main.cc:241
  899. msgid " -T, --torrent-file=TORRENT_FILE The path to the .torrent file."
  900. msgstr ""
  901. #: src/main.cc:242
  902. msgid ""
  903. " --follow-torrent=true|false Set to false to prevent aria2 from\n"
  904. " entering BitTorrent mode even if the filename "
  905. "of\n"
  906. " the downloaded file ends with .torrent.\n"
  907. " Default: true"
  908. msgstr ""
  909. #: src/main.cc:246
  910. msgid ""
  911. " --direct-file-mapping=true|false Directly read from and write to each file\n"
  912. " mentioned in .torrent file.\n"
  913. " Default: true"
  914. msgstr ""
  915. #: src/main.cc:249
  916. msgid ""
  917. " --listen-port=PORT Set TCP port number for BitTorrent downloads.\n"
  918. " Default: 6881-6999"
  919. msgstr ""
  920. #: src/main.cc:251
  921. msgid ""
  922. " --max-upload-limit=SPEED Set max upload speed in bytes per sec.\n"
  923. " 0 means unrestricted.\n"
  924. " You can append K or M(1K = 1024, 1M = 1024K).\n"
  925. " Default: 0"
  926. msgstr ""
  927. #: src/main.cc:255
  928. msgid ""
  929. " --seed-time=MINUTES Specify seeding time in minutes. Also see the\n"
  930. " --seed-ratio option."
  931. msgstr ""
  932. #: src/main.cc:257
  933. msgid ""
  934. " --seed-ratio=RATIO Specify share ratio. Seed completed torrents\n"
  935. " until share ratio reaches RATIO. 1.0 is\n"
  936. " encouraged. If --seed-time option is "
  937. "specified\n"
  938. " along with this option, seeding ends when at\n"
  939. " least one of the conditions is satisfied."
  940. msgstr ""
  941. #: src/main.cc:262
  942. msgid ""
  943. " --peer-id-prefix=PEERI_ID_PREFIX Specify the prefix of peer ID. The peer ID "
  944. "in\n"
  945. " in BitTorrent is 20 byte length. If more than "
  946. "20\n"
  947. " bytes are specified, only first 20\n"
  948. " bytes are used. If less than 20 bytes are\n"
  949. " specified, the random alphabet characters are\n"
  950. " added to make it's length 20 bytes.\n"
  951. " Default: -aria2-"
  952. msgstr ""
  953. #: src/main.cc:271
  954. msgid " -M, --metalink-file=METALINK_FILE The file path to the .metalink file."
  955. msgstr ""
  956. #: src/main.cc:272
  957. msgid ""
  958. " -C, --metalink-servers=NUM_SERVERS The number of servers to connect to\n"
  959. " simultaneously.\n"
  960. " Default: 5"
  961. msgstr ""
  962. #: src/main.cc:275
  963. msgid " --metalink-version=VERSION The version of the file to download."
  964. msgstr ""
  965. #: src/main.cc:276
  966. msgid " --metalink-language=LANGUAGE The language of the file to download."
  967. msgstr ""
  968. #: src/main.cc:277
  969. msgid ""
  970. " --metalink-os=OS The operating system of the file to download."
  971. msgstr ""
  972. #: src/main.cc:278
  973. msgid " --metalink-location=LOCATION The location of the prefered server."
  974. msgstr ""
  975. #: src/main.cc:279
  976. msgid ""
  977. " --follow-metalink=true|false Set to false to prevent aria2 from\n"
  978. " entering Metalink mode even if the filename "
  979. "of\n"
  980. " the downloaded file ends with .metalink.\n"
  981. " Default: true"
  982. msgstr ""
  983. #: src/main.cc:284
  984. msgid " -v, --version Print the version number and exit."
  985. msgstr ""
  986. #: src/main.cc:285
  987. msgid " -h, --help Print this message and exit."
  988. msgstr ""
  989. #: src/main.cc:288
  990. msgid ""
  991. " You can specify multiple URLs. All URLs must point to the same file\n"
  992. " or downloading will fail."
  993. msgstr ""
  994. #: src/main.cc:293
  995. msgid ""
  996. " Specify files in multi-file torrent to download. Use in conjunction with "
  997. "the\n"
  998. " -T option. This argument is ignored if you specify the --select-file option."
  999. msgstr ""
  1000. #: src/main.cc:297
  1001. msgid "Examples:"
  1002. msgstr ""
  1003. #: src/main.cc:298
  1004. msgid " Download a file using 1 connection:"
  1005. msgstr ""
  1006. #: src/main.cc:300
  1007. msgid " Download a file using 2 connections:"
  1008. msgstr ""
  1009. #: src/main.cc:302
  1010. msgid ""
  1011. " Download a file using 2 connections, each connects to a different server:"
  1012. msgstr ""
  1013. #: src/main.cc:304
  1014. msgid " You can mix up different protocols:"
  1015. msgstr ""
  1016. #: src/main.cc:308
  1017. msgid " Download a torrent:"
  1018. msgstr ""
  1019. #: src/main.cc:310
  1020. msgid " Download a torrent using a local .torrent file:"
  1021. msgstr ""
  1022. #: src/main.cc:312 src/main.cc:325
  1023. msgid " Download only selected files:"
  1024. msgstr ""
  1025. #: src/main.cc:314
  1026. msgid " Print file listing of .torrent file:"
  1027. msgstr ""
  1028. #: src/main.cc:319
  1029. msgid " Metalink downloading:"
  1030. msgstr ""
  1031. #: src/main.cc:321
  1032. msgid " Download a file using local .metalink file:"
  1033. msgstr ""
  1034. #: src/main.cc:323
  1035. msgid " Metalink downloading with preferences:"
  1036. msgstr ""
  1037. #: src/main.cc:327
  1038. msgid " Download only selected files using index:"
  1039. msgstr ""
  1040. #: src/main.cc:329
  1041. msgid " Print file listing of .metalink file:"
  1042. msgstr ""
  1043. #: src/main.cc:333
  1044. #, c-format
  1045. msgid "Report bugs to %s"
  1046. msgstr ""
  1047. #: src/ConsoleDownloadEngine.cc:198
  1048. #, c-format
  1049. msgid ""
  1050. "\n"
  1051. "stopping application...\n"
  1052. msgstr ""
  1053. #: src/ConsoleDownloadEngine.cc:202
  1054. #, c-format
  1055. msgid "done\n"
  1056. msgstr ""