zh_CN.po 45 KB

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