summaryrefslogtreecommitdiff
path: root/manpages/po
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/po')
-rw-r--r--manpages/po/de/lb_binary_hooks.1.po198
-rw-r--r--manpages/po/de/lb_bootstrap_cdebootstrap.1.po47
-rw-r--r--manpages/po/de/lb_bootstrap_debootstrap.1.po47
-rw-r--r--manpages/po/de/lb_bootstrap_hooks.1.po64
-rw-r--r--manpages/po/de/lb_chroot_hooks.1.po64
-rw-r--r--manpages/po/de/lb_source_hooks.1.po64
-rw-r--r--manpages/po/es/lb_binary_hooks.1.po171
-rw-r--r--manpages/po/es/lb_bootstrap_cdebootstrap.1.po47
-rw-r--r--manpages/po/es/lb_bootstrap_debootstrap.1.po47
-rw-r--r--manpages/po/es/lb_bootstrap_hooks.1.po64
-rw-r--r--manpages/po/es/lb_chroot_hooks.1.po64
-rw-r--r--manpages/po/es/lb_source_hooks.1.po64
12 files changed, 576 insertions, 365 deletions
diff --git a/manpages/po/de/lb_binary_hooks.1.po b/manpages/po/de/lb_binary_hooks.1.po
index 0e44ef7e8..ba0c4d991 100644
--- a/manpages/po/de/lb_binary_hooks.1.po
+++ b/manpages/po/de/lb_binary_hooks.1.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
-"POT-Creation-Date: 2013-11-04 07:18+0100\n"
+"POT-Creation-Date: 2013-11-04 11:51+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@@ -106,11 +106,94 @@ msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:25
-msgid "The B<lb binary_hooks> command executes hooks after the binary stage."
-msgstr "Der B<lb binary_hooks> Befehl führt Hooks nach dem Binary Stage aus."
+msgid ""
+"The B<lb binary_hooks> command executes hook files after the binary stage."
+msgstr ""
+"Der B<lb binary_hooks> Befehl führt Hooks Dateien nach dem Binary Stage aus."
+
+#. type: SH
+#: en/lb_binary_hooks.1:26
+#, no-wrap
+msgid "SPECIFICATION"
+msgstr "SPEZIFIKATION"
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:28
+msgid ""
+"B<lb binary_hooks> executes any hook files found in the B<config/hooks> "
+"directory within the configuration directory."
+msgstr ""
+"B<lb binary_hooks> führt alle Hook Dateien die sich im B<config/hooks> "
+"Verzeichnis innerhalb des Konfigurationsvereichnisses befinden aus."
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:30
+msgid ""
+"Hook files do not require to have a specific owner nor specific permissions. "
+"They are marked executable by B<lb binary_hooks> automatically when they are "
+"executed."
+msgstr ""
+"Hook Dateien benötigen weder einen speziellen Besitzer noch spezielle "
+"Zugriffsrechte. Sie werden automatisch als ausführbar markiert wenn sie von "
+"B<lb binary_hooks> ausgeführt werden."
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:32
+msgid "Hook files must either have the suffix B<*.hook> or B<*.hook.binary>."
+msgstr ""
+"Hook Dateien müssen entweder den Suffix B<*.hook> oder B<*.hook.binary> "
+"haben."
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:34
+msgid ""
+"Hook files with the suffix B<*.hook> are executed first, hook files with the "
+"suffix B<*.hook.binary> are executed second."
+msgstr ""
+"Hook Dateien mit dem Suffix B<*.hook> werden als erstes ausgeführt, Hook "
+"Dateien mit dem Suffix B<*.hook.binary> als zweites."
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:36
+msgid ""
+"Hook files are executed in alphanumberical order by B<lb binary_hooks>. If "
+"one hook file depends on being run after another, best practise is to use "
+"number prefixes (nnnn, starting with 0001) to ensure the order of execution."
+msgstr ""
+"Hook Dateien werden von B<lb binary_hooks> in alphanummerischer Reihenfolge "
+"ausgeführt. Falls eine Hook Datei davon abhängt nach einer anderen Hook "
+"Datei ausgeführt zu werden, ist die empfohlene Vorgehensweise Nummern als "
+"Prefixes (nnnn, beginnend mit 0001) zu benutzen um die "
+"Ausführungsreihenfolge zu sichern."
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:38
+msgid ""
+"Hook files are copied into the B<binary/live-build> directory by B<lb "
+"binary_hoooks>. They are executed from within the binary directory and can "
+"read the configuration directory in B<live-build/config> within the binary "
+"directory."
+msgstr ""
+"Hook Dateien werden durch B<lb binary_hooks> in das B<binary/live-build> "
+"Verzeichnis kopiert. Sie werden innerhalb des binary Verzeichnises "
+"ausgeführt und können das Konfigurationsverzeichnis in B<live-build/config> "
+"innerhalb des binary Verzeichnisses lesen."
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:40
+msgid ""
+"B<Warning:> hook files are not executed within a chroot but within the "
+"context of the host system in the binary directory. They have root "
+"privileges and access to the all host system ressources (devices, "
+"filesystems, network, etc.)."
+msgstr ""
+"B<Warnung:> Hook Dateien werden nicht in einem Chroot sondern innerhalb des "
+"Kontext des Host Systems im binary Vereichnis ausgeführt. Sie haben Root "
+"Privilegien und Zugang zu allen Ressourcen des Host Systems (Geräte, "
+"Dateisysteme, Netzwerk, etc.)."
#. type: SH
-#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
+#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@@ -118,7 +201,7 @@ msgid "OPTIONS"
msgstr "OPTIONEN"
#. type: IP
-#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
+#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@@ -126,14 +209,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)."
#. type: IP
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@@ -141,14 +224,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "zeigt Hilfenachricht und beendet sich."
#. type: IP
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@@ -156,14 +239,14 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
-#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
+#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "zeigt Versionsnummer des Programms und beendet sich."
#. type: SH
-#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
+#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
@@ -171,34 +254,77 @@ msgid "FILES"
msgstr "DATEIEN"
#. type: IP
-#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
-#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
-#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
+#: en/lb_binary_hooks.1:50
#, no-wrap
-msgid "B<config/build>"
-msgstr "B<config/build>"
+msgid "B<config/build>:"
+msgstr "B<config/build>:"
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:52
+msgid "generic configuration file."
+msgstr "allgemeine Konfigurationsdatei."
#. type: IP
-#: en/lb_binary_hooks.1:36 en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36
-#: en/lb_source_hooks.1:36
+#: en/lb_binary_hooks.1:52
#, no-wrap
-msgid "B<config/hooks/*.hook>"
-msgstr "B<config/hooks/*.hook>"
+msgid "B<config/hooks/*.hook>:"
+msgstr "B<config/hooks/*.hook>:"
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:54
+msgid "generic hook files."
+msgstr "Allgemeine Hook Dateien."
#. type: IP
-#: en/lb_binary_hooks.1:37
+#: en/lb_binary_hooks.1:54
#, no-wrap
-msgid "B<config/hooks/*.hook.binary>"
-msgstr "B<config/hooks/*.hook.binary>"
+msgid "B<config/hooks/*.hook.binary>:"
+msgstr "B<config/hooks/*.hook.binary>:"
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:56
+msgid "hook files specific for the binary stage."
+msgstr "Hook Dateien spezifisch für den Binary Stage."
#. type: IP
-#: en/lb_binary_hooks.1:38
+#: en/lb_binary_hooks.1:56
#, no-wrap
-msgid "B<binary>"
-msgstr "B<binary>"
+msgid "B<binary>:"
+msgstr "B<binary>:"
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:58
+msgid "directory in which the hook files are executed."
+msgstr "Verzeichnis in dem Hook Dateien ausgeführt werden."
+
+#. type: IP
+#: en/lb_binary_hooks.1:58
+#, no-wrap
+msgid "B<binary/live-build/config>:"
+msgstr "B<binary/live-build/config>:"
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:60
+msgid ""
+"bind mounted configuration directory within the binary directory to be read "
+"by hook files."
+msgstr ""
+"bind mount des Konfigurationsverzeichnis innerhalb des binary Verzeichnisses "
+"um von Hook Dateien gelesen werden zu können."
+
+#. type: IP
+#: en/lb_binary_hooks.1:60
+#, no-wrap
+msgid "B<binary/live-build>:"
+msgstr "B<binary/live-build>:"
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:62
+msgid "directory in which hook files are copied."
+msgstr "Verzeichnis in das die Hook Dateien kopiert werden."
#. type: SH
-#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
+#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@@ -206,25 +332,25 @@ msgid "SEE ALSO"
msgstr "SIEHE AUCH"
#. type: IP
-#: en/lb_binary_hooks.1:41 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
+#: en/lb_binary_hooks.1:64 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#, no-wrap
msgid "I<lb_bootstrap_hooks>(1)"
msgstr "I<lb_bootstrap_hooks>(1)"
#. type: IP
-#: en/lb_binary_hooks.1:42 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
+#: en/lb_binary_hooks.1:65 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#, no-wrap
msgid "I<lb_chroot_hooks>(1)"
msgstr "I<lb_chroot_hooks>(1)"
#. type: IP
-#: en/lb_binary_hooks.1:43 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
+#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#, no-wrap
msgid "I<lb_source_hooks>(1)"
msgstr "I<lb_source_hooks>(1)"
#. type: SH
-#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
+#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@@ -232,7 +358,7 @@ msgid "HOMEPAGE"
msgstr "HOMEPAGE"
#. type: Plain text
-#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
+#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@@ -245,7 +371,7 @@ msgstr ""
"unter E<lt>I<http://live-systems.org/manual/>E<gt> gefunden werden."
#. type: SH
-#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
+#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@@ -253,7 +379,7 @@ msgid "BUGS"
msgstr "FEHLER"
#. type: Plain text
-#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
+#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@@ -270,7 +396,7 @@ msgstr ""
#
#. type: SH
-#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
+#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@@ -278,7 +404,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
-#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
+#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
diff --git a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
index 164091734..598933508 100644
--- a/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap_cdebootstrap.1.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
-"POT-Creation-Date: 2013-11-04 07:18+0100\n"
+"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@@ -90,7 +90,7 @@ msgstr ""
"Konfigurationsverzeichnis zu erstellen."
#. type: SH
-#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
+#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@@ -98,7 +98,7 @@ msgid "OPTIONS"
msgstr "OPTIONEN"
#. type: IP
-#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
+#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@@ -106,14 +106,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)."
#. type: IP
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@@ -121,14 +121,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "zeigt Hilfenachricht und beendet sich."
#. type: IP
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@@ -136,30 +136,22 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
-#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
+#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "zeigt Versionsnummer des Programms und beendet sich."
#. type: SH
-#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
+#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr "DATEIEN"
-#. type: IP
-#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
-#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
-#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
-#, no-wrap
-msgid "B<config/build>"
-msgstr "B<config/build>"
-
#. type: SH
-#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
+#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@@ -167,7 +159,7 @@ msgid "SEE ALSO"
msgstr "SIEHE AUCH"
#. type: SH
-#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
+#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@@ -175,7 +167,7 @@ msgid "HOMEPAGE"
msgstr "HOMEPAGE"
#. type: Plain text
-#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
+#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@@ -188,7 +180,7 @@ msgstr ""
"unter E<lt>I<http://live-systems.org/manual/>E<gt> gefunden werden."
#. type: SH
-#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
+#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@@ -196,7 +188,7 @@ msgid "BUGS"
msgstr "FEHLER"
#. type: Plain text
-#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
+#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@@ -213,7 +205,7 @@ msgstr ""
#
#. type: SH
-#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
+#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@@ -221,7 +213,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
-#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
+#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
@@ -274,6 +266,13 @@ msgstr ""
"I<cdebootstrap>(1) für mehr Informationen über cdebootstrap."
#. type: IP
+#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
+#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
+#, no-wrap
+msgid "B<config/build>"
+msgstr "B<config/build>"
+
+#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:38 en/lb_bootstrap_debootstrap.1:38
#, no-wrap
msgid "B<cache/bootstrap>"
diff --git a/manpages/po/de/lb_bootstrap_debootstrap.1.po b/manpages/po/de/lb_bootstrap_debootstrap.1.po
index d1fba5e48..def2fe019 100644
--- a/manpages/po/de/lb_bootstrap_debootstrap.1.po
+++ b/manpages/po/de/lb_bootstrap_debootstrap.1.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
-"POT-Creation-Date: 2013-11-04 07:18+0100\n"
+"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@@ -90,7 +90,7 @@ msgstr ""
"Konfigurationsverzeichnis zu erstellen."
#. type: SH
-#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
+#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@@ -98,7 +98,7 @@ msgid "OPTIONS"
msgstr "OPTIONEN"
#. type: IP
-#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
+#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@@ -106,14 +106,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)."
#. type: IP
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@@ -121,14 +121,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "zeigt Hilfenachricht und beendet sich."
#. type: IP
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@@ -136,30 +136,22 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
-#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
+#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "zeigt Versionsnummer des Programms und beendet sich."
#. type: SH
-#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
+#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr "DATEIEN"
-#. type: IP
-#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
-#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
-#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
-#, no-wrap
-msgid "B<config/build>"
-msgstr "B<config/build>"
-
#. type: SH
-#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
+#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@@ -167,7 +159,7 @@ msgid "SEE ALSO"
msgstr "SIEHE AUCH"
#. type: SH
-#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
+#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@@ -175,7 +167,7 @@ msgid "HOMEPAGE"
msgstr "HOMEPAGE"
#. type: Plain text
-#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
+#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@@ -188,7 +180,7 @@ msgstr ""
"unter E<lt>I<http://live-systems.org/manual/>E<gt> gefunden werden."
#. type: SH
-#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
+#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@@ -196,7 +188,7 @@ msgid "BUGS"
msgstr "FEHLER"
#. type: Plain text
-#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
+#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@@ -213,7 +205,7 @@ msgstr ""
#
#. type: SH
-#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
+#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@@ -221,7 +213,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
-#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
+#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
@@ -231,6 +223,13 @@ msgstr ""
"geschrieben."
#. type: IP
+#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
+#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
+#, no-wrap
+msgid "B<config/build>"
+msgstr "B<config/build>"
+
+#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:38 en/lb_bootstrap_debootstrap.1:38
#, no-wrap
msgid "B<cache/bootstrap>"
diff --git a/manpages/po/de/lb_bootstrap_hooks.1.po b/manpages/po/de/lb_bootstrap_hooks.1.po
index bebac118e..d2e94f7c8 100644
--- a/manpages/po/de/lb_bootstrap_hooks.1.po
+++ b/manpages/po/de/lb_bootstrap_hooks.1.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
-"POT-Creation-Date: 2013-11-04 07:18+0100\n"
+"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@@ -90,7 +90,7 @@ msgstr ""
"Konfigurationsverzeichnis zu erstellen."
#. type: SH
-#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
+#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@@ -98,7 +98,7 @@ msgid "OPTIONS"
msgstr "OPTIONEN"
#. type: IP
-#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
+#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@@ -106,14 +106,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)."
#. type: IP
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@@ -121,14 +121,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "zeigt Hilfenachricht und beendet sich."
#. type: IP
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@@ -136,37 +136,22 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
-#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
+#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "zeigt Versionsnummer des Programms und beendet sich."
#. type: SH
-#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
+#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr "DATEIEN"
-#. type: IP
-#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
-#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
-#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
-#, no-wrap
-msgid "B<config/build>"
-msgstr "B<config/build>"
-
-#. type: IP
-#: en/lb_binary_hooks.1:36 en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36
-#: en/lb_source_hooks.1:36
-#, no-wrap
-msgid "B<config/hooks/*.hook>"
-msgstr "B<config/hooks/*.hook>"
-
#. type: SH
-#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
+#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@@ -174,19 +159,19 @@ msgid "SEE ALSO"
msgstr "SIEHE AUCH"
#. type: IP
-#: en/lb_binary_hooks.1:42 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
+#: en/lb_binary_hooks.1:65 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#, no-wrap
msgid "I<lb_chroot_hooks>(1)"
msgstr "I<lb_chroot_hooks>(1)"
#. type: IP
-#: en/lb_binary_hooks.1:43 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
+#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#, no-wrap
msgid "I<lb_source_hooks>(1)"
msgstr "I<lb_source_hooks>(1)"
#. type: SH
-#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
+#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@@ -194,7 +179,7 @@ msgid "HOMEPAGE"
msgstr "HOMEPAGE"
#. type: Plain text
-#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
+#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@@ -207,7 +192,7 @@ msgstr ""
"unter E<lt>I<http://live-systems.org/manual/>E<gt> gefunden werden."
#. type: SH
-#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
+#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@@ -215,7 +200,7 @@ msgid "BUGS"
msgstr "FEHLER"
#. type: Plain text
-#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
+#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@@ -232,7 +217,7 @@ msgstr ""
#
#. type: SH
-#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
+#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@@ -240,7 +225,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
-#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
+#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
@@ -250,6 +235,13 @@ msgstr ""
"geschrieben."
#. type: IP
+#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
+#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
+#, no-wrap
+msgid "B<config/build>"
+msgstr "B<config/build>"
+
+#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:40 en/lb_bootstrap_debootstrap.1:40
#: en/lb_bootstrap_hooks.1:38 en/lb_chroot_hooks.1:38
#, no-wrap
@@ -279,6 +271,12 @@ msgstr ""
"Der B<lb bootstrap_hooks> Befehl führt Hooks nach dem Bootstrap Stage aus."
#. type: IP
+#: en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36 en/lb_source_hooks.1:36
+#, no-wrap
+msgid "B<config/hooks/*.hook>"
+msgstr "B<config/hooks/*.hook>"
+
+#. type: IP
#: en/lb_bootstrap_hooks.1:37
#, no-wrap
msgid "B<config/hooks/*.hook.bootstrap>"
diff --git a/manpages/po/de/lb_chroot_hooks.1.po b/manpages/po/de/lb_chroot_hooks.1.po
index 1905f7218..778928176 100644
--- a/manpages/po/de/lb_chroot_hooks.1.po
+++ b/manpages/po/de/lb_chroot_hooks.1.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
-"POT-Creation-Date: 2013-11-04 07:18+0100\n"
+"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@@ -90,7 +90,7 @@ msgstr ""
"Konfigurationsverzeichnis zu erstellen."
#. type: SH
-#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
+#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@@ -98,7 +98,7 @@ msgid "OPTIONS"
msgstr "OPTIONEN"
#. type: IP
-#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
+#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@@ -106,14 +106,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)."
#. type: IP
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@@ -121,14 +121,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "zeigt Hilfenachricht und beendet sich."
#. type: IP
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@@ -136,37 +136,22 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
-#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
+#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "zeigt Versionsnummer des Programms und beendet sich."
#. type: SH
-#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
+#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr "DATEIEN"
-#. type: IP
-#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
-#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
-#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
-#, no-wrap
-msgid "B<config/build>"
-msgstr "B<config/build>"
-
-#. type: IP
-#: en/lb_binary_hooks.1:36 en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36
-#: en/lb_source_hooks.1:36
-#, no-wrap
-msgid "B<config/hooks/*.hook>"
-msgstr "B<config/hooks/*.hook>"
-
#. type: SH
-#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
+#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@@ -174,19 +159,19 @@ msgid "SEE ALSO"
msgstr "SIEHE AUCH"
#. type: IP
-#: en/lb_binary_hooks.1:41 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
+#: en/lb_binary_hooks.1:64 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#, no-wrap
msgid "I<lb_bootstrap_hooks>(1)"
msgstr "I<lb_bootstrap_hooks>(1)"
#. type: IP
-#: en/lb_binary_hooks.1:43 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
+#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#, no-wrap
msgid "I<lb_source_hooks>(1)"
msgstr "I<lb_source_hooks>(1)"
#. type: SH
-#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
+#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@@ -194,7 +179,7 @@ msgid "HOMEPAGE"
msgstr "HOMEPAGE"
#. type: Plain text
-#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
+#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@@ -207,7 +192,7 @@ msgstr ""
"unter E<lt>I<http://live-systems.org/manual/>E<gt> gefunden werden."
#. type: SH
-#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
+#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@@ -215,7 +200,7 @@ msgid "BUGS"
msgstr "FEHLER"
#. type: Plain text
-#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
+#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@@ -232,7 +217,7 @@ msgstr ""
#
#. type: SH
-#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
+#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@@ -240,7 +225,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
-#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
+#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
@@ -250,6 +235,13 @@ msgstr ""
"geschrieben."
#. type: IP
+#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
+#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
+#, no-wrap
+msgid "B<config/build>"
+msgstr "B<config/build>"
+
+#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:40 en/lb_bootstrap_debootstrap.1:40
#: en/lb_bootstrap_hooks.1:38 en/lb_chroot_hooks.1:38
#, no-wrap
@@ -257,6 +249,12 @@ msgid "B<chroot>"
msgstr "B<chroot>"
#. type: IP
+#: en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36 en/lb_source_hooks.1:36
+#, no-wrap
+msgid "B<config/hooks/*.hook>"
+msgstr "B<config/hooks/*.hook>"
+
+#. type: IP
#: en/lb_bootstrap_hooks.1:42 en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:43
#, no-wrap
msgid "I<lb_binary_hooks>(1)"
diff --git a/manpages/po/de/lb_source_hooks.1.po b/manpages/po/de/lb_source_hooks.1.po
index 9c38c7a8c..6b3843f8b 100644
--- a/manpages/po/de/lb_source_hooks.1.po
+++ b/manpages/po/de/lb_source_hooks.1.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
-"POT-Creation-Date: 2013-11-04 07:18+0100\n"
+"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n"
"Language-Team: none\n"
@@ -90,7 +90,7 @@ msgstr ""
"Konfigurationsverzeichnis zu erstellen."
#. type: SH
-#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
+#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@@ -98,7 +98,7 @@ msgid "OPTIONS"
msgstr "OPTIONEN"
#. type: IP
-#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
+#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@@ -106,14 +106,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)."
#. type: IP
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@@ -121,14 +121,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "zeigt Hilfenachricht und beendet sich."
#. type: IP
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@@ -136,37 +136,22 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
-#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
+#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "zeigt Versionsnummer des Programms und beendet sich."
#. type: SH
-#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
+#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr "DATEIEN"
-#. type: IP
-#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
-#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
-#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
-#, no-wrap
-msgid "B<config/build>"
-msgstr "B<config/build>"
-
-#. type: IP
-#: en/lb_binary_hooks.1:36 en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36
-#: en/lb_source_hooks.1:36
-#, no-wrap
-msgid "B<config/hooks/*.hook>"
-msgstr "B<config/hooks/*.hook>"
-
#. type: SH
-#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
+#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@@ -174,19 +159,19 @@ msgid "SEE ALSO"
msgstr "SIEHE AUCH"
#. type: IP
-#: en/lb_binary_hooks.1:41 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
+#: en/lb_binary_hooks.1:64 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#, no-wrap
msgid "I<lb_bootstrap_hooks>(1)"
msgstr "I<lb_bootstrap_hooks>(1)"
#. type: IP
-#: en/lb_binary_hooks.1:42 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
+#: en/lb_binary_hooks.1:65 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#, no-wrap
msgid "I<lb_chroot_hooks>(1)"
msgstr "I<lb_chroot_hooks>(1)"
#. type: SH
-#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
+#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@@ -194,7 +179,7 @@ msgid "HOMEPAGE"
msgstr "HOMEPAGE"
#. type: Plain text
-#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
+#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@@ -207,7 +192,7 @@ msgstr ""
"unter E<lt>I<http://live-systems.org/manual/>E<gt> gefunden werden."
#. type: SH
-#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
+#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@@ -215,7 +200,7 @@ msgid "BUGS"
msgstr "FEHLER"
#. type: Plain text
-#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
+#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@@ -232,7 +217,7 @@ msgstr ""
#
#. type: SH
-#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
+#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@@ -240,7 +225,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
-#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
+#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
@@ -250,6 +235,19 @@ msgstr ""
"geschrieben."
#. type: IP
+#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
+#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
+#, no-wrap
+msgid "B<config/build>"
+msgstr "B<config/build>"
+
+#. type: IP
+#: en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36 en/lb_source_hooks.1:36
+#, no-wrap
+msgid "B<config/hooks/*.hook>"
+msgstr "B<config/hooks/*.hook>"
+
+#. type: IP
#: en/lb_bootstrap_hooks.1:42 en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:43
#, no-wrap
msgid "I<lb_binary_hooks>(1)"
diff --git a/manpages/po/es/lb_binary_hooks.1.po b/manpages/po/es/lb_binary_hooks.1.po
index 91de67394..b83c391c7 100644
--- a/manpages/po/es/lb_binary_hooks.1.po
+++ b/manpages/po/es/lb_binary_hooks.1.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
-"POT-Creation-Date: 2013-11-04 07:18+0100\n"
+"POT-Creation-Date: 2013-11-04 11:51+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
"Language-Team: none\n"
@@ -108,13 +108,73 @@ msgstr ""
#. type: Plain text
#: en/lb_binary_hooks.1:25
#, fuzzy
-msgid "The B<lb binary_hooks> command executes hooks after the binary stage."
+msgid ""
+"The B<lb binary_hooks> command executes hook files after the binary stage."
msgstr ""
"El programa B<lb binary_hooks> preinstala el chroot del sistema con "
"I<debootstrap>(8)."
#. type: SH
-#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
+#: en/lb_binary_hooks.1:26
+#, no-wrap
+msgid "SPECIFICATION"
+msgstr ""
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:28
+msgid ""
+"B<lb binary_hooks> executes any hook files found in the B<config/hooks> "
+"directory within the configuration directory."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:30
+msgid ""
+"Hook files do not require to have a specific owner nor specific permissions. "
+"They are marked executable by B<lb binary_hooks> automatically when they are "
+"executed."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:32
+msgid "Hook files must either have the suffix B<*.hook> or B<*.hook.binary>."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:34
+msgid ""
+"Hook files with the suffix B<*.hook> are executed first, hook files with the "
+"suffix B<*.hook.binary> are executed second."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:36
+msgid ""
+"Hook files are executed in alphanumberical order by B<lb binary_hooks>. If "
+"one hook file depends on being run after another, best practise is to use "
+"number prefixes (nnnn, starting with 0001) to ensure the order of execution."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:38
+msgid ""
+"Hook files are copied into the B<binary/live-build> directory by B<lb "
+"binary_hoooks>. They are executed from within the binary directory and can "
+"read the configuration directory in B<live-build/config> within the binary "
+"directory."
+msgstr ""
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:40
+msgid ""
+"B<Warning:> hook files are not executed within a chroot but within the "
+"context of the host system in the binary directory. They have root "
+"privileges and access to the all host system ressources (devices, "
+"filesystems, network, etc.)."
+msgstr ""
+
+#. type: SH
+#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@@ -122,7 +182,7 @@ msgid "OPTIONS"
msgstr "OPCIONES"
#. type: IP
-#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
+#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@@ -130,14 +190,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "establece la opción verbose (por defecto: False)."
#. type: IP
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@@ -145,14 +205,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "muestra el mensaje de ayuda y sale."
#. type: IP
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@@ -160,14 +220,14 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
-#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
+#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "muestra el número de versión del programa y sale."
#. type: SH
-#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
+#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
@@ -175,34 +235,75 @@ msgid "FILES"
msgstr "FICHEROS"
#. type: IP
-#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
-#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
-#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
+#: en/lb_binary_hooks.1:50
#, no-wrap
-msgid "B<config/build>"
-msgstr "B<config/build>"
+msgid "B<config/build>:"
+msgstr "B<config/build>:"
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:52
+msgid "generic configuration file."
+msgstr ""
#. type: IP
-#: en/lb_binary_hooks.1:36 en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36
-#: en/lb_source_hooks.1:36
+#: en/lb_binary_hooks.1:52
#, no-wrap
-msgid "B<config/hooks/*.hook>"
-msgstr "B<config/hooks/*.hook>"
+msgid "B<config/hooks/*.hook>:"
+msgstr "B<config/hooks/*.hook>:"
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:54
+msgid "generic hook files."
+msgstr ""
#. type: IP
-#: en/lb_binary_hooks.1:37
+#: en/lb_binary_hooks.1:54
#, no-wrap
-msgid "B<config/hooks/*.hook.binary>"
-msgstr "B<config/hooks/*.hook.binary>"
+msgid "B<config/hooks/*.hook.binary>:"
+msgstr "B<config/hooks/*.hook.binary>:"
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:56
+msgid "hook files specific for the binary stage."
+msgstr ""
#. type: IP
-#: en/lb_binary_hooks.1:38
+#: en/lb_binary_hooks.1:56
#, no-wrap
-msgid "B<binary>"
-msgstr "B<binary>"
+msgid "B<binary>:"
+msgstr "B<binary>:"
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:58
+msgid "directory in which the hook files are executed."
+msgstr ""
+
+#. type: IP
+#: en/lb_binary_hooks.1:58
+#, no-wrap
+msgid "B<binary/live-build/config>:"
+msgstr "B<binary/live-build/config>:"
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:60
+msgid ""
+"bind mounted configuration directory within the binary directory to be read "
+"by hook files."
+msgstr ""
+
+#. type: IP
+#: en/lb_binary_hooks.1:60
+#, no-wrap
+msgid "B<binary/live-build>:"
+msgstr "B<binary/live-build>:"
+
+#. type: Plain text
+#: en/lb_binary_hooks.1:62
+msgid "directory in which hook files are copied."
+msgstr ""
#. type: SH
-#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
+#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@@ -210,25 +311,25 @@ msgid "SEE ALSO"
msgstr "VER TAMBIÉN"
#. type: IP
-#: en/lb_binary_hooks.1:41 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
+#: en/lb_binary_hooks.1:64 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#, no-wrap
msgid "I<lb_bootstrap_hooks>(1)"
msgstr "I<lb_bootstrap_hooks>(1)"
#. type: IP
-#: en/lb_binary_hooks.1:42 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
+#: en/lb_binary_hooks.1:65 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#, no-wrap
msgid "I<lb_chroot_hooks>(1)"
msgstr "I<lb_chroot_hooks>(1)"
#. type: IP
-#: en/lb_binary_hooks.1:43 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
+#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#, no-wrap
msgid "I<lb_source_hooks>(1)"
msgstr "I<lb_source_hooks>(1)"
#. type: SH
-#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
+#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@@ -236,7 +337,7 @@ msgid "HOMEPAGE"
msgstr "PÁGINA WEB"
#. type: Plain text
-#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
+#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@@ -249,7 +350,7 @@ msgstr ""
"manual en E<lt>I<http://live-systems.org/manual/>E<gt>."
#. type: SH
-#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
+#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@@ -257,7 +358,7 @@ msgid "BUGS"
msgstr "ERRORES"
#. type: Plain text
-#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
+#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@@ -272,7 +373,7 @@ msgstr ""
"la dirección E<lt>I<debian-live@lists.debian.org>E<gt>."
#. type: SH
-#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
+#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@@ -280,7 +381,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
-#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
+#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
diff --git a/manpages/po/es/lb_bootstrap_cdebootstrap.1.po b/manpages/po/es/lb_bootstrap_cdebootstrap.1.po
index c2f33afcf..64011c138 100644
--- a/manpages/po/es/lb_bootstrap_cdebootstrap.1.po
+++ b/manpages/po/es/lb_bootstrap_cdebootstrap.1.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
-"POT-Creation-Date: 2013-11-04 07:18+0100\n"
+"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
"Language-Team: none\n"
@@ -91,7 +91,7 @@ msgstr ""
"de un directorio de configuración."
#. type: SH
-#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
+#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@@ -99,7 +99,7 @@ msgid "OPTIONS"
msgstr "OPCIONES"
#. type: IP
-#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
+#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@@ -107,14 +107,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "establece la opción verbose (por defecto: False)."
#. type: IP
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@@ -122,14 +122,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "muestra el mensaje de ayuda y sale."
#. type: IP
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@@ -137,30 +137,22 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
-#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
+#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "muestra el número de versión del programa y sale."
#. type: SH
-#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
+#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr "FICHEROS"
-#. type: IP
-#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
-#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
-#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
-#, no-wrap
-msgid "B<config/build>"
-msgstr "B<config/build>"
-
#. type: SH
-#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
+#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@@ -168,7 +160,7 @@ msgid "SEE ALSO"
msgstr "VER TAMBIÉN"
#. type: SH
-#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
+#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@@ -176,7 +168,7 @@ msgid "HOMEPAGE"
msgstr "PÁGINA WEB"
#. type: Plain text
-#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
+#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@@ -189,7 +181,7 @@ msgstr ""
"manual en E<lt>I<http://live-systems.org/manual/>E<gt>."
#. type: SH
-#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
+#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@@ -197,7 +189,7 @@ msgid "BUGS"
msgstr "ERRORES"
#. type: Plain text
-#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
+#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@@ -212,7 +204,7 @@ msgstr ""
"la dirección E<lt>I<debian-live@lists.debian.org>E<gt>."
#. type: SH
-#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
+#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@@ -220,7 +212,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
-#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
+#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
@@ -274,6 +266,13 @@ msgstr ""
"I<cdebootstrap>(1) para más información acerca de cdebootstrap."
#. type: IP
+#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
+#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
+#, no-wrap
+msgid "B<config/build>"
+msgstr "B<config/build>"
+
+#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:38 en/lb_bootstrap_debootstrap.1:38
#, no-wrap
msgid "B<cache/bootstrap>"
diff --git a/manpages/po/es/lb_bootstrap_debootstrap.1.po b/manpages/po/es/lb_bootstrap_debootstrap.1.po
index 388d6d534..1ffce3099 100644
--- a/manpages/po/es/lb_bootstrap_debootstrap.1.po
+++ b/manpages/po/es/lb_bootstrap_debootstrap.1.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
-"POT-Creation-Date: 2013-11-04 07:18+0100\n"
+"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
"Language-Team: none\n"
@@ -91,7 +91,7 @@ msgstr ""
"de un directorio de configuración."
#. type: SH
-#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
+#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@@ -99,7 +99,7 @@ msgid "OPTIONS"
msgstr "OPCIONES"
#. type: IP
-#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
+#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@@ -107,14 +107,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "establece la opción verbose (por defecto: False)."
#. type: IP
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@@ -122,14 +122,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "muestra el mensaje de ayuda y sale."
#. type: IP
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@@ -137,30 +137,22 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
-#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
+#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "muestra el número de versión del programa y sale."
#. type: SH
-#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
+#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr "FICHEROS"
-#. type: IP
-#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
-#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
-#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
-#, no-wrap
-msgid "B<config/build>"
-msgstr "B<config/build>"
-
#. type: SH
-#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
+#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@@ -168,7 +160,7 @@ msgid "SEE ALSO"
msgstr "VER TAMBIÉN"
#. type: SH
-#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
+#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@@ -176,7 +168,7 @@ msgid "HOMEPAGE"
msgstr "PÁGINA WEB"
#. type: Plain text
-#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
+#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@@ -189,7 +181,7 @@ msgstr ""
"manual en E<lt>I<http://live-systems.org/manual/>E<gt>."
#. type: SH
-#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
+#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@@ -197,7 +189,7 @@ msgid "BUGS"
msgstr "ERRORES"
#. type: Plain text
-#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
+#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@@ -212,7 +204,7 @@ msgstr ""
"la dirección E<lt>I<debian-live@lists.debian.org>E<gt>."
#. type: SH
-#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
+#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@@ -220,7 +212,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
-#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
+#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
@@ -230,6 +222,13 @@ msgstr ""
"ch>E<gt>."
#. type: IP
+#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
+#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
+#, no-wrap
+msgid "B<config/build>"
+msgstr "B<config/build>"
+
+#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:38 en/lb_bootstrap_debootstrap.1:38
#, no-wrap
msgid "B<cache/bootstrap>"
diff --git a/manpages/po/es/lb_bootstrap_hooks.1.po b/manpages/po/es/lb_bootstrap_hooks.1.po
index ab62df55b..092529946 100644
--- a/manpages/po/es/lb_bootstrap_hooks.1.po
+++ b/manpages/po/es/lb_bootstrap_hooks.1.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
-"POT-Creation-Date: 2013-11-04 07:18+0100\n"
+"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
"Language-Team: none\n"
@@ -91,7 +91,7 @@ msgstr ""
"de un directorio de configuración."
#. type: SH
-#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
+#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@@ -99,7 +99,7 @@ msgid "OPTIONS"
msgstr "OPCIONES"
#. type: IP
-#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
+#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@@ -107,14 +107,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "establece la opción verbose (por defecto: False)."
#. type: IP
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@@ -122,14 +122,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "muestra el mensaje de ayuda y sale."
#. type: IP
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@@ -137,37 +137,22 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
-#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
+#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "muestra el número de versión del programa y sale."
#. type: SH
-#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
+#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr "FICHEROS"
-#. type: IP
-#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
-#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
-#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
-#, no-wrap
-msgid "B<config/build>"
-msgstr "B<config/build>"
-
-#. type: IP
-#: en/lb_binary_hooks.1:36 en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36
-#: en/lb_source_hooks.1:36
-#, no-wrap
-msgid "B<config/hooks/*.hook>"
-msgstr "B<config/hooks/*.hook>"
-
#. type: SH
-#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
+#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@@ -175,19 +160,19 @@ msgid "SEE ALSO"
msgstr "VER TAMBIÉN"
#. type: IP
-#: en/lb_binary_hooks.1:42 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
+#: en/lb_binary_hooks.1:65 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#, no-wrap
msgid "I<lb_chroot_hooks>(1)"
msgstr "I<lb_chroot_hooks>(1)"
#. type: IP
-#: en/lb_binary_hooks.1:43 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
+#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#, no-wrap
msgid "I<lb_source_hooks>(1)"
msgstr "I<lb_source_hooks>(1)"
#. type: SH
-#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
+#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@@ -195,7 +180,7 @@ msgid "HOMEPAGE"
msgstr "PÁGINA WEB"
#. type: Plain text
-#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
+#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@@ -208,7 +193,7 @@ msgstr ""
"manual en E<lt>I<http://live-systems.org/manual/>E<gt>."
#. type: SH
-#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
+#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@@ -216,7 +201,7 @@ msgid "BUGS"
msgstr "ERRORES"
#. type: Plain text
-#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
+#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@@ -231,7 +216,7 @@ msgstr ""
"la dirección E<lt>I<debian-live@lists.debian.org>E<gt>."
#. type: SH
-#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
+#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@@ -239,7 +224,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
-#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
+#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
@@ -249,6 +234,13 @@ msgstr ""
"ch>E<gt>."
#. type: IP
+#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
+#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
+#, no-wrap
+msgid "B<config/build>"
+msgstr "B<config/build>"
+
+#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:40 en/lb_bootstrap_debootstrap.1:40
#: en/lb_bootstrap_hooks.1:38 en/lb_chroot_hooks.1:38
#, no-wrap
@@ -280,6 +272,12 @@ msgstr ""
"I<debootstrap>(8)."
#. type: IP
+#: en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36 en/lb_source_hooks.1:36
+#, no-wrap
+msgid "B<config/hooks/*.hook>"
+msgstr "B<config/hooks/*.hook>"
+
+#. type: IP
#: en/lb_bootstrap_hooks.1:37
#, no-wrap
msgid "B<config/hooks/*.hook.bootstrap>"
diff --git a/manpages/po/es/lb_chroot_hooks.1.po b/manpages/po/es/lb_chroot_hooks.1.po
index 98420f6e7..d144f9895 100644
--- a/manpages/po/es/lb_chroot_hooks.1.po
+++ b/manpages/po/es/lb_chroot_hooks.1.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
-"POT-Creation-Date: 2013-11-04 07:18+0100\n"
+"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
"Language-Team: none\n"
@@ -91,7 +91,7 @@ msgstr ""
"de un directorio de configuración."
#. type: SH
-#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
+#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@@ -99,7 +99,7 @@ msgid "OPTIONS"
msgstr "OPCIONES"
#. type: IP
-#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
+#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@@ -107,14 +107,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "establece la opción verbose (por defecto: False)."
#. type: IP
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@@ -122,14 +122,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "muestra el mensaje de ayuda y sale."
#. type: IP
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@@ -137,37 +137,22 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
-#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
+#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "muestra el número de versión del programa y sale."
#. type: SH
-#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
+#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr "FICHEROS"
-#. type: IP
-#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
-#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
-#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
-#, no-wrap
-msgid "B<config/build>"
-msgstr "B<config/build>"
-
-#. type: IP
-#: en/lb_binary_hooks.1:36 en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36
-#: en/lb_source_hooks.1:36
-#, no-wrap
-msgid "B<config/hooks/*.hook>"
-msgstr "B<config/hooks/*.hook>"
-
#. type: SH
-#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
+#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@@ -175,19 +160,19 @@ msgid "SEE ALSO"
msgstr "VER TAMBIÉN"
#. type: IP
-#: en/lb_binary_hooks.1:41 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
+#: en/lb_binary_hooks.1:64 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#, no-wrap
msgid "I<lb_bootstrap_hooks>(1)"
msgstr "I<lb_bootstrap_hooks>(1)"
#. type: IP
-#: en/lb_binary_hooks.1:43 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
+#: en/lb_binary_hooks.1:66 en/lb_bootstrap_hooks.1:43 en/lb_chroot_hooks.1:43
#, no-wrap
msgid "I<lb_source_hooks>(1)"
msgstr "I<lb_source_hooks>(1)"
#. type: SH
-#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
+#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@@ -195,7 +180,7 @@ msgid "HOMEPAGE"
msgstr "PÁGINA WEB"
#. type: Plain text
-#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
+#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@@ -208,7 +193,7 @@ msgstr ""
"manual en E<lt>I<http://live-systems.org/manual/>E<gt>."
#. type: SH
-#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
+#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@@ -216,7 +201,7 @@ msgid "BUGS"
msgstr "ERRORES"
#. type: Plain text
-#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
+#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@@ -231,7 +216,7 @@ msgstr ""
"la dirección E<lt>I<debian-live@lists.debian.org>E<gt>."
#. type: SH
-#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
+#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@@ -239,7 +224,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
-#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
+#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
@@ -249,6 +234,13 @@ msgstr ""
"ch>E<gt>."
#. type: IP
+#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
+#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
+#, no-wrap
+msgid "B<config/build>"
+msgstr "B<config/build>"
+
+#. type: IP
#: en/lb_bootstrap_cdebootstrap.1:40 en/lb_bootstrap_debootstrap.1:40
#: en/lb_bootstrap_hooks.1:38 en/lb_chroot_hooks.1:38
#, no-wrap
@@ -256,6 +248,12 @@ msgid "B<chroot>"
msgstr "B<chroot>"
#. type: IP
+#: en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36 en/lb_source_hooks.1:36
+#, no-wrap
+msgid "B<config/hooks/*.hook>"
+msgstr "B<config/hooks/*.hook>"
+
+#. type: IP
#: en/lb_bootstrap_hooks.1:42 en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:43
#, no-wrap
msgid "I<lb_binary_hooks>(1)"
diff --git a/manpages/po/es/lb_source_hooks.1.po b/manpages/po/es/lb_source_hooks.1.po
index b05940d0a..a0e7bc5c8 100644
--- a/manpages/po/es/lb_source_hooks.1.po
+++ b/manpages/po/es/lb_source_hooks.1.po
@@ -5,7 +5,7 @@
msgid ""
msgstr ""
"Project-Id-Version: live-build 4.0~alpha29-1\n"
-"POT-Creation-Date: 2013-11-04 07:18+0100\n"
+"POT-Creation-Date: 2013-11-04 11:34+0100\n"
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
"Language-Team: none\n"
@@ -91,7 +91,7 @@ msgstr ""
"de un directorio de configuración."
#. type: SH
-#: en/lb_binary_hooks.1:26 en/lb_bootstrap_cdebootstrap.1:26
+#: en/lb_binary_hooks.1:41 en/lb_bootstrap_cdebootstrap.1:26
#: en/lb_bootstrap_debootstrap.1:26 en/lb_bootstrap_hooks.1:26
#: en/lb_chroot_hooks.1:26 en/lb_source_hooks.1:26
#, no-wrap
@@ -99,7 +99,7 @@ msgid "OPTIONS"
msgstr "OPCIONES"
#. type: IP
-#: en/lb_binary_hooks.1:27 en/lb_bootstrap_cdebootstrap.1:29
+#: en/lb_binary_hooks.1:42 en/lb_bootstrap_cdebootstrap.1:29
#: en/lb_bootstrap_debootstrap.1:29 en/lb_bootstrap_hooks.1:27
#: en/lb_chroot_hooks.1:27 en/lb_source_hooks.1:27
#, no-wrap
@@ -107,14 +107,14 @@ msgid "--verbose"
msgstr "--verbose"
#. type: Plain text
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
msgid "sets verbose option (default: False)."
msgstr "establece la opción verbose (por defecto: False)."
#. type: IP
-#: en/lb_binary_hooks.1:29 en/lb_bootstrap_cdebootstrap.1:31
+#: en/lb_binary_hooks.1:44 en/lb_bootstrap_cdebootstrap.1:31
#: en/lb_bootstrap_debootstrap.1:31 en/lb_bootstrap_hooks.1:29
#: en/lb_chroot_hooks.1:29 en/lb_source_hooks.1:29
#, no-wrap
@@ -122,14 +122,14 @@ msgid "-h, --help"
msgstr "-h, --help"
#. type: Plain text
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
msgid "show help message and exit."
msgstr "muestra el mensaje de ayuda y sale."
#. type: IP
-#: en/lb_binary_hooks.1:31 en/lb_bootstrap_cdebootstrap.1:33
+#: en/lb_binary_hooks.1:46 en/lb_bootstrap_cdebootstrap.1:33
#: en/lb_bootstrap_debootstrap.1:33 en/lb_bootstrap_hooks.1:31
#: en/lb_chroot_hooks.1:31 en/lb_source_hooks.1:31
#, no-wrap
@@ -137,37 +137,22 @@ msgid "-v, --version"
msgstr "-v, --version"
#. type: Plain text
-#: en/lb_binary_hooks.1:33 en/lb_bootstrap_cdebootstrap.1:35
+#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:35
#: en/lb_bootstrap_debootstrap.1:35 en/lb_bootstrap_hooks.1:33
#: en/lb_chroot_hooks.1:33 en/lb_source_hooks.1:33
msgid "show program's version number and exit."
msgstr "muestra el número de versión del programa y sale."
#. type: SH
-#: en/lb_binary_hooks.1:34 en/lb_bootstrap_cdebootstrap.1:36
+#: en/lb_binary_hooks.1:49 en/lb_bootstrap_cdebootstrap.1:36
#: en/lb_bootstrap_debootstrap.1:36 en/lb_bootstrap_hooks.1:34
#: en/lb_chroot_hooks.1:34 en/lb_source_hooks.1:34
#, no-wrap
msgid "FILES"
msgstr "FICHEROS"
-#. type: IP
-#: en/lb_binary_hooks.1:35 en/lb_bootstrap_cdebootstrap.1:37
-#: en/lb_bootstrap_debootstrap.1:37 en/lb_bootstrap_hooks.1:35
-#: en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
-#, no-wrap
-msgid "B<config/build>"
-msgstr "B<config/build>"
-
-#. type: IP
-#: en/lb_binary_hooks.1:36 en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36
-#: en/lb_source_hooks.1:36
-#, no-wrap
-msgid "B<config/hooks/*.hook>"
-msgstr "B<config/hooks/*.hook>"
-
#. type: SH
-#: en/lb_binary_hooks.1:40 en/lb_bootstrap_cdebootstrap.1:43
+#: en/lb_binary_hooks.1:63 en/lb_bootstrap_cdebootstrap.1:43
#: en/lb_bootstrap_debootstrap.1:43 en/lb_bootstrap_hooks.1:40
#: en/lb_chroot_hooks.1:40 en/lb_source_hooks.1:40
#, no-wrap
@@ -175,19 +160,19 @@ msgid "SEE ALSO"
msgstr "VER TAMBIÉN"
#. type: IP
-#: en/lb_binary_hooks.1:41 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
+#: en/lb_binary_hooks.1:64 en/lb_chroot_hooks.1:41 en/lb_source_hooks.1:41
#, no-wrap
msgid "I<lb_bootstrap_hooks>(1)"
msgstr "I<lb_bootstrap_hooks>(1)"
#. type: IP
-#: en/lb_binary_hooks.1:42 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
+#: en/lb_binary_hooks.1:65 en/lb_bootstrap_hooks.1:41 en/lb_source_hooks.1:42
#, no-wrap
msgid "I<lb_chroot_hooks>(1)"
msgstr "I<lb_chroot_hooks>(1)"
#. type: SH
-#: en/lb_binary_hooks.1:45 en/lb_bootstrap_cdebootstrap.1:46
+#: en/lb_binary_hooks.1:68 en/lb_bootstrap_cdebootstrap.1:46
#: en/lb_bootstrap_debootstrap.1:46 en/lb_bootstrap_hooks.1:45
#: en/lb_chroot_hooks.1:45 en/lb_source_hooks.1:45
#, no-wrap
@@ -195,7 +180,7 @@ msgid "HOMEPAGE"
msgstr "PÁGINA WEB"
#. type: Plain text
-#: en/lb_binary_hooks.1:47 en/lb_bootstrap_cdebootstrap.1:48
+#: en/lb_binary_hooks.1:70 en/lb_bootstrap_cdebootstrap.1:48
#: en/lb_bootstrap_debootstrap.1:48 en/lb_bootstrap_hooks.1:47
#: en/lb_chroot_hooks.1:47 en/lb_source_hooks.1:47
msgid ""
@@ -208,7 +193,7 @@ msgstr ""
"manual en E<lt>I<http://live-systems.org/manual/>E<gt>."
#. type: SH
-#: en/lb_binary_hooks.1:48 en/lb_bootstrap_cdebootstrap.1:49
+#: en/lb_binary_hooks.1:71 en/lb_bootstrap_cdebootstrap.1:49
#: en/lb_bootstrap_debootstrap.1:49 en/lb_bootstrap_hooks.1:48
#: en/lb_chroot_hooks.1:48 en/lb_source_hooks.1:48
#, no-wrap
@@ -216,7 +201,7 @@ msgid "BUGS"
msgstr "ERRORES"
#. type: Plain text
-#: en/lb_binary_hooks.1:50 en/lb_bootstrap_cdebootstrap.1:51
+#: en/lb_binary_hooks.1:73 en/lb_bootstrap_cdebootstrap.1:51
#: en/lb_bootstrap_debootstrap.1:51 en/lb_bootstrap_hooks.1:50
#: en/lb_chroot_hooks.1:50 en/lb_source_hooks.1:50
msgid ""
@@ -231,7 +216,7 @@ msgstr ""
"la dirección E<lt>I<debian-live@lists.debian.org>E<gt>."
#. type: SH
-#: en/lb_binary_hooks.1:51 en/lb_bootstrap_cdebootstrap.1:52
+#: en/lb_binary_hooks.1:74 en/lb_bootstrap_cdebootstrap.1:52
#: en/lb_bootstrap_debootstrap.1:52 en/lb_bootstrap_hooks.1:51
#: en/lb_chroot_hooks.1:51 en/lb_source_hooks.1:51
#, no-wrap
@@ -239,7 +224,7 @@ msgid "AUTHOR"
msgstr "AUTOR"
#. type: Plain text
-#: en/lb_binary_hooks.1:52 en/lb_bootstrap_cdebootstrap.1:53
+#: en/lb_binary_hooks.1:75 en/lb_bootstrap_cdebootstrap.1:53
#: en/lb_bootstrap_debootstrap.1:53 en/lb_bootstrap_hooks.1:52
#: en/lb_chroot_hooks.1:52 en/lb_source_hooks.1:52
msgid ""
@@ -249,6 +234,19 @@ msgstr ""
"ch>E<gt>."
#. type: IP
+#: en/lb_bootstrap_cdebootstrap.1:37 en/lb_bootstrap_debootstrap.1:37
+#: en/lb_bootstrap_hooks.1:35 en/lb_chroot_hooks.1:35 en/lb_source_hooks.1:35
+#, no-wrap
+msgid "B<config/build>"
+msgstr "B<config/build>"
+
+#. type: IP
+#: en/lb_bootstrap_hooks.1:36 en/lb_chroot_hooks.1:36 en/lb_source_hooks.1:36
+#, no-wrap
+msgid "B<config/hooks/*.hook>"
+msgstr "B<config/hooks/*.hook>"
+
+#. type: IP
#: en/lb_bootstrap_hooks.1:42 en/lb_chroot_hooks.1:42 en/lb_source_hooks.1:43
#, no-wrap
msgid "I<lb_binary_hooks>(1)"