aria2c.pot 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR Tatsuhiro Tsujikawa
  3. # This file is distributed under the same license as the PACKAGE package.
  4. # FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
  5. #
  6. #, fuzzy
  7. msgid ""
  8. msgstr ""
  9. "Project-Id-Version: PACKAGE VERSION\n"
  10. "Report-Msgid-Bugs-To: http://aria2.sourceforge.net/\n"
  11. "POT-Creation-Date: 2006-04-06 21:52+0900\n"
  12. "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
  13. "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
  14. "Language-Team: LANGUAGE <LL@li.org>\n"
  15. "MIME-Version: 1.0\n"
  16. "Content-Type: text/plain; charset=CHARSET\n"
  17. "Content-Transfer-Encoding: 8bit\n"
  18. #: src/message.h:27
  19. #, c-format
  20. msgid "CUID#%d - The download for one segment completed successfully."
  21. msgstr ""
  22. #: src/message.h:28
  23. #, c-format
  24. msgid "CUID#%d - No segment available."
  25. msgstr ""
  26. #: src/message.h:29
  27. #, c-format
  28. msgid "CUID#%d - Connecting to %s:%d"
  29. msgstr ""
  30. #: src/message.h:30
  31. #, c-format
  32. msgid ""
  33. "CUID#%d - The segment changed. We send the request again with new Range "
  34. "header."
  35. msgstr ""
  36. #: src/message.h:31
  37. #, c-format
  38. msgid "CUID#%d - Redirecting to %s"
  39. msgstr ""
  40. #: src/message.h:32
  41. #, c-format
  42. msgid ""
  43. "CUID#%d - Requesting:\n"
  44. "%s"
  45. msgstr ""
  46. #: src/message.h:33
  47. #, c-format
  48. msgid ""
  49. "CUID#%d - Response received:\n"
  50. "%s"
  51. msgstr ""
  52. #: src/message.h:34
  53. #, c-format
  54. msgid "CUID#%d - Download aborted."
  55. msgstr ""
  56. #: src/message.h:35
  57. #, c-format
  58. msgid "CUID#%d - Restarting the download."
  59. msgstr ""
  60. #: src/message.h:36
  61. #, c-format
  62. msgid "CUID#%d - %d times attempted, but no success. Download aborted."
  63. msgstr ""
  64. #: src/message.h:37
  65. #, c-format
  66. msgid "CUID#%d - Unregistering cuid from segmentManager."
  67. msgstr ""
  68. #: src/message.h:48
  69. #, c-format
  70. msgid "The segment file %s exists."
  71. msgstr ""
  72. #: src/message.h:49
  73. #, c-format
  74. msgid "The segment file %s does not exist."
  75. msgstr ""
  76. #: src/message.h:50
  77. #, c-format
  78. msgid "Saving the segment file %s"
  79. msgstr ""
  80. #: src/message.h:51
  81. msgid "The segment file was saved successfully."
  82. msgstr ""
  83. #: src/message.h:52
  84. #, c-format
  85. msgid "Loading the segment file %s."
  86. msgstr ""
  87. #: src/message.h:53
  88. msgid "The segment file was loaded successfully."
  89. msgstr ""
  90. #: src/message.h:55
  91. msgid "Timeout."
  92. msgstr ""
  93. #: src/message.h:56
  94. msgid "Invalid chunk size."
  95. msgstr ""
  96. #: src/message.h:57
  97. #, c-format
  98. msgid "Too large chunk. size = %d"
  99. msgstr ""
  100. #: src/message.h:58
  101. msgid "Invalid header."
  102. msgstr ""
  103. #: src/message.h:59
  104. msgid "Invalid response."
  105. msgstr ""
  106. #: src/message.h:60
  107. msgid "No header found."
  108. msgstr ""
  109. #: src/message.h:61
  110. msgid "No status header."
  111. msgstr ""
  112. #: src/message.h:62
  113. msgid "Proxy connection failed."
  114. msgstr ""
  115. #: src/message.h:63
  116. msgid "Connection failed."
  117. msgstr ""
  118. #: src/message.h:64
  119. #, c-format
  120. msgid ""
  121. "The requested filename and the previously registered one are not same. %s != "
  122. "%s"
  123. msgstr ""
  124. #: src/message.h:65
  125. #, c-format
  126. msgid "The response status is not successful. status = %d"
  127. msgstr ""
  128. #: src/message.h:66
  129. #, c-format
  130. msgid "Too large file size. size = %lld"
  131. msgstr ""
  132. #: src/message.h:67
  133. #, c-format
  134. msgid "Transfer encoding %s is not supported."
  135. msgstr ""
  136. #: src/message.h:68
  137. msgid "SSL initialization failed."
  138. msgstr ""
  139. #: src/message.h:69
  140. #, c-format
  141. msgid "Size mismatch %lld != %lld"
  142. msgstr ""
  143. #: src/message.h:70
  144. msgid "Got EOF from the server."
  145. msgstr ""
  146. #: src/main.cc:63
  147. #, c-format
  148. msgid ""
  149. "\n"
  150. "The download was complete. <%s>\n"
  151. msgstr ""
  152. #: src/main.cc:67
  153. msgid ""
  154. "\n"
  155. "The download was not complete because of errors. Check the log.\n"
  156. msgstr ""
  157. #: src/main.cc:78 src/main.cc:87
  158. msgid ""
  159. "\n"
  160. "SIGINT signal received."
  161. msgstr ""
  162. #: src/main.cc:109
  163. #, c-format
  164. msgid "Unrecognized URL or unsupported protocol: %s\n"
  165. msgstr ""
  166. #: src/main.cc:115
  167. msgid " version "
  168. msgstr ""
  169. #: src/main.cc:119
  170. msgid ""
  171. "This program is free software; you can redistribute it and/or modify\n"
  172. "it under the terms of the GNU General Public License as published by\n"
  173. "the Free Software Foundation; either version 2 of the License, or\n"
  174. "(at your option) any later version.\n"
  175. "\n"
  176. "This program is distributed in the hope that it will be useful,\n"
  177. "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
  178. "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
  179. "GNU General Public License for more details.\n"
  180. "\n"
  181. "You should have received a copy of the GNU General Public License\n"
  182. "along with this program; if not, write to the Free Software\n"
  183. "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
  184. msgstr ""
  185. #: src/main.cc:133
  186. #, c-format
  187. msgid "Contact Info: %s\n"
  188. msgstr ""
  189. #: src/main.cc:139
  190. #, c-format
  191. msgid "Usage: %s [options] URL ...\n"
  192. msgstr ""
  193. #: src/main.cc:141
  194. msgid "Options:"
  195. msgstr ""
  196. #: src/main.cc:142
  197. msgid " -d, --dir=DIR The directory to store downloaded file."
  198. msgstr ""
  199. #: src/main.cc:143
  200. msgid " -o, --out=FILE The file name for downloaded file."
  201. msgstr ""
  202. #: src/main.cc:144
  203. msgid ""
  204. " -l, --log=LOG The file path to store log. If '-' is "
  205. "specified,\n"
  206. " log is written to stdout."
  207. msgstr ""
  208. #: src/main.cc:146
  209. msgid " -D, --daemon Run as daemon."
  210. msgstr ""
  211. #: src/main.cc:147
  212. msgid ""
  213. " -s, --split=N Download a file using N connections. N must "
  214. "be\n"
  215. " between 1 and 5. This option affects all "
  216. "URLs.\n"
  217. " Thus, aria2 connects to each URL with\n"
  218. " N connections."
  219. msgstr ""
  220. #: src/main.cc:151
  221. msgid ""
  222. " --retry-wait=SEC Set amount of time in second between requests\n"
  223. " for errors. Specify a value between 0 and 60.\n"
  224. " Default: 5"
  225. msgstr ""
  226. #: src/main.cc:154
  227. msgid " -t, --timeout=SEC Set timeout in second. Default: 60"
  228. msgstr ""
  229. #: src/main.cc:155
  230. msgid ""
  231. " -m, --max-tries=N Set number of tries. 0 means unlimited.\n"
  232. " Default: 5"
  233. msgstr ""
  234. #: src/main.cc:157
  235. msgid ""
  236. " --min-segment-size=SIZE[K|M] Set minimum segment size. You can append\n"
  237. " K or M(1K = 1024, 1M = 1024K). This\n"
  238. " value must be greater than or equal to\n"
  239. " 1024."
  240. msgstr ""
  241. #: src/main.cc:161
  242. msgid ""
  243. " --http-proxy=HOST:PORT Use HTTP proxy server. This affects to all\n"
  244. " URLs."
  245. msgstr ""
  246. #: src/main.cc:163
  247. msgid " --http-user=USER Set HTTP user. This affects to all URLs."
  248. msgstr ""
  249. #: src/main.cc:164
  250. msgid ""
  251. " --http-passwd=PASSWD Set HTTP password. This affects to all URLs."
  252. msgstr ""
  253. #: src/main.cc:165
  254. msgid ""
  255. " --http-proxy-user=USER Set HTTP proxy user. This affects to all URLs"
  256. msgstr ""
  257. #: src/main.cc:166
  258. msgid ""
  259. " --http-proxy-passwd=PASSWD Set HTTP proxy password. This affects to all "
  260. "URLs."
  261. msgstr ""
  262. #: src/main.cc:167
  263. msgid ""
  264. " --http-proxy-method=METHOD Set the method to use in proxy request.\n"
  265. " METHOD is either 'get' or 'tunnel'.\n"
  266. " Default: tunnel"
  267. msgstr ""
  268. #: src/main.cc:170
  269. msgid ""
  270. " --http-auth-scheme=SCHEME Set HTTP authentication scheme. Currently, "
  271. "basic\n"
  272. " is the only supported scheme. You MUST "
  273. "specify\n"
  274. " this option in order to use HTTP "
  275. "authentication\n"
  276. " as well as --http-user and --http-passwd."
  277. msgstr ""
  278. #: src/main.cc:174
  279. msgid " --referer=REFERER Set Referer. This affects to all URLs."
  280. msgstr ""
  281. #: src/main.cc:175
  282. msgid ""
  283. " --ftp-user=USER Set FTP user. This affects to all URLs.\n"
  284. " Default: anonymous"
  285. msgstr ""
  286. #: src/main.cc:177
  287. msgid ""
  288. " --ftp-passwd=PASSWD Set FTP password. This affects to all URLs.\n"
  289. " Default: ARIA2USER@"
  290. msgstr ""
  291. #: src/main.cc:179
  292. msgid ""
  293. " --ftp-type=TYPE Set FTP transfer type. TYPE is either "
  294. "'binary'\n"
  295. " or 'ascii'.\n"
  296. " Default: binary"
  297. msgstr ""
  298. #: src/main.cc:182
  299. msgid " -p, --ftp-pasv Use passive mode in FTP."
  300. msgstr ""
  301. #: src/main.cc:183
  302. msgid ""
  303. " --ftp-via-http-proxy=METHOD Use HTTP proxy in FTP. METHOD is either 'get' "
  304. "or\n"
  305. " 'tunnel'.\n"
  306. " Default: tunnel"
  307. msgstr ""
  308. #: src/main.cc:187
  309. msgid " --torrent-file=TORRENT_FILE The file path to .torrent file."
  310. msgstr ""
  311. #: src/main.cc:188
  312. msgid ""
  313. " --follow-torrent=true|false Setting this option to false prevents aria2 "
  314. "to\n"
  315. " enter BitTorrent mode even if the filename of\n"
  316. " downloaded file ends with .torrent.\n"
  317. " Default: true"
  318. msgstr ""
  319. #: src/main.cc:193
  320. msgid " -v, --version Print the version number and exit."
  321. msgstr ""
  322. #: src/main.cc:194
  323. msgid " -h, --help Print this message and exit."
  324. msgstr ""
  325. #: src/main.cc:197
  326. msgid ""
  327. " You can specify multiple URLs. All URLs must point to the same file\n"
  328. " or downloading fails."
  329. msgstr ""
  330. #: src/main.cc:200
  331. msgid "Examples:"
  332. msgstr ""
  333. #: src/main.cc:201
  334. msgid " Download a file by 1 connection:"
  335. msgstr ""
  336. #: src/main.cc:203
  337. msgid " Download a file by 2 connections:"
  338. msgstr ""
  339. #: src/main.cc:205
  340. msgid " Download a file by 2 connections, each connects to a different server:"
  341. msgstr ""
  342. #: src/main.cc:207
  343. msgid " You can mix up different protocols:"
  344. msgstr ""
  345. #: src/main.cc:210
  346. msgid " Download a torrent:"
  347. msgstr ""
  348. #: src/main.cc:212
  349. msgid " Download a torrent using local .torrent file:"
  350. msgstr ""
  351. #: src/main.cc:216
  352. #, c-format
  353. msgid "Reports bugs to %s"
  354. msgstr ""
  355. #: src/main.cc:305
  356. msgid "unrecognized proxy format"
  357. msgstr ""
  358. #: src/main.cc:331
  359. msgid "Currently, supported authentication scheme is basic."
  360. msgstr ""
  361. #: src/main.cc:340
  362. msgid "retry-wait must be between 0 and 60."
  363. msgstr ""
  364. #: src/main.cc:357
  365. msgid "ftp-type must be either 'binary' or 'ascii'."
  366. msgstr ""
  367. #: src/main.cc:366
  368. msgid "ftp-via-http-proxy must be either 'get' or 'tunnel'."
  369. msgstr ""
  370. #: src/main.cc:384
  371. msgid "min-segment-size invalid"
  372. msgstr ""
  373. #: src/main.cc:395
  374. msgid "http-proxy-method must be either 'get' or 'tunnel'."
  375. msgstr ""
  376. #: src/main.cc:409
  377. msgid "follow-torrent must be either 'true' or 'false'."
  378. msgstr ""
  379. #: src/main.cc:442
  380. msgid "split must be between 1 and 5."
  381. msgstr ""
  382. #: src/main.cc:452
  383. msgid "timeout must be between 1 and 600"
  384. msgstr ""
  385. #: src/main.cc:461
  386. msgid "max-tries invalid"
  387. msgstr ""
  388. #: src/main.cc:484
  389. msgid "specify at least one URL"
  390. msgstr ""