[jhbuild] Update German translation



commit 7bfd85f3a55b88c59d1c9cae0b806c1009bcd2a5
Author: Stephan Woidowski <swoidowski t-online de>
Date:   Thu Sep 10 21:08:57 2020 +0000

    Update German translation

 po/de.po | 925 ++++++++++++++++++++++++++++++++-------------------------------
 1 file changed, 476 insertions(+), 449 deletions(-)
---
diff --git a/po/de.po b/po/de.po
index 21943785..96410417 100644
--- a/po/de.po
+++ b/po/de.po
@@ -9,70 +9,78 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: jhbuild master\n"
-"Report-Msgid-Bugs-To: https://bugzilla.gnome.org/enter_bug.cgi?";
-"product=jhbuild&keywords=I18N+L10N&component=general\n"
-"POT-Creation-Date: 2018-04-11 14:18+0000\n"
-"PO-Revision-Date: 2018-04-14 12:00+0200\n"
-"Last-Translator: Mario Blättermann <mario blaettermann gmail com>\n"
+"Report-Msgid-Bugs-To: https://gitlab.gnome.org/GNOME/jhbuild/issues\n";
+"POT-Creation-Date: 2020-09-05 12:38+0000\n"
+"PO-Revision-Date: 2020-09-10 23:08+0200\n"
+"Last-Translator: Christian Kirbach <christian kirbach gmail com>\n"
 "Language-Team: German <gnome-de gnome org>\n"
 "Language: de\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
 "Content-Transfer-Encoding: 8bit\n"
 "Plural-Forms: nplurals=2; plural=(n != 1);\n"
-"X-Generator: Poedit 2.0.6\n"
+"X-Generator: Poedit 2.4.1\n"
 "X-Project-Style: gnome\n"
 
-#: autogen.sh:103
+#: autogen.sh:110
 #, sh-format
 msgid "Configuring $PKG_NAME without autotools"
 msgstr "$PKG_NAME wird ohne autotools konfiguriert"
 
-#: autogen.sh:120 autogen.sh:125
+#: autogen.sh:133 autogen.sh:138
 #, sh-format
 msgid "Unable to create file $srcdir/Makefile.inc"
 msgstr "Datei $srcdir/Makefile.inc kann nicht angelegt werden"
 
-#: autogen.sh:143
+#: autogen.sh:158
 #, sh-format
 msgid "Unable to read file $makefile"
 msgstr "Datei $makefile kann nicht gelesen werden"
 
-#: autogen.sh:148
+#: autogen.sh:163
 #, sh-format
 msgid "Unable to copy $makefile to $srcdir/Makefile"
 msgstr "$makefile konnte nicht nach $srcdir/Makefile kopiert werden"
 
-#: autogen.sh:153
+#: autogen.sh:168
 #, sh-format
 msgid "Now type `make' to compile $PKG_NAME"
 msgstr "Geben Sie nun »make« ein, um $PKG_NAME zu kompilieren"
 
-#: autogen.sh:268
+#: autogen.sh:228
+#, sh-format
+msgid ""
+"**Error**: Directory `$srcdir' does not look like the top-level $PKG_NAME "
+"directory"
+msgstr ""
+"**Fehler**: Ordner »$srcdir« sieht nicht aus wie der Ordner $PKG_NAME der "
+"obersten Ebene"
+
+#: autogen.sh:282
 msgid "WARNING: aclocal not available (usually part of package 'autoconf')"
 msgstr ""
 "WARNUNG: aclocal ist nicht verfügbar (üblicherweise in Paket »autoconf« "
 "enthalten)"
 
-#: autogen.sh:271
+#: autogen.sh:285
 msgid "WARNING: automake not available (usually part of package 'automake')"
 msgstr ""
 "WARNUNG: automake ist nicht verfügbar (üblicherweise in Paket »automake« "
 "enthalten)"
 
-#: autogen.sh:274
+#: autogen.sh:288
 msgid "WARNING: autopoint not available (usually part of package 'gettext')"
 msgstr ""
 "WARNUNG: autopoint ist nicht verfügbar (üblicherweise in Paket »gettext« "
 "enthalten)"
 
-#: autogen.sh:277
+#: autogen.sh:291
 msgid "WARNING: pkg-config not available (usually part of package 'pkgconfig')"
 msgstr ""
 "WARNUNG: pkg-config ist nicht verfügbar (üblicherweise in Paket »pkgconfig« "
 "enthalten)"
 
-#: autogen.sh:280
+#: autogen.sh:294
 msgid ""
 "WARNING: yelp-tools not available (usually part of package 'yelp-tools')"
 msgstr ""
@@ -85,31 +93,31 @@ msgstr ""
 "Module ohne Intervention erstellen lassen und Ergebnisse zu JhAutobuild "
 "übertragen"
 
-#: jhbuild/commands/autobuild.py:36 jhbuild/commands/base.py:172
-#: jhbuild/commands/base.py:283 jhbuild/commands/make.py:42
+#: jhbuild/commands/autobuild.py:36 jhbuild/commands/base.py:166
+#: jhbuild/commands/base.py:278 jhbuild/commands/make.py:40
 #: jhbuild/commands/tinderbox.py:38
 msgid "always run autogen.sh"
 msgstr "»autogen.sh« immer ausführen"
 
-#: jhbuild/commands/autobuild.py:39 jhbuild/commands/base.py:178
-#: jhbuild/commands/base.py:286 jhbuild/commands/make.py:45
+#: jhbuild/commands/autobuild.py:39 jhbuild/commands/base.py:172
+#: jhbuild/commands/base.py:281 jhbuild/commands/make.py:43
 #: jhbuild/commands/tinderbox.py:44
 msgid "run make clean before make"
 msgstr "»make clean« vor »make« ausführen"
 
-#: jhbuild/commands/autobuild.py:42 jhbuild/commands/base.py:187
-#: jhbuild/commands/base.py:298
+#: jhbuild/commands/autobuild.py:42 jhbuild/commands/base.py:181
+#: jhbuild/commands/base.py:293
 msgid "run make distcheck after building"
 msgstr "Nach Erstellung »make distcheck« ausführen"
 
-#: jhbuild/commands/autobuild.py:45 jhbuild/commands/base.py:47
-#: jhbuild/commands/base.py:199 jhbuild/commands/base.py:437
-#: jhbuild/commands/clean.py:38 jhbuild/commands/tinderbox.py:53
+#: jhbuild/commands/autobuild.py:45 jhbuild/commands/base.py:41
+#: jhbuild/commands/base.py:193 jhbuild/commands/base.py:443
+#: jhbuild/commands/clean.py:39 jhbuild/commands/tinderbox.py:56
 msgid "treat the given modules as up to date"
 msgstr "Vorliegendes Modul als aktuell annehmen"
 
-#: jhbuild/commands/autobuild.py:48 jhbuild/commands/base.py:202
-#: jhbuild/commands/clean.py:41 jhbuild/commands/tinderbox.py:56
+#: jhbuild/commands/autobuild.py:48 jhbuild/commands/base.py:196
+#: jhbuild/commands/clean.py:42 jhbuild/commands/tinderbox.py:59
 msgid "start building at the given module"
 msgstr "Erstellung beim angegebenen Modul beginnen"
 
@@ -125,142 +133,143 @@ msgstr "ausführlicher Modus"
 msgid "report URL for autobuild not specified"
 msgstr "Berichtsadresse für »autobuild« nicht angegeben"
 
-#: jhbuild/commands/autobuild.py:82 jhbuild/commands/base.py:73
-#: jhbuild/commands/base.py:249 jhbuild/commands/base.py:475
-#: jhbuild/commands/clean.py:55 jhbuild/commands/tinderbox.py:94
+#: jhbuild/commands/autobuild.py:82 jhbuild/commands/base.py:67
+#: jhbuild/commands/base.py:243 jhbuild/commands/base.py:481
+#: jhbuild/commands/clean.py:56 jhbuild/commands/tinderbox.py:97
 #, python-format
 msgid "%s not in module list"
 msgstr "%s ist nicht in der Modulliste"
 
-#: jhbuild/commands/base.py:38
+#: jhbuild/commands/base.py:32
 msgid "Update all modules from version control"
 msgstr "Alle Module aus Versionskontrolle aktualisieren"
 
-#: jhbuild/commands/base.py:41 jhbuild/commands/base.py:89
-#: jhbuild/commands/base.py:123 jhbuild/commands/base.py:166
-#: jhbuild/commands/base.py:277 jhbuild/commands/base.py:428
+#: jhbuild/commands/base.py:35 jhbuild/commands/base.py:83
+#: jhbuild/commands/base.py:117 jhbuild/commands/base.py:160
+#: jhbuild/commands/base.py:272 jhbuild/commands/base.py:434
 #: jhbuild/commands/tinderbox.py:32
 msgid "[ options ... ] [ modules ... ]"
 msgstr "[ Optionen ... ] [ Module ... ]"
 
-#: jhbuild/commands/base.py:50
+#: jhbuild/commands/base.py:44
 msgid "start updating at the given module"
 msgstr "Aktualisieren beim angegebenen Modul beginnen"
 
-#: jhbuild/commands/base.py:53
+#: jhbuild/commands/base.py:47
 msgid "update only modules with the given tags"
 msgstr "Nur Module mit den angegebenen Markierungen aktualisieren"
 
-#: jhbuild/commands/base.py:56 jhbuild/commands/base.py:95
-#: jhbuild/commands/base.py:208 jhbuild/commands/base.py:307
-#: jhbuild/commands/tinderbox.py:59
+#: jhbuild/commands/base.py:50 jhbuild/commands/base.py:89
+#: jhbuild/commands/base.py:202 jhbuild/commands/base.py:302
+#: jhbuild/commands/tinderbox.py:62
 msgid "set a sticky date when checking out modules"
 msgstr "Klebriges Datum beim Auschecken von Modulen setzen"
 
-#: jhbuild/commands/base.py:59 jhbuild/commands/base.py:190
-#: jhbuild/commands/base.py:446
+#: jhbuild/commands/base.py:53 jhbuild/commands/base.py:184
+#: jhbuild/commands/base.py:452
 msgid "ignore all soft-dependencies"
 msgstr "Alle weichen Abhängigkeiten ignorieren"
 
-#: jhbuild/commands/base.py:86
+#: jhbuild/commands/base.py:80
 msgid "Update one or more modules from version control"
 msgstr "Ein oder mehrere Module aus Versionskontrolle aktualisieren"
 
-#: jhbuild/commands/base.py:104 jhbuild/commands/base.py:142
-#: jhbuild/commands/base.py:383 jhbuild/commands/rdepends.py:52
-#: jhbuild/moduleset.py:181
+#: jhbuild/commands/base.py:98 jhbuild/commands/base.py:136
+#: jhbuild/commands/base.py:389 jhbuild/commands/rdepends.py:53
+#: jhbuild/moduleset.py:177
 #, python-format
 msgid "A module called '%s' could not be found."
 msgstr "Ein Modul namens »%s« konnte nicht gefunden werden."
 
-#: jhbuild/commands/base.py:107 jhbuild/commands/base.py:145
-#: jhbuild/commands/base.py:340 jhbuild/commands/rdepends.py:47
+#: jhbuild/commands/base.py:101 jhbuild/commands/base.py:139
+#: jhbuild/commands/base.py:346 jhbuild/commands/rdepends.py:48
 #: jhbuild/commands/uninstall.py:58
 msgid "This command requires a module parameter."
 msgstr "Dieser Befehl benötigt einen Modulparameter."
 
-#: jhbuild/commands/base.py:120
+#: jhbuild/commands/base.py:114
 msgid "Clean one or more modules"
 msgstr "Ein oder mehrere Module bereinigen"
 
-#: jhbuild/commands/base.py:129
+#: jhbuild/commands/base.py:123
 msgid "honour the makeclean setting in config file"
 msgstr "Einstellungen für »make clean« in Konfigurationsdatei beachten"
 
-#: jhbuild/commands/base.py:132 jhbuild/commands/base.py:175
-#: jhbuild/commands/base.py:289 jhbuild/commands/tinderbox.py:41
+#: jhbuild/commands/base.py:126 jhbuild/commands/base.py:169
+#: jhbuild/commands/base.py:284 jhbuild/commands/tinderbox.py:41
 msgid "completely clean source tree"
 msgstr "Quellbaum vollständig bereinigen"
 
-#: jhbuild/commands/base.py:149
+#: jhbuild/commands/base.py:143
 msgid "clean command called while makeclean is set to False, skipped."
 msgstr ""
 "Befehl zum Bereinigen wurde aufgerufen, »make clean« ist jedoch deaktiviert "
 "und wird übersprungen."
 
-#: jhbuild/commands/base.py:163
+#: jhbuild/commands/base.py:157
 msgid "Update and compile all modules (the default)"
 msgstr "Alle Module aktualisieren und kompilieren (Vorgabe)"
 
-#: jhbuild/commands/base.py:181 jhbuild/commands/base.py:292
-#: jhbuild/commands/make.py:48
+#: jhbuild/commands/base.py:175 jhbuild/commands/base.py:287
+#: jhbuild/commands/make.py:46 jhbuild/commands/tinderbox.py:47
 msgid "run make check after building"
 msgstr "Nach Erstellung »make check« ausführen"
 
-#: jhbuild/commands/base.py:184 jhbuild/commands/base.py:295
+#: jhbuild/commands/base.py:178 jhbuild/commands/base.py:290
 msgid "run make dist after building"
 msgstr "Nach Erstellung »make dist« ausführen"
 
-#: jhbuild/commands/base.py:193 jhbuild/commands/base.py:301
-#: jhbuild/commands/tinderbox.py:47
+#: jhbuild/commands/base.py:187 jhbuild/commands/base.py:296
+#: jhbuild/commands/tinderbox.py:50
 msgid "skip version control update"
 msgstr "Aktualisierung der Versionskontrolle überspringen"
 
-#: jhbuild/commands/base.py:196 jhbuild/commands/base.py:304
-#: jhbuild/commands/make.py:51
+#: jhbuild/commands/base.py:190 jhbuild/commands/base.py:299
+#: jhbuild/commands/make.py:49
 msgid "quiet (no output)"
 msgstr "still (keine Ausgaben)"
 
-#: jhbuild/commands/base.py:205 jhbuild/commands/base.py:443
+#: jhbuild/commands/base.py:199 jhbuild/commands/base.py:449
 msgid "build only modules with the given tags"
 msgstr "Nur Module mit den angegebenen Markierungen erstellen"
 
-#: jhbuild/commands/base.py:211 jhbuild/commands/base.py:310
+#: jhbuild/commands/base.py:205 jhbuild/commands/base.py:305
 msgid "run tests in real X and not in Xvfb"
 msgstr "Tests in realer X-Umgebung ausführen, nicht in Xvfb"
 
-#: jhbuild/commands/base.py:214 jhbuild/commands/tinderbox.py:62
+#: jhbuild/commands/base.py:208 jhbuild/commands/tinderbox.py:65
 msgid "try to force checkout and autogen on failure"
 msgstr "Beim Scheitern versuchen, checkout und autogen zu erzwingen"
 
-#: jhbuild/commands/base.py:217 jhbuild/commands/tinderbox.py:65
+#: jhbuild/commands/base.py:211 jhbuild/commands/base.py:308
+#: jhbuild/commands/tinderbox.py:68
 msgid "don't poison modules on failure"
 msgstr "Module bei Fehlschlagen nicht fehlerhaft hinterlassen"
 
-#: jhbuild/commands/base.py:220 jhbuild/commands/base.py:313
-#: jhbuild/commands/tinderbox.py:68
+#: jhbuild/commands/base.py:214 jhbuild/commands/base.py:311
+#: jhbuild/commands/tinderbox.py:71
 msgid "build even if policy says not to"
 msgstr "Auch entgegen der Richtlinien erstellen"
 
-#: jhbuild/commands/base.py:223
+#: jhbuild/commands/base.py:217
 msgid "also build soft-dependencies that could be skipped"
 msgstr "Auch weiche Abhängigkeiten erstellen, die übersprungen werden könnten"
 
-#: jhbuild/commands/base.py:226 jhbuild/commands/base.py:316
+#: jhbuild/commands/base.py:220 jhbuild/commands/base.py:314
 msgid "skip modules installed less than the given time ago"
 msgstr ""
 "Module überspringen, die innerhalb der angegebenen Zeitspanne installiert "
 "worden sind"
 
-#: jhbuild/commands/base.py:229 jhbuild/commands/tinderbox.py:71
+#: jhbuild/commands/base.py:223 jhbuild/commands/tinderbox.py:74
 msgid "ignore missing system dependencies"
 msgstr "fehlende Systemabhängigkeiten ignorieren"
 
-#: jhbuild/commands/base.py:253
+#: jhbuild/commands/base.py:247
 msgid "requested module is in the ignore list, nothing to do."
 msgstr "Angefordertes Modul ist in der Ignorierliste, es gibt nichts zu tun."
 
-#: jhbuild/commands/base.py:260 jhbuild/commands/tinderbox.py:100
+#: jhbuild/commands/base.py:255 jhbuild/commands/tinderbox.py:103
 #, python-format
 msgid ""
 "Required system dependencies not installed. Install using the command "
@@ -270,11 +279,11 @@ msgstr ""
 "dem Befehl %(cmd)s oder nutzen Sie die Befehlszeilenoption %(opt)s , um die "
 "Systemabhängigkeiten zu ignorieren"
 
-#: jhbuild/commands/base.py:274
+#: jhbuild/commands/base.py:269
 msgid "Update and compile one or more modules"
 msgstr "Ein oder mehrere Module aktualisieren und kompilieren"
 
-#: jhbuild/commands/base.py:335 jhbuild/commands/make.py:103
+#: jhbuild/commands/base.py:341 jhbuild/commands/make.py:100
 #: jhbuild/commands/uninstall.py:50
 #, python-format
 msgid ""
@@ -284,199 +293,183 @@ msgstr ""
 "Modul »%(modname)s« existiert nicht, wurde automatisch aus dem "
 "Softwarebestand »%(reponame)s« erstellt"
 
-#: jhbuild/commands/base.py:348
+#: jhbuild/commands/base.py:354
 msgid "Run a command under the JHBuild environment"
 msgstr "Einen Befehl in der JHBuild-Umgebung ausführen"
 
-#: jhbuild/commands/base.py:351
+#: jhbuild/commands/base.py:357
 msgid "[ options ... ] program [ arguments ... ]"
 msgstr "[ Optionen ... ] Programm [ Argumente ... ]"
 
-#: jhbuild/commands/base.py:357
+#: jhbuild/commands/base.py:363
 msgid "run command in build dir of the given module"
 msgstr "Befehl im Erstellungsordner des angegebenen Moduls ausführen"
 
-#: jhbuild/commands/base.py:360
+#: jhbuild/commands/base.py:366
 msgid "run command in checkout dir of the given module"
 msgstr "Befehl im Auscheck-Ordner des angegebenen Moduls ausführen"
 
-#: jhbuild/commands/base.py:373 jhbuild/commands/base.py:403
+#: jhbuild/commands/base.py:379 jhbuild/commands/base.py:409
 #, python-format
 msgid "Unable to execute the command '%(command)s': %(err)s"
 msgstr "Befehl »%(command)s« kann nicht ausgeführt werden: %(err)s"
 
-#: jhbuild/commands/base.py:394
+#: jhbuild/commands/base.py:400
 #, python-format
 msgid "Unable to execute the command '%s'"
 msgstr "Befehl »%s« kann nicht ausgeführt werden"
 
-#: jhbuild/commands/base.py:401 jhbuild/frontends/gtkui.py:447
-#: jhbuild/frontends/terminal.py:163
+#: jhbuild/commands/base.py:407 jhbuild/frontends/gtkui.py:447
+#: jhbuild/frontends/terminal.py:172
 msgid "No command given"
 msgstr "Kein Befehl angegeben"
 
-#: jhbuild/commands/base.py:410
+#: jhbuild/commands/base.py:416
 msgid "Start a shell under the JHBuild environment"
 msgstr "Shell in der JHBuild-Umgebung starten"
 
-#: jhbuild/commands/base.py:425
+#: jhbuild/commands/base.py:431
 msgid "List the modules that would be built"
 msgstr "Zu erstellende Module auflisten"
 
-#: jhbuild/commands/base.py:434
+#: jhbuild/commands/base.py:440
 msgid "show which revision will be built"
 msgstr "Zu erstellende Revision anzeigen"
 
-#: jhbuild/commands/base.py:440
+#: jhbuild/commands/base.py:446
 msgid "start list at the given module"
 msgstr "Auflistung beim angegebenen Modul beginnen"
 
-#: jhbuild/commands/base.py:449
+#: jhbuild/commands/base.py:455
 msgid "also list soft-dependencies that could be skipped"
 msgstr "Auch weiche Abhängigkeiten auflisten, die übersprungen werden könnten"
 
-#: jhbuild/commands/base.py:452
+#: jhbuild/commands/base.py:458
 msgid "list all modules, not only those that would be built"
 msgstr "Alle Module auflisten, nicht nur die zu erstellenden"
 
-#: jhbuild/commands/base.py:459
+#: jhbuild/commands/base.py:465
 msgid "Conflicting options specified ('--start-at' and '--all-modules')"
 msgstr ""
 "Im Konflikt stehende Optionen wurden angegeben (»--start-at« und »--all-"
 "modules«)"
 
-#: jhbuild/commands/base.py:491
+#: jhbuild/commands/base.py:497
 msgid "Output a Graphviz dependency graph for one or more modules"
 msgstr "Graphviz-Abhängigkeitsdiagramm für ein oder mehrere Module ausgeben"
 
-#: jhbuild/commands/base.py:494 jhbuild/commands/base.py:527
-#: jhbuild/commands/info.py:41 jhbuild/commands/uninstall.py:34
+#: jhbuild/commands/base.py:500 jhbuild/commands/base.py:533
+#: jhbuild/commands/info.py:43 jhbuild/commands/uninstall.py:34
 msgid "[ modules ... ]"
 msgstr "[ Module ... ]"
 
-#: jhbuild/commands/base.py:500
+#: jhbuild/commands/base.py:506
 msgid "add dotted lines to soft dependencies"
 msgstr "punktierte Linien zu weichen Abhängigkeiten hinzufügen"
 
-#: jhbuild/commands/base.py:503
+#: jhbuild/commands/base.py:509
 msgid "group modules from metamodule together"
 msgstr "Module aus Metamodul zusammen gruppieren"
 
-#: jhbuild/commands/base.py:524
+#: jhbuild/commands/base.py:530
 msgid "Run post-install triggers for named modules (or all)"
 msgstr "Nachinstallations-Trigger für benannte Module (oder alle) ausführen"
 
-#: jhbuild/commands/bootstrap.py:24
+#: jhbuild/commands/bootstrap.py:25
 msgid "Build support tools"
 msgstr "Support-Werkzeuge erstellen"
 
-#: jhbuild/commands/bot.py:54
+#: jhbuild/commands/bot.py:34
 msgid "Control buildbot"
 msgstr "Buildbot steuern"
 
-#: jhbuild/commands/bot.py:57 jhbuild/commands/__init__.py:46
-#: jhbuild/commands/make.py:36
+#: jhbuild/commands/bot.py:37 jhbuild/commands/__init__.py:49
+#: jhbuild/commands/make.py:34
 msgid "[ options ... ]"
 msgstr "[ Optionen ... ]"
 
-#: jhbuild/commands/bot.py:63
+#: jhbuild/commands/bot.py:43
 msgid "setup a buildbot environment"
 msgstr "Buildbot-Umgebung einrichten"
 
-#: jhbuild/commands/bot.py:66
+#: jhbuild/commands/bot.py:46
 msgid "start a buildbot slave server"
 msgstr "Buildbot-Slave-Server starten"
 
-#: jhbuild/commands/bot.py:69
+#: jhbuild/commands/bot.py:49
 msgid "stop a buildbot slave server"
 msgstr "Buildbot-Slave-Server anhalten"
 
-#: jhbuild/commands/bot.py:72
+#: jhbuild/commands/bot.py:52
 msgid "start a buildbot master server"
 msgstr "Buildbot-Master-Server starten"
 
-#: jhbuild/commands/bot.py:75
+#: jhbuild/commands/bot.py:55
 msgid "reload a buildbot master server configuration"
 msgstr "Konfiguration eines Buildbot-Master-Servers neu laden"
 
-#: jhbuild/commands/bot.py:78
+#: jhbuild/commands/bot.py:58
 msgid "stop a buildbot master server"
 msgstr "Buildbot-Master-Server anhalten"
 
-#: jhbuild/commands/bot.py:81
+#: jhbuild/commands/bot.py:61
 msgid "start as daemon"
 msgstr "Als Hintergrunddienst starten"
 
-#: jhbuild/commands/bot.py:84
+#: jhbuild/commands/bot.py:64
 msgid "PID file location"
 msgstr "Ort der PID-Datei"
 
-#: jhbuild/commands/bot.py:87
+#: jhbuild/commands/bot.py:67
 msgid "log file location"
 msgstr "Ort der Protokolldatei"
 
-#: jhbuild/commands/bot.py:90
+#: jhbuild/commands/bot.py:70
 msgid "directory with slave files (only with --start-server)"
 msgstr "Ordner mit Slave-Dateien (nur mit »--start-server«)"
 
-#: jhbuild/commands/bot.py:93
+#: jhbuild/commands/bot.py:73
 msgid "directory with buildbot work files (only with --start-server)"
 msgstr "Ordner mit Buildbot-Arbeitsdateien (nur mit »--start-server«)"
 
-#: jhbuild/commands/bot.py:96
+#: jhbuild/commands/bot.py:76
 msgid "master cfg file location (only with --start-server)"
 msgstr "Ort der Hauptkonfigurationsdatei (nur mit »--start-server«)"
 
-#: jhbuild/commands/bot.py:99
+#: jhbuild/commands/bot.py:79
 msgid "exec a buildbot step (internal use only)"
 msgstr "Buildbot-Schritt ausführen (nur interne Verwendung)"
 
-#: jhbuild/commands/bot.py:115
-msgid "buildbot and twisted not found, run jhbuild bot --setup"
-msgstr ""
-"»buildbot« und »twisted« nicht gefunden, führen Sie »jhbuild bot --setup« aus"
+#: jhbuild/commands/bot.py:83
+msgid "buildbot commands are no longer supported"
+msgstr "Buildbot-Befehle werden nicht länger unterstützt"
 
-#: jhbuild/commands/bot.py:292
-#, python-format
-msgid "No description for slave %s."
-msgstr "Keine Beschreibung für Slave %s."
-
-#. parse error
-#: jhbuild/commands/bot.py:297
-#, python-format
-msgid "Failed to parse slave config for %s."
-msgstr "Slave-Konfiguration für %s konnte nicht verarbeitet werden."
-
-#: jhbuild/commands/bot.py:804 jhbuild/commands/bot.py:812
-msgid "failed to get buildbot PID"
-msgstr "Buildbot-PID konnte nicht bestimmt werden"
-
-#: jhbuild/commands/checkbranches.py:28
+#: jhbuild/commands/checkbranches.py:29
 msgid ""
 "Check modules in GNOME Git repository have the correct branch definition"
 msgstr ""
 "Module im GNOME Git-Softwarebestand auf korrekte Zweigdefinition überprüfen"
 
-#: jhbuild/commands/checkbranches.py:65
+#: jhbuild/commands/checkbranches.py:66
 #, python-format
 msgid "%(module)s is missing branch definition for %(branch)s"
 msgstr "In %(module)s fehlt die Zweigdefinition für %(branch)s"
 
-#: jhbuild/commands/checkmodulesets.py:30
+#: jhbuild/commands/checkmodulesets.py:27
 msgid "Check if modules in JHBuild have the correct definition"
 msgstr "Module in JHBuild auf korrekte Definition überprüfen"
 
-#: jhbuild/commands/checkmodulesets.py:43
+#: jhbuild/commands/checkmodulesets.py:40
 #, python-format
 msgid "%(module)s is unreachable (%(href)s)"
 msgstr "%(module)s ist nicht erreichbar (%(href)s)"
 
-#: jhbuild/commands/checkmodulesets.py:46
+#: jhbuild/commands/checkmodulesets.py:43
 #, python-format
 msgid "Cannot check %(module)s (%(href)s)"
 msgstr "%(module)s kann nicht überprüft werden (%(href)s)"
 
-#: jhbuild/commands/clean.py:29
+#: jhbuild/commands/clean.py:30
 msgid "Clean all modules"
 msgstr "Alle Module bereinigen"
 
@@ -503,23 +496,23 @@ msgid "and %d others."
 msgstr "und %d weitere."
 
 # wrt … with respect to
-#: jhbuild/commands/goalreport.py:332
+#: jhbuild/commands/goalreport.py:333
 msgid "Report GNOME modules status wrt various goals"
 msgstr "GNOME-Modulstatus in Hinblick auf verschiedene Ziele anzeigen"
 
-#: jhbuild/commands/goalreport.py:355
+#: jhbuild/commands/goalreport.py:356
 msgid "check to perform"
 msgstr "Auszuführende Überprüfung"
 
-#: jhbuild/commands/gui.py:30
+#: jhbuild/commands/gui.py:26
 msgid "Build targets from a GUI app"
 msgstr "Ziele mit einer grafischen Anwendung erstellen"
 
-#: jhbuild/commands/info.py:38
+#: jhbuild/commands/info.py:40
 msgid "Display information about one or more modules"
 msgstr "Informationen über ein oder mehrere Module anzeigen"
 
-#: jhbuild/commands/info.py:47
+#: jhbuild/commands/info.py:49
 msgid ""
 "only display information for installed modules. This will not list system "
 "dependencies. If one or more module names are specified and at least one "
@@ -530,144 +523,144 @@ msgstr ""
 "angegeben werden und mindestens ein Modul nicht installiert ist, gibt der "
 "Befehl den Fehlercode 1 zurück."
 
-#: jhbuild/commands/info.py:64
+#: jhbuild/commands/info.py:66
 #, python-format
 msgid "unknown module %s"
 msgstr "Unbekanntes Modul %s"
 
-#: jhbuild/commands/info.py:86
+#: jhbuild/commands/info.py:88
 msgid "Name:"
 msgstr "Name:"
 
-#: jhbuild/commands/info.py:87
+#: jhbuild/commands/info.py:89
 msgid "Module Set:"
 msgstr "Modulsatz:"
 
-#: jhbuild/commands/info.py:88
+#: jhbuild/commands/info.py:90
 msgid "Type:"
 msgstr "Typ:"
 
-#: jhbuild/commands/info.py:91 jhbuild/commands/info.py:95
+#: jhbuild/commands/info.py:93 jhbuild/commands/info.py:97
 msgid "Install version:"
 msgstr "Installationsversion:"
 
-#: jhbuild/commands/info.py:92 jhbuild/commands/info.py:96
+#: jhbuild/commands/info.py:94 jhbuild/commands/info.py:98
 msgid "Install date:"
 msgstr "Installationsdatum:"
 
-#: jhbuild/commands/info.py:95 jhbuild/commands/info.py:96
+#: jhbuild/commands/info.py:97 jhbuild/commands/info.py:98
 msgid "not installed"
 msgstr "nicht installiert"
 
-#: jhbuild/commands/info.py:101
+#: jhbuild/commands/info.py:103
 msgid "CVS Root:"
 msgstr "CVS-Root:"
 
-#: jhbuild/commands/info.py:102
+#: jhbuild/commands/info.py:104
 msgid "CVS Module:"
 msgstr "CVS-Modul:"
 
-#: jhbuild/commands/info.py:104
+#: jhbuild/commands/info.py:106
 msgid "CVS Revision:"
 msgstr "CVS-Revision:"
 
-#: jhbuild/commands/info.py:106
+#: jhbuild/commands/info.py:108
 msgid "Subversion Module:"
 msgstr "Subversion-Modul:"
 
-#: jhbuild/commands/info.py:108
+#: jhbuild/commands/info.py:110
 msgid "Darcs Archive:"
 msgstr "Darcs-Archiv:"
 
-#: jhbuild/commands/info.py:110
+#: jhbuild/commands/info.py:112
 msgid "Git Module:"
 msgstr "Git-Modul:"
 
-#: jhbuild/commands/info.py:112
+#: jhbuild/commands/info.py:114
 msgid "Git Origin Module:"
 msgstr "Git-Origin-Modul:"
 
-#: jhbuild/commands/info.py:116
+#: jhbuild/commands/info.py:118
 msgid "Git Branch:"
 msgstr "Git-Zweig:"
 
-#: jhbuild/commands/info.py:118
+#: jhbuild/commands/info.py:120
 msgid "Git Tag:"
 msgstr "Git-Tag:"
 
-#: jhbuild/commands/info.py:120
+#: jhbuild/commands/info.py:122
 msgid "URL:"
 msgstr "Adresse:"
 
-#: jhbuild/commands/info.py:121
+#: jhbuild/commands/info.py:123
 msgid "Version:"
 msgstr "Version:"
 
-#: jhbuild/commands/info.py:124
+#: jhbuild/commands/info.py:126
 msgid "Tree-ID:"
 msgstr "Baum-Kennung:"
 
-#: jhbuild/commands/info.py:129
+#: jhbuild/commands/info.py:131
 msgid "Sourcedir:"
 msgstr "Quellordner:"
 
-#: jhbuild/commands/info.py:135
+#: jhbuild/commands/info.py:137
 msgid "Requires:"
 msgstr "Benötigt:"
 
-#: jhbuild/commands/info.py:139
+#: jhbuild/commands/info.py:141
 msgid "Required by:"
 msgstr "Wird benötigt von:"
 
-#: jhbuild/commands/info.py:141
+#: jhbuild/commands/info.py:143
 msgid "Suggests:"
 msgstr "Empfiehlt:"
 
-#: jhbuild/commands/info.py:143
+#: jhbuild/commands/info.py:145
 msgid "After:"
 msgstr "Nach:"
 
-#: jhbuild/commands/info.py:147
+#: jhbuild/commands/info.py:149
 msgid "Before:"
 msgstr "Vor:"
 
-#: jhbuild/commands/__init__.py:92 jhbuild/commands/sysdeps.py:58
+#: jhbuild/commands/__init__.py:95 jhbuild/commands/sysdeps.py:66
 #, python-format
 msgid "required=%s"
 msgstr "Benötigt=%s"
 
-#: jhbuild/commands/__init__.py:94 jhbuild/commands/sysdeps.py:60
+#: jhbuild/commands/__init__.py:97 jhbuild/commands/sysdeps.py:68
 #, python-format
 msgid "installed=%s"
 msgstr "installiert=%s"
 
 #. Translators: This is used to separate items of package metadata
-#: jhbuild/commands/__init__.py:96 jhbuild/commands/sysdeps.py:62
+#: jhbuild/commands/__init__.py:99 jhbuild/commands/sysdeps.py:70
 msgid ", "
 msgstr ", "
 
-#: jhbuild/commands/__init__.py:98 jhbuild/commands/sysdeps.py:64
+#: jhbuild/commands/__init__.py:101 jhbuild/commands/sysdeps.py:72
 #, python-format
 msgid "(%s)"
 msgstr "(%s)"
 
-#: jhbuild/commands/__init__.py:102 jhbuild/commands/sysdeps.py:140
+#: jhbuild/commands/__init__.py:105 jhbuild/commands/sysdeps.py:148
 msgid "Required packages:"
 msgstr "Benötigte Pakete:"
 
-#: jhbuild/commands/__init__.py:103 jhbuild/commands/sysdeps.py:141
-#: jhbuild/commands/sysdeps.py:172
+#: jhbuild/commands/__init__.py:106 jhbuild/commands/sysdeps.py:149
+#: jhbuild/commands/sysdeps.py:180
 msgid "  System installed packages which are too old:"
 msgstr "  Im System installierte Pakete, die zu alt sind:"
 
-#: jhbuild/commands/__init__.py:113 jhbuild/commands/__init__.py:125
-#: jhbuild/commands/sysdeps.py:150 jhbuild/commands/sysdeps.py:166
-#: jhbuild/commands/sysdeps.py:181 jhbuild/commands/sysdeps.py:194
+#: jhbuild/commands/__init__.py:116 jhbuild/commands/__init__.py:128
+#: jhbuild/commands/sysdeps.py:158 jhbuild/commands/sysdeps.py:174
+#: jhbuild/commands/sysdeps.py:189 jhbuild/commands/sysdeps.py:202
 msgid "    (none)"
 msgstr "    (keine)"
 
-#: jhbuild/commands/__init__.py:115 jhbuild/commands/sysdeps.py:152
-#: jhbuild/commands/sysdeps.py:183
+#: jhbuild/commands/__init__.py:118 jhbuild/commands/sysdeps.py:160
+#: jhbuild/commands/sysdeps.py:191
 msgid "  No matching system package installed:"
 msgstr "  Kein passendes Systempaket installiert:"
 
@@ -683,87 +676,87 @@ msgstr "Für weitere Informationen rufen Sie »jhbuild <command> --help« auf"
 msgid "Information about available JHBuild commands"
 msgstr "Informationen über verfügbare JHBuild-Befehle"
 
-#: jhbuild/commands/__init__.py:184
+#: jhbuild/commands/__init__.py:181
 #, python-format
 msgid "no such command (did you mean \"jhbuild build %s\"?)"
 msgstr "Kein solcher Befehl (Meinten Sie »jhbuild build %s«?)"
 
-#: jhbuild/commands/__init__.py:186
+#: jhbuild/commands/__init__.py:183
 #, python-format
 msgid "no such command (did you mean \"jhbuild run %s\"?)"
 msgstr "Kein solcher Befehl (Meinten Sie »jhbuild run %s«?)"
 
-#: jhbuild/commands/make.py:33
+#: jhbuild/commands/make.py:31
 msgid "Compile and install the module for the current directory"
 msgstr "Das Modul für den aktuellen Ordner kompilieren und installieren"
 
-#: jhbuild/commands/make.py:78
+#: jhbuild/commands/make.py:76
 #, python-format
 msgid "The current directory is not in the checkout root %r"
 msgstr "Der aktuelle Ordner ist nicht die Auscheck-Wurzel %r"
 
-#: jhbuild/commands/make.py:90
+#: jhbuild/commands/make.py:88
 #, python-format
 msgid "No module matching current directory %r in the moduleset"
 msgstr "Kein Modul entspricht dem aktuellen Ordner %r im Modulsatz"
 
-#: jhbuild/commands/rdepends.py:28
+#: jhbuild/commands/rdepends.py:29
 msgid "Display reverse-dependencies of a module"
 msgstr "Rekursive Abhängigkeiten eines Moduls anzeigen"
 
-#: jhbuild/commands/rdepends.py:31
+#: jhbuild/commands/rdepends.py:32
 msgid "[ module ]"
 msgstr "[ Modul ]"
 
-#: jhbuild/commands/rdepends.py:37
+#: jhbuild/commands/rdepends.py:38
 msgid "display dependency path next to modules"
 msgstr "Abhängigkeitspfad neben den Modulen anzeigen"
 
-#: jhbuild/commands/rdepends.py:40
+#: jhbuild/commands/rdepends.py:41
 msgid "limit display to modules directly depending on given module"
 msgstr "Nur direkte Abhängigkeiten des angegebenen Moduls anzeigen"
 
-#: jhbuild/commands/sanitycheck.py:46
+#: jhbuild/commands/sanitycheck.py:36
 msgid "Check that required support tools are available"
 msgstr "Überprüfen, ob benötigte Support-Werkzeuge verfügbar sind"
 
-#: jhbuild/commands/sanitycheck.py:53
+#: jhbuild/commands/sanitycheck.py:43
 msgid "no extra arguments expected"
 msgstr "Keine weiteren Argumente erwartet"
 
-#: jhbuild/commands/sanitycheck.py:65
+#: jhbuild/commands/sanitycheck.py:55
 #, python-format
 msgid "checkout root (%s) is not writable"
 msgstr "Hauptordner der Arbeitskopie (%s) ist nicht schreibbar"
 
-#: jhbuild/commands/sanitycheck.py:68
+#: jhbuild/commands/sanitycheck.py:58
 #, python-format
 msgid "install prefix (%s) is not writable"
 msgstr "Installationspräfix (%s) ist nicht schreibbar"
 
-#: jhbuild/commands/sanitycheck.py:75 jhbuild/commands/sanitycheck.py:78
-#: jhbuild/commands/sanitycheck.py:81 jhbuild/commands/sanitycheck.py:85
-#: jhbuild/commands/sanitycheck.py:88 jhbuild/commands/sanitycheck.py:125
-#: jhbuild/commands/sanitycheck.py:134 jhbuild/commands/sanitycheck.py:140
-#: jhbuild/commands/sanitycheck.py:142 jhbuild/commands/sanitycheck.py:144
-#: jhbuild/commands/sanitycheck.py:150 jhbuild/commands/sanitycheck.py:154
-#: jhbuild/modtypes/cmake.py:96 jhbuild/modtypes/meson.py:95
-#: jhbuild/versioncontrol/bzr.py:218 jhbuild/versioncontrol/cvs.py:304
-#: jhbuild/versioncontrol/darcs.py:110 jhbuild/versioncontrol/fossil.py:107
-#: jhbuild/versioncontrol/git.py:464 jhbuild/versioncontrol/hg.py:106
-#: jhbuild/versioncontrol/mtn.py:142 jhbuild/versioncontrol/svn.py:316
+#: jhbuild/commands/sanitycheck.py:65 jhbuild/commands/sanitycheck.py:68
+#: jhbuild/commands/sanitycheck.py:71 jhbuild/commands/sanitycheck.py:75
+#: jhbuild/commands/sanitycheck.py:78 jhbuild/commands/sanitycheck.py:115
+#: jhbuild/commands/sanitycheck.py:124 jhbuild/commands/sanitycheck.py:130
+#: jhbuild/commands/sanitycheck.py:132 jhbuild/commands/sanitycheck.py:134
+#: jhbuild/commands/sanitycheck.py:141 jhbuild/commands/sanitycheck.py:146
+#: jhbuild/modtypes/cmake.py:96 jhbuild/modtypes/meson.py:94
+#: jhbuild/versioncontrol/bzr.py:219 jhbuild/versioncontrol/cvs.py:302
+#: jhbuild/versioncontrol/darcs.py:105 jhbuild/versioncontrol/fossil.py:103
+#: jhbuild/versioncontrol/git.py:490 jhbuild/versioncontrol/hg.py:105
+#: jhbuild/versioncontrol/mtn.py:142 jhbuild/versioncontrol/svn.py:322
 #, python-format
 msgid "%s not found"
 msgstr "»%s« nicht gefunden"
 
-#: jhbuild/commands/sanitycheck.py:99
+#: jhbuild/commands/sanitycheck.py:89
 msgid ""
 "Could not find XML catalog (usually part of the package 'libxml2-utils')"
 msgstr ""
 "XML-Katalog konnte nicht gefunden werden (üblicherweise in »libxml2-utils« "
 "enthalten)"
 
-#: jhbuild/commands/sanitycheck.py:109
+#: jhbuild/commands/sanitycheck.py:99
 #, python-format
 msgid ""
 "Could not find %s in XML catalog (usually part of package 'docbook-xsl')"
@@ -771,7 +764,7 @@ msgstr ""
 "»%s« konnte im XML-Katalog nicht gefunden werden (üblicherweise in »docbook-"
 "xsl« enthalten)"
 
-#: jhbuild/commands/sanitycheck.py:116
+#: jhbuild/commands/sanitycheck.py:106
 #, python-format
 msgid ""
 "Could not find the Perl module %s (usually part of package 'libxml-parser-"
@@ -780,24 +773,24 @@ msgstr ""
 "Perl-Modul %s konnte nicht gefunden werden (üblicherweise in »libxml-parser-"
 "perl« oder »perl-XML-Parser« enthalten)"
 
-#: jhbuild/commands/sanitycheck.py:121
+#: jhbuild/commands/sanitycheck.py:111
 msgid "curl or wget not found"
 msgstr "curl und wget wurden nicht gefunden"
 
-#: jhbuild/commands/sanitycheck.py:130
+#: jhbuild/commands/sanitycheck.py:120
 msgid "Installed git program is not the right git"
 msgstr "Installiertes Git-Programm ist nicht das richtige"
 
-#: jhbuild/commands/sanitycheck.py:136
+#: jhbuild/commands/sanitycheck.py:126
 msgid "Could not check git program"
 msgstr "Git-Programm konnte nicht überprüft werden"
 
-#: jhbuild/commands/sanitycheck.py:164
+#: jhbuild/commands/sanitycheck.py:156
 #, python-format
 msgid "aclocal can't see %s macros"
 msgstr "aclocal kann %s Makros nicht sehen"
 
-#: jhbuild/commands/sanitycheck.py:169
+#: jhbuild/commands/sanitycheck.py:161
 #, python-format
 msgid ""
 "Please copy the lacking macros (%(macros)s) in one of the following paths: "
@@ -806,40 +799,48 @@ msgstr ""
 "Bitte kopieren Sie die fehlenden Makros (%(macros)s) in einen der folgenden "
 "Pfade: %(path)s"
 
-#: jhbuild/commands/snapshot.py:34
+#: jhbuild/commands/snapshot.py:31
 msgid "Print out a moduleset for the exact versions that are checked out"
 msgstr "Modulsatz für die exakten ausgecheckten Versionen ausgeben"
 
-#: jhbuild/commands/sysdeps.py:35
+#: jhbuild/commands/sysdeps.py:38
 msgid "Check and install tarball dependencies using system packages"
 msgstr ""
 "Abhängigkeiten des Tar-Archivs überprüfen und aus Systempaketen installieren"
 
-#: jhbuild/commands/sysdeps.py:43
+#: jhbuild/commands/sysdeps.py:46
 msgid "Machine readable list of missing sysdeps"
 msgstr "Maschinenlesbare Liste fehlender Systemabhängigkeiten"
 
-#: jhbuild/commands/sysdeps.py:46
+#: jhbuild/commands/sysdeps.py:49
 msgid "Machine readable list of all sysdeps"
 msgstr "Maschinenlesbare Liste aller Systemabhängigkeiten"
 
-#: jhbuild/commands/sysdeps.py:49
+#: jhbuild/commands/sysdeps.py:52
 msgid "Install pkg-config modules via system"
 msgstr "pkgconfig-Module über das System installieren"
 
-#: jhbuild/commands/sysdeps.py:129
+#: jhbuild/commands/sysdeps.py:56
+msgid ""
+"assume yes/the default answer to interactive questions during installation "
+"of system dependencies\""
+msgstr ""
+"Ja annehmen/die Standardantwort auf interaktive Fragen während der "
+"Installation von Systemabhängigkeiten"
+
+#: jhbuild/commands/sysdeps.py:137
 msgid "System installed packages which are new enough:"
 msgstr "Im System installierte ausreichend aktuelle Pakete:"
 
-#: jhbuild/commands/sysdeps.py:138
+#: jhbuild/commands/sysdeps.py:146
 msgid "  (none)"
 msgstr "  (keine)"
 
-#: jhbuild/commands/sysdeps.py:171
+#: jhbuild/commands/sysdeps.py:179
 msgid "Optional packages: (JHBuild will build the missing packages)"
 msgstr "Optionale Pakete: (JHBuild wird die fehlenden Pakete erstellen)"
 
-#: jhbuild/commands/sysdeps.py:202
+#: jhbuild/commands/sysdeps.py:210
 #, python-format
 msgid ""
 "%(cmd)s is required to install packages on this system. Please install "
@@ -848,17 +849,17 @@ msgstr ""
 "%(cmd)s ist zur Installation von Paketen auf diesem System notwendig. Bitte "
 "installieren Sie %(cmd)s."
 
-#: jhbuild/commands/sysdeps.py:207
+#: jhbuild/commands/sysdeps.py:215
 msgid "Don't know how to install packages on this system"
 msgstr "Unbekannt, wie Pakete auf diesem System installiert werden können"
 
-#: jhbuild/commands/sysdeps.py:210
+#: jhbuild/commands/sysdeps.py:218
 #, python-format
 msgid "No uninstalled system dependencies to install for modules: %r"
 msgstr ""
 "Keine nicht installierten Systemabhängigkeiten zu installieren für Module: %r"
 
-#: jhbuild/commands/sysdeps.py:212
+#: jhbuild/commands/sysdeps.py:220
 #, python-format
 msgid "Installing dependencies on system: %s"
 msgstr "Abhängigkeiten werden auf dem System installiert: %s"
@@ -867,16 +868,16 @@ msgstr "Abhängigkeiten werden auf dem System installiert: %s"
 msgid "Build modules non-interactively and store build logs"
 msgstr "Module ohne Intervention erstellen und Erstellungsprotokolle speichern"
 
-#: jhbuild/commands/tinderbox.py:50
+#: jhbuild/commands/tinderbox.py:53
 msgid "directory to store build logs in"
 msgstr "Ordner zum Speichern der Erstellungsprotokolle"
 
-#: jhbuild/commands/tinderbox.py:82
+#: jhbuild/commands/tinderbox.py:85
 msgid "output directory for tinderbox build not specified"
 msgstr "Ausgabeordner für Tinderbox-Erstellung wurde nicht angegeben"
 
 # wrt … with respect to
-#: jhbuild/commands/twoninetynine.py:161
+#: jhbuild/commands/twoninetynine.py:162
 msgid "Report GNOME modules status wrt 3.0 goals"
 msgstr "GNOME-Modulstatus in Hinblick auf Ziele für 3.0 anzeigen"
 
@@ -896,22 +897,22 @@ msgstr ""
 msgid "Module %(mod)r is not installed"
 msgstr "Modul %(mod)r ist nicht installiert"
 
-#: jhbuild/config.py:93
+#: jhbuild/config.py:91
 #, python-format
 msgid "Invalid condition set modifier: '%s'.  Must start with '+' or '-'."
 msgstr ""
 "Ungültiger Bedingungssatz-Modifikator: »%s«. Muss mit »+« oder »-« beginnen."
 
-#: jhbuild/config.py:116
+#: jhbuild/config.py:114
 msgid "could not load config defaults"
 msgstr "Vorgabekonfiguration konnte nicht geladen werden"
 
-#: jhbuild/config.py:127
+#: jhbuild/config.py:123
 #, python-format
 msgid "could not load config file, %s is missing"
 msgstr "Konfigurationsdatei konnte nicht geladen werden, %s fehlt"
 
-#: jhbuild/config.py:133
+#: jhbuild/config.py:129
 #, python-format
 msgid ""
 "The default location of the configuration file has changed. Please move "
@@ -920,21 +921,21 @@ msgstr ""
 "Der voreingestellte Ort der Konfigurationsdatei hat sich geändert. Bitte "
 "verschieben Sie %(old_path)s nach %(new_path)s."
 
-#: jhbuild/config.py:192
+#: jhbuild/config.py:188
 #, python-format
 msgid "Could not include config file (%s)"
 msgstr "Konfigurationsdatei konnte nicht eingebunden werden (%s)"
 
-#: jhbuild/config.py:206
+#: jhbuild/config.py:202
 msgid "could not load config file"
 msgstr "Konfigurationsdatei konnte nicht geladen werden"
 
-#: jhbuild/config.py:220
+#: jhbuild/config.py:216
 #, python-format
 msgid "unknown keys defined in configuration file: %s"
 msgstr "Unbekannte Schlüssel in Konfigurationsdatei: %s"
 
-#: jhbuild/config.py:227
+#: jhbuild/config.py:223
 #, python-format
 msgid ""
 "the \"%s\" configuration variable is deprecated, you should use "
@@ -943,50 +944,50 @@ msgstr ""
 "Die Konfigurationsvariable »%s« ist veraltet, Sie sollten »repos['gnome."
 "org']« verwenden."
 
-#: jhbuild/config.py:232 jhbuild/config.py:237
+#: jhbuild/config.py:228 jhbuild/config.py:233
 #, python-format
 msgid ""
 "the \"%s\" configuration variable is deprecated, you should use \"repos\"."
 msgstr ""
 "Die Konfigurationsvariable »%s« ist veraltet, Sie sollten »repos« verwenden."
 
-#: jhbuild/config.py:271
+#: jhbuild/config.py:267
 msgid "invalid checkout mode"
 msgstr "Ungültiger Checkout-Modus"
 
-#: jhbuild/config.py:275
+#: jhbuild/config.py:271
 #, python-format
 msgid "invalid checkout mode (module: %s)"
 msgstr "Ungültiger Checkout-Modus (Modul: %s)"
 
-#: jhbuild/config.py:277
+#: jhbuild/config.py:273
 msgid "copy mode requires copy_dir to be set"
 msgstr "Für den Kopiermodus muss copy_dir gesetzt sein"
 
-#: jhbuild/config.py:282
+#: jhbuild/config.py:278
 #, python-format
 msgid "modulesets directory (%s) not found, disabling use_local_modulesets"
 msgstr ""
 "Ordner für Modulsätze (%s) nicht gefunden, »use_local_modulesets« wird "
 "deaktiviert"
 
-#: jhbuild/config.py:288 jhbuild/config.py:290 jhbuild/config.py:292
-#: jhbuild/config.py:294 jhbuild/config.py:297
+#: jhbuild/config.py:284 jhbuild/config.py:286 jhbuild/config.py:288
+#: jhbuild/config.py:290 jhbuild/config.py:293
 #, python-format
 msgid "%s must be an absolute path"
 msgstr "%s muss ein absoluter Pfad sein"
 
-#: jhbuild/config.py:308
+#: jhbuild/config.py:304
 #, python-format
 msgid "install prefix (%s) can not be created"
 msgstr "Installationspräfix (%s) konnte nicht erstellt werden"
 
-#: jhbuild/config.py:315
+#: jhbuild/config.py:311
 #, python-format
 msgid "working directory (%s) can not be created"
 msgstr "Arbeitsordner (%s) konnte nicht erstellt werden"
 
-#: jhbuild/config.py:318
+#: jhbuild/config.py:314
 msgid ""
 "Your install prefix contains a 'lib64' directory, which is no longer "
 "supported by jhbuild.  This is likely the result of a previous build with an "
@@ -999,11 +1000,11 @@ msgstr ""
 "zurückzuführen. Möglicherweise sollten Sie Ihre Installations- und Checkout-"
 "Ordner entfernen und von vorn beginnen."
 
-#: jhbuild/config.py:396
+#: jhbuild/config.py:392
 msgid "Failed to parse 'min_age' relative time"
 msgstr "Bezugszeit »min_age« konnte nicht verarbeitet werden"
 
-#: jhbuild/config.py:410
+#: jhbuild/config.py:407
 msgid ""
 "quiet mode has been disabled because the Python curses module is missing."
 msgstr "Stiller Modus wurde deaktiviert, weil das Python-Curses-Modul fehlt."
@@ -1016,96 +1017,101 @@ msgstr "GNOME Erstellungswerkzeug"
 msgid "Build GNOME modules"
 msgstr "GNOME-Module erstellen"
 
-#. Translators: Do NOT translate or transliterate this text (this is an icon file name)!
-#: jhbuild.desktop.in.in:9
-msgid "applications-development"
-msgstr "applications-development"
-
-#: jhbuild/frontends/autobuild.py:72
+#: jhbuild/frontends/autobuild.py:78
 #, python-format
 msgid "Server Error, retrying in %d seconds"
 msgstr "Serverfehler, erneuter Versuch in %d Sekunden"
 
-#: jhbuild/frontends/autobuild.py:76
+#: jhbuild/frontends/autobuild.py:82
 msgid "Server Error, aborting"
 msgstr "Serverfehler, Abbruch"
 
-#: jhbuild/frontends/autobuild.py:180
+#: jhbuild/frontends/autobuild.py:188
 #, python-format
 msgid "Error: %s"
 msgstr "Fehler: %s"
 
-#: jhbuild/frontends/autobuild.py:185 jhbuild/utils/cmds.py:66
+#: jhbuild/frontends/autobuild.py:193 jhbuild/utils/cmds.py:68
 #, python-format
 msgid "Error running %s"
 msgstr "Fehler beim Ausführen von %s"
 
-#: jhbuild/frontends/autobuild.py:212
+#: jhbuild/frontends/autobuild.py:220
 msgid "ERROR: Wrong credentials, please check username/password"
 msgstr ""
 "FEHLER: Falsche Legitimation, bitte Benutzername und Passwort überprüfen"
 
-#: jhbuild/frontends/autobuild.py:218
+#: jhbuild/frontends/autobuild.py:226
 #, python-format
 msgid "Starting Build #%s"
 msgstr "Erstellung #%s wird gestartet"
 
-#: jhbuild/frontends/autobuild.py:232
+#: jhbuild/frontends/autobuild.py:240
 #, python-format
 msgid "**** Starting module %s ****"
 msgstr "**** Modul %s wird gestartet ****"
 
-#: jhbuild/frontends/buildscript.py:43
+#: jhbuild/frontends/buildscript.py:44
 #, python-format
 msgid "install prefix (%s) must be writable"
 msgstr "Installationspräfix (%s) muss schreibbar sein"
 
-#: jhbuild/frontends/buildscript.py:50
+#: jhbuild/frontends/buildscript.py:51
 #, python-format
 msgid "checkout root (%s) can not be created"
 msgstr "Hauptordner der Arbeitskopie (%s) kann nicht erstellt werden"
 
-#: jhbuild/frontends/buildscript.py:52
+#: jhbuild/frontends/buildscript.py:53
 #, python-format
 msgid "checkout root (%s) must be writable"
 msgstr "Hauptordner der Arbeitskopie (%s) muss schreibbar sein"
 
-#: jhbuild/frontends/buildscript.py:59
+#: jhbuild/frontends/buildscript.py:60
 #, python-format
 msgid "checkout copy dir (%s) can not be created"
 msgstr "Ordner für die Arbeitskopie (%s) kann nicht erstellt werden"
 
-#: jhbuild/frontends/buildscript.py:61
+#: jhbuild/frontends/buildscript.py:62
 #, python-format
 msgid "checkout copy dir (%s) must be writable"
 msgstr "Ordner für die Arbeitskopie (%s) muss schreibbar sein"
 
-#: jhbuild/frontends/buildscript.py:111
+#: jhbuild/frontends/buildscript.py:69
+#, python-format
+msgid "checkout export dir (%s) can not be created"
+msgstr "Exportordner für die Arbeitskopie (%s) kann nicht erstellt werden"
+
+#: jhbuild/frontends/buildscript.py:71
+#, python-format
+msgid "checkout export dir (%s) must be writable"
+msgstr "Exportordner für die Arbeitskopie (%s) muss schreibbar sein"
+
+#: jhbuild/frontends/buildscript.py:120
 #, python-format
 msgid "Skipping %s (installed recently)"
 msgstr "%s wird übersprungen (kürzlich installiert)"
 
-#: jhbuild/frontends/buildscript.py:120
+#: jhbuild/frontends/buildscript.py:129
 #, python-format
 msgid "module %(mod)s will be built even though %(dep)s failed"
 msgstr "Modul %(mod)s wird erstellt, obwohl %(dep)s scheiterte"
 
-#: jhbuild/frontends/buildscript.py:123
+#: jhbuild/frontends/buildscript.py:132
 #, python-format
 msgid "module %(mod)s not built due to non buildable %(dep)s"
 msgstr "Modul %(mod)s nicht erstellt wegen nicht erstellbarem %(dep)s"
 
-#: jhbuild/frontends/buildscript.py:242
+#: jhbuild/frontends/buildscript.py:251
 #, python-format
 msgid "Ignoring uninstalled package: %s"
 msgstr "Nicht installiertes Paket wird ignoriert: %s"
 
-#: jhbuild/frontends/buildscript.py:261
+#: jhbuild/frontends/buildscript.py:270
 #, python-format
 msgid "Running post-installation trigger script: %r"
 msgstr "Skript nach der Installation wird ausgeführt: %r"
 
-#: jhbuild/frontends/buildscript.py:269 jhbuild/frontends/gtkui.py:596
+#: jhbuild/frontends/buildscript.py:278 jhbuild/frontends/gtkui.py:605
 #, python-format
 msgid "%(command)s returned with an error code (%(rc)s)"
 msgstr "%(command)s gab einen Fehlercode zurück (%(rc)s)"
@@ -1135,7 +1141,7 @@ msgstr "Start"
 msgid "Build Completed"
 msgstr "Erstellung abgeschlossen"
 
-#: jhbuild/frontends/gtkui.py:377 jhbuild/frontends/terminal.py:304
+#: jhbuild/frontends/gtkui.py:377 jhbuild/frontends/terminal.py:316
 #, python-format
 msgid "Error during phase %(phase)s of %(module)s"
 msgstr "Fehler während Phase %(phase)s von %(module)s"
@@ -1144,25 +1150,25 @@ msgstr "Fehler während Phase %(phase)s von %(module)s"
 msgid "Pick an Action"
 msgstr "Aktion auswählen"
 
-#: jhbuild/frontends/gtkui.py:397 jhbuild/frontends/terminal.py:331
+#: jhbuild/frontends/gtkui.py:397 jhbuild/frontends/terminal.py:343
 #, python-format
 msgid "Rerun phase %s"
 msgstr "Phase %s erneut ausführen"
 
-#: jhbuild/frontends/gtkui.py:400 jhbuild/frontends/terminal.py:333
+#: jhbuild/frontends/gtkui.py:400 jhbuild/frontends/terminal.py:345
 #, python-format
 msgid "Ignore error and continue to %s"
 msgstr "Fehler ignorieren und bei %s fortsetzen"
 
-#: jhbuild/frontends/gtkui.py:403 jhbuild/frontends/terminal.py:335
+#: jhbuild/frontends/gtkui.py:403 jhbuild/frontends/terminal.py:347
 msgid "Ignore error and continue to next module"
 msgstr "Fehler ignorieren und beim nächsten Modul fortsetzen"
 
-#: jhbuild/frontends/gtkui.py:405 jhbuild/frontends/terminal.py:336
+#: jhbuild/frontends/gtkui.py:405 jhbuild/frontends/terminal.py:348
 msgid "Give up on module"
 msgstr "Bei diesem Modul aufgeben"
 
-#: jhbuild/frontends/gtkui.py:412 jhbuild/frontends/terminal.py:345
+#: jhbuild/frontends/gtkui.py:412 jhbuild/frontends/terminal.py:357
 #, python-format
 msgid "Go to phase \"%s\""
 msgstr "Zu Phase »%s« gehen"
@@ -1171,42 +1177,42 @@ msgstr "Zu Phase »%s« gehen"
 msgid "Open Terminal"
 msgstr "Terminal öffnen"
 
-#: jhbuild/frontends/gtkui.py:591
+#: jhbuild/frontends/gtkui.py:600
 #, python-format
 msgid "%(command)s died with signal %(rc)s"
 msgstr "%(command)s brach mit Signal %(rc)s ab"
 
-#: jhbuild/frontends/gtkui.py:646
+#: jhbuild/frontends/gtkui.py:655
 msgid "Module"
 msgstr "Modul"
 
-#: jhbuild/frontends/gtkui.py:665
+#: jhbuild/frontends/gtkui.py:674
 msgid "Start At"
 msgstr "Beginnen bei"
 
-#: jhbuild/frontends/gtkui.py:708
+#: jhbuild/frontends/gtkui.py:722
 msgid "Preferences"
 msgstr "Einstellungen"
 
-#: jhbuild/frontends/gtkui.py:720
+#: jhbuild/frontends/gtkui.py:734
 msgid "Disable network access"
 msgstr "Netzwerkzugriff deaktivieren"
 
-#: jhbuild/frontends/gtkui.py:721
+#: jhbuild/frontends/gtkui.py:735
 msgid "Always run autogen.sh"
 msgstr "»autogen.sh« immer ausführen"
 
-#: jhbuild/frontends/gtkui.py:722
+#: jhbuild/frontends/gtkui.py:736
 msgid "Don't poison modules on failure"
 msgstr "Module bei Fehlschlagen nicht fehlerhaft hinterlassen"
 
-#: jhbuild/frontends/terminal.py:198 jhbuild/frontends/tinderbox.py:219
-#: jhbuild/frontends/tinderbox.py:348 jhbuild/frontends/tinderbox.py:403
+#: jhbuild/frontends/terminal.py:207 jhbuild/frontends/tinderbox.py:213
+#: jhbuild/frontends/tinderbox.py:344 jhbuild/frontends/tinderbox.py:399
 #, python-format
 msgid "%(configuration_variable)s invalid key %(key)s"
 msgstr "%(configuration_variable)s ungültiger Schlüssel %(key)s"
 
-#: jhbuild/frontends/terminal.py:254
+#: jhbuild/frontends/terminal.py:265
 msgid ""
 "\n"
 "Conflicts during checkout:\n"
@@ -1215,64 +1221,64 @@ msgstr ""
 "Konflikte während des Auscheckens:\n"
 
 #. it could happen on a really badly-timed ctrl-c (see bug 551641)
-#: jhbuild/frontends/terminal.py:277 jhbuild/frontends/terminal.py:281
+#: jhbuild/frontends/terminal.py:289 jhbuild/frontends/terminal.py:293
 #, python-format
 msgid "########## Error running %s"
 msgstr "########## Fehler beim Ausführen von %s"
 
-#: jhbuild/frontends/terminal.py:295
+#: jhbuild/frontends/terminal.py:307
 msgid "success"
 msgstr "Erfolg"
 
-#: jhbuild/frontends/terminal.py:297
+#: jhbuild/frontends/terminal.py:309
 msgid "the following modules were not built"
 msgstr "Die folgenden Module wurden nicht erstellt"
 
-#: jhbuild/frontends/terminal.py:319 jhbuild/frontends/tinderbox.py:379
+#: jhbuild/frontends/terminal.py:331 jhbuild/frontends/tinderbox.py:375
 msgid "automatically retrying configure"
 msgstr "automatisch Neukonfiguration versuchen"
 
-#: jhbuild/frontends/terminal.py:323 jhbuild/frontends/tinderbox.py:384
+#: jhbuild/frontends/terminal.py:335 jhbuild/frontends/tinderbox.py:380
 msgid "automatically forcing a fresh checkout"
 msgstr "Erneutes Auschecken automatisch erzwingen"
 
-#: jhbuild/frontends/terminal.py:337
+#: jhbuild/frontends/terminal.py:349
 msgid "Start shell"
 msgstr "Shell starten"
 
-#: jhbuild/frontends/terminal.py:338
+#: jhbuild/frontends/terminal.py:350
 msgid "Reload configuration"
 msgstr "Konfiguration neu laden"
 
-#: jhbuild/frontends/terminal.py:347
+#: jhbuild/frontends/terminal.py:359
 msgid "choice: "
-msgstr "Wahl:"
+msgstr "Wahl: "
 
-#: jhbuild/frontends/terminal.py:371
+#: jhbuild/frontends/terminal.py:382
 msgid "exit shell to continue with build"
 msgstr "Shell verlassen, um Erstellung fortzusetzen"
 
-#: jhbuild/frontends/terminal.py:383
+#: jhbuild/frontends/terminal.py:397
 msgid "invalid choice"
 msgstr "Auswahl ungültig"
 
-#: jhbuild/frontends/terminal.py:391
+#: jhbuild/frontends/terminal.py:405
 msgid "Type \"yes\" to confirm the action: "
 msgstr "Geben Sie zur Bestätigung »ja« ein: "
 
-#: jhbuild/frontends/terminal.py:396
+#: jhbuild/frontends/terminal.py:410
 msgid "yes"
 msgstr "ja"
 
-#: jhbuild/main.py:98
+#: jhbuild/main.py:60
 msgid "You should not run jhbuild as root.\n"
 msgstr "Sie sollten jhbuild nicht als Root ausführen.\n"
 
-#: jhbuild/main.py:106
+#: jhbuild/main.py:68
 msgid "%prog [ -f config ] command [ options ... ]"
 msgstr "%prog [ -f Konfiguration ] Befehl [ Optionen ... ]"
 
-#: jhbuild/main.py:108
+#: jhbuild/main.py:70
 msgid ""
 "Build a set of modules from diverse repositories in correct dependency order "
 "(such as GNOME)."
@@ -1280,103 +1286,103 @@ msgstr ""
 "Erstellung eines Modulsatzes aus verschiedenen Softwarebeständen in der "
 "richtigen Abhängigkeitsreihenfolge (wie z.B. GNOME)"
 
-#: jhbuild/main.py:113
+#: jhbuild/main.py:75
 msgid "Display this help and exit"
 msgstr "Diese Hilfe anzeigen und beenden"
 
-#: jhbuild/main.py:120
+#: jhbuild/main.py:82
 msgid "use a non default configuration file"
 msgstr "nicht voreingestellte Konfigurationsdatei verwenden"
 
-#: jhbuild/main.py:123
+#: jhbuild/main.py:85
 msgid "use a non default module set"
 msgstr "nicht vorgegebenen Modulsatz verwenden"
 
-#: jhbuild/main.py:126
+#: jhbuild/main.py:88
 msgid "do not prompt for input"
 msgstr "nicht nach Eingaben fragen"
 
-#: jhbuild/main.py:129
+#: jhbuild/main.py:91
 msgid "exit immediately when the build fails"
 msgstr "direkt abbrechen, wenn die Erstellung fehlschlägt"
 
-#: jhbuild/main.py:132
+#: jhbuild/main.py:94
 msgid "modify the condition set"
 msgstr "Bedingungssatz bearbeiten"
 
-#: jhbuild/main.py:164
+#: jhbuild/main.py:129
 msgid "Interrupted"
 msgstr "Unterbrochen"
 
-#: jhbuild/main.py:167
+#: jhbuild/main.py:132
 msgid "EOF"
 msgstr "EOF"
 
-#: jhbuild/modtypes/autotools.py:223 jhbuild/modtypes/cmake.py:82
-#: jhbuild/modtypes/linux.py:109 jhbuild/modtypes/meson.py:85
-#: jhbuild/modtypes/waf.py:76
+#: jhbuild/modtypes/autotools.py:221 jhbuild/modtypes/cmake.py:82
+#: jhbuild/modtypes/linux.py:110 jhbuild/modtypes/meson.py:84
+#: jhbuild/modtypes/waf.py:75
 msgid "Configuring"
 msgstr "Konfiguration läuft"
 
-#: jhbuild/modtypes/autotools.py:254 jhbuild/modtypes/cmake.py:113
-#: jhbuild/modtypes/linux.py:141 jhbuild/modtypes/meson.py:124
-#: jhbuild/modtypes/waf.py:85
+#: jhbuild/modtypes/autotools.py:252 jhbuild/modtypes/cmake.py:113
+#: jhbuild/modtypes/linux.py:142 jhbuild/modtypes/meson.py:122
+#: jhbuild/modtypes/waf.py:84
 msgid "Cleaning"
 msgstr "Bereinigen läuft"
 
-#: jhbuild/modtypes/autotools.py:260 jhbuild/modtypes/cmake.py:123
-#: jhbuild/modtypes/distutils.py:58 jhbuild/modtypes/linux.py:154
-#: jhbuild/modtypes/meson.py:130 jhbuild/modtypes/perl.py:52
-#: jhbuild/modtypes/waf.py:93
+#: jhbuild/modtypes/autotools.py:258 jhbuild/modtypes/cmake.py:122
+#: jhbuild/modtypes/distutils.py:58 jhbuild/modtypes/linux.py:155
+#: jhbuild/modtypes/meson.py:128 jhbuild/modtypes/perl.py:52
+#: jhbuild/modtypes/waf.py:92
 msgid "Building"
 msgstr "Erstellung läuft"
 
-#: jhbuild/modtypes/autotools.py:291 jhbuild/modtypes/meson.py:137
-#: jhbuild/modtypes/waf.py:111
+#: jhbuild/modtypes/autotools.py:289 jhbuild/modtypes/meson.py:135
+#: jhbuild/modtypes/waf.py:110
 msgid "Checking"
 msgstr "Überprüfung läuft"
 
-#: jhbuild/modtypes/autotools.py:301 jhbuild/modtypes/cmake.py:133
-#: jhbuild/modtypes/meson.py:143 jhbuild/modtypes/waf.py:123
+#: jhbuild/modtypes/autotools.py:299 jhbuild/modtypes/cmake.py:131
+#: jhbuild/modtypes/meson.py:141 jhbuild/modtypes/waf.py:122
 msgid "Creating tarball for"
 msgstr "Tarball wird erstellt für"
 
 # CHECK
-#: jhbuild/modtypes/autotools.py:307
+#: jhbuild/modtypes/autotools.py:305
 msgid "Dist checking"
 msgstr "Globales Bereinigen läuft"
 
-#: jhbuild/modtypes/autotools.py:316
+#: jhbuild/modtypes/autotools.py:314
 msgid "Uninstalling old installed version"
 msgstr "Alte installierte Version wird deinstalliert"
 
-#: jhbuild/modtypes/autotools.py:319 jhbuild/modtypes/cmake.py:145
-#: jhbuild/modtypes/distutils.py:69 jhbuild/modtypes/meson.py:152
-#: jhbuild/modtypes/perl.py:66 jhbuild/modtypes/waf.py:134
+#: jhbuild/modtypes/autotools.py:317 jhbuild/modtypes/cmake.py:143
+#: jhbuild/modtypes/distutils.py:69 jhbuild/modtypes/meson.py:150
+#: jhbuild/modtypes/perl.py:66 jhbuild/modtypes/waf.py:133
 msgid "Installing"
 msgstr "Installation läuft"
 
 # CHECK
-#: jhbuild/modtypes/autotools.py:341
+#: jhbuild/modtypes/autotools.py:339
 msgid "Distcleaning"
 msgstr "Globales Bereinigen läuft"
 
-#: jhbuild/modtypes/autotools.py:377
+#: jhbuild/modtypes/autotools.py:375
 #, python-format
 msgid "<%s/> tag must contain value=''"
 msgstr "<%s/>-Markierung muss value='' enthalten"
 
-#: jhbuild/modtypes/__init__.py:61
+#: jhbuild/modtypes/__init__.py:60
 #, python-format
 msgid "unknown module type %s"
 msgstr "Unbekannter Modultyp %s"
 
-#: jhbuild/modtypes/__init__.py:78
+#: jhbuild/modtypes/__init__.py:77
 #, python-format
 msgid "dep node for module %s is missing package attribute"
 msgstr "Dem Abhängigkeitsknoten für Modul %s fehlt das Paketattribut"
 
-#: jhbuild/modtypes/__init__.py:87 jhbuild/modtypes/__init__.py:94
+#: jhbuild/modtypes/__init__.py:86 jhbuild/modtypes/__init__.py:93
 #, python-format
 msgid "%(node)s node for %(module)s module is missing %(attribute)s attribute"
 msgstr ""
@@ -1415,12 +1421,12 @@ msgstr "*.la-Datei wird gelöscht: %r"
 msgid "Deleting dir file: %r"
 msgstr "dir-Datei wird gelöscht: %r"
 
-#: jhbuild/modtypes/__init__.py:321
+#: jhbuild/modtypes/__init__.py:320
 #, python-format
 msgid "Moving temporary DESTDIR %r into build prefix"
 msgstr "Temporäres DESTDIR %r wird in Erstellungspräfix verschoben"
 
-#: jhbuild/modtypes/__init__.py:343
+#: jhbuild/modtypes/__init__.py:342
 #, python-format
 msgid ""
 "Files remaining in buildroot %(dest)r; module may have installed files "
@@ -1429,28 +1435,28 @@ msgstr ""
 "Verbleibende Dateien in Buildroot %(dest)r. Das Modul könnte Dateien "
 "außerhalb des Präfixes installiert haben."
 
-#: jhbuild/modtypes/__init__.py:361
+#: jhbuild/modtypes/__init__.py:360
 #, python-format
 msgid "Module failed to install into DESTDIR %(dest)r"
 msgstr "Modulinstallation in DESTDIR %(dest)r ist fehlgeschlagen"
 
-#: jhbuild/modtypes/__init__.py:377
+#: jhbuild/modtypes/__init__.py:376
 #, python-format
 msgid "%d files remaining from previous build"
 msgstr "%d Dateien aus der vorherigen Erstellung verbleibend"
 
-#: jhbuild/modtypes/__init__.py:380 jhbuild/utils/packagedb.py:226
+#: jhbuild/modtypes/__init__.py:379 jhbuild/utils/packagedb.py:218
 #, python-format
 msgid "Deleted: %(file)r"
 msgstr "Gelöscht: %(file)r"
 
-#: jhbuild/modtypes/__init__.py:385
+#: jhbuild/modtypes/__init__.py:384
 #, python-format
 msgid "Failed to delete no longer installed file %(file)r: %(msg)s"
 msgstr ""
 "Löschen der nicht mehr installierten Datei %(file)r ist gescheitert: %(msg)s"
 
-#: jhbuild/modtypes/__init__.py:393
+#: jhbuild/modtypes/__init__.py:392
 #, python-format
 msgid ""
 "Install encountered errors: %(num)d errors raised, %(files)d files copied. "
@@ -1461,63 +1467,63 @@ msgstr ""
 "Dateien kopiert. Die Fehler sind:\n"
 "  %(err)s"
 
-#: jhbuild/modtypes/__init__.py:400
+#: jhbuild/modtypes/__init__.py:399
 #, python-format
 msgid "Install complete: %d files copied"
 msgstr "Installation vollständig: %d Dateien wurden kopiert"
 
-#: jhbuild/modtypes/__init__.py:448
+#: jhbuild/modtypes/__init__.py:447
 #, python-format
 msgid "Skipping %s (not updated)"
 msgstr "%s wird übersprungen (nicht aktualisiert)"
 
-#: jhbuild/modtypes/__init__.py:460
+#: jhbuild/modtypes/__init__.py:459
 #, python-format
 msgid "Skipping %s (package and dependencies not updated)"
 msgstr "%s wird übersprungen (Paket und Abhängigkeiten nicht aktualisiert)"
 
-#: jhbuild/modtypes/__init__.py:550
+#: jhbuild/modtypes/__init__.py:551
 msgid "ninja not found; use NINJA to point to a specific ninja binary"
 msgstr ""
 "ninja wurde nicht gefunden; mit NINJA können Sie auf ein spezifisches Ninja-"
 "Binary verweisen"
 
-#: jhbuild/modtypes/__init__.py:616 jhbuild/modtypes/__init__.py:642
-#: jhbuild/modtypes/linux.py:81 jhbuild/modtypes/linux.py:88
+#: jhbuild/modtypes/__init__.py:617 jhbuild/modtypes/__init__.py:643
+#: jhbuild/modtypes/linux.py:82 jhbuild/modtypes/linux.py:89
 msgid "Checking out"
 msgstr "Arbeitskopie wird erstellt"
 
-#: jhbuild/modtypes/__init__.py:620
+#: jhbuild/modtypes/__init__.py:621
 #, python-format
 msgid "source directory %s was not created"
 msgstr "Quellordner %s wurde nicht erstellt"
 
-#: jhbuild/modtypes/__init__.py:645
+#: jhbuild/modtypes/__init__.py:646
 msgid "wipe directory and start over"
 msgstr "Ordner säubern und neu starten"
 
-#: jhbuild/modtypes/linux.py:45
+#: jhbuild/modtypes/linux.py:46
 #, python-format
 msgid "kconfig file %s was not created"
 msgstr "kconfig-Datei %s wurde nicht erstellt"
 
-#: jhbuild/modtypes/linux.py:93
+#: jhbuild/modtypes/linux.py:94
 msgid "make mrproper"
 msgstr "make mrproper"
 
-#: jhbuild/modtypes/linux.py:167
+#: jhbuild/modtypes/linux.py:168
 msgid "Installing kernel"
 msgstr "Kernel wird installiert"
 
-#: jhbuild/modtypes/linux.py:185
+#: jhbuild/modtypes/linux.py:186
 msgid "Installing modules"
 msgstr "Module werden installiert"
 
-#: jhbuild/modtypes/linux.py:200
+#: jhbuild/modtypes/linux.py:201
 msgid "Installing kernel headers"
 msgstr "Kernel-Header werden installiert"
 
-#: jhbuild/modtypes/linux.py:240
+#: jhbuild/modtypes/linux.py:242
 #, python-format
 msgid ""
 "Repository=%(missing)s not found for kconfig in linux id=%(linux_id)s. "
@@ -1527,7 +1533,7 @@ msgstr ""
 "Mögliche Softwarebestände sind %(possible)s"
 
 # CHECK
-#: jhbuild/modtypes/linux.py:246
+#: jhbuild/modtypes/linux.py:248
 #, python-format
 msgid ""
 "Default repository=%(missing)s not found for kconfig in linux id="
@@ -1536,55 +1542,51 @@ msgstr ""
 "Default Repository=%(missing)s nicht gefunden für kconfig in Linux id="
 "%(linux_id)s. Mögliche Softwarebestände sind %(possible)s"
 
-#: jhbuild/modtypes/tarball.py:68
+#: jhbuild/modtypes/tarball.py:64
 #, python-format
 msgid "module '%(module)s' has invalid size attribute ('%(size)s')"
 msgstr "Modul »%(module)s« hat ein ungültiges Größen-Attribut (»%(size)s«)"
 
-#: jhbuild/moduleset.py:34 jhbuild/utils/httpcache.py:46
-msgid "Python XML packages are required but could not be found"
-msgstr "Python-XML-Pakete werden benötigt, aber können nicht gefunden werden"
-
-#: jhbuild/moduleset.py:95
+#: jhbuild/moduleset.py:91
 #, python-format
 msgid "fixed case of module '%(orig)s' to '%(new)s'"
 msgstr "Großschreibung für Modul »%(orig)s« wurde zu »%(new)s« korrigiert"
 
-#: jhbuild/moduleset.py:134
+#: jhbuild/moduleset.py:130
 #, python-format
 msgid "%(module)s has a dependency on unknown \"%(invalid)s\" module"
 msgstr "»%(module)s« hängt vom unbekannten Modul »%(invalid)s« ab"
 
-#: jhbuild/moduleset.py:147
+#: jhbuild/moduleset.py:143
 #, python-format
 msgid "Circular dependencies detected: %s"
 msgstr "Zyklische Abhängigkeiten entdeckt: %s"
 
-#: jhbuild/moduleset.py:298
+#: jhbuild/moduleset.py:292
 msgid "Unknown module:"
 msgstr "Unbekanntes Modul:"
 
-#: jhbuild/moduleset.py:437
+#: jhbuild/moduleset.py:431
 msgid "<if> must have exactly one of condition-set='' or condition-unset=''"
 msgstr ""
 "Für <if> ist genau eines aus condition-set='' oder condition-unset='' "
 "erforderlich"
 
-#: jhbuild/moduleset.py:456
+#: jhbuild/moduleset.py:450
 #, python-format
 msgid "could not download %s: %s"
 msgstr "%s kann nicht heruntergeladen werden: %s"
 
-#: jhbuild/moduleset.py:461 jhbuild/moduleset.py:463
+#: jhbuild/moduleset.py:455 jhbuild/moduleset.py:457
 #, python-format
 msgid "failed to parse %s: %s"
 msgstr "Verarbeitung von %s ist gescheitert: %s"
 
-#: jhbuild/moduleset.py:498
+#: jhbuild/moduleset.py:492
 msgid "Duplicate repository:"
 msgstr "Softwarebestand duplizieren:"
 
-#: jhbuild/moduleset.py:601
+#: jhbuild/moduleset.py:595
 #, python-format
 msgid ""
 "Modulesets were edited locally but JHBuild is configured to get them from "
@@ -1594,21 +1596,21 @@ msgstr ""
 "diese aus dem Netzwerk bezogen werden. Möglicherweise müssen Sie "
 "»use_local_modulesets = True« zu Ihrer %s hinzufügen."
 
-#: jhbuild/utils/cmds.py:40
+#: jhbuild/utils/cmds.py:42
 msgid "Call to undefined command"
 msgstr "Aufruf von undefiniertem Befehl"
 
-#: jhbuild/utils/httpcache.py:185
+#: jhbuild/utils/httpcache.py:182
 msgid "file not in cache, but not allowed to check network"
 msgstr ""
 "Datei nicht im Zwischenspeicher, Abfrage des Netzwerks jedoch nicht erlaubt"
 
-#: jhbuild/utils/packagedb.py:73
+#: jhbuild/utils/packagedb.py:66
 #, python-format
 msgid "package %s has files with embedded new lines"
 msgstr "Paket %s enthält Dateien mit eingebetteten Zeilenumbrüchen"
 
-#: jhbuild/utils/packagedb.py:213
+#: jhbuild/utils/packagedb.py:205
 #, python-format
 msgid ""
 "no manifest for '%s', can't uninstall.  Try building again, then "
@@ -1617,41 +1619,44 @@ msgstr ""
 "Kein Manifest für »%s«, Deinstallation ist nicht möglich. Versuchen Sie eine "
 "erneute Erstellung mit anschließender Deinstallation."
 
-#: jhbuild/utils/packagedb.py:230
+#: jhbuild/utils/packagedb.py:222
 #, python-format
 msgid "Failed to delete %(file)r: %(msg)s"
 msgstr "Löschen von %(file)r ist gescheitert: %(msg)s"
 
-#: jhbuild/utils/systeminstall.py:218
-msgid "No suitable root privilege command found; you should install \"pkexec\""
+#: jhbuild/utils/systeminstall.py:233
+msgid ""
+"No suitable root privilege command found; you should install \"sudo\" or "
+"\"pkexec\" (or the system package that provides it)"
 msgstr ""
 "Kein brauchbarer Befehl zum Erlangen der Systemverwalterrechte gefunden. Sie "
-"sollten »pkexec« versuchen."
+"sollten es mit »sudo« oder »pkexec« versuchen (oder dem Systempaket, das es "
+"bereitstellt)"
 
-#: jhbuild/utils/systeminstall.py:247 jhbuild/utils/systeminstall.py:250
+#: jhbuild/utils/systeminstall.py:262 jhbuild/utils/systeminstall.py:265
 #, python-format
 msgid "PackageKit: %s"
 msgstr "PackageKit: %s"
 
-#: jhbuild/utils/systeminstall.py:260
+#: jhbuild/utils/systeminstall.py:272
 msgid "Error: python-gobject package not found."
 msgstr "Fehler: Paket python-gobject nicht gefunden."
 
-#: jhbuild/utils/systeminstall.py:266
+#: jhbuild/utils/systeminstall.py:278
 msgid "Error: dbus-python package not found."
 msgstr "Fehler: Paket dbus-python nicht gefunden."
 
-#: jhbuild/utils/systeminstall.py:284
+#: jhbuild/utils/systeminstall.py:295
 msgid "Computing packages to install. This might be slow. Please wait."
 msgstr ""
 "Die zu installierenden Pakete werden berechnet. Dies kann unter Umständen "
 "langsam sein. Bitte warten Sie."
 
-#: jhbuild/utils/systeminstall.py:314
+#: jhbuild/utils/systeminstall.py:325
 msgid "Nothing available to install"
 msgstr "Nichts zum Installieren verfügbar"
 
-#: jhbuild/utils/systeminstall.py:317
+#: jhbuild/utils/systeminstall.py:328
 #, python-format
 msgid ""
 "Installing:\n"
@@ -1660,7 +1665,7 @@ msgstr ""
 "Installation läuft:\n"
 "  %s"
 
-#: jhbuild/utils/systeminstall.py:318
+#: jhbuild/utils/systeminstall.py:329
 msgid ""
 "This might take a very long time. Do not turn off your computer. You can run "
 "`pkmon' to monitor progress."
@@ -1668,69 +1673,70 @@ msgstr ""
 "Dies kann einige Zeit in Anspruch nehmen. Schalten Sie Ihren Rechner nicht "
 "aus. Führen Sie »pkmon« aus, um den Fortschritt zu beobachten."
 
-#: jhbuild/utils/systeminstall.py:324
+#: jhbuild/utils/systeminstall.py:335
 msgid "Complete!"
 msgstr "Komplett!"
 
-#: jhbuild/utils/systeminstall.py:337
+#: jhbuild/utils/systeminstall.py:348
 msgid "pkgfile not found, automatically installing"
 msgstr "»pkgfile« nicht gefunden, wird automatisch installiert"
 
-#: jhbuild/utils/systeminstall.py:339
+#: jhbuild/utils/systeminstall.py:350
 msgid "Failed to install pkgfile"
 msgstr "Installation von »pkgfile« fehlgeschlagen"
 
-#: jhbuild/utils/systeminstall.py:345
+#: jhbuild/utils/systeminstall.py:356
 msgid "pkgfile cache is old or doesn't exist, automatically updating"
 msgstr ""
 "»pkgfile«-Cache ist veraltet oder nicht vorhanden, wird automatisch "
 "aktualisiert"
 
-#: jhbuild/utils/systeminstall.py:348
+#: jhbuild/utils/systeminstall.py:359
 msgid "Failed to create pkgfile cache"
 msgstr "Erstellung des »pkgfile«-Cache fehlgeschlagen"
 
-#: jhbuild/utils/systeminstall.py:351
+#: jhbuild/utils/systeminstall.py:362
 msgid "Failed to update pkgfile cache"
 msgstr "Aktualisierung des »pkgfile«-Cache fehlgeschlagen"
 
-#: jhbuild/utils/systeminstall.py:353
+#: jhbuild/utils/systeminstall.py:364
 msgid "Successfully updated pkgfile cache"
 msgstr "Der »pkgfile«-Cache wurde erfolgreich aktualisiert"
 
-#: jhbuild/utils/systeminstall.py:358
+#: jhbuild/utils/systeminstall.py:369
 msgid "Using pacman to install packages.  Please wait."
 msgstr "Pacman wird verwendet, um Pakete zu installieren. Bitte warten."
 
-#: jhbuild/utils/systeminstall.py:362 jhbuild/utils/systeminstall.py:380
-#: jhbuild/utils/systeminstall.py:477
+#: jhbuild/utils/systeminstall.py:373 jhbuild/utils/systeminstall.py:391
+#: jhbuild/utils/systeminstall.py:546
 msgid "Nothing to install"
 msgstr "Nichts zu installieren"
 
-#: jhbuild/utils/systeminstall.py:377
+#: jhbuild/utils/systeminstall.py:388
 #, python-format
 msgid "Provider for \"%s\" was not found, ignoring"
 msgstr "Anbieter von »%s« wurde nicht gefunden, wird ignoriert"
 
-#: jhbuild/utils/systeminstall.py:385
+#: jhbuild/utils/systeminstall.py:396
 msgid "Install failed"
 msgstr "Installation fehlgeschlagen"
 
-#: jhbuild/utils/systeminstall.py:387
+#: jhbuild/utils/systeminstall.py:398
 msgid "Completed!"
 msgstr "Abgeschlossen!"
 
-#: jhbuild/utils/systeminstall.py:434
+#: jhbuild/utils/systeminstall.py:480 jhbuild/utils/systeminstall.py:491
+#: jhbuild/utils/systeminstall.py:505
 #, python-format
 msgid "No native package found for %(id)s (%(filename)s)"
 msgstr "Kein natives Paket für %(id)s (%(filename)s) gefunden"
 
-#: jhbuild/utils/systeminstall.py:439
+#: jhbuild/utils/systeminstall.py:510
 #, python-format
 msgid "Installing: %(pkgs)s"
 msgstr "Installation läuft: %(pkgs)s"
 
-#: jhbuild/utils/systeminstall.py:445
+#: jhbuild/utils/systeminstall.py:520
 msgid ""
 "Using apt-file to search for providers; this may be extremely slow. Please "
 "wait. Patience!"
@@ -1738,7 +1744,7 @@ msgstr ""
 "apt-file wird zur Suche nach Anbietern verwendet; dies könnte äußerst "
 "langsam sein. Bitte warten Sie."
 
-#: jhbuild/utils/trigger.py:57
+#: jhbuild/utils/trigger.py:55
 #, python-format
 msgid "No keys specified in trigger script %r"
 msgstr "Keine Schlüssel angegeben im Auslöserskript %r"
@@ -1758,20 +1764,20 @@ msgstr "Entpacken von %s ist gescheitert"
 msgid "Failed to unpack %s (empty file?)"
 msgstr "Entpacken von %s ist gescheitert (leere Datei?)"
 
-#: jhbuild/versioncontrol/bzr.py:74 jhbuild/versioncontrol/darcs.py:55
-#: jhbuild/versioncontrol/fossil.py:49 jhbuild/versioncontrol/hg.py:53
-#: jhbuild/versioncontrol/mtn.py:52 jhbuild/versioncontrol/tarball.py:67
+#: jhbuild/versioncontrol/bzr.py:73 jhbuild/versioncontrol/darcs.py:50
+#: jhbuild/versioncontrol/fossil.py:48 jhbuild/versioncontrol/hg.py:52
+#: jhbuild/versioncontrol/mtn.py:52 jhbuild/versioncontrol/tarball.py:64
 #, python-format
 msgid "branch for %(name)s has wrong override, check your %(filename)s"
 msgstr ""
 "Der Zweig von %(name)s wird falsch überschrieben, überprüfen Sie ihr "
 "%(filename)s"
 
-#: jhbuild/versioncontrol/bzr.py:122
+#: jhbuild/versioncontrol/bzr.py:124
 msgid "attribute is deprecated. Use revspec instead."
 msgstr "Attribut ist veraltet. Bitte verwenden Sie stattdessen revspec."
 
-#: jhbuild/versioncontrol/bzr.py:178
+#: jhbuild/versioncontrol/bzr.py:179
 #, python-format
 msgid ""
 "\n"
@@ -1782,22 +1788,22 @@ msgstr ""
 "Pfad %s scheint kein Auscheck-Pfad aus dvcs_mirror_dir zu sein.\n"
 "Bitte entfernen Sie ihn oder ändern Sie die dvcs_mirror_dir-Einstellungen."
 
-#: jhbuild/versioncontrol/cvs.py:108
+#: jhbuild/versioncontrol/cvs.py:104
 #, python-format
-msgid "could not log into %s\n"
-msgstr "Anmeldung an %s nicht möglich\n"
+msgid "could not log into %s"
+msgstr "Anmeldung an %s nicht möglich"
 
-#: jhbuild/versioncontrol/cvs.py:126
+#: jhbuild/versioncontrol/cvs.py:122
 #, python-format
 msgid "%s is not managed by CVS"
 msgstr "%s wird nicht im CVS verwaltet"
 
-#: jhbuild/versioncontrol/cvs.py:281
+#: jhbuild/versioncontrol/cvs.py:279
 #, python-format
 msgid "\"%s\" does not appear to be a CVS working copy"
 msgstr "»%s« scheint keine CVS-Arbeitskopie zu sein"
 
-#: jhbuild/versioncontrol/cvs.py:284
+#: jhbuild/versioncontrol/cvs.py:282
 #, python-format
 msgid ""
 "working copy points at the wrong repository (expected %(root1)s but got "
@@ -1806,32 +1812,32 @@ msgstr ""
 "Arbeitskopie verweist auf den falschen Bestand (»%(root1)s« wurde erwartet, "
 "aber »%(root2)s« erhalten)."
 
-#: jhbuild/versioncontrol/cvs.py:286
+#: jhbuild/versioncontrol/cvs.py:284
 msgid "Consider using the changecvsroot.py script to fix this."
 msgstr ""
 "Sie sollten das Skript »changecvsroot.py« verwenden, um dies zu beheben."
 
-#: jhbuild/versioncontrol/darcs.py:86 jhbuild/versioncontrol/darcs.py:92
-#: jhbuild/versioncontrol/fossil.py:84 jhbuild/versioncontrol/fossil.py:97
-#: jhbuild/versioncontrol/git.py:574 jhbuild/versioncontrol/git.py:614
-#: jhbuild/versioncontrol/git.py:690 jhbuild/versioncontrol/hg.py:90
-#: jhbuild/versioncontrol/hg.py:96
+#: jhbuild/versioncontrol/darcs.py:81 jhbuild/versioncontrol/darcs.py:87
+#: jhbuild/versioncontrol/fossil.py:80 jhbuild/versioncontrol/fossil.py:93
+#: jhbuild/versioncontrol/git.py:602 jhbuild/versioncontrol/git.py:642
+#: jhbuild/versioncontrol/git.py:718 jhbuild/versioncontrol/hg.py:89
+#: jhbuild/versioncontrol/hg.py:95
 msgid "date based checkout not yet supported\n"
 msgstr "Datumbasiertes Auschecken wird nicht unterstützt\n"
 
-#: jhbuild/versioncontrol/git.py:111
+#: jhbuild/versioncontrol/git.py:110
 msgid "ignored bad branch redefinition for module:"
 msgstr "Falsche Zweigdefinition wird ignoriert für Modul:"
 
-#: jhbuild/versioncontrol/git.py:204
+#: jhbuild/versioncontrol/git.py:203
 msgid "Need at least git-1.5.6 from June/08 to operate"
-msgstr "Mindestens git-1.5.6 vom 8. Juni wird zur Ausführung benötigt."
+msgstr "Mindestens git-1.5.6 vom 8. Juni wird zur Ausführung benötigt"
 
-#: jhbuild/versioncontrol/git.py:218
+#: jhbuild/versioncontrol/git.py:217
 msgid "Unexpected: Checkoutdir is not a git repository:"
 msgstr "Unerwartet: Ordner zum Auschecken ist kein Git-Softwarebestand:"
 
-#: jhbuild/versioncontrol/git.py:275
+#: jhbuild/versioncontrol/git.py:284
 #, python-format
 msgid ""
 "The requested branch \"%s\" is not available. Neither locally, nor remotely "
@@ -1839,21 +1845,21 @@ msgid ""
 msgstr ""
 "Der angeforderte Zweig »%s« ist nicht verfügbar, weder lokal noch entfernt."
 
-#: jhbuild/versioncontrol/git.py:283
+#: jhbuild/versioncontrol/git.py:292
 msgid "Refusing to switch a dirty tree."
 msgstr "Switchen eines unkorrekten Baums wurde verweigert."
 
-#: jhbuild/versioncontrol/git.py:361
+#: jhbuild/versioncontrol/git.py:370
 #, python-format
 msgid "Command %s returned no output"
 msgstr "Befehl %s gab nichts zurück"
 
-#: jhbuild/versioncontrol/git.py:366
+#: jhbuild/versioncontrol/git.py:375
 #, python-format
 msgid "Command %s did not include commit line: %r"
 msgstr "Befehl %s enthält nicht die Einspielzeile: %r"
 
-#: jhbuild/versioncontrol/git.py:436
+#: jhbuild/versioncontrol/git.py:462
 msgid ""
 "Failed to update module as it switched to git (you should check for changes "
 "then remove the directory)."
@@ -1862,7 +1868,7 @@ msgstr ""
 "worden ist (Sie sollten auf eigene Änderungen prüfen und den Ordner dann "
 "löschen)."
 
-#: jhbuild/versioncontrol/git.py:437
+#: jhbuild/versioncontrol/git.py:463
 msgid ""
 "Failed to update module (missing .git) (you should check for changes then "
 "remove the directory)."
@@ -1870,7 +1876,7 @@ msgstr ""
 "Aktualisierung des Moduls ist gescheitert (.git fehlt). Sie sollten auf "
 "Änderungen prüfen und dann den Ordner entfernen."
 
-#: jhbuild/versioncontrol/git.py:541
+#: jhbuild/versioncontrol/git.py:567
 msgid ""
 "External handling failed\n"
 " If you are running git version < 1.5.6 it is recommended you update.\n"
@@ -1879,14 +1885,14 @@ msgstr ""
 "Aktualisieren Sie Ihre Git-Version, falls diese älter als Version 1.5.6 "
 "ist.\n"
 
-#: jhbuild/versioncontrol/git.py:586
+#: jhbuild/versioncontrol/git.py:614
 #, python-format
 msgid "Cannot get last revision from %s. Check the module location."
 msgstr ""
 "Letzte Revision von %s kann nicht erhalten werden. Überprüfen Sie den Ort "
 "des Moduls."
 
-#: jhbuild/versioncontrol/__init__.py:199
+#: jhbuild/versioncontrol/__init__.py:197
 #, python-format
 msgid "unknown repository type %s"
 msgstr "Unbekannter Typ des Softwarebestandes %s"
@@ -1916,83 +1922,83 @@ msgstr "Zweig »%(branch)s« wird in Ordner »%(dir)s« ausgecheckt"
 msgid "Updating working copy %s"
 msgstr "Arbeitskopie %s wird aktualisiert"
 
-#: jhbuild/versioncontrol/svn.py:74
+#: jhbuild/versioncontrol/svn.py:75
 msgid "Getting SVN subdirs: this operation might be long..."
 msgstr "SVN-Unterordner werden geholt: Dies kann etwas dauern …"
 
-#: jhbuild/versioncontrol/svn.py:97
+#: jhbuild/versioncontrol/svn.py:100
 #, python-format
 msgid "could not get Subversion URI for %s"
 msgstr "Subversion-Adresse für %s konnte nicht erhalten werden"
 
-#: jhbuild/versioncontrol/svn.py:100
+#: jhbuild/versioncontrol/svn.py:103
 #, python-format
 msgid "could not parse \"svn info\" output for %s"
 msgstr "Ausgabe von »svn info« für %s konnte nicht verarbeitet werden"
 
-#: jhbuild/versioncontrol/svn.py:312
+#: jhbuild/versioncontrol/svn.py:318
 msgid "Error checking for conflicts"
 msgstr "Fehler bei der Überprüfung auf Konflikte"
 
-#: jhbuild/versioncontrol/tarball.py:93
+#: jhbuild/versioncontrol/tarball.py:90
 #, python-format
 msgid "branch for %s is not correct, check the moduleset file."
 msgstr "Zweig für %s ist nicht korrekt, überprüfen Sie die Modulsatz-Datei."
 
-#: jhbuild/versioncontrol/tarball.py:133
+#: jhbuild/versioncontrol/tarball.py:132
 #, python-format
 msgid "URL has no filename component: %s"
 msgstr "Adresse hat keine Dateinamen-Komponente: %s"
 
-#: jhbuild/versioncontrol/tarball.py:176
+#: jhbuild/versioncontrol/tarball.py:174
 msgid "file not downloaded"
 msgstr "Datei nicht heruntergeladen"
 
-#: jhbuild/versioncontrol/tarball.py:181
+#: jhbuild/versioncontrol/tarball.py:179
 #, python-format
 msgid "downloaded file size is incorrect (expected %(size1)d, got %(size2)d)"
 msgstr ""
 "Größe der heruntergeladenen Datei ist inkorrekt (%(size1)d wurde erwartet, "
 "%(size2)d erhalten)"
 
-#: jhbuild/versioncontrol/tarball.py:187
+#: jhbuild/versioncontrol/tarball.py:185
 #, python-format
 msgid "invalid hash attribute on module %s"
 msgstr "Ungültiges Prüfsummen-Attribut im Modul %s"
 
-#: jhbuild/versioncontrol/tarball.py:200
+#: jhbuild/versioncontrol/tarball.py:198
 #, python-format
 msgid "file hash is incorrect (expected %(sum1)s, got %(sum2)s)"
 msgstr ""
 "Prüfsumme der Datei ist nicht korrekt (%(sum1)s wurde erwartet, %(sum2)s "
 "erhalten)"
 
-#: jhbuild/versioncontrol/tarball.py:203
+#: jhbuild/versioncontrol/tarball.py:201
 #, python-format
 msgid "skipped hash check (missing support for %s)"
 msgstr ""
 "Erstellung der Prüfsumme wurde übersprungen (fehlende Unterstützung für %s)"
 
-#: jhbuild/versioncontrol/tarball.py:207
+#: jhbuild/versioncontrol/tarball.py:205
 #, python-format
 msgid "tarball dir (%s) must be writable"
 msgstr "Tarball-Ordner (%s) muss schreibbar sein"
 
-#: jhbuild/versioncontrol/tarball.py:219
+#: jhbuild/versioncontrol/tarball.py:217
 msgid "unable to find wget or curl"
 msgstr "»wget« oder »curl« konnten nicht gefunden werden"
 
-#: jhbuild/versioncontrol/tarball.py:235
+#: jhbuild/versioncontrol/tarball.py:233
 #, python-format
 msgid "tarball dir (%s) can not be created"
 msgstr "Tarball-Ordner (%s) konnte nicht erstellt werden"
 
-#: jhbuild/versioncontrol/tarball.py:247
+#: jhbuild/versioncontrol/tarball.py:245
 #, python-format
 msgid "failed to unpack %s"
 msgstr "Entpacken von %s ist gescheitert"
 
-#: jhbuild/versioncontrol/tarball.py:250
+#: jhbuild/versioncontrol/tarball.py:248
 #, python-format
 msgid "could not unpack tarball (expected %s dir)"
 msgstr "Tarball konnte nicht entpackt werden (Ordner %s wurde erwartet)"
@@ -2011,14 +2017,35 @@ msgstr "Patch konnte nicht heruntergeladen werden"
 msgid "Failed to find patch: %s"
 msgstr "Patch kann nicht gefunden werden: %s"
 
-#: jhbuild/versioncontrol/tarball.py:301
+#: jhbuild/versioncontrol/tarball.py:309
 msgid "Applying patch"
 msgstr "Patch wird angewendet"
 
-#: jhbuild/versioncontrol/tarball.py:309
+#: jhbuild/versioncontrol/tarball.py:317
 msgid "unable to find quilt"
 msgstr "»quilt« konnte nicht gefunden werden"
 
-#: jhbuild/versioncontrol/tarball.py:320
+#: jhbuild/versioncontrol/tarball.py:328
 msgid "could not checkout quilt patch set"
 msgstr "Patchset für »quilt« konnte nicht ausgecheckt werden"
+
+#~ msgid "buildbot and twisted not found, run jhbuild bot --setup"
+#~ msgstr ""
+#~ "»buildbot« und »twisted« nicht gefunden, führen Sie »jhbuild bot --setup« "
+#~ "aus"
+
+#~ msgid "No description for slave %s."
+#~ msgstr "Keine Beschreibung für Slave %s."
+
+#~ msgid "Failed to parse slave config for %s."
+#~ msgstr "Slave-Konfiguration für %s konnte nicht verarbeitet werden."
+
+#~ msgid "failed to get buildbot PID"
+#~ msgstr "Buildbot-PID konnte nicht bestimmt werden"
+
+#~ msgid "applications-development"
+#~ msgstr "applications-development"
+
+#~ msgid "Python XML packages are required but could not be found"
+#~ msgstr ""
+#~ "Python-XML-Pakete werden benötigt, aber können nicht gefunden werden"


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]