aria2c.pot 33 KB

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