stov.po 23 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580
  1. # GNU gettext file for stov, German language
  2. # Helmut Pozimski <helmut@pozimski.eu>, 2012-2013.
  3. #
  4. msgid ""
  5. msgstr ""
  6. "Project-Id-Version: 0.3\n"
  7. "POT-Creation-Date: 2012-12-27 22:18+CET\n"
  8. "PO-Revision-Date: 2012-12-27 22:27+CET\n"
  9. "Last-Translator: Helmut Pozimski <helmut@pozimski.eu>\n"
  10. "Language-Team: None\n"
  11. "MIME-Version: 1.0\n"
  12. "Content-Type: text/plain; charset=UTF-8\n"
  13. "Content-Transfer-Encoding: 8bit\n"
  14. "Generated-By: pygettext.py 1.5\n"
  15. #: configuration.py:56
  16. msgid "the name of your database file"
  17. msgstr "den Namen deiner Datenbankdatei"
  18. #: configuration.py:57
  19. msgid "the directory where downloaded videos are saved"
  20. msgstr "das Verzeichnis, in dem heruntergeladene Videos gespeichert werden"
  21. #: configuration.py:58
  22. msgid "the maximum number of videos to retrieve for each subscription"
  23. msgstr "die maximale Anzahl an Videos, die für jedes Abonnement heruntergeladen werden"
  24. #: configuration.py:60
  25. msgid "the host of your mail server"
  26. msgstr "die Adresse deiner Mailservers"
  27. #: configuration.py:61
  28. msgid "the address used for notifications"
  29. msgstr "die Empfängeradresse für Benachrichtigungs-Emails"
  30. #: configuration.py:62
  31. msgid "the sender address of notification e-mails"
  32. msgstr "die Absenderadresse für Benachrichtigungs-Emails"
  33. #: configuration.py:63
  34. msgid "the port to use on your mail server"
  35. msgstr "den Versandport deines Mailservers"
  36. #: configuration.py:64
  37. msgid "if your mail server requires authentication"
  38. msgstr "ob dein Mailserver eine Authentifizierung voraussetzt"
  39. #: configuration.py:65
  40. msgid "the user name used to authenticate to your mail server"
  41. msgstr "den Benutzernamen für die Authentifizierung am Mailserver"
  42. #: configuration.py:66
  43. msgid "the password used to authenticate to your mail server"
  44. msgstr "das für die Authentifizierung am Mailserver zu nutzende Passwort"
  45. #: configuration.py:67
  46. msgid "the path to your youtube-dl installation"
  47. msgstr "der Pfad zu deiner youtube-dl-Installation"
  48. #: configuration.py:68
  49. msgid "if you want to be notified via e-mail about new videos"
  50. msgstr "ob du über neue Videos per E-Mail benachrichtigt werden möchtest"
  51. #: configuration.py:69
  52. msgid "which video codec you prefer (h264, webm or flv)"
  53. msgstr "welchen Video-Codec du bevorzugst (h264, webm oder flv)"
  54. #: configuration.py:70
  55. msgid "which resolution you prefer (360p, 480p, 720p or 1080p)"
  56. msgstr "welche Auflösung du bevorzugst (360p, 480p, 720p oder 1080p)"
  57. #: configuration.py:73
  58. msgid "if you want to compare the title of a video with the subscription search string"
  59. msgstr "ob der Titel jedes Videos mit dem Suchstring des entsprechenden Abonnements verglichen werden soll"
  60. #: configuration.py:83
  61. msgid "Opening configuration file"
  62. msgstr "Öffne die Konfigurationsdatei"
  63. #: configuration.py:87
  64. msgid "Configuration could not be written, please check that the configuration directory exists and is writable"
  65. msgstr "Die Konfigurationsdatei konnte nicht geschrieben werden. Bitte überprüfe, ob das Konfigurationsverzeichnis existiert und schreibbar ist."
  66. #: configuration.py:92
  67. msgid "Writing value for %s"
  68. msgstr "Schreibe Wert für %s"
  69. #: configuration.py:102
  70. msgid "The database could not be created, please check that the configuration directory exists and is writable"
  71. msgstr "Die Datenbank konnte nicht erstellt werden. Bitte überprüfe, ob das Konfigurationsverzeichnis existiert und schreibbar ist."
  72. #: configuration.py:107
  73. msgid "Creating table subscriptions"
  74. msgstr "Erstelle Tabelle subscriptions"
  75. #: configuration.py:117
  76. msgid "Creating table videos"
  77. msgstr "Erstelle Tabelle Videos"
  78. #: configuration.py:137
  79. msgid "Creating hidden directory in home for configuration and database"
  80. msgstr "Erstelle ein verstecktes Verzeichnis in home für die Konfiguration und die Datenbank"
  81. #: configuration.py:142
  82. msgid "Configuration directory could not be created, please check that your home directory exists and is writable"
  83. msgstr "Das Konfigurationsverzeichnis konnte nicht erstellt werden. Bitte überprüfe, dass dein Home-Verzeichnis existiert und schreibbar ist."
  84. #: configuration.py:146
  85. msgid "Looking for youtube-dl file"
  86. msgstr "Suche nach youtube-dl"
  87. #: configuration.py:159
  88. msgid "Opening config file for reading"
  89. msgstr "Öffne Konfigurationsdatei zum Lesen"
  90. #: configuration.py:163
  91. msgid "Configuration could not be read, please check that the configuration file exists and is readable"
  92. msgstr "Die Konfiguration konnte nicht gelesen werden. Bitte überprüfe, dass die Konfigurationsdatei existiert und lesbar ist."
  93. #: configuration.py:167
  94. msgid "Reading line %s"
  95. msgstr "Lese Zeile %s"
  96. #: configuration.py:180
  97. msgid "Checking current and running configuration version"
  98. msgstr "Vergleiche aktuelle und momentan verwendete Konfigurationsversion"
  99. #: configuration.py:185
  100. msgid "Invalid config version read"
  101. msgstr "Ungültige Konfigurationsversion gefunden"
  102. #: configuration.py:190
  103. msgid "Found running version: "
  104. msgstr "Momentan genutzte Version: "
  105. #: configuration.py:191 configuration.py:215
  106. msgid "Current version: "
  107. msgstr "Aktuelle Version: "
  108. #: configuration.py:210
  109. msgid "Checking current and running database version."
  110. msgstr "Vergleiche aktuelle und momentan verwendete Datenbankversion"
  111. #: configuration.py:214
  112. msgid "Found running database version: "
  113. msgstr "Momentan laufende Datenbankversion: "
  114. #: configuration.py:232
  115. msgid "The database could not be updated, please check that the configuration directory exists and is writable"
  116. msgstr "Der Datenbankinhalt konnte nicht aktualisiert werden. Bitte überprüfe, dass das Konfigurationsverzeichnis existiert und schreibbar ist."
  117. #: configuration.py:252
  118. msgid "Trying to determine the itag value for youtube-dl from your quality and codec settings"
  119. msgstr "Versuche, den itag-Wert aus den Einstellungen für Qualität und Codec zu ermitteln"
  120. #: configuration.py:283
  121. msgid "Found value: %s"
  122. msgstr "Folgender Wert wurde gefunden: %s"
  123. #: configuration.py:290
  124. msgid ""
  125. "This assistant will help you to perform the initial configuration of stov. \n"
  126. "The default value will be displayed in brackets.\n"
  127. "Please specify now :\n"
  128. msgstr ""
  129. "Dieser Assistent wird dich dabei unterstützen, die initiale Konfiguration von stov vorzunehmen. \n"
  130. "Der jeweilige Standardwert wird in eckigen Klammern angegeben.\n"
  131. "Bitte spezifiziere jetzt :\n"
  132. #: configuration.py:303
  133. msgid "Writing initial configuration according to your input, have fun!"
  134. msgstr "Schreibe die initiale Konfiguration anhand deiner Eingaben, viel Spaß!"
  135. #: stov.py:51
  136. msgid "Translation files could not be found, localization won't be available"
  137. msgstr ""
  138. #: stov.py:65
  139. msgid "STRG+C has been pressed, quitting..."
  140. msgstr "STRG+C wurde gedrückt, beende..."
  141. #: stov.py:68
  142. msgid "Received SIGTERM, quitting..."
  143. msgstr "SIGTERM wurde empfangen, beende..."
  144. #: stov.py:66
  145. msgid "option %s requires an integer value"
  146. msgstr "die Option %s erfordert einen ganzzahligen Wert"
  147. #: stov.py:71
  148. msgid "option %s requires an argument"
  149. msgstr "die Option %s erfordert ein Argument"
  150. #: stov.py:75
  151. msgid "invalid option %s"
  152. msgstr "ungültige Option %s"
  153. #: stov.py:100
  154. msgid "Usage: %prog [options]"
  155. msgstr "%prog [Optionen]"
  156. #: stov.py:124
  157. msgid "show this help message and exit"
  158. msgstr "zeigt diese Nachricht an und beendet das Programm"
  159. #: stov.py:104
  160. msgid "Add a new subscription (requires either --search, --channel or --playlist)"
  161. msgstr "fügt ein neues Abonnement hinzu (erfordert entweder --search, --channel oder --playlist)"
  162. #: stov.py:107
  163. msgid "Add a new Playlist subscription (requires add)"
  164. msgstr "fügt ein neues Playlist-Abonnement hinzu"
  165. #: stov.py:109
  166. msgid "List the currently available subscriptions"
  167. msgstr "listet die momentan verfügbaren Abonnements"
  168. #: stov.py:111
  169. msgid "remove a subscription"
  170. msgstr "entfernt ein Abonnement"
  171. #: stov.py:113
  172. msgid "update the information about the available videos"
  173. msgstr "aktualisiert die Informationen über verfügbare Videos"
  174. #: stov.py:115
  175. msgid "download all available videos which haven't already been downloaded"
  176. msgstr "lädt alle nicht bereits zuvor heruntergaldenen Videos herunter"
  177. #: stov.py:117
  178. msgid "optionally add a search string to a new channel subscription or create a new search subscription (requires --add)"
  179. msgstr "erstellt ein neues Abonnement als Suche oder fügt einen Such-String zu einem neuen Kanal-Abonnement hinzu (setzt --add voraus)"
  180. #: stov.py:120
  181. msgid "Print all videos from a subscription"
  182. msgstr "gibt alle Videos eines Abonnements aus"
  183. #: stov.py:122
  184. msgid "Mark all videos from one channel as read (requires subscription-id as argument)"
  185. msgstr "markiert alles Videos eines Abonnements als heruntergeladen (benötigt die ID des Abonnements als Argument)"
  186. #: stov.py:125
  187. msgid "specify a channel for a new subscription (requires --add)"
  188. msgstr "gibt einen Kanal für ein neues Abonnement an (setzt --add voraus)"
  189. #: stov.py:127
  190. msgid "show the license of the program"
  191. msgstr "zeigt die Lizenz dieses Programms an"
  192. #: stov.py:129
  193. msgid "show the current running version number"
  194. msgstr "zeigt die aktuell laufende Version an"
  195. #: stov.py:131
  196. msgid "Suppress all output"
  197. msgstr "unterdrückt jegliche Ausgabe"
  198. #: stov.py:133
  199. msgid "Be verbose and print also diagnostical messages"
  200. msgstr "gibt zusätzliche Diagnoseinformationen aus"
  201. #: stov.py:135
  202. msgid "Clean the database of entries no longer listed in the current API response"
  203. msgstr "löscht alle Videos aus der Datenbank, die in einer aktuellen API-Abfrage nicht mehr vorkommen"
  204. #: stov.py:156
  205. msgid "--quiet and --verbose can't be defined at the same time, exiting."
  206. msgstr "--quiet und --verbose können nicht gleichzeitig verwendet werden, Programm wird beendet."
  207. #: stov.py:176
  208. msgid "Lock file could not be opened, please check that it exists and is readable, quitting now"
  209. msgstr "Die Lock-Datei konnte nicht geöffnet werden. Bitte überprüfe, dass sie existiert und lesbar ist, Programm wird beendet."
  210. #: stov.py:182
  211. msgid ""
  212. "The lock file already exists, probably anotherinstance of this program is already running\n"
  213. "if you are sure this is not the case, delete it manually and try again!"
  214. msgstr ""
  215. "Die Lock-Datei existiert bereits, wahrscheinlich läuft ein anderer Prozess bereits.\n"
  216. "Wenn du dir sicher bist, dass das nicht der Fall ist, lösche sie manuell und versuche es erneut!"
  217. #: stov.py:193
  218. msgid "Old lock file could not be deleted!"
  219. msgstr "Eine alte Lock-Datei konnte nicht gelöscht werden!"
  220. #: stov.py:200
  221. msgid "Lock file could not be created, please check that /tmp is writable and properly configured, quitting now"
  222. msgstr "Die Lock-Datei konnte nicht erstellt werden. Überprüfe, dass /tmp schreibbar und korrekt kondiguriert ist, Programm wird beendet."
  223. #: stov.py:210
  224. msgid "This seems to be the first time you run the programm, do you want to run the interactive assistant? (yes/no)"
  225. msgstr "Dies scheint die erste Ausführung des Programms zu sein, möchtest du den Konfigurationsassistenten aufrufen? (yes/no)"
  226. #: stov.py:218
  227. msgid "Writing initial configuration according to default values"
  228. msgstr "Schreibe die initiale Konfiguration anhand der Standardwerte"
  229. #: stov.py:224
  230. msgid "Your configuration needs to be updated, performing update now."
  231. msgstr "Die Konfiguration muss aktualisiert werden, die Aktualisierung wird jetzt vorgenommen."
  232. #: stov.py:229
  233. msgid "Your database needs to be updated, performing update now."
  234. msgstr "Die Datenbank muss aktualisiert werden, die Aktualisierung wird jetzt vorgenommen."
  235. #: stov.py:251
  236. msgid "Found youtube-dl, writing to configuration file."
  237. msgstr "youtube-dl gefunden, Pfad wird in die Konfigurationsdatei geschrieben."
  238. #: stov.py:255
  239. msgid "Could not find youtube-dl, it either does not exist, is not readable or not executable. Please note that youtube-dl is not needed for the program to run but is needed to use the download option which won't work otherwise. If youtube-dl isn't found automatically, you may also enter the path to it in the configuration file."
  240. msgstr "youtube-dl konnte nicht gefunden werden. Die Datei existiert entweder nicht oder ist nicht lesbar oder ausführbar. Bitte nehme zur Kenntnis, dass youtube-dl nicht zur Ausführung des Programms benötigt wird, aber für die Download-Funktion erforderlich ist, die sonst nicht funktioniert. Wenn youtube-dl nicht automatisch gefunden wird, kannst du auch den Pfad direkt in die Konfigurationsdatei eintragen."
  241. #: stov.py:280
  242. msgid "Search_"
  243. msgstr "Suche_"
  244. #: stov.py:283
  245. msgid "Playlists do not support searching, search option will be ignored!"
  246. msgstr "In Playlists kann nicht gesucht werden, der Suchparameter wird ignoriert!"
  247. #: stov.py:289
  248. msgid "No valid subscription options given, subscription could not be added"
  249. msgstr "Keine gültigen Optionen für das Abonnement angegeben, das Abonnement konnte nicht hinzugefügt werden!"
  250. #: stov.py:296
  251. msgid "New subscription "
  252. msgstr "Neues Abonnement "
  253. #: stov.py:297
  254. msgid " successfully added"
  255. msgstr " erfolgreich hinzugefügt"
  256. #: stov.py:304 stov.py:338 stov.py:479 stov.py:503 stov.py:521
  257. msgid "Could not access the database, please check path and permissions and try again!"
  258. msgstr "Konnte nicht auf die Datenbank zugreifen, überprüfe bitte den Pfad und die Dateiberechtigungen und versuche es erneut!"
  259. #: stov.py:312
  260. msgid "ID Title"
  261. msgstr "ID Titel"
  262. #: stov.py:319
  263. msgid "No subscriptions added yet, add one!"
  264. msgstr "Keine Abonnements vorhanden, füge doch eines hinzu!"
  265. #: stov.py:328
  266. msgid "Invalid Option, please use the ID of the subscriptionyou want to delete as parameter for the remove option"
  267. msgstr "Ungültige Option. Bitte benutze die ID des Abonnements, das du löschen möchtest, als Paramater für die remove-Option"
  268. #: stov.py:358
  269. msgid "Could not access the database, please check pathand permissions and try again!"
  270. msgstr "Konnte nicht auf die Datenbank zugreifen, überprüfe bitte den Pfad und die Dateiberechtigungen und versuche es erneut!"
  271. #: stov.py:367
  272. msgid "Codec and resolution could not be determined, using maximum possible value"
  273. msgstr "Codec und Auflösung konnten nicht ermittelt werden, der maximal mögliche Wert wird verwendet"
  274. #: stov.py:388
  275. msgid "Downloaded %i new video"
  276. msgstr "%i neues Video heruntergeladen"
  277. #: stov.py:389
  278. msgid ""
  279. "The following episode has been downloaded by stov: \n"
  280. "\n"
  281. msgstr ""
  282. "Das folgende Video wurde von stov heruntergeladen: \n"
  283. "\n"
  284. #: stov.py:391
  285. msgid "Downloaded %i new videos"
  286. msgstr "%i neue Videos heruntergeladen"
  287. #: stov.py:392
  288. msgid ""
  289. "The following episodes have been downloaded by stov: \n"
  290. "\n"
  291. msgstr ""
  292. "Die folgenden Videos wurden von stov heruntergeladen: \n"
  293. "\n"
  294. #: stov.py:403
  295. msgid "Could not connect to the smtp server, please check your settings!"
  296. msgstr "Konnte keine Verbindung zum smtp-Server aufbauen, bitte überprüfe die Einstellungen!"
  297. #: stov.py:409
  298. msgid "TLS not available, proceeding unencrypted"
  299. msgstr "TLS ist nicht verfügbar, fahre ohne Vershclüsselung fort"
  300. #: stov.py:415
  301. msgid "Authentication failed, please check user nameand password!"
  302. msgstr "Die Authentifizierung ist fehlgeschlagen, bitte überprüfe Benutzername und Passwort!"
  303. #: stov.py:419
  304. msgid "Could not authenticate, server probably does not support authentication!"
  305. msgstr "Die Authentifizierung ist fehlgeschlagen, wahrscheinlich unterstützt der Server keine Authentifizierung!"
  306. #: stov.py:426
  307. msgid "The server refused the recipient address, please check your settings"
  308. msgstr "Der Server hat die Empfängeradresse zurückgewiesen, bitte überprüfe die Einstellungen"
  309. #: stov.py:430
  310. msgid "The server refused the sender address, please check your settings"
  311. msgstr "Der Server hat die Absenderadresse zurückgewiesen, bitte überprüfe die Einstellungen"
  312. #: stov.py:436
  313. msgid "No videos to be downloaded."
  314. msgstr "Keine neuen Videos zum Download verügbar."
  315. #: stov.py:440
  316. msgid ""
  317. "The following videos have been downloaded:\n"
  318. msgstr ""
  319. "Die folgenden Videos wurden heruntergeladen:\n"
  320. #: stov.py:446
  321. msgid "Could not determine how you want to be informed about new videos, please check the notify parameter in your configuration"
  322. msgstr "Es konnte nicht ermittelt werden, wie du über neue Videos informiert werden möchtest, bitte überprüfe den notify-Parameter der Konfiguration"
  323. #: stov.py:456
  324. msgid "Could not access the database, please checkpath and permissions and try again!"
  325. msgstr "Konnte nicht auf die Datenbank zugreifen, überprüfe bitte den Pfad und die Dateiberechtigungen und versuche es erneut!"
  326. #: stov.py:472
  327. msgid "Invalid subscription, please check the list and try again"
  328. msgstr "Ungültiges Abonnement, bitte überprüfe die Liste und versuche es erneut"
  329. #: stov.py:492
  330. msgid "Subscription could not be updated, please check if the ID given is correct"
  331. msgstr "Das Abonnement konnte nicht aktualisiert werden, bitte überprüfe, ob die angegebene ID korrekt ist"
  332. #: stov.py:554
  333. msgid "Could not delete the lock file. Please check what went wrong and clean up manually!"
  334. msgstr "Die Lock-Datei konnte nicht gelöscht werden. Bitte überprüfe, was schiefgelaufen ist und entferne sie manuell!"
  335. #: subscription.py:58
  336. msgid "Could not write to database, subscription was NOT deleted. Please check permissions and try again."
  337. msgstr "Konnte nicht in die Datenbank schreiben, das Abonnement wurde NICHT gelöscht. Bitte überprüfe die Dateiberechtigungen und versuche es erneut."
  338. #: subscription.py:72
  339. msgid "The subscription could not be found and was therefore not deleted"
  340. msgstr "Das Abonnement wurde nicht gefunden und wurde daher nicht gelöscht"
  341. #: subscription.py:69
  342. msgid "Subscription deleted successfully!"
  343. msgstr "Das Abonnement wurde erfolgreich gelöscht!"
  344. #: subscription.py:84
  345. msgid "Could not write to database, new video was NOT added! Please check permissions and try again."
  346. msgstr "Konnte nicht in die Datenbank schreiben, das neue Abonnement wurde NICHT hinzugefügt. Bitte überprüfe die Dateiberechtigungen und versuche es erneut."
  347. #: subscription.py:89
  348. msgid "Checking if video \"%s\" exists in the database"
  349. msgstr "Überprüfe, ob video \"%s\" bereits in der Datenbank existiert"
  350. #: subscription.py:94
  351. msgid "You have requested title checking and the title of the video does not match with the search string, ignoring it"
  352. msgstr "Der Titel-Abgleich ist aktiviert und der Titel des Videos passt nicht zum Such-String, es wird ignoriert"
  353. #: subscription.py:96
  354. msgid "Video %s not found in database, inserting..."
  355. msgstr "Das Video %s wurde nicht in der Datenbank gefunden, füge es hinzu..."
  356. #: subscription.py:117
  357. msgid "Could not access database. Please check permissions and try again."
  358. msgstr "Konnte nicht auf die Datenbank zugreifen, bitte überprüfe die Dateiberechtigungen und versuche es erneut."
  359. #: subscription.py:121
  360. msgid "Getting all videos for subscription %s from database"
  361. msgstr "Hole alle videos für Abonnement %s aus der Datenbank"
  362. #: subscription.py:129
  363. msgid "Got video %s"
  364. msgstr "Hole video %s"
  365. #: subscription.py:152
  366. msgid "Videos in subscription "
  367. msgstr "Videos in Abonnement"
  368. #: subscription.py:156
  369. msgid " (pending)"
  370. msgstr " (wartet)"
  371. #: subscription.py:159
  372. msgid " (downloaded)"
  373. msgstr " (heruntergeladen)"
  374. #: subscription.py:162
  375. msgid " (failed)"
  376. msgstr " (fehlgeschlagen)"
  377. #: subscription.py:171
  378. msgid "Could not write to database, new subscription was NOT added! Please check permissions and try again."
  379. msgstr "Konnte nicht in die Datenbank schreiben, das neue Abonnement wurde NICHT hinzugefügt. Bitte überprüfe die Dateiberechtigungen und versuche es erneut."
  380. #: subscription.py:177
  381. msgid "Found subscription title %s"
  382. msgstr "Titel %s für das Abonnement ermittelt"
  383. #: subscription.py:180
  384. msgid "Directory: %s"
  385. msgstr "Verzeichnis: %s"
  386. #: subscription.py:186
  387. msgid "Writing subscription info into database..."
  388. msgstr "Füge das Abonnement zur Datenbank hinzu..."
  389. #: subscription.py:196
  390. msgid "Subscription got internal ID %s"
  391. msgstr "Das Abonnement hat die interne ID %s erhalten"
  392. #: subscription.py:206
  393. msgid "Connectiong to youtube API."
  394. msgstr "Verbinde zur Youtube API"
  395. #: subscription.py:209
  396. msgid "Connection established, reading data."
  397. msgstr "Verbindung hergestellt, lese die Daten."
  398. #: subscription.py:214
  399. msgid "Could not get API data, maybe the API is down or you have given wrong parameters, please check and try again!"
  400. msgstr "Konnte keine Daten von der API abrufen, vielleicht ist die API down oder es wurden falsche Parameter angegeben. Bitte überprüfe dies und versuche es erneut!"
  401. #: subscription.py:220
  402. msgid "Parsing youtube API response."
  403. msgstr "Parse die Daten von der API."
  404. #: subscription.py:243
  405. msgid "None or invalid subscription type given, please check the type option and try again"
  406. msgstr "Es wurde keiner oder ein ungültiger Abonnements-Typ angegeben. Bitte überprüfe die Optionen und versuche es again"
  407. #: subscription.py:246
  408. msgid "Constructed the following API URL: %s"
  409. msgstr "Die folgende API-URL wurde konstruiert: %s"
  410. #: subscription.py:262
  411. msgid "Video %s deleted from the database!"
  412. msgstr "Das Video %s wurde aus der Datenbank entfernt!"
  413. #: subscription.py:266
  414. msgid "Videos %s could not be deleted from the database"
  415. msgstr "Das Video %s konnte nicht aus der Datenbank entfernt werden"
  416. #: youtube.py:44
  417. msgid "Creating directory %s"
  418. msgstr "Erstelle Verzeichnis %s"
  419. #: youtube.py:48
  420. msgid "Download directory does not exist and can't be created. Please check your configuration and try again"
  421. msgstr "Das Download-Verzeichnis existiert nicht und kann nicht erstellt werden. Bitte überprüfe die Konfiguration und versuche es erneut"
  422. #: youtube.py:55
  423. msgid "Downloading video \"%s\""
  424. msgstr "Lade video \"%s\" herunter"
  425. #: youtube.py:72
  426. msgid "The Video \"%s\" has been downloaded but the status could not be updated in the database. Please check what went wrong and correct it"
  427. msgstr "Das Video \"%s\" wurde heruntergeladen, aber der Status konnte nicht in der Datenbank aktualisiert werden. Bitte überprüfe, was schiefgelaufen ist und korrigiere es"
  428. #: youtube.py:79
  429. msgid "Downloaded video \"%s\", updating database accordingly."
  430. msgstr "Video \"%s\" heruntergeladen, aktualisiere den Datenbankeintrag"
  431. #: youtube.py:88
  432. msgid "The video %s could not be downloaded due to some problem with youtube-dl. If this happens to more than one video, please check your youtube-dl version"
  433. msgstr "Das Video %s konnte aufgrund eines Fehlers in youtube-dl nicht heruntergeladen werden. Wenn dies bei mehr als einem Video passiert, überprüfe bitte deine youtube-dl-Version"
  434. #: youtube.py:95
  435. msgid "The Video \"%s\" has failed downloading but the status could not be updated in the database. Please check what went wrong and correct it"
  436. msgstr "Das Video \"%s\" konnte nicht heruntergalden werden, aber der Status konnte nicht in der Datenbank aktualisiert werden. Bitte überprüfe, was schiefgelaufen ist und korrigiere es"
  437. #: youtube.py:104
  438. msgid "The video \"%s\" has failed downloading too often, marking as failed"
  439. msgstr "Das Video \"%s\" konnte zu oft nicht heruntergeladen werden, es wird als fehlgeschlagen markiert"
  440. #: youtube.py:124
  441. msgid "Could not connect to the database, please check settings and permissions and try again"
  442. msgstr "Es konnte keine Verbindung zur Datenbank hergestellt werden, bitte überprüfe die Einstellungen und Berechtigungen und versuche es erneut"