aria2c.pot 9.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454
  1. # SOME DESCRIPTIVE TITLE.
  2. # Copyright (C) YEAR Free Software Foundation, Inc.
  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-03-05 15:17+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:39
  69. #, c-format
  70. msgid "The segment file %s exists."
  71. msgstr ""
  72. #: src/message.h:40
  73. #, c-format
  74. msgid "The segment file %s does not exist."
  75. msgstr ""
  76. #: src/message.h:41
  77. #, c-format
  78. msgid "Saving the segment file %s"
  79. msgstr ""
  80. #: src/message.h:42
  81. msgid "The segment file was saved successfully."
  82. msgstr ""
  83. #: src/message.h:43
  84. #, c-format
  85. msgid "Loading the segment file %s."
  86. msgstr ""
  87. #: src/message.h:44
  88. msgid "The segment file was loaded successfully."
  89. msgstr ""
  90. #: src/message.h:46
  91. msgid "Timeout."
  92. msgstr ""
  93. #: src/message.h:47
  94. msgid "Invalid chunk size."
  95. msgstr ""
  96. #: src/message.h:48
  97. #, c-format
  98. msgid "Too large chunk. size = %d"
  99. msgstr ""
  100. #: src/message.h:49
  101. msgid "Invalid header."
  102. msgstr ""
  103. #: src/message.h:50
  104. msgid "Invalid response."
  105. msgstr ""
  106. #: src/message.h:51
  107. msgid "No header found."
  108. msgstr ""
  109. #: src/message.h:52
  110. msgid "No status header."
  111. msgstr ""
  112. #: src/message.h:53
  113. msgid "Proxy connection failed."
  114. msgstr ""
  115. #: src/message.h:54
  116. msgid "Connection failed."
  117. msgstr ""
  118. #: src/message.h:55
  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:56
  125. #, c-format
  126. msgid "The response status is not successful. status = %d"
  127. msgstr ""
  128. #: src/message.h:57
  129. #, c-format
  130. msgid "Too large file size. size = %lld"
  131. msgstr ""
  132. #: src/message.h:58
  133. #, c-format
  134. msgid "Transfer encoding %s is not supported."
  135. msgstr ""
  136. #: src/message.h:59
  137. msgid "SSL initialization failed."
  138. msgstr ""
  139. #: src/message.h:60
  140. #, c-format
  141. msgid "Size mismatch %lld != %lld"
  142. msgstr ""
  143. #: src/message.h:61
  144. msgid "Got EOF from the server."
  145. msgstr ""
  146. #: src/main.cc:57
  147. msgid ""
  148. "\n"
  149. "SIGINT signal received."
  150. msgstr ""
  151. #: src/main.cc:72
  152. #, c-format
  153. msgid "Unrecognized URL or unsupported protocol: %s\n"
  154. msgstr ""
  155. #: src/main.cc:78
  156. msgid " version "
  157. msgstr ""
  158. #: src/main.cc:82
  159. msgid ""
  160. "This program is free software; you can redistribute it and/or modify\n"
  161. "it under the terms of the GNU General Public License as published by\n"
  162. "the Free Software Foundation; either version 2 of the License, or\n"
  163. "(at your option) any later version.\n"
  164. "\n"
  165. "This program is distributed in the hope that it will be useful,\n"
  166. "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
  167. "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
  168. "GNU General Public License for more details.\n"
  169. "\n"
  170. "You should have received a copy of the GNU General Public License\n"
  171. "along with this program; if not, write to the Free Software\n"
  172. "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
  173. msgstr ""
  174. #: src/main.cc:96
  175. #, c-format
  176. msgid "Contact Info: %s\n"
  177. msgstr ""
  178. #: src/main.cc:102
  179. #, c-format
  180. msgid "Usage: %s [options] URL ...\n"
  181. msgstr ""
  182. #: src/main.cc:104
  183. msgid "Options:"
  184. msgstr ""
  185. #: src/main.cc:105
  186. msgid " -d, --dir=DIR The directory to store downloaded file."
  187. msgstr ""
  188. #: src/main.cc:106
  189. msgid " -o, --out=FILE The file name for downloaded file."
  190. msgstr ""
  191. #: src/main.cc:107
  192. msgid ""
  193. " -l, --log=LOG The file path to store log. If '-' is "
  194. "specified,\n"
  195. " log is written to stdout."
  196. msgstr ""
  197. #: src/main.cc:109
  198. msgid " -D, --daemon Run as daemon."
  199. msgstr ""
  200. #: src/main.cc:110
  201. msgid ""
  202. " -s, --split=N Download a file using N connections. N must "
  203. "be\n"
  204. " between 1 and 5. This option affects all "
  205. "URLs.\n"
  206. " Thus, aria2 connects to each URL with\n"
  207. " N connections."
  208. msgstr ""
  209. #: src/main.cc:114
  210. msgid ""
  211. " --retry-wait=SEC Set amount of time in second between requests\n"
  212. " for errors. Specify a value between 0 and 60.\n"
  213. " Default: 5"
  214. msgstr ""
  215. #: src/main.cc:117
  216. msgid " -t, --timeout=SEC Set timeout in second. Default: 60"
  217. msgstr ""
  218. #: src/main.cc:118
  219. msgid ""
  220. " -m, --max-tries=N Set number of tries. 0 means unlimited.\n"
  221. " Default: 5"
  222. msgstr ""
  223. #: src/main.cc:120
  224. msgid ""
  225. " --min-segment-size=SIZE[K|M] Set minimum segment size. You can append\n"
  226. " K or M(1K = 1024, 1M = 1024K). This\n"
  227. " value must be greater than or equal to\n"
  228. " 1024."
  229. msgstr ""
  230. #: src/main.cc:124
  231. msgid ""
  232. " --http-proxy=HOST:PORT Use HTTP proxy server. This affects to all\n"
  233. " URLs."
  234. msgstr ""
  235. #: src/main.cc:126
  236. msgid " --http-user=USER Set HTTP user. This affects to all URLs."
  237. msgstr ""
  238. #: src/main.cc:127
  239. msgid ""
  240. " --http-passwd=PASSWD Set HTTP password. This affects to all URLs."
  241. msgstr ""
  242. #: src/main.cc:128
  243. msgid ""
  244. " --http-proxy-user=USER Set HTTP proxy user. This affects to all URLs"
  245. msgstr ""
  246. #: src/main.cc:129
  247. msgid ""
  248. " --http-proxy-passwd=PASSWD Set HTTP proxy password. This affects to all "
  249. "URLs."
  250. msgstr ""
  251. #: src/main.cc:130
  252. msgid ""
  253. " --http-proxy-method=METHOD Set the method to use in proxy request.\n"
  254. " METHOD is either 'get' or 'tunnel'.\n"
  255. " Default: tunnel"
  256. msgstr ""
  257. #: src/main.cc:133
  258. msgid ""
  259. " --http-auth-scheme=SCHEME Set HTTP authentication scheme. Currently, "
  260. "basic\n"
  261. " is the only supported scheme. You MUST "
  262. "specify\n"
  263. " this option in order to use HTTP "
  264. "authentication\n"
  265. " as well as --http-user and --http-passwd."
  266. msgstr ""
  267. #: src/main.cc:137
  268. msgid " --referer=REFERER Set Referer. This affects to all URLs."
  269. msgstr ""
  270. #: src/main.cc:138
  271. msgid ""
  272. " --ftp-user=USER Set FTP user. This affects to all URLs.\n"
  273. " Default: anonymous"
  274. msgstr ""
  275. #: src/main.cc:140
  276. msgid ""
  277. " --ftp-passwd=PASSWD Set FTP password. This affects to all URLs.\n"
  278. " Default: ARIA2USER@"
  279. msgstr ""
  280. #: src/main.cc:142
  281. msgid ""
  282. " --ftp-type=TYPE Set FTP transfer type. TYPE is either "
  283. "'binary'\n"
  284. " or 'ascii'.\n"
  285. " Default: binary"
  286. msgstr ""
  287. #: src/main.cc:145
  288. msgid " -p, --ftp-pasv Use passive mode in FTP."
  289. msgstr ""
  290. #: src/main.cc:146
  291. msgid ""
  292. " --ftp-via-http-proxy=METHOD Use HTTP proxy in FTP. METHOD is either 'get' "
  293. "or\n"
  294. " 'tunnel'.\n"
  295. " Default: tunnel"
  296. msgstr ""
  297. #: src/main.cc:149
  298. msgid " -v, --version Print the version number and exit."
  299. msgstr ""
  300. #: src/main.cc:150
  301. msgid " -h, --help Print this message and exit."
  302. msgstr ""
  303. #: src/main.cc:153
  304. msgid ""
  305. " You can specify multiple URLs. All URLs must point to the same file\n"
  306. " or downloading fails."
  307. msgstr ""
  308. #: src/main.cc:156
  309. msgid "Examples:"
  310. msgstr ""
  311. #: src/main.cc:157
  312. msgid " Download a file by 1 connection:"
  313. msgstr ""
  314. #: src/main.cc:159
  315. msgid " Download a file by 2 connections:"
  316. msgstr ""
  317. #: src/main.cc:161
  318. msgid " Download a file by 2 connections, each connects to a different server:"
  319. msgstr ""
  320. #: src/main.cc:163
  321. msgid " You can mix up different protocols:"
  322. msgstr ""
  323. #: src/main.cc:166
  324. #, c-format
  325. msgid "Reports bugs to %s"
  326. msgstr ""
  327. #: src/main.cc:240
  328. msgid "unrecognized proxy format"
  329. msgstr ""
  330. #: src/main.cc:266
  331. msgid "Currently, supported authentication scheme is basic."
  332. msgstr ""
  333. #: src/main.cc:275
  334. msgid "retry-wait must be between 0 and 60."
  335. msgstr ""
  336. #: src/main.cc:292
  337. msgid "ftp-type must be either 'binary' or 'ascii'."
  338. msgstr ""
  339. #: src/main.cc:301
  340. msgid "ftp-via-http-proxy must be either 'get' or 'tunnel'."
  341. msgstr ""
  342. #: src/main.cc:319
  343. msgid "min-segment-size invalid"
  344. msgstr ""
  345. #: src/main.cc:330
  346. msgid "http-proxy-method must be either 'get' or 'tunnel'."
  347. msgstr ""
  348. #: src/main.cc:357
  349. msgid "split must be between 1 and 5."
  350. msgstr ""
  351. #: src/main.cc:367
  352. msgid "timeout must be between 1 and 600"
  353. msgstr ""
  354. #: src/main.cc:376
  355. msgid "max-tries invalid"
  356. msgstr ""
  357. #: src/main.cc:398
  358. msgid "specify at least one URL"
  359. msgstr ""
  360. #: src/main.cc:449
  361. #, c-format
  362. msgid ""
  363. "\n"
  364. "The download was complete. <%s>\n"
  365. msgstr ""
  366. #: src/main.cc:451
  367. msgid ""
  368. "\n"
  369. "The download was not complete because of errors. Check the log.\n"
  370. msgstr ""