vi.po 43 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638163916401641164216431644164516461647164816491650165116521653165416551656165716581659166016611662166316641665166616671668166916701671167216731674167516761677167816791680168116821683168416851686168716881689169016911692169316941695169616971698169917001701170217031704170517061707170817091710171117121713171417151716171717181719172017211722172317241725172617271728172917301731173217331734173517361737173817391740
  1. # Vietnamese translation for aria2
  2. # Copyright (c) 2008 Rosetta Contributors and Canonical Ltd 2008
  3. # This file is distributed under the same license as the aria2 package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, 2008.
  5. #
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: aria2\n"
  9. "Report-Msgid-Bugs-To: http://aria2.sourceforge.net/\n"
  10. "POT-Creation-Date: 2008-10-20 00:07+0900\n"
  11. "PO-Revision-Date: 2008-10-10 13:17+0000\n"
  12. "Last-Translator: Thuat <hoctro0104@gmail.com>\n"
  13. "Language-Team: Vietnamese <vi@li.org>\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=UTF-8\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "X-Launchpad-Export-Date: 2008-10-14 11:24+0000\n"
  18. "X-Generator: Launchpad (build Unknown)\n"
  19. #: src/DownloadEngine.cc:801
  20. msgid ""
  21. "Shutdown sequence commencing... Press Ctrl-C again for emergency shutdown."
  22. msgstr ""
  23. "Quá trình đóng chương trình bắt đầu... Nhấn \"Ctrl-C\" lần nữa để đóng "
  24. "chương trình cấp tốc"
  25. #: src/DownloadEngine.cc:805
  26. msgid "Emergency shutdown sequence commencing..."
  27. msgstr "Quá trình đóng chương trình bắt đầu..."
  28. #: src/MultiUrlRequestInfo.cc:88
  29. msgid "aria2 will resume download if the transfer is restarted."
  30. msgstr "aria2 sẽ tiếp tục tải về nếu quá trình chuyển dữ liệu bắt đầu lại"
  31. #: src/MultiUrlRequestInfo.cc:90
  32. msgid ""
  33. "If there are any errors, then see the log file. See '-l' option in help/man "
  34. "page for details."
  35. msgstr ""
  36. "Nếu gặp lỗi, vui lòng xem tập tin log. Nhấn tuỳ chọn \"-l\" ở phần help/man"
  37. #: src/RequestGroupMan.cc:382
  38. msgid "Download Results:"
  39. msgstr "Kết quả tải tập tin"
  40. #: src/RequestGroupMan.cc:397
  41. msgid "Status Legend:"
  42. msgstr "Tình trạng"
  43. #: src/OptionHandler.cc:38
  44. msgid " Default: "
  45. msgstr " Giá trị mặc địn "
  46. #: src/OptionHandler.cc:39
  47. msgid " Tags: "
  48. msgstr " Ghi chú "
  49. #: src/OptionHandler.cc:40
  50. msgid " Possible Values: "
  51. msgstr " Giá trị có thể "
  52. #: src/OptionHandlerImpl.h:96
  53. msgid "must be either 'true' or 'false'."
  54. msgstr "Giá trị phải là \"true\" (đúng) hoặc \"falsa\" (sai)"
  55. #: src/OptionHandlerImpl.h:127 src/OptionHandlerImpl.h:174
  56. #, c-format
  57. msgid "must be between %s and %s."
  58. msgstr "phải ở giữa %s và %s"
  59. #: src/OptionHandlerImpl.h:171
  60. #, c-format
  61. msgid "must be smaller than or equal to %s."
  62. msgstr ""
  63. #: src/OptionHandlerImpl.h:177
  64. #, c-format
  65. msgid "must be greater than or equal to %s."
  66. msgstr ""
  67. #: src/OptionHandlerImpl.h:180 src/OptionHandlerImpl.h:243
  68. msgid "must be a number."
  69. msgstr ""
  70. #: src/OptionHandlerImpl.h:234
  71. #, c-format
  72. msgid "must be smaller than or equal to %.1f."
  73. msgstr ""
  74. #: src/OptionHandlerImpl.h:237
  75. #, c-format
  76. msgid "must be between %.1f and %.1f."
  77. msgstr ""
  78. #: src/OptionHandlerImpl.h:240
  79. #, c-format
  80. msgid "must be greater than or equal to %.1f."
  81. msgstr ""
  82. #: src/OptionHandlerImpl.h:377
  83. msgid "must be one of the following:"
  84. msgstr ""
  85. #: src/OptionHandlerImpl.h:424
  86. msgid "unrecognized proxy format"
  87. msgstr ""
  88. #: src/usage_text.h:37
  89. msgid ""
  90. " -d, --dir=DIR The directory to store the downloaded file."
  91. msgstr ""
  92. #: src/usage_text.h:39
  93. msgid " -o, --out=FILE The file name of the downloaded file."
  94. msgstr ""
  95. #: src/usage_text.h:41
  96. msgid ""
  97. " -l, --log=LOG The file name of the log file. If '-' is\n"
  98. " specified, log is written to stdout."
  99. msgstr ""
  100. #: src/usage_text.h:44
  101. msgid " -D, --daemon Run as daemon."
  102. msgstr ""
  103. #: src/usage_text.h:46
  104. msgid ""
  105. " -s, --split=N Download a file using N connections. If more\n"
  106. " than N URLs are given, first N URLs are used "
  107. "and\n"
  108. " remaining URLs are used for backup. If less "
  109. "than\n"
  110. " N URLs are given, those URLs are used more "
  111. "than\n"
  112. " once so that N connections total are made\n"
  113. " simultaneously. Please see -j option too."
  114. msgstr ""
  115. #: src/usage_text.h:53
  116. msgid ""
  117. " --retry-wait=SEC Set the seconds to wait to retry after an "
  118. "error\n"
  119. " has occured."
  120. msgstr ""
  121. #: src/usage_text.h:56
  122. msgid " -t, --timeout=SEC Set timeout in seconds."
  123. msgstr ""
  124. #: src/usage_text.h:58
  125. msgid " -m, --max-tries=N Set number of tries. 0 means unlimited."
  126. msgstr ""
  127. #: src/usage_text.h:60
  128. msgid ""
  129. " --http-proxy=HOST:PORT Use HTTP proxy server. This affects all URLs."
  130. msgstr ""
  131. #: src/usage_text.h:62
  132. msgid " --http-user=USER Set HTTP user. This affects all URLs."
  133. msgstr ""
  134. #: src/usage_text.h:64
  135. msgid " --http-passwd=PASSWD Set HTTP password. This affects all URLs."
  136. msgstr ""
  137. #: src/usage_text.h:66
  138. msgid ""
  139. " --http-proxy-user=USER Set HTTP proxy user. This affects all URLs."
  140. msgstr ""
  141. #: src/usage_text.h:68
  142. msgid ""
  143. " --http-proxy-passwd=PASSWD Set HTTP proxy password. This affects all URLs."
  144. msgstr ""
  145. #: src/usage_text.h:70
  146. msgid " --http-proxy-method=METHOD Set the method to use in proxy request."
  147. msgstr ""
  148. #: src/usage_text.h:72
  149. msgid ""
  150. " --http-auth-scheme=SCHEME Set HTTP authentication scheme. Currently, "
  151. "basic\n"
  152. " is the only supported scheme."
  153. msgstr ""
  154. #: src/usage_text.h:75
  155. msgid " --referer=REFERER Set Referer. This affects all URLs."
  156. msgstr ""
  157. #: src/usage_text.h:77
  158. msgid " --ftp-user=USER Set FTP user. This affects all URLs."
  159. msgstr ""
  160. #: src/usage_text.h:79
  161. msgid " --ftp-passwd=PASSWD Set FTP password. This affects all URLs."
  162. msgstr ""
  163. #: src/usage_text.h:81
  164. msgid " --ftp-type=TYPE Set FTP transfer type."
  165. msgstr ""
  166. #: src/usage_text.h:83
  167. msgid " -p, --ftp-pasv Use passive mode in FTP."
  168. msgstr ""
  169. #: src/usage_text.h:85
  170. msgid " --ftp-via-http-proxy=METHOD Use HTTP proxy in FTP."
  171. msgstr ""
  172. #: src/usage_text.h:87
  173. msgid ""
  174. " --lowest-speed-limit=SPEED Close connection if download speed is lower "
  175. "than\n"
  176. " or equal to this value(bytes per sec).\n"
  177. " 0 means aria2 does not have a lowest speed "
  178. "limit.\n"
  179. " You can append K or M(1K = 1024, 1M = 1024K).\n"
  180. " This option does not affect BitTorrent "
  181. "downloads."
  182. msgstr ""
  183. #: src/usage_text.h:93
  184. msgid ""
  185. " --max-download-limit=SPEED Set max download speed in bytes per sec.\n"
  186. " 0 means unrestricted.\n"
  187. " You can append K or M(1K = 1024, 1M = 1024K)."
  188. msgstr ""
  189. #: src/usage_text.h:97
  190. msgid ""
  191. " --file-allocation=METHOD Specify file allocation method.\n"
  192. " 'none' doesn't pre-allocate file space. "
  193. "'prealloc'\n"
  194. " pre-allocates file space before download "
  195. "begins.\n"
  196. " This may take some time depending on the size "
  197. "of\n"
  198. " the file."
  199. msgstr ""
  200. #: src/usage_text.h:103
  201. msgid ""
  202. " --no-file-allocation-limit=SIZE No file allocation is made for files whose\n"
  203. " size is smaller than SIZE.\n"
  204. " You can append K or M(1K = 1024, 1M = 1024K)."
  205. msgstr ""
  206. #: src/usage_text.h:107
  207. msgid ""
  208. " --enable-direct-io[=true|false] Enable directI/O, which lowers cpu usage "
  209. "while\n"
  210. " allocating files.\n"
  211. " Turn off if you encounter any error"
  212. msgstr ""
  213. #: src/usage_text.h:111
  214. msgid ""
  215. " --allow-overwrite=true|false If false, aria2 doesn't download a file which\n"
  216. " already exists but the corresponding .aria2 "
  217. "file\n"
  218. " doesn't exist."
  219. msgstr ""
  220. #: src/usage_text.h:115
  221. msgid ""
  222. " --allow-piece-length-change=true|false If false is given, aria2 aborts "
  223. "download\n"
  224. " when a piece length is different from one in\n"
  225. " a control file. If true is given, you can "
  226. "proceed\n"
  227. " but some download progress will be lost."
  228. msgstr ""
  229. #: src/usage_text.h:120
  230. msgid ""
  231. " -Z, --force-sequential[=true|false] Fetch URIs in the command-line "
  232. "sequentially\n"
  233. " and download each URI in a separate session, "
  234. "like\n"
  235. " the usual command-line download utilities."
  236. msgstr ""
  237. #: src/usage_text.h:124
  238. msgid ""
  239. " --auto-file-renaming[=true|false] Rename file name if the same file "
  240. "already\n"
  241. " exists. This option works only in http(s)/ftp\n"
  242. " download.\n"
  243. " The new file name has a dot and a number"
  244. "(1..9999)\n"
  245. " appended."
  246. msgstr ""
  247. #: src/usage_text.h:130
  248. msgid ""
  249. " -P, --parameterized-uri[=true|false] Enable parameterized URI support.\n"
  250. " You can specify set of parts:\n"
  251. " http://{sv1,sv2,sv3}/foo.iso\n"
  252. " Also you can specify numeric sequences with "
  253. "step\n"
  254. " counter:\n"
  255. " http://host/image[000-100:2].img\n"
  256. " A step counter can be omitted.\n"
  257. " If all URIs do not point to the same file, "
  258. "such\n"
  259. " as the second example above, -Z option is\n"
  260. " required."
  261. msgstr ""
  262. #: src/usage_text.h:141
  263. msgid ""
  264. " --enable-http-keep-alive[=true|false] Enable HTTP/1.1 persistent connection."
  265. msgstr ""
  266. #: src/usage_text.h:143
  267. msgid " --enable-http-pipelining[=true|false] Enable HTTP/1.1 pipelining."
  268. msgstr ""
  269. #: src/usage_text.h:145
  270. msgid ""
  271. " --check-integrity=true|false Check file integrity by validating piece "
  272. "hash.\n"
  273. " This option only affects in BitTorrent "
  274. "downloads\n"
  275. " and Metalink downloads with chunk checksums.\n"
  276. " Use this option to re-download a damaged "
  277. "portion\n"
  278. " of a file."
  279. msgstr ""
  280. #: src/usage_text.h:151
  281. msgid ""
  282. " --realtime-chunk-checksum=true|false Validate chunk checksum while\n"
  283. " downloading a file in Metalink mode. This "
  284. "option\n"
  285. " on affects Metalink mode with chunk checksums."
  286. msgstr ""
  287. #: src/usage_text.h:155
  288. msgid ""
  289. " -c, --continue Continue downloading a partially downloaded\n"
  290. " file. Use this option to resume a download\n"
  291. " started by a web browser or another program\n"
  292. " which downloads files sequentially from the\n"
  293. " beginning. Currently this option is only\n"
  294. " applicable to http(s)/ftp downloads."
  295. msgstr ""
  296. #: src/usage_text.h:162
  297. msgid " -U, --user-agent=USER_AGENT Set user agent for http(s) downloads."
  298. msgstr ""
  299. #: src/usage_text.h:164
  300. msgid " -n, --no-netrc Disables netrc support."
  301. msgstr ""
  302. #: src/usage_text.h:166
  303. msgid ""
  304. " -i, --input-file=FILE Downloads URIs found in FILE. You can specify\n"
  305. " multiple URIs for a single entity: separate\n"
  306. " URIs on a single line using the TAB "
  307. "character.\n"
  308. " Reads input from stdin when '-' is specified."
  309. msgstr ""
  310. #: src/usage_text.h:171
  311. msgid ""
  312. " -j, --max-concurrent-downloads=N Set maximum number of parallel downloads "
  313. "for\n"
  314. " every static (HTTP/FTP) URL, torrent and "
  315. "metalink."
  316. msgstr ""
  317. #: src/usage_text.h:174
  318. msgid ""
  319. " --load-cookies=FILE Load Cookies from FILE using the Firefox3 "
  320. "format\n"
  321. " and Mozilla/Firefox(1.x/2.x)/Netscape format."
  322. msgstr ""
  323. #: src/usage_text.h:177
  324. msgid ""
  325. " -S, --show-files Print file listing of .torrent or .metalink "
  326. "file\n"
  327. " and exit. More detailed information will be "
  328. "listed\n"
  329. " in case of torrent file."
  330. msgstr ""
  331. #: src/usage_text.h:181
  332. msgid ""
  333. " --select-file=INDEX... Set file to download by specifing its index.\n"
  334. " You can find the file index using the\n"
  335. " --show-files option. Multiple indexes can be\n"
  336. " specified by using ',', for example: \"3,6\".\n"
  337. " You can also use '-' to specify a range: \"1-5"
  338. "\".\n"
  339. " ',' and '-' can be used together.\n"
  340. " When used with the -M option, index may vary\n"
  341. " depending on the query(see --metalink-* "
  342. "options)."
  343. msgstr ""
  344. #: src/usage_text.h:190
  345. msgid " -T, --torrent-file=TORRENT_FILE The path to the .torrent file."
  346. msgstr ""
  347. #: src/usage_text.h:192
  348. msgid ""
  349. " --follow-torrent=true|false|mem If true or mem is specified, when a file\n"
  350. " whose suffix is .torrent or content type is\n"
  351. " application/x-bittorrent is downloaded, aria2\n"
  352. " parses it as a torrent file and downloads "
  353. "files\n"
  354. " mentioned in it.\n"
  355. " If mem is specified, a torrent file is not\n"
  356. " written to the disk, but is just kept in "
  357. "memory.\n"
  358. " If false is specified, the action mentioned "
  359. "above\n"
  360. " is not taken."
  361. msgstr ""
  362. #: src/usage_text.h:202
  363. msgid ""
  364. " --direct-file-mapping=true|false Directly read from and write to each file\n"
  365. " mentioned in .torrent file."
  366. msgstr ""
  367. #: src/usage_text.h:205
  368. msgid ""
  369. " --listen-port=PORT... Set TCP port number for BitTorrent downloads.\n"
  370. " Multiple ports can be specified by using ',',\n"
  371. " for example: \"6881,6885\". You can also use "
  372. "'-'\n"
  373. " to specify a range: \"6881-6999\". ',' and '-' "
  374. "can\n"
  375. " be used together."
  376. msgstr ""
  377. #: src/usage_text.h:211
  378. msgid ""
  379. " --max-upload-limit=SPEED Set max upload speed in bytes per sec.\n"
  380. " 0 means unrestricted.\n"
  381. " You can append K or M(1K = 1024, 1M = 1024K)."
  382. msgstr ""
  383. #: src/usage_text.h:215
  384. msgid ""
  385. " --seed-time=MINUTES Specify seeding time in minutes. Also see the\n"
  386. " --seed-ratio option."
  387. msgstr ""
  388. #: src/usage_text.h:218
  389. msgid ""
  390. " --seed-ratio=RATIO Specify share ratio. Seed completed torrents\n"
  391. " until share ratio reaches RATIO. 1.0 is\n"
  392. " encouraged. Specify 0.0 if you intend to do\n"
  393. " seeding regardless of share ratio.\n"
  394. " If --seed-time option is specified along with\n"
  395. " this option, seeding ends when at least one "
  396. "of\n"
  397. " the conditions is satisfied."
  398. msgstr ""
  399. #: src/usage_text.h:226
  400. msgid ""
  401. " --peer-id-prefix=PEERI_ID_PREFIX Specify the prefix of peer ID. The peer ID "
  402. "in\n"
  403. " BitTorrent is 20 byte length. If more than 20\n"
  404. " bytes are specified, only first 20\n"
  405. " bytes are used. If less than 20 bytes are\n"
  406. " specified, the random alphabet characters are\n"
  407. " added to make it's length 20 bytes."
  408. msgstr ""
  409. #: src/usage_text.h:233
  410. msgid " --enable-peer-exchange[=true|false] Enable Peer Exchange extension."
  411. msgstr ""
  412. #: src/usage_text.h:235
  413. msgid " --enable-dht[=true|false] Enable DHT functionality."
  414. msgstr ""
  415. #: src/usage_text.h:237
  416. msgid ""
  417. " --dht-listen-port=PORT... Set UDP listening port for DHT.\n"
  418. " Multiple ports can be specified by using ',',\n"
  419. " for example: \"6881,6885\". You can also use "
  420. "'-'\n"
  421. " to specify a range: \"6881-6999\". ',' and '-' "
  422. "can\n"
  423. " be used together."
  424. msgstr ""
  425. #: src/usage_text.h:243
  426. msgid ""
  427. " --dht-entry-point=HOST:PORT Set host and port as an entry point to DHT\n"
  428. " network."
  429. msgstr ""
  430. #: src/usage_text.h:246
  431. msgid ""
  432. " --dht-file-path=PATH Change the DHT routing table file to PATH."
  433. msgstr ""
  434. #: src/usage_text.h:248
  435. msgid ""
  436. " --bt-min-crypto-level=plain|arc4 Set minimum level of encryption method.\n"
  437. " If several encryption methods are provided by "
  438. "a\n"
  439. " peer, aria2 chooses a lowest one which "
  440. "satisfies\n"
  441. " the given level."
  442. msgstr ""
  443. #: src/usage_text.h:253
  444. msgid ""
  445. " --bt-require-crypto=true|false If true is given, aria2 doesn't accept and\n"
  446. " establish connection with legacy BitTorrent\n"
  447. " handshake. Thus aria2 always uses Obfuscation\n"
  448. " handshake."
  449. msgstr ""
  450. #: src/usage_text.h:258
  451. msgid ""
  452. " --bt-request-peer-speed-limit=SPEED In BitTorrent downloads, if the "
  453. "download\n"
  454. " speed is lower than SPEED, aria2 initiates "
  455. "and\n"
  456. " accepts connections ignoring max peer cap.\n"
  457. " You can append K or M(1K = 1024, 1M = 1024K)."
  458. msgstr ""
  459. #: src/usage_text.h:263
  460. msgid ""
  461. " --bt-max-open-files=NUM Specify maximum number of files to open in "
  462. "each\n"
  463. " BitTorrent download."
  464. msgstr ""
  465. #: src/usage_text.h:266
  466. msgid ""
  467. " --bt-seed-unverified[=true|false] Seed previously downloaded files without\n"
  468. " verifying piece hashes."
  469. msgstr ""
  470. #: src/usage_text.h:269
  471. msgid " -M, --metalink-file=METALINK_FILE The file path to the .metalink file."
  472. msgstr ""
  473. #: src/usage_text.h:271
  474. msgid ""
  475. " -C, --metalink-servers=NUM_SERVERS The number of servers to connect to\n"
  476. " simultaneously."
  477. msgstr ""
  478. #: src/usage_text.h:274
  479. msgid " --metalink-version=VERSION The version of the file to download."
  480. msgstr ""
  481. #: src/usage_text.h:276
  482. msgid " --metalink-language=LANGUAGE The language of the file to download."
  483. msgstr ""
  484. #: src/usage_text.h:278
  485. msgid ""
  486. " --metalink-os=OS The operating system of the file to download."
  487. msgstr ""
  488. #: src/usage_text.h:280
  489. msgid ""
  490. " --metalink-location=LOCATION[,...] The location of the preferred server.\n"
  491. " A comma-deliminated list of locations is\n"
  492. " acceptable."
  493. msgstr ""
  494. #: src/usage_text.h:284
  495. msgid ""
  496. " --metalink-preferred-protocol=PROTO Specify preferred protocol. Specifiy "
  497. "'none'\n"
  498. " if you don't have any preferred protocol."
  499. msgstr ""
  500. #: src/usage_text.h:287
  501. msgid ""
  502. " --follow-metalink=true|false|mem If true or mem is specified, when a file\n"
  503. " whose suffix is .metaink or content type is\n"
  504. " application/metalink+xml is downloaded, aria2\n"
  505. " parses it as a metalink file and downloads "
  506. "files\n"
  507. " mentioned in it.\n"
  508. " If mem is specified, a metalink file is not\n"
  509. " written to the disk, but is just kept in "
  510. "memory.\n"
  511. " If false is specified, the action mentioned "
  512. "above\n"
  513. " is not taken."
  514. msgstr ""
  515. #: src/usage_text.h:297
  516. msgid ""
  517. " --metalink-enable-unique-protocol=true|false If true is given and several\n"
  518. " protocols are available for a mirror in a "
  519. "metalink\n"
  520. " file, aria2 uses one of them.\n"
  521. " Use --metalink-preferred-protocol option to\n"
  522. " specify the preference of protocol."
  523. msgstr ""
  524. #: src/usage_text.h:303
  525. msgid " -v, --version Print the version number and exit."
  526. msgstr ""
  527. #: src/usage_text.h:305
  528. msgid ""
  529. " -h, --help[=CATEGORY] Print usage and exit.\n"
  530. " The help messages are classified in several\n"
  531. " categories. For example, type \"--help=http\" "
  532. "for\n"
  533. " detailed explanation for the options related "
  534. "to\n"
  535. " http. If no matching category is found, "
  536. "search\n"
  537. " option name using a given word in middle "
  538. "match\n"
  539. " and print the result."
  540. msgstr ""
  541. #: src/usage_text.h:313
  542. msgid " --no-conf Disable loading aria2.conf file."
  543. msgstr ""
  544. #: src/usage_text.h:315
  545. msgid ""
  546. " --conf-path=PATH Change the configuration file path to PATH."
  547. msgstr ""
  548. #: src/usage_text.h:317
  549. msgid ""
  550. " --stop=SEC Stop application after SEC seconds has "
  551. "passed.\n"
  552. " If 0 is given, this feature is disabled."
  553. msgstr ""
  554. #: src/usage_text.h:320
  555. msgid ""
  556. " --header=HEADER Append HEADER to HTTP request header. You can "
  557. "use\n"
  558. " this option repeatedly to specify more than "
  559. "one\n"
  560. " header:\n"
  561. " aria2c --header=\"X-A: b78\" --header=\"X-B: "
  562. "9J1\"\n"
  563. " http://host/file"
  564. msgstr ""
  565. #: src/usage_text.h:326
  566. msgid " -q, --quiet[=true|false] Make aria2 quite (no console output)."
  567. msgstr ""
  568. #: src/usage_text.h:328
  569. msgid " --async-dns[=true|false] Enable asynchronous DNS."
  570. msgstr ""
  571. #: src/usage_text.h:330
  572. msgid " --ftp-reuse-connection[=true|false] Reuse connection in FTP."
  573. msgstr ""
  574. #: src/usage_text.h:332
  575. msgid ""
  576. " --summary-interval=SEC Set interval to output download progress "
  577. "summary.\n"
  578. " Setting 0 suppresses the output."
  579. msgstr ""
  580. #: src/usage_text.h:335
  581. msgid " --log-level=LEVEL Set log level to output."
  582. msgstr ""
  583. #: src/usage_text.h:337
  584. msgid ""
  585. " -R, --remote-time[=true|false] Retrieve timestamp of the remote file from "
  586. "the\n"
  587. " remote HTTP/FTP server and if it is "
  588. "available,\n"
  589. " apply it to the local file."
  590. msgstr ""
  591. #: src/usage_text.h:341
  592. msgid ""
  593. " --connect-timeout=SEC Set the connect timeout in seconds to "
  594. "establish\n"
  595. " connection to HTTP/FTP/proxy server. After "
  596. "the\n"
  597. " connection is established, this option makes "
  598. "no\n"
  599. " effect and --timeout option is used instead."
  600. msgstr ""
  601. #: src/usage_text.h:346
  602. msgid ""
  603. " --max-file-not-found=NUM If aria2 recieves `file not found' status from "
  604. "the\n"
  605. " remote HTTP/FTP servers NUM times without "
  606. "getting\n"
  607. " a single byte, then force the download to "
  608. "fail.\n"
  609. " Specify 0 to disable this option.\n"
  610. " This options is only effective only when "
  611. "using\n"
  612. " HTTP/FTP servers."
  613. msgstr ""
  614. #: src/usage_text.h:353
  615. msgid ""
  616. " --uri-selector=SELECTOR Specify URI selection algorithm.\n"
  617. " If 'inorder' is given, URI is tried in the "
  618. "order\n"
  619. " appeared in the URI list.\n"
  620. " If 'feedback' is given, aria2 uses download "
  621. "speed\n"
  622. " observed in the previous downloads and choose\n"
  623. " fastest server in the URI list. This also\n"
  624. " effectively skips dead mirrors. The observed\n"
  625. " download speed is a part of performance "
  626. "profile\n"
  627. " of servers mentioned in --server-stat-of and\n"
  628. " --server-stat-if options."
  629. msgstr ""
  630. #: src/usage_text.h:364
  631. msgid ""
  632. " --server-stat-of=FILE Specify the filename to which performance "
  633. "profile\n"
  634. " of the servers is saved. You can load saved "
  635. "data\n"
  636. " using --server-stat-if option."
  637. msgstr ""
  638. #: src/usage_text.h:368
  639. msgid ""
  640. " --server-stat-if=FILE Specify the filename to load performance "
  641. "profile\n"
  642. " of the servers. The loaded data will be used "
  643. "in\n"
  644. " some URI selector such as 'feedback'.\n"
  645. " See also --uri-selector option"
  646. msgstr ""
  647. #: src/usage_text.h:373
  648. msgid ""
  649. " --server-stat-timeout=SEC Specifies timeout in seconds to invalidate\n"
  650. " performance profile of the servers since the "
  651. "last\n"
  652. " contact to them."
  653. msgstr ""
  654. #: src/usage_text.h:377
  655. msgid ""
  656. " --auto-save-interval=SEC Save a control file(*.aria2) every SEC "
  657. "seconds.\n"
  658. " If 0 is given, a control file is not saved "
  659. "during\n"
  660. " download. aria2 saves a control file when it "
  661. "stops\n"
  662. " regardless of the value."
  663. msgstr ""
  664. #: src/version_usage.cc:54
  665. msgid " version "
  666. msgstr ""
  667. #: src/version_usage.cc:71
  668. #, c-format
  669. msgid "Report bugs to %s"
  670. msgstr ""
  671. #: src/version_usage.cc:76
  672. #, c-format
  673. msgid "Usage: %s [OPTIONS] [URL | TORRENT_FILE | METALINK_FILE]..."
  674. msgstr ""
  675. #: src/version_usage.cc:86
  676. #, c-format
  677. msgid "Printing options whose name includes '%s'."
  678. msgstr ""
  679. #: src/version_usage.cc:89 src/version_usage.cc:111
  680. msgid "Options:"
  681. msgstr ""
  682. #: src/version_usage.cc:94
  683. #, c-format
  684. msgid "No help category or option name matching with '%s'."
  685. msgstr ""
  686. #: src/version_usage.cc:100
  687. msgid "Printing all options."
  688. msgstr ""
  689. #: src/version_usage.cc:102
  690. #, c-format
  691. msgid "Printing options tagged with '%s'."
  692. msgstr ""
  693. #: src/version_usage.cc:106
  694. #, c-format
  695. msgid "See -h option to know other command-line options(%s)."
  696. msgstr ""
  697. #: src/version_usage.cc:121
  698. msgid ""
  699. " You can specify multiple URLs. Unless you specify -Z option, all URLs must\n"
  700. " point to the same file or downloading will fail."
  701. msgstr ""
  702. #: src/version_usage.cc:123
  703. msgid ""
  704. " You can also specify arbitrary number of torrent files and metalink files\n"
  705. " stored in a local drive. Please note that they are always treated as a\n"
  706. " separate download."
  707. msgstr ""
  708. #: src/version_usage.cc:128
  709. msgid ""
  710. " You can specify both torrent file with -T option and URLs. By doing this,\n"
  711. " download a file from both torrent swarm and http/ftp server at the same "
  712. "time,\n"
  713. " while the data from http/ftp are uploaded to the torrent swarm. Note that\n"
  714. " only single file torrent can be integrated with http/ftp."
  715. msgstr ""
  716. #: src/version_usage.cc:133
  717. msgid ""
  718. " Make sure that URL is quoted with single(') or double(\") quotation if it\n"
  719. " contains \"&\" or any characters that have special meaning in shell."
  720. msgstr ""
  721. #: src/version_usage.cc:137
  722. msgid "Refer to man page for more information."
  723. msgstr ""
  724. #: src/message.h:40
  725. #, c-format
  726. msgid "CUID#%d - The download for one segment completed successfully."
  727. msgstr ""
  728. #: src/message.h:41
  729. #, c-format
  730. msgid "CUID#%d - No segment available."
  731. msgstr ""
  732. #: src/message.h:42
  733. #, c-format
  734. msgid "CUID#%d - Connecting to %s:%d"
  735. msgstr ""
  736. #: src/message.h:43
  737. #, c-format
  738. msgid ""
  739. "CUID#%d - The segment changed. We send the request again with new Range "
  740. "header."
  741. msgstr ""
  742. #: src/message.h:44
  743. #, c-format
  744. msgid "CUID#%d - Redirecting to %s"
  745. msgstr ""
  746. #: src/message.h:45
  747. #, c-format
  748. msgid ""
  749. "CUID#%d - Requesting:\n"
  750. "%s"
  751. msgstr ""
  752. #: src/message.h:46
  753. #, c-format
  754. msgid ""
  755. "CUID#%d - Response received:\n"
  756. "%s"
  757. msgstr ""
  758. #: src/message.h:47
  759. #, c-format
  760. msgid "CUID#%d - Download aborted. URI=%s"
  761. msgstr ""
  762. #: src/message.h:48
  763. #, c-format
  764. msgid "CUID#%d - Restarting the download. URI=%s"
  765. msgstr ""
  766. #: src/message.h:49
  767. #, c-format
  768. msgid "CUID#%d - Download aborted."
  769. msgstr ""
  770. #: src/message.h:50
  771. #, c-format
  772. msgid "CUID#%d - %d times attempted, but no success. Download aborted."
  773. msgstr ""
  774. #: src/message.h:51
  775. #, c-format
  776. msgid "CUID#%d - Unregistering cuid from segmentManager."
  777. msgstr ""
  778. #: src/message.h:57
  779. #, c-format
  780. msgid "CUID#%d - we got new piece. index=%d"
  781. msgstr ""
  782. #: src/message.h:58
  783. #, c-format
  784. msgid "CUID#%d - we got wrong piece. index=%d"
  785. msgstr ""
  786. #: src/message.h:59
  787. #, c-format
  788. msgid "CUID#%d - Download not complete: %s"
  789. msgstr ""
  790. #: src/message.h:60
  791. #, c-format
  792. msgid "#%d - Download has already completed: %s"
  793. msgstr ""
  794. #: src/message.h:61
  795. #, c-format
  796. msgid "CUID#%d - Good checksum: %s"
  797. msgstr ""
  798. #: src/message.h:62
  799. #, c-format
  800. msgid "CUID#%d - Bad checksum: %s"
  801. msgstr ""
  802. #: src/message.h:63
  803. #, c-format
  804. msgid "CUID#%d - Resolving hostname %s"
  805. msgstr ""
  806. #: src/message.h:64
  807. #, c-format
  808. msgid "CUID#%d - Name resolution complete: %s -> %s"
  809. msgstr ""
  810. #: src/message.h:65
  811. #, c-format
  812. msgid "CUID#%d - Name resolution for %s failed:%s"
  813. msgstr ""
  814. #: src/message.h:66
  815. #, c-format
  816. msgid "CUID#%d - DNS cache hit: %s -> %s"
  817. msgstr ""
  818. #: src/message.h:67
  819. #, c-format
  820. msgid "CUID#%d - Abort requested."
  821. msgstr ""
  822. #: src/message.h:68
  823. #, c-format
  824. msgid "CUID#%d - Connecting to the peer %s"
  825. msgstr ""
  826. #: src/message.h:69
  827. #, c-format
  828. msgid ""
  829. "CUID#%d - Piece received. index=%d, begin=%d, length=%d, offset=%llu, "
  830. "blockIndex=%d"
  831. msgstr ""
  832. #: src/message.h:70
  833. #, c-format
  834. msgid "CUID#%d - Piece bitfield %s"
  835. msgstr ""
  836. #: src/message.h:71
  837. #, c-format
  838. msgid ""
  839. "CUID#%d - Reject piece message in queue because the peer has been choked. "
  840. "index=%d, begin=%d, length=%d"
  841. msgstr ""
  842. #: src/message.h:72
  843. #, c-format
  844. msgid ""
  845. "CUID#%d - Reject piece message in queue because cancel message received. "
  846. "index=%d, begin=%d, length=%d"
  847. msgstr ""
  848. #: src/message.h:73
  849. #, c-format
  850. msgid "CUID#%d - Exception caught while validating file integrity."
  851. msgstr ""
  852. #: src/message.h:74
  853. #, c-format
  854. msgid "CUID#%d - Interested in the peer"
  855. msgstr ""
  856. #: src/message.h:75
  857. #, c-format
  858. msgid "CUID#%d - Not interested in the peer"
  859. msgstr ""
  860. #: src/message.h:76
  861. #, c-format
  862. msgid "CUID#%d - Deleting request slot index=%d, blockIndex=%d"
  863. msgstr ""
  864. #: src/message.h:77
  865. #, c-format
  866. msgid ""
  867. "CUID#%d - Deleting request slot index=%d, blockIndex=%d because localhost "
  868. "got choked."
  869. msgstr ""
  870. #: src/message.h:78
  871. #, c-format
  872. msgid "CUID#%d - Deleting request slot blockIndex=%d because of time out"
  873. msgstr ""
  874. #: src/message.h:79
  875. #, c-format
  876. msgid ""
  877. "CUID#%d - Deleting request slot blockIndex=%d because the block has been "
  878. "acquired."
  879. msgstr ""
  880. #: src/message.h:80
  881. #, c-format
  882. msgid "CUID#%d - Fast extension enabled."
  883. msgstr ""
  884. #: src/message.h:81
  885. #, c-format
  886. msgid "CUID#%d - Extended Messaging enabled."
  887. msgstr ""
  888. #: src/message.h:82
  889. #, c-format
  890. msgid "CUID#%d - Exception caught while allocating file space."
  891. msgstr ""
  892. #: src/message.h:83
  893. #, c-format
  894. msgid "CUID#%d - Content-Disposition detected. Use %s as filename"
  895. msgstr ""
  896. #: src/message.h:84
  897. #, c-format
  898. msgid "CUID#%d - Peer %s:%d banned."
  899. msgstr ""
  900. #: src/message.h:85
  901. #, c-format
  902. msgid "CUID#%d - Using port %d for accepting new connections"
  903. msgstr ""
  904. #: src/message.h:86
  905. #, c-format
  906. msgid "CUID#%d - An error occurred while binding port=%d"
  907. msgstr ""
  908. #: src/message.h:87
  909. #, c-format
  910. msgid "CUID#%d - Incoming connection, adding new command CUID#%d"
  911. msgstr ""
  912. #: src/message.h:88
  913. #, c-format
  914. msgid "CUID#%d - Error in accepting connection"
  915. msgstr ""
  916. #: src/message.h:89
  917. #, c-format
  918. msgid "CUID#%d - Error occurred while processing tracker response."
  919. msgstr ""
  920. #: src/message.h:90
  921. #, c-format
  922. msgid "CUID#%d - Cannot create tracker request."
  923. msgstr ""
  924. #: src/message.h:91
  925. #, c-format
  926. msgid "CUID#%d - Creating new tracker request command #%d"
  927. msgstr ""
  928. #: src/message.h:92
  929. #, c-format
  930. msgid "CUID#%d - The peer is DHT-enabled."
  931. msgstr ""
  932. #: src/message.h:94
  933. #, c-format
  934. msgid "Unrecognized URI or unsupported protocol: %s"
  935. msgstr ""
  936. #: src/message.h:95
  937. #, c-format
  938. msgid "Tracker returned warning message: %s"
  939. msgstr ""
  940. #: src/message.h:96
  941. #, c-format
  942. msgid "The segment file %s exists."
  943. msgstr ""
  944. #: src/message.h:97
  945. #, c-format
  946. msgid "The segment file %s does not exist."
  947. msgstr ""
  948. #: src/message.h:98
  949. #, c-format
  950. msgid "Saving the segment file %s"
  951. msgstr ""
  952. #: src/message.h:99
  953. msgid "The segment file was saved successfully."
  954. msgstr ""
  955. #: src/message.h:100
  956. #, c-format
  957. msgid "Loading the segment file %s."
  958. msgstr ""
  959. #: src/message.h:101
  960. msgid "The segment file was loaded successfully."
  961. msgstr ""
  962. #: src/message.h:102
  963. msgid "No URI to download. Download aborted."
  964. msgstr ""
  965. #: src/message.h:103
  966. #, c-format
  967. msgid ""
  968. "File %s exists, but a control file(*.aria2) does not exist. Download was "
  969. "canceled in order to prevent your file from being truncated to 0. If you are "
  970. "sure to download the file all over again, then delete it or add --allow-"
  971. "overwrite=true option and restart aria2."
  972. msgstr ""
  973. #: src/message.h:104
  974. #, c-format
  975. msgid "Allocating file %s, %s bytes"
  976. msgstr ""
  977. #: src/message.h:105
  978. msgid "File not found"
  979. msgstr ""
  980. #: src/message.h:106
  981. msgid "Not a directory"
  982. msgstr ""
  983. #: src/message.h:107
  984. #, c-format
  985. msgid "Insufficient checksums. checksumLength=%d, numChecksum=%d"
  986. msgstr ""
  987. #: src/message.h:108
  988. #, c-format
  989. msgid "Writing file %s"
  990. msgstr ""
  991. #: src/message.h:109
  992. msgid "No peer list received."
  993. msgstr ""
  994. #: src/message.h:110
  995. #, c-format
  996. msgid "Adding peer %s:%d"
  997. msgstr ""
  998. #: src/message.h:111
  999. #, c-format
  1000. msgid "Deleting used piece index=%d, fillRate(%%)=%d<=%d"
  1001. msgstr ""
  1002. #: src/message.h:112
  1003. msgid "Download of selected files was complete."
  1004. msgstr ""
  1005. #: src/message.h:113
  1006. msgid "The download was complete."
  1007. msgstr ""
  1008. #: src/message.h:114
  1009. #, c-format
  1010. msgid "Removed %d have entries."
  1011. msgstr ""
  1012. #: src/message.h:115
  1013. #, c-format
  1014. msgid "Validating file %s"
  1015. msgstr ""
  1016. #: src/message.h:116
  1017. #, c-format
  1018. msgid "%d seconds to allocate %s byte(s)"
  1019. msgstr ""
  1020. #: src/message.h:117
  1021. #, c-format
  1022. msgid "Dispatching FileAllocationCommand for CUID#%d."
  1023. msgstr ""
  1024. #: src/message.h:118
  1025. #, c-format
  1026. msgid "Metalink: Queueing %s for download."
  1027. msgstr ""
  1028. #: src/message.h:119
  1029. #, c-format
  1030. msgid "Download complete: %s"
  1031. msgstr ""
  1032. #: src/message.h:120
  1033. msgid "Seeding is over."
  1034. msgstr ""
  1035. #: src/message.h:121
  1036. #, c-format
  1037. msgid "CUID#%d cancels segment index=%d. CUID#%d handles it instead."
  1038. msgstr ""
  1039. #: src/message.h:122
  1040. msgid "No chunk to verify."
  1041. msgstr ""
  1042. #: src/message.h:123
  1043. #, c-format
  1044. msgid "Good chunk checksum. hash=%s"
  1045. msgstr ""
  1046. #: src/message.h:124
  1047. #, c-format
  1048. msgid "Failed to load cookies from %s"
  1049. msgstr ""
  1050. #: src/message.h:125
  1051. #, c-format
  1052. msgid ""
  1053. ".netrc file %s does not have correct permissions. It should be 600. netrc "
  1054. "support disabled."
  1055. msgstr ""
  1056. #: src/message.h:126
  1057. msgid "Logging started."
  1058. msgstr ""
  1059. #: src/message.h:127
  1060. msgid "Specify at least one URL."
  1061. msgstr ""
  1062. #: src/message.h:128
  1063. msgid "daemon failed."
  1064. msgstr ""
  1065. #: src/message.h:129
  1066. #, c-format
  1067. msgid "Verification finished successfully. file=%s"
  1068. msgstr ""
  1069. #: src/message.h:130
  1070. #, c-format
  1071. msgid "Checksum error detected. file=%s"
  1072. msgstr ""
  1073. #: src/message.h:131
  1074. #, c-format
  1075. msgid "Incomplete range specified. %s"
  1076. msgstr ""
  1077. #: src/message.h:132
  1078. #, c-format
  1079. msgid "Failed to convert string into value: %s"
  1080. msgstr ""
  1081. #: src/message.h:133
  1082. msgid "Resource not found"
  1083. msgstr ""
  1084. #: src/message.h:134
  1085. #, c-format
  1086. msgid "File already exists. Renamed to %s."
  1087. msgstr ""
  1088. #: src/message.h:135
  1089. msgid "Cannot parse metalink XML file. XML may be malformed."
  1090. msgstr ""
  1091. #: src/message.h:136
  1092. #, c-format
  1093. msgid "Too small payload size for %s, size=%d."
  1094. msgstr ""
  1095. #: src/message.h:137
  1096. #, c-format
  1097. msgid ""
  1098. "Removed the defunct control file %s because the download file %s doesn't "
  1099. "exist."
  1100. msgstr ""
  1101. #: src/message.h:138
  1102. #, c-format
  1103. msgid "Your share ratio was %.1f, uploaded/downloaded=%sB/%sB"
  1104. msgstr ""
  1105. #: src/message.h:139
  1106. #, c-format
  1107. msgid "Missing %s in torrent metainfo."
  1108. msgstr ""
  1109. #: src/message.h:140
  1110. msgid "Tracker returned null data."
  1111. msgstr ""
  1112. #: src/message.h:141
  1113. msgid "Windows socket library initialization failed"
  1114. msgstr ""
  1115. #: src/message.h:142
  1116. #, c-format
  1117. msgid "%d second(s) has passed. Stopping application."
  1118. msgstr ""
  1119. #: src/message.h:143
  1120. #, c-format
  1121. msgid ""
  1122. "Saved signature as %s. Please note that aria2 doesn't verify signatures."
  1123. msgstr ""
  1124. #: src/message.h:145
  1125. #, c-format
  1126. msgid "Saving signature as %s failed. Maybe file already exists."
  1127. msgstr ""
  1128. #: src/message.h:148
  1129. #, c-format
  1130. msgid "Failed to open ServerStat file %s for read."
  1131. msgstr ""
  1132. #: src/message.h:149
  1133. #, c-format
  1134. msgid "ServerStat file %s loaded successfully."
  1135. msgstr ""
  1136. #: src/message.h:150
  1137. #, c-format
  1138. msgid "Failed to read ServerStat from %s."
  1139. msgstr ""
  1140. #: src/message.h:153
  1141. #, c-format
  1142. msgid "Failed to open ServerStat file %s for write."
  1143. msgstr ""
  1144. #: src/message.h:154
  1145. #, c-format
  1146. msgid "ServerStat file %s saved successfully."
  1147. msgstr ""
  1148. #: src/message.h:155
  1149. #, c-format
  1150. msgid "Failed to write ServerStat to %s."
  1151. msgstr ""
  1152. #: src/message.h:158
  1153. #, c-format
  1154. msgid "Failed to establish connection, cause: %s"
  1155. msgstr ""
  1156. #: src/message.h:159
  1157. #, c-format
  1158. msgid "Network problem has occurred. cause:%s"
  1159. msgstr ""
  1160. #: src/message.h:161
  1161. msgid "Timeout."
  1162. msgstr ""
  1163. #: src/message.h:162
  1164. msgid "Invalid chunk size."
  1165. msgstr ""
  1166. #: src/message.h:163
  1167. #, c-format
  1168. msgid "Too large chunk. size=%d"
  1169. msgstr ""
  1170. #: src/message.h:164
  1171. msgid "Invalid header."
  1172. msgstr ""
  1173. #: src/message.h:165
  1174. msgid "Invalid response."
  1175. msgstr ""
  1176. #: src/message.h:166
  1177. msgid "No header found."
  1178. msgstr ""
  1179. #: src/message.h:167
  1180. msgid "No status header."
  1181. msgstr ""
  1182. #: src/message.h:168
  1183. msgid "Proxy connection failed."
  1184. msgstr ""
  1185. #: src/message.h:169
  1186. msgid "Connection failed."
  1187. msgstr ""
  1188. #: src/message.h:170
  1189. #, c-format
  1190. msgid ""
  1191. "The requested filename and the previously registered one are not same. "
  1192. "Expected:%s Actual:%s"
  1193. msgstr ""
  1194. #: src/message.h:171
  1195. #, c-format
  1196. msgid "The response status is not successful. status=%d"
  1197. msgstr ""
  1198. #: src/message.h:172
  1199. #, c-format
  1200. msgid "Too large file size. size=%s"
  1201. msgstr ""
  1202. #: src/message.h:173
  1203. #, c-format
  1204. msgid "Transfer encoding %s is not supported."
  1205. msgstr ""
  1206. #: src/message.h:174
  1207. #, c-format
  1208. msgid "SSL initialization failed: %s"
  1209. msgstr ""
  1210. #: src/message.h:175
  1211. msgid "SSL I/O error"
  1212. msgstr ""
  1213. #: src/message.h:176
  1214. msgid "SSL protocol error"
  1215. msgstr ""
  1216. #: src/message.h:177
  1217. #, c-format
  1218. msgid "SSL unknown error %d"
  1219. msgstr ""
  1220. #: src/message.h:178
  1221. #, c-format
  1222. msgid "SSL initialization failed: OpenSSL connect error %d"
  1223. msgstr ""
  1224. #: src/message.h:179
  1225. #, c-format
  1226. msgid "Size mismatch Expected:%s Actual:%s"
  1227. msgstr ""
  1228. #: src/message.h:180
  1229. msgid "Authorization failed."
  1230. msgstr ""
  1231. #: src/message.h:181
  1232. msgid "Got EOF from the server."
  1233. msgstr ""
  1234. #: src/message.h:182
  1235. msgid "Got EOF from peer."
  1236. msgstr ""
  1237. #: src/message.h:183
  1238. msgid "Malformed meta info."
  1239. msgstr ""
  1240. #: src/message.h:185
  1241. #, c-format
  1242. msgid "Failed to open the file %s, cause: %s"
  1243. msgstr ""
  1244. #: src/message.h:186
  1245. #, c-format
  1246. msgid "Failed to write into the file %s, cause: %s"
  1247. msgstr ""
  1248. #: src/message.h:187
  1249. #, c-format
  1250. msgid "Failed to read from the file %s, cause: %s"
  1251. msgstr ""
  1252. #: src/message.h:188
  1253. msgid "Failed to read data from disk."
  1254. msgstr ""
  1255. #: src/message.h:189
  1256. #, c-format
  1257. msgid "Failed to calculate SHA1 digest of or a part of the file %s, cause: %s"
  1258. msgstr ""
  1259. #: src/message.h:190
  1260. #, c-format
  1261. msgid "Failed to seek the file %s, cause: %s"
  1262. msgstr ""
  1263. #: src/message.h:191
  1264. #, c-format
  1265. msgid "The offset is out of range, offset=%s"
  1266. msgstr ""
  1267. #: src/message.h:192
  1268. #, c-format
  1269. msgid "%s is not a directory."
  1270. msgstr ""
  1271. #: src/message.h:193
  1272. #, c-format
  1273. msgid "Failed to make the directory %s, cause: %s"
  1274. msgstr ""
  1275. #: src/message.h:194
  1276. #, c-format
  1277. msgid "Failed to open the segment file %s, cause: %s"
  1278. msgstr ""
  1279. #: src/message.h:195
  1280. #, c-format
  1281. msgid "Failed to write into the segment file %s, cause: %s"
  1282. msgstr ""
  1283. #: src/message.h:196
  1284. #, c-format
  1285. msgid "Failed to read from the segment file %s, cause: %s"
  1286. msgstr ""
  1287. #: src/message.h:198
  1288. #, c-format
  1289. msgid "Failed to open a socket, cause: %s"
  1290. msgstr ""
  1291. #: src/message.h:199
  1292. #, c-format
  1293. msgid "Failed to set a socket option, cause: %s"
  1294. msgstr ""
  1295. #: src/message.h:200
  1296. #, c-format
  1297. msgid "Failed to set a socket as blocking, cause: %s"
  1298. msgstr ""
  1299. #: src/message.h:201
  1300. #, c-format
  1301. msgid "Failed to set a socket as non-blocking, cause: %s"
  1302. msgstr ""
  1303. #: src/message.h:202
  1304. #, c-format
  1305. msgid "Failed to bind a socket, cause: %s"
  1306. msgstr ""
  1307. #: src/message.h:203
  1308. #, c-format
  1309. msgid "Failed to listen to a socket, cause: %s"
  1310. msgstr ""
  1311. #: src/message.h:204
  1312. #, c-format
  1313. msgid "Failed to accept a peer connection, cause: %s"
  1314. msgstr ""
  1315. #: src/message.h:205
  1316. #, c-format
  1317. msgid "Failed to get the name of socket, cause: %s"
  1318. msgstr ""
  1319. #: src/message.h:206
  1320. #, c-format
  1321. msgid "Failed to get the name of connected peer, cause: %s"
  1322. msgstr ""
  1323. #: src/message.h:207
  1324. #, c-format
  1325. msgid "Failed to resolve the hostname %s, cause: %s"
  1326. msgstr ""
  1327. #: src/message.h:208
  1328. #, c-format
  1329. msgid "Failed to connect to the host %s, cause: %s"
  1330. msgstr ""
  1331. #: src/message.h:209
  1332. #, c-format
  1333. msgid "Failed to check whether the socket is writable, cause: %s"
  1334. msgstr ""
  1335. #: src/message.h:210
  1336. #, c-format
  1337. msgid "Failed to check whether the socket is readable, cause: %s"
  1338. msgstr ""
  1339. #: src/message.h:211
  1340. #, c-format
  1341. msgid "Failed to send data, cause: %s"
  1342. msgstr ""
  1343. #: src/message.h:212
  1344. #, c-format
  1345. msgid "Failed to receive data, cause: %s"
  1346. msgstr ""
  1347. #: src/message.h:213
  1348. #, c-format
  1349. msgid "Failed to peek data, cause: %s"
  1350. msgstr ""
  1351. #: src/message.h:214
  1352. #, c-format
  1353. msgid "Unknown socket error %d (0x%x)"
  1354. msgstr ""
  1355. #: src/message.h:215
  1356. #, c-format
  1357. msgid "File %s exists, but %s does not exist."
  1358. msgstr ""
  1359. #: src/message.h:216
  1360. #, c-format
  1361. msgid "Invalid payload size for %s, size=%d. It should be %d."
  1362. msgstr ""
  1363. #: src/message.h:217
  1364. #, c-format
  1365. msgid "Invalid ID=%d for %s. It should be %d."
  1366. msgstr ""
  1367. #: src/message.h:218
  1368. #, c-format
  1369. msgid ""
  1370. "Chunk checksum validation failed. checksumIndex=%d, offset=%s, expectedHash=%"
  1371. "s, actualHash=%s"
  1372. msgstr ""
  1373. #: src/message.h:219
  1374. msgid "Download aborted."
  1375. msgstr ""
  1376. #: src/message.h:220
  1377. #, c-format
  1378. msgid "File %s is being downloaded by other command."
  1379. msgstr ""
  1380. #: src/message.h:221
  1381. msgid "Insufficient checksums."
  1382. msgstr ""
  1383. #: src/message.h:222
  1384. #, c-format
  1385. msgid "Tracker returned failure reason: %s"
  1386. msgstr ""
  1387. #: src/message.h:223
  1388. msgid "Flooding detected."
  1389. msgstr ""
  1390. #: src/message.h:224
  1391. #, c-format
  1392. msgid ""
  1393. "Drop connection because no request/piece messages were exchanged in a "
  1394. "certain period(%d seconds)."
  1395. msgstr ""
  1396. #: src/message.h:225
  1397. msgid "The infoHash in torrent file doesn't match to one in .aria2 file."
  1398. msgstr ""
  1399. #: src/message.h:226
  1400. #, c-format
  1401. msgid "No such file entry %s"
  1402. msgstr ""
  1403. #: src/message.h:227
  1404. #, c-format
  1405. msgid "Too slow Downloading speed: %d <= %d(B/s), host:%s"
  1406. msgstr ""
  1407. #: src/message.h:228
  1408. msgid "No HttpRequestEntry found."
  1409. msgstr ""
  1410. #: src/message.h:229
  1411. #, c-format
  1412. msgid "Got %d status, but no location header provided."
  1413. msgstr ""
  1414. #: src/message.h:230
  1415. #, c-format
  1416. msgid "Invalid range header. Request: %s-%s/%s, Response: %s-%s/%s"
  1417. msgstr ""
  1418. #: src/message.h:231
  1419. msgid "No file matched with your preference."
  1420. msgstr ""
  1421. #: src/message.h:232
  1422. msgid "Exception caught"
  1423. msgstr ""
  1424. #: src/message.h:233
  1425. #, c-format
  1426. msgid "Max payload length exceeded or invalid. length = %u"
  1427. msgstr ""
  1428. #: src/message.h:234
  1429. #, c-format
  1430. msgid "Invalid file length. Cannot continue download %s: local %s, remote %s"
  1431. msgstr ""
  1432. #: src/BtSetup.cc:123
  1433. msgid "Errors occurred while binding port.\n"
  1434. msgstr ""
  1435. #: src/Util.cc:714
  1436. msgid "Files:"
  1437. msgstr ""