aria2c.pot 33 KB

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