@@ -8,22 +8,26 @@ msgstr ""
88"Project-Id-Version : bpython mercurial\n "
99"Report-Msgid-Bugs-To : http://github.com/bpython/bpython/issues\n "
1010"POT-Creation-Date : 2019-09-22 22:17+0200\n "
11- "PO-Revision-Date : 2019-09-22 22:21 +0200\n "
11+ "PO-Revision-Date : 2019-09-22 22:54 +0200\n "
1212"Last-Translator : Sebastian Ramacher <sebastian+dev@ramacher.at>\n "
1313"Language : de\n "
1414"Language-Team : de <LL@li.org>\n "
15- "Plural-Forms : nplurals=2; plural=(n != 1)\n "
15+ "Plural-Forms : nplurals=2; plural=(n != 1); \n "
1616"MIME-Version : 1.0\n "
1717"Content-Type : text/plain; charset=utf-8\n "
1818"Content-Transfer-Encoding : 8bit\n "
1919"Generated-By : Babel 2.6.0\n "
20+ "X-Generator : Poedit 2.2.3\n "
2021
2122#: bpython/args.py:63
2223msgid ""
2324"Usage: %prog [options] [file [args]]\n"
24- "NOTE: If bpython sees an argument it does not know, execution falls back "
25- "to the regular Python interpreter."
25+ "NOTE: If bpython sees an argument it does not know, execution falls back to the "
26+ "regular Python interpreter."
2627msgstr ""
28+ "Verwendung: %prog [Optionen] [Datei [Argumente]]\n"
29+ "Hinweis: Wenn bpython Argumente übergeben bekommt, die nicht verstanden werden, "
30+ "wird der normale Python Interpreter ausgeführt."
2731
2832#: bpython/args.py:73
2933msgid "Use CONFIG instead of default config file."
@@ -216,14 +220,13 @@ msgstr[1] ""
216220#: bpython/repl.py:1126
217221msgid "Config file does not exist - create new from default? (y/N)"
218222msgstr ""
219- "Konfigurationsdatei existiert nicht. Soll eine neue Datei erstellt "
220- "werden? (j/N)"
223+ "Konfigurationsdatei existiert nicht. Soll eine neue Datei erstellt werden? (j/N)"
221224
222225#: bpython/repl.py:1148
223226msgid "bpython config file edited. Restart bpython for changes to take effect."
224227msgstr ""
225- "bpython Konfigurationsdatei bearbeitet. Starte bpython neu damit die "
226- "Änderungen übernommen werden."
228+ "bpython Konfigurationsdatei bearbeitet. Starte bpython neu damit die Änderungen "
229+ "übernommen werden."
227230
228231#: bpython/repl.py:1151
229232#, python-format
@@ -237,21 +240,23 @@ msgstr ""
237240
238241#: bpython/urwid.py:1136
239242msgid "Run twisted reactor."
240- msgstr ""
243+ msgstr "Führe twisted reactor aus. "
241244
242245#: bpython/urwid.py:1138
243246msgid "Select specific reactor (see --help-reactors). Implies --twisted."
244- msgstr ""
247+ msgstr "Wähle reactor aus (siehe --help-reactors). Impliziert --twisted. "
245248
246249#: bpython/urwid.py:1141
247250msgid "List available reactors for -r."
248- msgstr ""
251+ msgstr "Liste verfügbare reactors für -r auf. "
249252
250253#: bpython/urwid.py:1143
251254msgid ""
252- "twistd plugin to run (use twistd for a list). Use \" --\" to pass further "
253- "options to the plugin."
255+ "twistd plugin to run (use twistd for a list). Use \" --\" to pass further options "
256+ "to the plugin."
254257msgstr ""
258+ "Auszuführendes twistd Plugin (starte twistd für eine Liste). Verwende \" --\" um "
259+ "Optionen an das Plugin zu übergeben."
255260
256261#: bpython/urwid.py:1146
257262msgid "Port to run an eval server on (forces Twisted)."
@@ -274,7 +279,7 @@ msgstr "Fehler beim Ausführen von PYTHONSTARTUP: %s"
274279#: bpython/curtsiesfrontend/repl.py:660
275280#, python-format
276281msgid "Reloaded at %s because %s modified."
277- msgstr ""
282+ msgstr "Bei %s neugeladen, da %s modifiziert wurde. "
278283
279284#: bpython/curtsiesfrontend/repl.py:929
280285msgid "Session not reevaluated because it was not edited"
@@ -295,13 +300,13 @@ msgstr "Bei %s vom Benutzer neu geladen."
295300
296301#: bpython/curtsiesfrontend/repl.py:966
297302msgid "Auto-reloading deactivated."
298- msgstr ""
303+ msgstr "Automatisches Neuladen deaktiviert. "
299304
300305#: bpython/curtsiesfrontend/repl.py:971
301306msgid "Auto-reloading active, watching for file changes..."
302- msgstr ""
307+ msgstr "Automatisches Neuladen ist aktiv; beobachte Dateiänderungen... "
303308
304309#: bpython/curtsiesfrontend/repl.py:976
305310msgid "Auto-reloading not available because watchdog not installed."
306311msgstr ""
307-
312+ "Automatisches Neuladen ist nicht verfügbar da watchdog nicht installiert ist."
0 commit comments