id.po 44 KB

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