stov.po 22 KB

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