de.po 31 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035
  1. # translation of de.po to deutsch
  2. # This file is distributed under the same license as the PACKAGE package.
  3. # Copyright (C) YEAR Tatsuhiro Tsujikawa.
  4. # Hermann J. Beckers <hj.beckers@onlinehome.de>, 2006.
  5. #
  6. msgid ""
  7. msgstr ""
  8. "Project-Id-Version: de\n"
  9. "Report-Msgid-Bugs-To: http://aria2.sourceforge.net/\n"
  10. "POT-Creation-Date: 2006-09-23 21:15+0900\n"
  11. "PO-Revision-Date: 2006-05-05 19:44+0900\n"
  12. "Last-Translator: Hermann J. Beckers <hj.beckers@onlinehome.de>\n"
  13. "Language-Team: deutsch <de@li.org>\n"
  14. "MIME-Version: 1.0\n"
  15. "Content-Type: text/plain; charset=ISO-8859-15\n"
  16. "Content-Transfer-Encoding: 8bit\n"
  17. "X-Generator: KBabel 1.3\n"
  18. #: src/TorrentMan.cc:667
  19. #, fuzzy
  20. msgid "Download of selected files was complete."
  21. msgstr " Nur ausgewählte Dateien abrufen:"
  22. #: src/TorrentMan.cc:670
  23. #, fuzzy
  24. msgid "The download was complete."
  25. msgstr ""
  26. "\n"
  27. "Abruf ist vollständig. <%s>\n"
  28. #: src/RequestInfo.h:97
  29. #, c-format
  30. msgid ""
  31. "\n"
  32. "The download was complete. <%s>\n"
  33. msgstr ""
  34. "\n"
  35. "Abruf ist vollständig. <%s>\n"
  36. #: src/RequestInfo.h:105
  37. #, fuzzy
  38. msgid ""
  39. "\n"
  40. "The download was not complete because of errors. Check the log.\n"
  41. "aria2 will resume download if the transfer is restarted."
  42. msgstr ""
  43. "\n"
  44. "Abruf wegen Fehlern nicht vollständig. Überprüfen Sie die Log-Datei.\n"
  45. #: src/message.h:40
  46. #, c-format
  47. msgid "CUID#%d - The download for one segment completed successfully."
  48. msgstr "CUID#%d - Abruf eines Segments erfolgreich beendet."
  49. #: src/message.h:41
  50. #, c-format
  51. msgid "CUID#%d - No segment available."
  52. msgstr "CUID#%d - Kein Segment verfügbar."
  53. #: src/message.h:42
  54. #, c-format
  55. msgid "CUID#%d - Connecting to %s:%d"
  56. msgstr "CUID#%d - Verbinde mit %s:%d"
  57. #: src/message.h:43
  58. #, c-format
  59. msgid ""
  60. "CUID#%d - The segment changed. We send the request again with new Range "
  61. "header."
  62. msgstr ""
  63. "CUID#%d - Segment wurde verändert. Anforderung wird mit neuem Bereichs-"
  64. "Header erneut gesendet."
  65. #: src/message.h:44
  66. #, c-format
  67. msgid "CUID#%d - Redirecting to %s"
  68. msgstr "CUID#%d - Weiterleitung zu %s"
  69. #: src/message.h:45
  70. #, c-format
  71. msgid ""
  72. "CUID#%d - Requesting:\n"
  73. "%s"
  74. msgstr ""
  75. "CUID#%d - Anforderung von:\n"
  76. "%s"
  77. #: src/message.h:46
  78. #, c-format
  79. msgid ""
  80. "CUID#%d - Response received:\n"
  81. "%s"
  82. msgstr ""
  83. "CUID#%d - Erhaltene Antwort:\n"
  84. "%s"
  85. #: src/message.h:47
  86. #, c-format
  87. msgid "CUID#%d - Download aborted."
  88. msgstr "CUID#%d - Abruf abgebrochen."
  89. #: src/message.h:48
  90. #, c-format
  91. msgid "CUID#%d - Restarting the download."
  92. msgstr "CUID#%d - Abruf wird erneut gestartet."
  93. #: src/message.h:49
  94. #, c-format
  95. msgid "CUID#%d - %d times attempted, but no success. Download aborted."
  96. msgstr "CUID#%d - %d Versuche, aber kein Erfolg. Abruf abgebrochen."
  97. #: src/message.h:50
  98. #, c-format
  99. msgid "CUID#%d - Unregistering cuid from segmentManager."
  100. msgstr "CUID#%d - cuid beim segmentManager deregistriert."
  101. #: src/message.h:56
  102. #, c-format
  103. msgid "CUID#%d - we got new piece. index=%d"
  104. msgstr "CUID#%d - Neues Teilstück erhalten. Index=%d"
  105. #: src/message.h:57
  106. #, c-format
  107. msgid "CUID#%d - we got wrong piece. index=%d"
  108. msgstr "CUID#%d - falsches Teilstück erhalten. Index=%d"
  109. #: src/message.h:59
  110. #, c-format
  111. msgid "Tracker returned warning message: %s"
  112. msgstr "Vom Tracker übergebene Warn-Nachricht: %s"
  113. #: src/message.h:61
  114. #, c-format
  115. msgid "The segment file %s exists."
  116. msgstr "Die Segmentdatei %s ist bereits vorhanden."
  117. #: src/message.h:62
  118. #, c-format
  119. msgid "The segment file %s does not exist."
  120. msgstr "Die Segmentdatei %s ist nicht vorhanden."
  121. #: src/message.h:63
  122. #, c-format
  123. msgid "Saving the segment file %s"
  124. msgstr "Speicherung der Segmentdatei %s"
  125. #: src/message.h:64
  126. msgid "The segment file was saved successfully."
  127. msgstr "Die Segmentdatei wurde fehlerfrei gespeichert."
  128. #: src/message.h:65
  129. #, c-format
  130. msgid "Loading the segment file %s."
  131. msgstr "Laden der Segmentdatei %s."
  132. #: src/message.h:66
  133. msgid "The segment file was loaded successfully."
  134. msgstr "Die Segmentdatei wurde fehlerfrei geladen."
  135. #: src/message.h:68
  136. msgid "Timeout."
  137. msgstr "Zeitablauf."
  138. #: src/message.h:69
  139. msgid "Invalid chunk size."
  140. msgstr "Ungültige Teilgröße."
  141. #: src/message.h:70
  142. #, c-format
  143. msgid "Too large chunk. size=%d"
  144. msgstr "Teilstück zu groß. Größe=%d"
  145. #: src/message.h:71
  146. msgid "Invalid header."
  147. msgstr "Ungültige Header-Information."
  148. #: src/message.h:72
  149. msgid "Invalid response."
  150. msgstr "Ungültige Antwort."
  151. #: src/message.h:73
  152. msgid "No header found."
  153. msgstr "Keine Header-Information gefunden."
  154. #: src/message.h:74
  155. msgid "No status header."
  156. msgstr "Keine Status-Information."
  157. #: src/message.h:75
  158. msgid "Proxy connection failed."
  159. msgstr "Proxy-Verbindung fehlgeschlagen."
  160. #: src/message.h:76
  161. msgid "Connection failed."
  162. msgstr "Verbindung fehlgeschlagen."
  163. #: src/message.h:77
  164. #, c-format
  165. msgid ""
  166. "The requested filename and the previously registered one are not same. %s != "
  167. "%s"
  168. msgstr ""
  169. "Der angeforderte Dateiname und der vorher registrierte sind nicht gleich. %"
  170. "s != %s"
  171. #: src/message.h:78
  172. #, c-format
  173. msgid "The response status is not successful. status=%d"
  174. msgstr "Antwortstatus ist nicht in Ordnung. Status=%d"
  175. #: src/message.h:79
  176. #, c-format
  177. msgid "Too large file size. size=%lld"
  178. msgstr "Dateigröße zu groß. Größe=%lld"
  179. #: src/message.h:80
  180. #, c-format
  181. msgid "Transfer encoding %s is not supported."
  182. msgstr "Übertragungskodierung %s wird nicht unterstützt."
  183. #: src/message.h:81
  184. msgid "SSL initialization failed."
  185. msgstr "SSL-Initialisierung fehlgeschlagen."
  186. #: src/message.h:82
  187. #, c-format
  188. msgid "Size mismatch %lld != %lld"
  189. msgstr "Größendifferenz %lld != %lld"
  190. #: src/message.h:83
  191. msgid "Authorization failed."
  192. msgstr "Autorisierung fehlgeschlagen."
  193. #: src/message.h:84
  194. msgid "Got EOF from the server."
  195. msgstr "Erhielt EOF vom Server."
  196. #: src/message.h:85
  197. msgid "Got EOF from peer."
  198. msgstr "Erhielt EOF von Gegenstelle."
  199. #: src/message.h:86
  200. msgid "Malformed meta info."
  201. msgstr "Fehlerhafte Meta-Information."
  202. #: src/message.h:88
  203. #, c-format
  204. msgid "Failed to open the file %s, cause: %s"
  205. msgstr "Konnte Datei %s nicht öffnen, Ursache: %s"
  206. #: src/message.h:89
  207. #, c-format
  208. msgid "Failed to write into the file %s, cause: %s"
  209. msgstr "Konnte nicht in Datei %s schreiben, Ursache: %s"
  210. #: src/message.h:90
  211. #, c-format
  212. msgid "Failed to read from the file %s, cause: %s"
  213. msgstr "Konnte nicht von Datei %s lesen, Ursache: %s"
  214. #: src/message.h:91
  215. #, c-format
  216. msgid "Failed to calculate SHA1 digest of or a part of the file %s, cause: %s"
  217. msgstr ""
  218. "Konnte SHA1-Digest (eines Teils) der Datei %s nicht berechnen, Ursache: %s"
  219. #: src/message.h:92
  220. #, c-format
  221. msgid "Failed to seek the file %s, cause: %s"
  222. msgstr "Konnte nicht in Datei %s positionieren, Ursache: %s"
  223. #: src/message.h:93
  224. #, c-format
  225. msgid "The offset is out of range, offset=%lld"
  226. msgstr "Offset außerhalb des Bereichs, Offset=%lld"
  227. #: src/message.h:94
  228. #, c-format
  229. msgid "%s is not a directory."
  230. msgstr "%s ist kein Verzeichnis."
  231. #: src/message.h:95
  232. #, c-format
  233. msgid "Failed to make the directory %s, cause: %s"
  234. msgstr "Konnte Verzeichnis %s nicht erstellen, Ursache: %s"
  235. #: src/message.h:96
  236. #, c-format
  237. msgid "Failed to open the segment file %s, cause: %s"
  238. msgstr "Konnte Segmentdatei %s nicht öffnen, Ursache %s"
  239. #: src/message.h:97
  240. #, c-format
  241. msgid "Failed to write into the segment file %s, cause: %s"
  242. msgstr "Konnte nicht in Segmentdatei %s schreiben, Ursache: %s"
  243. #: src/message.h:98
  244. #, c-format
  245. msgid "Failed to read from the segment file %s, cause: %s"
  246. msgstr "Konnte nicht aus Segmentdatei %s lesen, Ursache: %s"
  247. #: src/message.h:100
  248. #, c-format
  249. msgid "Failed to open a socket, cause: %s"
  250. msgstr "Konnte Socket nicht öffnen, Ursache: %s"
  251. #: src/message.h:101
  252. #, c-format
  253. msgid "Failed to set a socket option, cause: %s"
  254. msgstr "Konnte eine Socket-Option nicht setzen, Ursache: %s"
  255. #: src/message.h:102
  256. #, c-format
  257. msgid "Failed to bind a socket, cause: %s"
  258. msgstr "Konnte Socket nicht binden, Ursache: %s"
  259. #: src/message.h:103
  260. #, c-format
  261. msgid "Failed to listen to a socket, cause: %s"
  262. msgstr "Konnte nicht auf Socket lauschen, Ursache: %s"
  263. #: src/message.h:104
  264. #, c-format
  265. msgid "Failed to accept a peer connection, cause: %s"
  266. msgstr "Konnte Peer-Verbindung nicht akzeptieren, Ursache: %s"
  267. #: src/message.h:105
  268. #, c-format
  269. msgid "Failed to get the name of socket, cause: %s"
  270. msgstr "Konnte Socketnamen nicht ermitteln, Ursache: %s"
  271. #: src/message.h:106
  272. #, c-format
  273. msgid "Failed to get the name of connected peer, cause: %s"
  274. msgstr "Konnte Namen der verbundenen Gegenstelle nicht ermitteln, Ursache: %s"
  275. #: src/message.h:107
  276. #, c-format
  277. msgid "Failed to resolve the hostname %s, cause: %s"
  278. msgstr "Konnte Rechnername %s nicht auflösen, Ursache: %s"
  279. #: src/message.h:108
  280. #, c-format
  281. msgid "Failed to connect to the host %s, cause: %s"
  282. msgstr "Konnte nicht zum Rechner %s verbinden, Ursache: %s"
  283. #: src/message.h:109
  284. #, c-format
  285. msgid "Failed to check whether the socket is writable, cause: %s"
  286. msgstr "Konnte nicht testen, ob der Socket beschreibbar ist, Ursache: %s"
  287. #: src/message.h:110
  288. #, c-format
  289. msgid "Failed to check whether the socket is readable, cause: %s"
  290. msgstr "Konnte nicht testen, ob der Socket lesbar ist, Ursache: %s"
  291. #: src/message.h:111
  292. #, c-format
  293. msgid "Failed to send data, cause: %s"
  294. msgstr "Konnte Daten nicht senden, Ursache: %s"
  295. #: src/message.h:112
  296. #, c-format
  297. msgid "Failed to receive data, cause: %s"
  298. msgstr "Konnte Daten nicht erhalten, Ursache: %s"
  299. #: src/message.h:113
  300. #, c-format
  301. msgid "Failed to peek data, cause: %s"
  302. msgstr "Datenermittelung fehlgeschlagen, Ursache: %s"
  303. #: src/DownloadEngineFactory.cc:114
  304. msgid "Errors occurred while binding port.\n"
  305. msgstr "Fehler beim Binden an Port aufgetreten.\n"
  306. #: src/TorrentRequestInfo.cc:88
  307. msgid "Files:"
  308. msgstr "Dateien:"
  309. #: src/UrlRequestInfo.cc:76
  310. msgid ""
  311. "\n"
  312. "stopping application...\n"
  313. msgstr ""
  314. "\n"
  315. "Anwendung wird gestoppt ...\n"
  316. #: src/UrlRequestInfo.cc:81
  317. msgid "done\n"
  318. msgstr "erledigt\n"
  319. #: src/UrlRequestInfo.cc:105
  320. #, c-format
  321. msgid "Unrecognized URL or unsupported protocol: %s\n"
  322. msgstr "URL nicht erkannt oder nicht unterstütztes Protokoll: %s\n"
  323. #: src/main.cc:87
  324. msgid " version "
  325. msgstr " Version "
  326. #: src/main.cc:94
  327. msgid ""
  328. "This program is free software; you can redistribute it and/or modify\n"
  329. "it under the terms of the GNU General Public License as published by\n"
  330. "the Free Software Foundation; either version 2 of the License, or\n"
  331. "(at your option) any later version.\n"
  332. "\n"
  333. "This program is distributed in the hope that it will be useful,\n"
  334. "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
  335. "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
  336. "GNU General Public License for more details.\n"
  337. "\n"
  338. "You should have received a copy of the GNU General Public License\n"
  339. "along with this program; if not, write to the Free Software\n"
  340. "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
  341. msgstr ""
  342. "This program is free software; you can redistribute it and/or modify\n"
  343. "it under the terms of the GNU General Public License as published by\n"
  344. "the Free Software Foundation; either version 2 of the License, or\n"
  345. "(at your option) any later version.\n"
  346. "\n"
  347. "This program is distributed in the hope that it will be useful,\n"
  348. "but WITHOUT ANY WARRANTY; without even the implied warranty of\n"
  349. "MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n"
  350. "GNU General Public License for more details.\n"
  351. "\n"
  352. "You should have received a copy of the GNU General Public License\n"
  353. "along with this program; if not, write to the Free Software\n"
  354. "Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA\n"
  355. #: src/main.cc:108
  356. #, c-format
  357. msgid "Contact Info: %s\n"
  358. msgstr "Kontakt-Info: %s\n"
  359. #: src/main.cc:114
  360. #, c-format
  361. msgid "Usage: %s [options] URL ...\n"
  362. msgstr "Aufruf: %s [Optionen] URL ...\n"
  363. #: src/main.cc:116
  364. #, c-format
  365. msgid " %s [options] -T TORRENT_FILE FILE ...\n"
  366. msgstr " %s [Optionen] -T TORRENT_FILE FILE ...\n"
  367. #: src/main.cc:119
  368. #, fuzzy, c-format
  369. msgid " %s [options] -M METALINK_FILE\n"
  370. msgstr " %s [Optionen] -T TORRENT_FILE FILE ...\n"
  371. #: src/main.cc:122
  372. msgid "Options:"
  373. msgstr "Optionen:"
  374. #: src/main.cc:123
  375. msgid " -d, --dir=DIR The directory to store downloaded file."
  376. msgstr ""
  377. " -d, --dir=DIR Verzeichnis zum Speichern der abgerufenen "
  378. "Datei."
  379. #: src/main.cc:124
  380. msgid " -o, --out=FILE The file name for downloaded file."
  381. msgstr " -o, --out=FILE Dateiname für die abgerufene Datei."
  382. #: src/main.cc:125
  383. msgid ""
  384. " -l, --log=LOG The file path to store log. If '-' is "
  385. "specified,\n"
  386. " log is written to stdout."
  387. msgstr ""
  388. " -l, --log=LOG Dateipfad für die Log-Speicherung. Wenn '-' "
  389. "angegeben wird,\n"
  390. " wird das Log auf die Standardausgabe "
  391. "geschrieben."
  392. #: src/main.cc:127
  393. msgid " -D, --daemon Run as daemon."
  394. msgstr " -D, --daemon Start als Daemon-Prozeß."
  395. #: src/main.cc:128
  396. msgid ""
  397. " -s, --split=N Download a file using N connections. N must "
  398. "be\n"
  399. " between 1 and 5. This option affects all "
  400. "URLs.\n"
  401. " Thus, aria2 connects to each URL with\n"
  402. " N connections."
  403. msgstr ""
  404. " -s, --split=N Abruf einer Datei mittels N Verbindungen. N "
  405. "muss\n"
  406. " zwischen 1 and 5 liegen. Diese Option betrifft "
  407. "alle URLs.\n"
  408. " Daher verbindet sich aria2 zu jeder URL mit\n"
  409. " N Verbindungen."
  410. #: src/main.cc:132
  411. msgid ""
  412. " --retry-wait=SEC Set amount of time in second between requests\n"
  413. " for errors. Specify a value between 0 and 60.\n"
  414. " Default: 5"
  415. msgstr ""
  416. " --retry-wait=SEC Setzt Wartezeit in Sekunden zwischen "
  417. "fehlerhaften\n"
  418. " Anforderungen. Geben Sie einen Wert zwischen 0 "
  419. "und 60 an.\n"
  420. " Fehlwert: 5"
  421. #: src/main.cc:135
  422. msgid " -t, --timeout=SEC Set timeout in second. Default: 60"
  423. msgstr ""
  424. " -t, --timeout=SEC Setzt Wartezeit in Sekunden. Fehlwert: 60"
  425. #: src/main.cc:136
  426. msgid ""
  427. " -m, --max-tries=N Set number of tries. 0 means unlimited.\n"
  428. " Default: 5"
  429. msgstr ""
  430. " -m, --max-tries=N Anzahl Versuche. 0 bedeutet unbegrenzt.\n"
  431. " Fehlwert: 5"
  432. #: src/main.cc:144
  433. msgid ""
  434. " --http-proxy=HOST:PORT Use HTTP proxy server. This affects to all\n"
  435. " URLs."
  436. msgstr ""
  437. " --http-proxy=HOST:PORT HTTP-Proxyserver benutzen. Dies betrifft alle\n"
  438. " URLs."
  439. #: src/main.cc:146
  440. msgid " --http-user=USER Set HTTP user. This affects to all URLs."
  441. msgstr ""
  442. " --http-user=USER HTTP-Anwendername angeben. Dies betrifft alle "
  443. "URLs."
  444. #: src/main.cc:147
  445. msgid ""
  446. " --http-passwd=PASSWD Set HTTP password. This affects to all URLs."
  447. msgstr ""
  448. " --http-passwd=PASSWD HTTP-Passwort setzen. Dies betrifft alle URLs."
  449. #: src/main.cc:148
  450. msgid ""
  451. " --http-proxy-user=USER Set HTTP proxy user. This affects to all URLs"
  452. msgstr ""
  453. " --http-proxy-user=USER HTTP-Proxy-Anwender setzen. Dies betrifft alle "
  454. "URLs."
  455. #: src/main.cc:149
  456. msgid ""
  457. " --http-proxy-passwd=PASSWD Set HTTP proxy password. This affects to all "
  458. "URLs."
  459. msgstr ""
  460. " --http-proxy-passwd=PASSWD HTTP-Proxy-Passwort setzen. Dies betrifft alle "
  461. "URLs."
  462. #: src/main.cc:150
  463. msgid ""
  464. " --http-proxy-method=METHOD Set the method to use in proxy request.\n"
  465. " METHOD is either 'get' or 'tunnel'.\n"
  466. " Default: tunnel"
  467. msgstr ""
  468. " --http-proxy-method=METHOD In Proxy-Anforderung zu verwendende Methode "
  469. "setzen.\n"
  470. " METHOD ist entweder 'get' oder 'tunnel'.\n"
  471. " Fehlwert: tunnel"
  472. #: src/main.cc:153
  473. msgid ""
  474. " --http-auth-scheme=SCHEME Set HTTP authentication scheme. Currently, "
  475. "basic\n"
  476. " is the only supported scheme.\n"
  477. " Default: basic"
  478. msgstr ""
  479. " --http-auth-scheme=SCHEME HTTP-Authentifizierungs-Schema setzen. Derzeit "
  480. "ist basic\n"
  481. " das einzig zulässige Schema.\n"
  482. " Fehlwert: basic"
  483. #: src/main.cc:156
  484. msgid " --referer=REFERER Set Referer. This affects to all URLs."
  485. msgstr " --referer=REFERER Referer setzen. Dies betrifft alle URLs."
  486. #: src/main.cc:157
  487. msgid ""
  488. " --ftp-user=USER Set FTP user. This affects to all URLs.\n"
  489. " Default: anonymous"
  490. msgstr ""
  491. " --ftp-user=USER FTP-Anwender setzen. Dies betrifft alle URLs.\n"
  492. " Fehlwert: anonymous"
  493. #: src/main.cc:159
  494. msgid ""
  495. " --ftp-passwd=PASSWD Set FTP password. This affects to all URLs.\n"
  496. " Default: ARIA2USER@"
  497. msgstr ""
  498. " --ftp-passwd=PASSWD FTP-Passwort setzen. Dies betrifft alle URLs.\n"
  499. " Fehlwert: ARIA2USER@"
  500. #: src/main.cc:161
  501. msgid ""
  502. " --ftp-type=TYPE Set FTP transfer type. TYPE is either "
  503. "'binary'\n"
  504. " or 'ascii'.\n"
  505. " Default: binary"
  506. msgstr ""
  507. " --ftp-type=TYPE FTP-Übertragungsmodus. TYPE ist entweder "
  508. "'binary'\n"
  509. " oder 'ascii'.\n"
  510. " Fehlwert: binary"
  511. #: src/main.cc:164
  512. msgid " -p, --ftp-pasv Use passive mode in FTP."
  513. msgstr " -p, --ftp-pasv Passiv-Modus für FTP benutzen."
  514. #: src/main.cc:165
  515. msgid ""
  516. " --ftp-via-http-proxy=METHOD Use HTTP proxy in FTP. METHOD is either 'get' "
  517. "or\n"
  518. " 'tunnel'.\n"
  519. " Default: tunnel"
  520. msgstr ""
  521. " --ftp-via-http-proxy=METHOD HTTP-Proxy für FTP benutzen. METHOD ist "
  522. "entweder 'get' oder\n"
  523. " 'tunnel'.\n"
  524. " Fehlwert: tunnel"
  525. #: src/main.cc:168
  526. #, fuzzy
  527. msgid ""
  528. " --lowest-speed-limit Close connection if download speed is lower "
  529. "than\n"
  530. " or equal to this value(bytes per sec).\n"
  531. " 0 means aria2 does not care lowest speed "
  532. "limit.\n"
  533. " You can append K or M(1K = 1024, 1M = 1024K).\n"
  534. " This option does not affect BitTorrent "
  535. "download.\n"
  536. " Default: 0"
  537. msgstr ""
  538. " --retry-wait=SEC Setzt Wartezeit in Sekunden zwischen "
  539. "fehlerhaften\n"
  540. " Anforderungen. Geben Sie einen Wert zwischen 0 "
  541. "und 60 an.\n"
  542. " Fehlwert: 5"
  543. #: src/main.cc:175
  544. #, fuzzy
  545. msgid ""
  546. " --max-download-limit Set max download speed in bytes per sec.\n"
  547. " 0 means unrestricted.\n"
  548. " You can append K or M(1K = 1024, 1M = 1024K).\n"
  549. " Default: 0"
  550. msgstr ""
  551. " --retry-wait=SEC Setzt Wartezeit in Sekunden zwischen "
  552. "fehlerhaften\n"
  553. " Anforderungen. Geben Sie einen Wert zwischen 0 "
  554. "und 60 an.\n"
  555. " Fehlwert: 5"
  556. #: src/main.cc:180
  557. msgid " -T, --torrent-file=TORRENT_FILE The file path to .torrent file."
  558. msgstr " -T, --torrent-file=TORRENT_FILE Datenpfad zur torrent-Datei."
  559. #: src/main.cc:181
  560. msgid ""
  561. " --follow-torrent=true|false Setting this option to false prevents aria2 "
  562. "to\n"
  563. " enter BitTorrent mode even if the filename of\n"
  564. " downloaded file ends with .torrent.\n"
  565. " Default: true"
  566. msgstr ""
  567. " --follow-torrent=true|false Setzen dieser Option auf false verhindert die "
  568. "Nutzung\n"
  569. " des BitTorrent-Modus, selbst wenn der Abruf-"
  570. "Dateiname \n"
  571. " auf .torrent endet.\n"
  572. " Fehlwert: true"
  573. #: src/main.cc:185
  574. msgid ""
  575. " -S, --show-files Print file listing of .torrent file and exit."
  576. msgstr ""
  577. " -S, --show-files Dateiliste der .torrent-Datei ausgeben und "
  578. "beenden."
  579. #: src/main.cc:186
  580. msgid ""
  581. " --direct-file-mapping=true|false Directly read from and write to each file\n"
  582. " mentioned in .torrent file.\n"
  583. " Default: true"
  584. msgstr ""
  585. " --direct-file-mapping=true|false Direktes Lesen/Schreiben jeder in der \n"
  586. " .torrent-Datei erwähnten Datei.\n"
  587. " Fehlwert: true"
  588. #: src/main.cc:189
  589. msgid ""
  590. " --listen-port=PORT Set port number to listen to for peer "
  591. "connection."
  592. msgstr ""
  593. " --listen-port=PORT Port-Nummer zum Lauschen auf Peer-Verbindungen "
  594. "setzen."
  595. #: src/main.cc:190
  596. #, fuzzy
  597. msgid ""
  598. " --max-upload-limit Set max upload speed in bytes per sec.\n"
  599. " 0 means unrestricted.\n"
  600. " You can append K or M(1K = 1024, 1M = 1024K).\n"
  601. " Default: 0"
  602. msgstr ""
  603. " --retry-wait=SEC Setzt Wartezeit in Sekunden zwischen "
  604. "fehlerhaften\n"
  605. " Anforderungen. Geben Sie einen Wert zwischen 0 "
  606. "und 60 an.\n"
  607. " Fehlwert: 5"
  608. #: src/main.cc:194
  609. msgid ""
  610. " --select-file=INDEX... Set file to download by specifing its index.\n"
  611. " You can know file index through --show-files\n"
  612. " option. Multiple indexes can be specified by "
  613. "using\n"
  614. " ',' like \"3,6\".\n"
  615. " You can also use '-' to specify rangelike \"1-5"
  616. "\".\n"
  617. " ',' and '-' can be used together."
  618. msgstr ""
  619. " --select-file=INDEX... Abzurufende Datei durch die Index-Angabe "
  620. "benennen.\n"
  621. " Den Index erhalten sie über die --show-"
  622. "files-\n"
  623. " Option. Mehrere Indexe können mittels \n"
  624. " ',' \"3,6\" angegeben werden.\n"
  625. " Sie können auch '-' verwenden wie in \"1-5\".\n"
  626. " ',' und '-' können zusammen benutzt werden."
  627. #: src/main.cc:200
  628. #, fuzzy
  629. msgid ""
  630. " --seed-time=MINUTES Specify seeding time in minutes. See also\n"
  631. " --seed-ratio option."
  632. msgstr ""
  633. " -m, --max-tries=N Anzahl Versuche. 0 bedeutet unbegrenzt.\n"
  634. " Fehlwert: 5"
  635. #: src/main.cc:202
  636. #, fuzzy
  637. msgid ""
  638. " --seed-ratio=RATIO Specify share ratio. Seed completed torrents "
  639. "until\n"
  640. " share ratio reaches RATIO. 1.0 is encouraged.\n"
  641. " If --seed-time option is specified along with\n"
  642. " this option, seeding ends when at least one "
  643. "of\n"
  644. " the conditions is satisfied."
  645. msgstr ""
  646. " -s, --split=N Abruf einer Datei mittels N Verbindungen. N "
  647. "muss\n"
  648. " zwischen 1 and 5 liegen. Diese Option betrifft "
  649. "alle URLs.\n"
  650. " Daher verbindet sich aria2 zu jeder URL mit\n"
  651. " N Verbindungen."
  652. #: src/main.cc:209
  653. #, fuzzy
  654. msgid " -M, --metalink-file=METALINK_FILE The file path to .metalink file."
  655. msgstr " -T, --torrent-file=TORRENT_FILE Datenpfad zur torrent-Datei."
  656. #: src/main.cc:210
  657. #, fuzzy
  658. msgid ""
  659. " -C, --metalink-servers=NUM_SERVERS The number of servers to connect to\n"
  660. " simultaneously. If more than one connection "
  661. "per\n"
  662. " server is required, use -s option.\n"
  663. " Default: 15"
  664. msgstr ""
  665. " --follow-torrent=true|false Setzen dieser Option auf false verhindert die "
  666. "Nutzung\n"
  667. " des BitTorrent-Modus, selbst wenn der Abruf-"
  668. "Dateiname \n"
  669. " auf .torrent endet.\n"
  670. " Fehlwert: true"
  671. #: src/main.cc:214
  672. msgid " --metalink-version=VERSION The version of file to download."
  673. msgstr ""
  674. #: src/main.cc:215
  675. msgid " --metalink-language=LANGUAGE The language of file to download."
  676. msgstr ""
  677. #: src/main.cc:216
  678. msgid ""
  679. " --metalink-os=OS The operating system the file is targeted."
  680. msgstr ""
  681. #: src/main.cc:217
  682. #, fuzzy
  683. msgid ""
  684. " --follow-metalink=true|false Setting this option to false prevents aria2 "
  685. "to\n"
  686. " enter Metalink mode even if the filename of\n"
  687. " downloaded file ends with .metalink.\n"
  688. " Default: true"
  689. msgstr ""
  690. " --follow-torrent=true|false Setzen dieser Option auf false verhindert die "
  691. "Nutzung\n"
  692. " des BitTorrent-Modus, selbst wenn der Abruf-"
  693. "Dateiname \n"
  694. " auf .torrent endet.\n"
  695. " Fehlwert: true"
  696. #: src/main.cc:222
  697. msgid " -v, --version Print the version number and exit."
  698. msgstr " -v, --version Versionsnummer ausgeben und beenden."
  699. #: src/main.cc:223
  700. msgid " -h, --help Print this message and exit."
  701. msgstr " -h, --help Diese Anzeige ausgeben und beenden."
  702. #: src/main.cc:226
  703. msgid ""
  704. " You can specify multiple URLs. All URLs must point to the same file\n"
  705. " or downloading fails."
  706. msgstr ""
  707. " Sie können mehrere URLs angeben. Alle URLs müssen auf die gleiche Datei "
  708. "verweisen\n"
  709. "oder der Abruf schlägt fehl."
  710. #: src/main.cc:231
  711. msgid ""
  712. " Specify files in multi-file torrent to download. Use conjunction with\n"
  713. " -T option. This arguments are ignored if you specify --select-file option."
  714. msgstr ""
  715. " Dateien im Mehrdatei-torrent zum Abruf spezifizieren. Benutzung in "
  716. "Verbindung mit der \n"
  717. " -T-Option. Diese Argumente werden ignoriert, wenn sie die Option --select-"
  718. "file angeben."
  719. #: src/main.cc:235
  720. msgid "Examples:"
  721. msgstr "Beispiele:"
  722. #: src/main.cc:236
  723. msgid " Download a file by 1 connection:"
  724. msgstr " Abruf einer Datei über 1 Verbindung:"
  725. #: src/main.cc:238
  726. msgid " Download a file by 2 connections:"
  727. msgstr " Abruf einer Datei mit 2 Verbindungen:"
  728. #: src/main.cc:240
  729. msgid " Download a file by 2 connections, each connects to a different server:"
  730. msgstr ""
  731. " Abruf einer Datei über 2 Verbindungen, jede verbindet zu einem anderen "
  732. "Server:"
  733. #: src/main.cc:242
  734. msgid " You can mix up different protocols:"
  735. msgstr " Sie können verschiedene Protokolle mischen:"
  736. #: src/main.cc:246
  737. msgid " Download a torrent:"
  738. msgstr " Einen torrent abrufen:"
  739. #: src/main.cc:248
  740. msgid " Download a torrent using local .torrent file:"
  741. msgstr " Einen torrent mit einer lokalen .torrent-Datei abrufen:"
  742. #: src/main.cc:250
  743. msgid " Download only selected files:"
  744. msgstr " Nur ausgewählte Dateien abrufen:"
  745. #: src/main.cc:252
  746. msgid " Print file listing of .torrent file:"
  747. msgstr " Dateiliste einer .torrent-Datei ausgeben:"
  748. #: src/main.cc:257
  749. msgid " Metalink downloading:"
  750. msgstr ""
  751. #: src/main.cc:259
  752. #, fuzzy
  753. msgid " Download a file using local .metalink file:"
  754. msgstr " Einen torrent mit einer lokalen .torrent-Datei abrufen:"
  755. #: src/main.cc:261
  756. msgid " Metalink downloading with preferences:"
  757. msgstr ""
  758. #: src/main.cc:265
  759. #, c-format
  760. msgid "Report bugs to %s"
  761. msgstr "Fehler an %s melden"
  762. #: src/main.cc:401
  763. msgid "unrecognized proxy format"
  764. msgstr "nicht erkanntes Proxy-Format"
  765. #: src/main.cc:428
  766. msgid "Currently, supported authentication scheme is basic."
  767. msgstr "Derzeit unterstütztes Authentifizierungsschema ist basic."
  768. #: src/main.cc:437
  769. msgid "retry-wait must be between 0 and 60."
  770. msgstr "retry-wait muss zwischen 0 und 60 liegen."
  771. #: src/main.cc:454
  772. msgid "ftp-type must be either 'binary' or 'ascii'."
  773. msgstr "ftp-type muss entweder 'binary' oder 'ascii' sein."
  774. #: src/main.cc:463
  775. msgid "ftp-via-http-proxy must be either 'get' or 'tunnel'."
  776. msgstr "ftp-via-http-proxy muss entweder 'get' oder 'tunnel' sein."
  777. #: src/main.cc:471
  778. msgid "min-segment-size invalid"
  779. msgstr "min-segment-size ungültig"
  780. #: src/main.cc:482
  781. msgid "http-proxy-method must be either 'get' or 'tunnel'."
  782. msgstr "http-proxy-method muss entweder 'get' oder 'tunnel' sein."
  783. #: src/main.cc:490
  784. msgid "listen-port must be between 1024 and 65535."
  785. msgstr "listen-port muss zwischen 1024 und 65535 liegen."
  786. #: src/main.cc:503
  787. msgid "follow-torrent must be either 'true' or 'false'."
  788. msgstr "follow-torrent muss entweder 'true' oder 'false' sein."
  789. #: src/main.cc:517
  790. msgid "direct-file-mapping must be either 'true' or 'false'."
  791. msgstr "direct-file-mapping muss entweder 'true' oder 'false' sein."
  792. #: src/main.cc:528
  793. msgid "upload-limit must be greater than or equal to 0."
  794. msgstr "upload-limit muss größer oder gleich 0 sein."
  795. #: src/main.cc:541
  796. #, fuzzy
  797. msgid "seed-time must be greater than or equal to 0."
  798. msgstr "upload-limit muss größer oder gleich 0 sein."
  799. #: src/main.cc:551
  800. #, fuzzy
  801. msgid "seed-ratio must be greater than or equal to 0.0."
  802. msgstr "upload-limit muss größer oder gleich 0 sein."
  803. #: src/main.cc:561
  804. #, fuzzy
  805. msgid "max-upload-limit must be greater than or equal to 0"
  806. msgstr "upload-limit muss größer oder gleich 0 sein."
  807. #: src/main.cc:583
  808. #, fuzzy
  809. msgid "follow-metalink must be either 'true' or 'false'."
  810. msgstr "follow-torrent muss entweder 'true' oder 'false' sein."
  811. #: src/main.cc:591
  812. #, fuzzy
  813. msgid "lowest-speed-limit must be greater than or equal to 0"
  814. msgstr "upload-limit muss größer oder gleich 0 sein."
  815. #: src/main.cc:601
  816. #, fuzzy
  817. msgid "max-download-limit must be greater than or equal to 0"
  818. msgstr "upload-limit muss größer oder gleich 0 sein."
  819. #: src/main.cc:630
  820. msgid "split must be between 1 and 5."
  821. msgstr "split muss zwischen 1 und 5 liegen."
  822. #: src/main.cc:643
  823. msgid "timeout must be between 1 and 600"
  824. msgstr "timeout muss zwischen 1 und 600 liegen."
  825. #: src/main.cc:652
  826. msgid "max-tries invalid"
  827. msgstr "max-tries ungültig"
  828. #: src/main.cc:674
  829. #, fuzzy
  830. msgid "metalink-servers must be greater than 0."
  831. msgstr "upload-limit muss größer oder gleich 0 sein."
  832. #: src/main.cc:694
  833. msgid "specify at least one URL"
  834. msgstr "Geben Sie zumindest eine URL an"
  835. #: src/main.cc:701
  836. msgid "daemon failed"
  837. msgstr "Daemon-Start nicht erfolgreich"
  838. #: src/main.cc:764
  839. msgid ""
  840. "Now verifying checksum.\n"
  841. "This may take some time depending on your PC environment and the size of "
  842. "file."
  843. msgstr ""
  844. #: src/main.cc:768
  845. msgid "checksum OK."
  846. msgstr ""
  847. #: src/main.cc:771
  848. msgid "checksum ERROR."
  849. msgstr ""
  850. #, fuzzy
  851. #~ msgid ""
  852. #~ " --min-segment-size=SIZE[K|M] Set minimum segment size. You can append\n"
  853. #~ " K or M(1K = 1024, 1M = 1024K). This\n"
  854. #~ " value must be greater than or equal to\n"
  855. #~ " 1024. Default: 1M"
  856. #~ msgstr ""
  857. #~ " --min-segment-size=SIZE[K|M] Setzt die minimale Segment-Größe. Sie "
  858. #~ "können \n"
  859. #~ " K oder M(1K = 1024, 1M = 1024K) anhängen. "
  860. #~ "Dieser\n"
  861. #~ " Wert muss größer oder gleich \n"
  862. #~ " 1024 sein."
  863. #~ msgid ""
  864. #~ " --upload-limit=SPEED Set upload speed limit in KB/sec. aria2 "
  865. #~ "tries to\n"
  866. #~ " keep upload speed under SPEED. 0 means "
  867. #~ "unlimited."
  868. #~ msgstr ""
  869. #~ " --upload-limit=SPEED Sende-Begrenzung auf KB/sec. setzen. aria2 "
  870. #~ "versucht, die\n"
  871. #~ " Sendegeschwindigkeit unter SPEED zu halten. "
  872. #~ "0 bedeutet keine Begrenzung."