diff options
author | Daniel Baumann <mail@daniel-baumann.ch> | 2014-08-24 03:10:58 +0200 |
---|---|---|
committer | Daniel Baumann <mail@daniel-baumann.ch> | 2014-08-24 03:11:20 +0200 |
commit | 7ce82acee7750bb004d2241b6e32a33a66e61746 (patch) | |
tree | f8c07220b2321b42f0ededf9434f2c7ccfe1a1bb | |
parent | 33aaf3617f60dcb7832fbab72f815d6443db1b35 (diff) | |
download | vyos-live-build-7ce82acee7750bb004d2241b6e32a33a66e61746.tar.gz vyos-live-build-7ce82acee7750bb004d2241b6e32a33a66e61746.zip |
Adding --system parameter in init component.
67 files changed, 534 insertions, 469 deletions
diff --git a/components/init b/components/init index 1cfa60fbe..3ea14d98b 100755 --- a/components/init +++ b/components/init @@ -39,6 +39,7 @@ def main(): arguments.add_argument('--distribution', help='set default distribution') arguments.add_argument('--project', help='set project defaults') + arguments.add_argument('--system', help='set system type') args = arguments.parse_args() @@ -51,8 +52,14 @@ def main(): # --project project = args.project + # --system + system = args.system + ## Setting defaults + if not system: + system = 'live' + if not project: # FIXME: hardcoded project information project = 'debian' @@ -136,6 +143,10 @@ def main(): for hook in glob.glob('/usr/share/live/build/hooks/all/*.hook*'): os.symlink(hook, os.path.join('config/hooks/' + os.path.basename(hook))) + if os.path.exists('/usr/share/live/build/hooks/' + system): + for hook in glob.glob('/usr/share/live/build/hooks/' + system + '/*.hook*'): + os.symlink(hook, os.path.join('config/hooks/' + os.path.basename(hook))) + # Configuring default includes os.makedirs('config/includes', exist_ok=True) os.makedirs('config/includes.bootstrap', exist_ok=True) diff --git a/manpages/de/lb-binary-hooks.de.1 b/manpages/de/lb-binary-hooks.de.1 index c91a7fed8..502bc287c 100644 --- a/manpages/de/lb-binary-hooks.de.1 +++ b/manpages/de/lb-binary-hooks.de.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Live Systems Projekt" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Live Systems Projekt" .SH NAME \fBlive\-build\fP \- System Build Komponenten diff --git a/manpages/de/lb-binary-includes.de.1 b/manpages/de/lb-binary-includes.de.1 index 4a3d9b48b..5a26ab59d 100644 --- a/manpages/de/lb-binary-includes.de.1 +++ b/manpages/de/lb-binary-includes.de.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Live Systems Projekt" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Live Systems Projekt" .SH NAME \fBlive\-build\fP \- System Build Komponenten diff --git a/manpages/de/lb-bootstrap-cdebootstrap.de.1 b/manpages/de/lb-bootstrap-cdebootstrap.de.1 index 080c9ec55..504f210b1 100644 --- a/manpages/de/lb-bootstrap-cdebootstrap.de.1 +++ b/manpages/de/lb-bootstrap-cdebootstrap.de.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Live Systems Projekt" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Live Systems Projekt" .SH NAME \fBlive\-build\fP \- System Build Komponenten diff --git a/manpages/de/lb-bootstrap-debootstrap.de.1 b/manpages/de/lb-bootstrap-debootstrap.de.1 index 8b14e3c21..d9f9c93db 100644 --- a/manpages/de/lb-bootstrap-debootstrap.de.1 +++ b/manpages/de/lb-bootstrap-debootstrap.de.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Live Systems Projekt" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Live Systems Projekt" .SH NAME \fBlive\-build\fP \- System Build Komponenten diff --git a/manpages/de/lb-bootstrap-hooks.de.1 b/manpages/de/lb-bootstrap-hooks.de.1 index a30902f6f..dc47be1de 100644 --- a/manpages/de/lb-bootstrap-hooks.de.1 +++ b/manpages/de/lb-bootstrap-hooks.de.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Live Systems Projekt" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Live Systems Projekt" .SH NAME \fBlive\-build\fP \- System Build Komponenten diff --git a/manpages/de/lb-bootstrap-includes.de.1 b/manpages/de/lb-bootstrap-includes.de.1 index 1e7415e62..3e6442121 100644 --- a/manpages/de/lb-bootstrap-includes.de.1 +++ b/manpages/de/lb-bootstrap-includes.de.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Live Systems Projekt" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Live Systems Projekt" .SH NAME \fBlive\-build\fP \- System Build Komponenten diff --git a/manpages/de/lb-chroot-hooks.de.1 b/manpages/de/lb-chroot-hooks.de.1 index eb12c8a1e..b8adec586 100644 --- a/manpages/de/lb-chroot-hooks.de.1 +++ b/manpages/de/lb-chroot-hooks.de.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Live Systems Projekt" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Live Systems Projekt" .SH NAME \fBlive\-build\fP \- System Build Komponenten diff --git a/manpages/de/lb-chroot-includes.de.1 b/manpages/de/lb-chroot-includes.de.1 index 90d953490..4d6476b1c 100644 --- a/manpages/de/lb-chroot-includes.de.1 +++ b/manpages/de/lb-chroot-includes.de.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Live Systems Projekt" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Live Systems Projekt" .SH NAME \fBlive\-build\fP \- System Build Komponenten diff --git a/manpages/de/lb-init.de.1 b/manpages/de/lb-init.de.1 index fa88e3f09..942fdf46d 100644 --- a/manpages/de/lb-init.de.1 +++ b/manpages/de/lb-init.de.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Live Systems Projekt" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Live Systems Projekt" .SH NAME \fBlive\-build\fP \- System Build Komponenten @@ -35,13 +35,15 @@ re\-initialisiert ein bestehendes. .IP \fB\-\-distribution\fP 4 sets die Standard Distribution. .IP \fB\-\-project\fP 4 -setzt das Projeckt von dem die internen Standardwerte abgeleitet -werden. Momentan gültige Projekte sind 'debian' und 'progress\-linux' -(Standardwert: debian). +setzt das Projekt von dem interne Standardwerte abgeleitet werden. Momentan +gültige Projekte sind 'debian' und 'progress\-linux' (Standardwert: debian). .IP \fB\-\-verbose\fP 4 setzt verbose Option für mehr Ausgaben (Standardwert: aus). .IP "\fB\-h, \-\-help\fP" 4 zeigt Hilfenachricht und beendet sich. +.IP \fB\-\-system\fP 4 +setzt den System Typ von dem interne Standardwerte abgeleitet +werden. Momentan gültige Typen sind 'live' und 'lxc' (Standardwert: live). .IP \fB\-\-version\fP 4 zeigt Versionsnummer des Programms und beendet sich. diff --git a/manpages/de/lb-source-hooks.de.1 b/manpages/de/lb-source-hooks.de.1 index 884e3e9c9..beb1b4b67 100644 --- a/manpages/de/lb-source-hooks.de.1 +++ b/manpages/de/lb-source-hooks.de.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Live Systems Projekt" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Live Systems Projekt" .SH NAME \fBlive\-build\fP \- System Build Komponenten diff --git a/manpages/de/lb-source-includes.de.1 b/manpages/de/lb-source-includes.de.1 index dfbb59f8a..3e5a9883c 100644 --- a/manpages/de/lb-source-includes.de.1 +++ b/manpages/de/lb-source-includes.de.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Live Systems Projekt" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Live Systems Projekt" .SH NAME \fBlive\-build\fP \- System Build Komponenten diff --git a/manpages/en/lb-binary-hooks.1 b/manpages/en/lb-binary-hooks.1 index 872761b8a..22bd7b255 100644 --- a/manpages/en/lb-binary-hooks.1 +++ b/manpages/en/lb-binary-hooks.1 @@ -6,7 +6,7 @@ .\" under certain conditions; see COPYING for details. .\" .\" -.TH LIVE\-BUILD 1 2014\-07\-24 4.0~alpha39-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2014\-08\-24 4.0~alpha39-1 "Live Systems Project" .SH NAME \fBlive\-build\fR \- Live System Build Components diff --git a/manpages/en/lb-binary-includes.1 b/manpages/en/lb-binary-includes.1 index da45c0806..4201ccbe9 100644 --- a/manpages/en/lb-binary-includes.1 +++ b/manpages/en/lb-binary-includes.1 @@ -6,7 +6,7 @@ .\" under certain conditions; see COPYING for details. .\" .\" -.TH LIVE\-BUILD 1 2014\-07\-24 4.0~alpha39-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2014\-08\-24 4.0~alpha39-1 "Live Systems Project" .SH NAME \fBlive\-build\fR \- Live System Build Components diff --git a/manpages/en/lb-bootstrap-cdebootstrap.1 b/manpages/en/lb-bootstrap-cdebootstrap.1 index 4c86ff883..c82765ccd 100644 --- a/manpages/en/lb-bootstrap-cdebootstrap.1 +++ b/manpages/en/lb-bootstrap-cdebootstrap.1 @@ -6,7 +6,7 @@ .\" under certain conditions; see COPYING for details. .\" .\" -.TH LIVE\-BUILD 1 2014\-07\-24 4.0~alpha39-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2014\-08\-24 4.0~alpha39-1 "Live Systems Project" .SH NAME \fBlive\-build\fR \- Live System Build Components diff --git a/manpages/en/lb-bootstrap-debootstrap.1 b/manpages/en/lb-bootstrap-debootstrap.1 index a591e24f1..038c58b02 100644 --- a/manpages/en/lb-bootstrap-debootstrap.1 +++ b/manpages/en/lb-bootstrap-debootstrap.1 @@ -6,7 +6,7 @@ .\" under certain conditions; see COPYING for details. .\" .\" -.TH LIVE\-BUILD 1 2014\-07\-24 4.0~alpha39-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2014\-08\-24 4.0~alpha39-1 "Live Systems Project" .SH NAME \fBlive\-build\fR \- Live System Build Components diff --git a/manpages/en/lb-bootstrap-hooks.1 b/manpages/en/lb-bootstrap-hooks.1 index a95c268a4..98923f59c 100644 --- a/manpages/en/lb-bootstrap-hooks.1 +++ b/manpages/en/lb-bootstrap-hooks.1 @@ -6,7 +6,7 @@ .\" under certain conditions; see COPYING for details. .\" .\" -.TH LIVE\-BUILD 1 2014\-07\-24 4.0~alpha39-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2014\-08\-24 4.0~alpha39-1 "Live Systems Project" .SH NAME \fBlive\-build\fR \- Live System Build Components diff --git a/manpages/en/lb-bootstrap-includes.1 b/manpages/en/lb-bootstrap-includes.1 index 610bd5118..cc4e0c43c 100644 --- a/manpages/en/lb-bootstrap-includes.1 +++ b/manpages/en/lb-bootstrap-includes.1 @@ -6,7 +6,7 @@ .\" under certain conditions; see COPYING for details. .\" .\" -.TH LIVE\-BUILD 1 2014\-07\-24 4.0~alpha39-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2014\-08\-24 4.0~alpha39-1 "Live Systems Project" .SH NAME \fBlive\-build\fR \- Live System Build Components diff --git a/manpages/en/lb-chroot-hooks.1 b/manpages/en/lb-chroot-hooks.1 index 6a466b519..03869e092 100644 --- a/manpages/en/lb-chroot-hooks.1 +++ b/manpages/en/lb-chroot-hooks.1 @@ -6,7 +6,7 @@ .\" under certain conditions; see COPYING for details. .\" .\" -.TH LIVE\-BUILD 1 2014\-07\-24 4.0~alpha39-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2014\-08\-24 4.0~alpha39-1 "Live Systems Project" .SH NAME \fBlive\-build\fR \- Live System Build Components diff --git a/manpages/en/lb-chroot-includes.1 b/manpages/en/lb-chroot-includes.1 index 9f4ce49c1..461d7e444 100644 --- a/manpages/en/lb-chroot-includes.1 +++ b/manpages/en/lb-chroot-includes.1 @@ -6,7 +6,7 @@ .\" under certain conditions; see COPYING for details. .\" .\" -.TH LIVE\-BUILD 1 2014\-07\-24 4.0~alpha39-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2014\-08\-24 4.0~alpha39-1 "Live Systems Project" .SH NAME \fBlive\-build\fR \- Live System Build Components diff --git a/manpages/en/lb-init.1 b/manpages/en/lb-init.1 index 138068f44..9f4dd21ef 100644 --- a/manpages/en/lb-init.1 +++ b/manpages/en/lb-init.1 @@ -6,7 +6,7 @@ .\" under certain conditions; see COPYING for details. .\" .\" -.TH LIVE\-BUILD 1 2014\-07\-24 4.0~alpha39-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2014\-08\-24 4.0~alpha39-1 "Live Systems Project" .SH NAME \fBlive\-build\fR \- Live System Build Components @@ -32,6 +32,8 @@ set the project to derive internal defaults from. Currently valid projects are ' sets verbose option (default: False). .IP "\fB\-h, \-\-help\fR" 4 show help message and exit. +.IP "\fB\-\-system\fR" 4 +set the system type to derive internal defaults from. Currently valid types are 'live' and 'lxc' (default: live).' .IP "\fB\-\-version\fR" 4 show program's version number and exit. diff --git a/manpages/en/lb-source-hooks.1 b/manpages/en/lb-source-hooks.1 index 2262c2968..1455c94a9 100644 --- a/manpages/en/lb-source-hooks.1 +++ b/manpages/en/lb-source-hooks.1 @@ -6,7 +6,7 @@ .\" under certain conditions; see COPYING for details. .\" .\" -.TH LIVE\-BUILD 1 2014\-07\-24 4.0~alpha39-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2014\-08\-24 4.0~alpha39-1 "Live Systems Project" .SH NAME \fBlive\-build\fR \- Live System Build Components diff --git a/manpages/en/lb-source-includes.1 b/manpages/en/lb-source-includes.1 index 09089f0d3..12130bc2b 100644 --- a/manpages/en/lb-source-includes.1 +++ b/manpages/en/lb-source-includes.1 @@ -6,7 +6,7 @@ .\" under certain conditions; see COPYING for details. .\" .\" -.TH LIVE\-BUILD 1 2014\-07\-24 4.0~alpha39-1 "Live Systems Project" +.TH LIVE\-BUILD 1 2014\-08\-24 4.0~alpha39-1 "Live Systems Project" .SH NAME \fBlive\-build\fR \- Live System Build Components diff --git a/manpages/es/lb-binary-hooks.es.1 b/manpages/es/lb-binary-hooks.es.1 index a1401bb9a..992658922 100644 --- a/manpages/es/lb-binary-hooks.es.1 +++ b/manpages/es/lb-binary-hooks.es.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Proyecto Live Systems" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Proyecto Live Systems" .SH NOMBRE \fBlive\-build\fP \- Componentes de Construcción del Sistema en vivo diff --git a/manpages/es/lb-binary-includes.es.1 b/manpages/es/lb-binary-includes.es.1 index fb4117d03..77b43df7d 100644 --- a/manpages/es/lb-binary-includes.es.1 +++ b/manpages/es/lb-binary-includes.es.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Proyecto Live Systems" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Proyecto Live Systems" .SH NOMBRE \fBlive\-build\fP \- Componentes de Construcción del Sistema en vivo diff --git a/manpages/es/lb-bootstrap-cdebootstrap.es.1 b/manpages/es/lb-bootstrap-cdebootstrap.es.1 index 4b58987ad..7bc0628c7 100644 --- a/manpages/es/lb-bootstrap-cdebootstrap.es.1 +++ b/manpages/es/lb-bootstrap-cdebootstrap.es.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Proyecto Live Systems" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Proyecto Live Systems" .SH NOMBRE \fBlive\-build\fP \- Componentes de Construcción del Sistema en vivo diff --git a/manpages/es/lb-bootstrap-debootstrap.es.1 b/manpages/es/lb-bootstrap-debootstrap.es.1 index 7eb7b2024..a7aa14f6d 100644 --- a/manpages/es/lb-bootstrap-debootstrap.es.1 +++ b/manpages/es/lb-bootstrap-debootstrap.es.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Proyecto Live Systems" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Proyecto Live Systems" .SH NOMBRE \fBlive\-build\fP \- Componentes de Construcción del Sistema en vivo diff --git a/manpages/es/lb-bootstrap-hooks.es.1 b/manpages/es/lb-bootstrap-hooks.es.1 index 8cc6fdfe8..3e5e4849e 100644 --- a/manpages/es/lb-bootstrap-hooks.es.1 +++ b/manpages/es/lb-bootstrap-hooks.es.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Proyecto Live Systems" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Proyecto Live Systems" .SH NOMBRE \fBlive\-build\fP \- Componentes de Construcción del Sistema en vivo diff --git a/manpages/es/lb-bootstrap-includes.es.1 b/manpages/es/lb-bootstrap-includes.es.1 index f83eff8ff..f7ffe2ecd 100644 --- a/manpages/es/lb-bootstrap-includes.es.1 +++ b/manpages/es/lb-bootstrap-includes.es.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Proyecto Live Systems" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Proyecto Live Systems" .SH NOMBRE \fBlive\-build\fP \- Componentes de Construcción del Sistema en vivo diff --git a/manpages/es/lb-chroot-hooks.es.1 b/manpages/es/lb-chroot-hooks.es.1 index 0f919c5be..ff9ac2571 100644 --- a/manpages/es/lb-chroot-hooks.es.1 +++ b/manpages/es/lb-chroot-hooks.es.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Proyecto Live Systems" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Proyecto Live Systems" .SH NOMBRE \fBlive\-build\fP \- Componentes de Construcción del Sistema en vivo diff --git a/manpages/es/lb-chroot-includes.es.1 b/manpages/es/lb-chroot-includes.es.1 index dedf288fb..b6c10bd84 100644 --- a/manpages/es/lb-chroot-includes.es.1 +++ b/manpages/es/lb-chroot-includes.es.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Proyecto Live Systems" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Proyecto Live Systems" .SH NOMBRE \fBlive\-build\fP \- Componentes de Construcción del Sistema en vivo diff --git a/manpages/es/lb-init.es.1 b/manpages/es/lb-init.es.1 index b1b3039ee..1d3f6b007 100644 --- a/manpages/es/lb-init.es.1 +++ b/manpages/es/lb-init.es.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Proyecto Live Systems" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Proyecto Live Systems" .SH NOMBRE \fBlive\-build\fP \- Componentes de Construcción del Sistema en vivo @@ -42,6 +42,9 @@ predeterminados. Actualmente, los proyectos válidos son «debian» y establece la opción verbose (por defecto: False). .IP "\fB\-h, \-\-help\fP" 4 muestra el mensaje de ayuda y sale. +.IP \fB\-\-system\fP 4 +set the system type to derive internal defaults from. Currently valid types +are 'live' and 'lxc' (default: live).' .IP \fB\-\-version\fP 4 muestra el número de versión del programa y sale. diff --git a/manpages/es/lb-source-hooks.es.1 b/manpages/es/lb-source-hooks.es.1 index 23166885e..44860424f 100644 --- a/manpages/es/lb-source-hooks.es.1 +++ b/manpages/es/lb-source-hooks.es.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Proyecto Live Systems" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Proyecto Live Systems" .SH NOMBRE \fBlive\-build\fP \- Componentes de Construcción del Sistema en vivo diff --git a/manpages/es/lb-source-includes.es.1 b/manpages/es/lb-source-includes.es.1 index 5729908a3..4a00f864d 100644 --- a/manpages/es/lb-source-includes.es.1 +++ b/manpages/es/lb-source-includes.es.1 @@ -11,7 +11,7 @@ .\" This file was generated with po4a. Translate the source file. .\" .\"******************************************************************* -.TH LIVE\-BUILD 1 24.07.2014 4.0~alpha39\-1 "Proyecto Live Systems" +.TH LIVE\-BUILD 1 24.08.2014 4.0~alpha39\-1 "Proyecto Live Systems" .SH NOMBRE \fBlive\-build\fP \- Componentes de Construcción del Sistema en vivo diff --git a/manpages/po/de/lb-binary-hooks.1.po b/manpages/po/de/lb-binary-hooks.1.po index 65ac3dfc3..518393b6c 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~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2013-11-06 10:38+0100\n" "Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n" "Language-Team: none\n" @@ -32,8 +32,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -264,7 +264,7 @@ msgstr "zeigt Hilfenachricht und beendet sich." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -274,7 +274,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "zeigt Versionsnummer des Programms und beendet sich." @@ -283,7 +283,7 @@ msgstr "zeigt Versionsnummer des Programms und beendet sich." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -356,7 +356,7 @@ msgstr "Verzeichnis in das die Hook Dateien kopiert werden." #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -385,7 +385,7 @@ msgstr "I<lb-source-hooks>(1)" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -395,7 +395,7 @@ msgstr "HOMEPAGE" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -410,7 +410,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -420,7 +420,7 @@ msgstr "FEHLER" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -439,7 +439,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -449,7 +449,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/po/de/lb-binary-includes.1.po b/manpages/po/de/lb-binary-includes.1.po index 25245a141..c572b6c6b 100644 --- a/manpages/po/de/lb-binary-includes.1.po +++ b/manpages/po/de/lb-binary-includes.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2013-11-06 10:38+0100\n" "Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n" "Language-Team: none\n" @@ -32,8 +32,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -168,7 +168,7 @@ msgstr "zeigt Hilfenachricht und beendet sich." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -178,7 +178,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "zeigt Versionsnummer des Programms und beendet sich." @@ -187,7 +187,7 @@ msgstr "zeigt Versionsnummer des Programms und beendet sich." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -203,7 +203,7 @@ msgstr "B<binary>:" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -213,7 +213,7 @@ msgstr "SIEHE AUCH" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -223,7 +223,7 @@ msgstr "HOMEPAGE" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -238,7 +238,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -248,7 +248,7 @@ msgstr "FEHLER" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -267,7 +267,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -277,7 +277,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/po/de/lb-bootstrap-cdebootstrap.1.po b/manpages/po/de/lb-bootstrap-cdebootstrap.1.po index badeb48db..cd1418cfd 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~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2013-11-06 10:38+0100\n" "Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n" "Language-Team: none\n" @@ -32,8 +32,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -159,7 +159,7 @@ msgstr "zeigt Hilfenachricht und beendet sich." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -169,7 +169,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "zeigt Versionsnummer des Programms und beendet sich." @@ -178,7 +178,7 @@ msgstr "zeigt Versionsnummer des Programms und beendet sich." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -188,7 +188,7 @@ msgstr "DATEIEN" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -198,7 +198,7 @@ msgstr "SIEHE AUCH" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -208,7 +208,7 @@ msgstr "HOMEPAGE" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -223,7 +223,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -233,7 +233,7 @@ msgstr "FEHLER" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -252,7 +252,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -262,7 +262,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/po/de/lb-bootstrap-debootstrap.1.po b/manpages/po/de/lb-bootstrap-debootstrap.1.po index 9d50d6b51..3c96f0ff3 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~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2013-11-06 10:38+0100\n" "Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n" "Language-Team: none\n" @@ -32,8 +32,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -159,7 +159,7 @@ msgstr "zeigt Hilfenachricht und beendet sich." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -169,7 +169,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "zeigt Versionsnummer des Programms und beendet sich." @@ -178,7 +178,7 @@ msgstr "zeigt Versionsnummer des Programms und beendet sich." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -188,7 +188,7 @@ msgstr "DATEIEN" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -198,7 +198,7 @@ msgstr "SIEHE AUCH" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -208,7 +208,7 @@ msgstr "HOMEPAGE" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -223,7 +223,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -233,7 +233,7 @@ msgstr "FEHLER" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -252,7 +252,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -262,7 +262,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/po/de/lb-bootstrap-hooks.1.po b/manpages/po/de/lb-bootstrap-hooks.1.po index 9ddefaa8e..7dbd921c9 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~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2013-11-06 10:38+0100\n" "Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n" "Language-Team: none\n" @@ -32,8 +32,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -168,7 +168,7 @@ msgstr "zeigt Hilfenachricht und beendet sich." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -178,7 +178,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "zeigt Versionsnummer des Programms und beendet sich." @@ -187,7 +187,7 @@ msgstr "zeigt Versionsnummer des Programms und beendet sich." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -222,7 +222,7 @@ msgstr "Verzeichnis in das die Hook Dateien kopiert werden." #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -245,7 +245,7 @@ msgstr "I<lb-source-hooks>(1)" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -255,7 +255,7 @@ msgstr "HOMEPAGE" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -270,7 +270,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -280,7 +280,7 @@ msgstr "FEHLER" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -299,7 +299,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -309,7 +309,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/po/de/lb-bootstrap-includes.1.po b/manpages/po/de/lb-bootstrap-includes.1.po index 70aaecd9e..b1e45f6c1 100644 --- a/manpages/po/de/lb-bootstrap-includes.1.po +++ b/manpages/po/de/lb-bootstrap-includes.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2013-11-06 10:38+0100\n" "Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n" "Language-Team: none\n" @@ -32,8 +32,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -168,7 +168,7 @@ msgstr "zeigt Hilfenachricht und beendet sich." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -178,7 +178,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "zeigt Versionsnummer des Programms und beendet sich." @@ -187,7 +187,7 @@ msgstr "zeigt Versionsnummer des Programms und beendet sich." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -197,7 +197,7 @@ msgstr "DATEIEN" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -207,7 +207,7 @@ msgstr "SIEHE AUCH" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -217,7 +217,7 @@ msgstr "HOMEPAGE" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -232,7 +232,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -242,7 +242,7 @@ msgstr "FEHLER" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -261,7 +261,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -271,7 +271,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/po/de/lb-chroot-hooks.1.po b/manpages/po/de/lb-chroot-hooks.1.po index 50442905a..9d2e2c7d7 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~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2013-11-06 10:38+0100\n" "Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n" "Language-Team: none\n" @@ -32,8 +32,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -168,7 +168,7 @@ msgstr "zeigt Hilfenachricht und beendet sich." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -178,7 +178,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "zeigt Versionsnummer des Programms und beendet sich." @@ -187,7 +187,7 @@ msgstr "zeigt Versionsnummer des Programms und beendet sich." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -222,7 +222,7 @@ msgstr "Verzeichnis in das die Hook Dateien kopiert werden." #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -245,7 +245,7 @@ msgstr "I<lb-source-hooks>(1)" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -255,7 +255,7 @@ msgstr "HOMEPAGE" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -270,7 +270,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -280,7 +280,7 @@ msgstr "FEHLER" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -299,7 +299,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -309,7 +309,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/po/de/lb-chroot-includes.1.po b/manpages/po/de/lb-chroot-includes.1.po index 57f4f5d2e..1eb880b8b 100644 --- a/manpages/po/de/lb-chroot-includes.1.po +++ b/manpages/po/de/lb-chroot-includes.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2013-11-06 10:38+0100\n" "Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n" "Language-Team: none\n" @@ -32,8 +32,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -168,7 +168,7 @@ msgstr "zeigt Hilfenachricht und beendet sich." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -178,7 +178,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "zeigt Versionsnummer des Programms und beendet sich." @@ -187,7 +187,7 @@ msgstr "zeigt Versionsnummer des Programms und beendet sich." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -197,7 +197,7 @@ msgstr "DATEIEN" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -207,7 +207,7 @@ msgstr "SIEHE AUCH" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -217,7 +217,7 @@ msgstr "HOMEPAGE" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -232,7 +232,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -242,7 +242,7 @@ msgstr "FEHLER" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -261,7 +261,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -271,7 +271,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/po/de/lb-init.1.po b/manpages/po/de/lb-init.1.po index c865b3320..28a7aed24 100644 --- a/manpages/po/de/lb-init.1.po +++ b/manpages/po/de/lb-init.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2013-11-06 10:38+0100\n" "Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n" "Language-Team: none\n" @@ -32,8 +32,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -159,7 +159,7 @@ msgstr "zeigt Hilfenachricht und beendet sich." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -169,7 +169,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "zeigt Versionsnummer des Programms und beendet sich." @@ -178,7 +178,7 @@ msgstr "zeigt Versionsnummer des Programms und beendet sich." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -188,7 +188,7 @@ msgstr "DATEIEN" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -198,7 +198,7 @@ msgstr "SIEHE AUCH" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -208,7 +208,7 @@ msgstr "HOMEPAGE" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -223,7 +223,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -233,7 +233,7 @@ msgstr "FEHLER" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -252,7 +252,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -262,7 +262,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." @@ -321,28 +321,42 @@ msgid "" "set the project to derive internal defaults from. Currently valid projects " "are 'debian' and 'progress-linux' (default: debian)." msgstr "" -"setzt das Projeckt von dem die internen Standardwerte abgeleitet werden. " -"Momentan gültige Projekte sind 'debian' und 'progress-linux' (Standardwert: " -"debian)." +"setzt das Projekt von dem interne Standardwerte abgeleitet werden. Momentan " +"gültige Projekte sind 'debian' und 'progress-linux' (Standardwert: debian)." + +#. type: IP +#: en/lb-init.1:35 +#, no-wrap +msgid "B<--system>" +msgstr "B<--system>" + +#. type: Plain text +#: en/lb-init.1:37 +msgid "" +"set the system type to derive internal defaults from. Currently valid types " +"are 'live' and 'lxc' (default: live).'" +msgstr "" +"setzt den System Typ von dem interne Standardwerte abgeleitet werden. " +"Momentan gültige Typen sind 'live' und 'lxc' (Standardwert: live)." #. type: IP -#: en/lb-init.1:39 +#: en/lb-init.1:41 #, no-wrap msgid "B<config>:" msgstr "B<config>:" #. type: Plain text -#: en/lb-init.1:41 +#: en/lb-init.1:43 msgid "configuration directory." msgstr "Konfigurationsverzeichnis." #. type: IP -#: en/lb-init.1:41 +#: en/lb-init.1:43 #, no-wrap msgid "B<.build>:" msgstr "B<.build>:" #. type: Plain text -#: en/lb-init.1:43 +#: en/lb-init.1:45 msgid "configuration directory for meta-information." msgstr "Konfigurationsverzeichnis für Meta-Informationen." diff --git a/manpages/po/de/lb-source-hooks.1.po b/manpages/po/de/lb-source-hooks.1.po index 36e6ed243..c2140d21e 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~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2013-11-06 10:38+0100\n" "Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n" "Language-Team: none\n" @@ -32,8 +32,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -168,7 +168,7 @@ msgstr "zeigt Hilfenachricht und beendet sich." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -178,7 +178,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "zeigt Versionsnummer des Programms und beendet sich." @@ -187,7 +187,7 @@ msgstr "zeigt Versionsnummer des Programms und beendet sich." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -222,7 +222,7 @@ msgstr "Verzeichnis in das die Hook Dateien kopiert werden." #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -245,7 +245,7 @@ msgstr "I<lb-chroot-hooks>(1)" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -255,7 +255,7 @@ msgstr "HOMEPAGE" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -270,7 +270,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -280,7 +280,7 @@ msgstr "FEHLER" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -299,7 +299,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -309,7 +309,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/po/de/lb-source-includes.1.po b/manpages/po/de/lb-source-includes.1.po index 4b6277f2c..0ddea754f 100644 --- a/manpages/po/de/lb-source-includes.1.po +++ b/manpages/po/de/lb-source-includes.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2013-11-06 10:38+0100\n" "Last-Translator: Daniel Baumann <mail@daniel-baumann.ch>\n" "Language-Team: none\n" @@ -32,8 +32,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -168,7 +168,7 @@ msgstr "zeigt Hilfenachricht und beendet sich." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -178,7 +178,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "zeigt Versionsnummer des Programms und beendet sich." @@ -187,7 +187,7 @@ msgstr "zeigt Versionsnummer des Programms und beendet sich." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -197,7 +197,7 @@ msgstr "DATEIEN" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -207,7 +207,7 @@ msgstr "SIEHE AUCH" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -217,7 +217,7 @@ msgstr "HOMEPAGE" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -232,7 +232,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -242,7 +242,7 @@ msgstr "FEHLER" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -261,7 +261,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -271,7 +271,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/po/es/lb-binary-hooks.1.po b/manpages/po/es/lb-binary-hooks.1.po index 3fe9177b4..08cfc4a96 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~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2013-11-05 19:30+0100\n" "Last-Translator: Carlos Zuferri <chals@altorricon.com>\n" "Language-Team: none\n" @@ -31,8 +31,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -261,7 +261,7 @@ msgstr "muestra el mensaje de ayuda y sale." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -271,7 +271,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "muestra el número de versión del programa y sale." @@ -280,7 +280,7 @@ msgstr "muestra el número de versión del programa y sale." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -353,7 +353,7 @@ msgstr "directorio en el que se copian los scripts gancho." #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -382,7 +382,7 @@ msgstr "I<lb-source-hooks>(1)" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -392,7 +392,7 @@ msgstr "PÁGINA WEB" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -407,7 +407,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -417,7 +417,7 @@ msgstr "ERRORES" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -434,7 +434,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -444,7 +444,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/po/es/lb-binary-includes.1.po b/manpages/po/es/lb-binary-includes.1.po index a5fed722f..dda5e1632 100644 --- a/manpages/po/es/lb-binary-includes.1.po +++ b/manpages/po/es/lb-binary-includes.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2013-11-05 19:30+0100\n" "Last-Translator: Carlos Zuferri <chals@altorricon.com>\n" "Language-Team: none\n" @@ -31,8 +31,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -167,7 +167,7 @@ msgstr "muestra el mensaje de ayuda y sale." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -177,7 +177,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "muestra el número de versión del programa y sale." @@ -186,7 +186,7 @@ msgstr "muestra el número de versión del programa y sale." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -202,7 +202,7 @@ msgstr "B<binary>:" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -212,7 +212,7 @@ msgstr "VER TAMBIÉN" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -222,7 +222,7 @@ msgstr "PÁGINA WEB" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -237,7 +237,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -247,7 +247,7 @@ msgstr "ERRORES" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -264,7 +264,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -274,7 +274,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/po/es/lb-bootstrap-cdebootstrap.1.po b/manpages/po/es/lb-bootstrap-cdebootstrap.1.po index d464001c3..553621c74 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~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2013-11-06 09:12+0100\n" "Last-Translator: Carlos Zuferri <chals@altorricon.com>\n" "Language-Team: none\n" @@ -31,8 +31,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -158,7 +158,7 @@ msgstr "muestra el mensaje de ayuda y sale." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -168,7 +168,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "muestra el número de versión del programa y sale." @@ -177,7 +177,7 @@ msgstr "muestra el número de versión del programa y sale." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -187,7 +187,7 @@ msgstr "FICHEROS" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -197,7 +197,7 @@ msgstr "VER TAMBIÉN" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -207,7 +207,7 @@ msgstr "PÁGINA WEB" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -222,7 +222,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -232,7 +232,7 @@ msgstr "ERRORES" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -249,7 +249,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -259,7 +259,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/po/es/lb-bootstrap-debootstrap.1.po b/manpages/po/es/lb-bootstrap-debootstrap.1.po index 733f53be6..28b486eb5 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~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2013-11-06 09:16+0100\n" "Last-Translator: Carlos Zuferri <chals@altorricon.com>\n" "Language-Team: none\n" @@ -31,8 +31,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -158,7 +158,7 @@ msgstr "muestra el mensaje de ayuda y sale." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -168,7 +168,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "muestra el número de versión del programa y sale." @@ -177,7 +177,7 @@ msgstr "muestra el número de versión del programa y sale." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -187,7 +187,7 @@ msgstr "FICHEROS" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -197,7 +197,7 @@ msgstr "VER TAMBIÉN" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -207,7 +207,7 @@ msgstr "PÁGINA WEB" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -222,7 +222,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -232,7 +232,7 @@ msgstr "ERRORES" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -249,7 +249,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -259,7 +259,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/po/es/lb-bootstrap-hooks.1.po b/manpages/po/es/lb-bootstrap-hooks.1.po index ede1559e8..2d2a15501 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~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2010-05-24 09:59+0300\n" "Last-Translator: Carlos Zuferri <chals@altorricon.com>\n" "Language-Team: none\n" @@ -31,8 +31,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -167,7 +167,7 @@ msgstr "muestra el mensaje de ayuda y sale." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -177,7 +177,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "muestra el número de versión del programa y sale." @@ -186,7 +186,7 @@ msgstr "muestra el número de versión del programa y sale." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -221,7 +221,7 @@ msgstr "directorio en el que se copian los scripts gancho." #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -244,7 +244,7 @@ msgstr "I<lb-source-hooks>(1)" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -254,7 +254,7 @@ msgstr "PÁGINA WEB" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -269,7 +269,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -279,7 +279,7 @@ msgstr "ERRORES" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -296,7 +296,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -306,7 +306,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/po/es/lb-bootstrap-includes.1.po b/manpages/po/es/lb-bootstrap-includes.1.po index 03c89be25..aeeef96f1 100644 --- a/manpages/po/es/lb-bootstrap-includes.1.po +++ b/manpages/po/es/lb-bootstrap-includes.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2013-11-05 19:30+0100\n" "Last-Translator: Carlos Zuferri <chals@altorricon.com>\n" "Language-Team: none\n" @@ -31,8 +31,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -167,7 +167,7 @@ msgstr "muestra el mensaje de ayuda y sale." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -177,7 +177,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "muestra el número de versión del programa y sale." @@ -186,7 +186,7 @@ msgstr "muestra el número de versión del programa y sale." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -196,7 +196,7 @@ msgstr "FICHEROS" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -206,7 +206,7 @@ msgstr "VER TAMBIÉN" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -216,7 +216,7 @@ msgstr "PÁGINA WEB" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -231,7 +231,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -241,7 +241,7 @@ msgstr "ERRORES" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -258,7 +258,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -268,7 +268,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/po/es/lb-chroot-hooks.1.po b/manpages/po/es/lb-chroot-hooks.1.po index 79760470c..d77eab717 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~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2013-11-06 09:50+0100\n" "Last-Translator: Carlos Zuferri <chals@altorricon.com>\n" "Language-Team: none\n" @@ -31,8 +31,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -167,7 +167,7 @@ msgstr "muestra el mensaje de ayuda y sale." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -177,7 +177,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "muestra el número de versión del programa y sale." @@ -186,7 +186,7 @@ msgstr "muestra el número de versión del programa y sale." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -221,7 +221,7 @@ msgstr "directorio en el que se copian los scripts gancho." #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -244,7 +244,7 @@ msgstr "I<lb-source-hooks>(1)" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -254,7 +254,7 @@ msgstr "PÁGINA WEB" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -269,7 +269,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -279,7 +279,7 @@ msgstr "ERRORES" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -296,7 +296,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -306,7 +306,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/po/es/lb-chroot-includes.1.po b/manpages/po/es/lb-chroot-includes.1.po index c1a197957..8037f5cf1 100644 --- a/manpages/po/es/lb-chroot-includes.1.po +++ b/manpages/po/es/lb-chroot-includes.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2013-11-05 19:30+0100\n" "Last-Translator: Carlos Zuferri <chals@altorricon.com>\n" "Language-Team: none\n" @@ -31,8 +31,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -167,7 +167,7 @@ msgstr "muestra el mensaje de ayuda y sale." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -177,7 +177,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "muestra el número de versión del programa y sale." @@ -186,7 +186,7 @@ msgstr "muestra el número de versión del programa y sale." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -196,7 +196,7 @@ msgstr "FICHEROS" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -206,7 +206,7 @@ msgstr "VER TAMBIÉN" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -216,7 +216,7 @@ msgstr "PÁGINA WEB" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -231,7 +231,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -241,7 +241,7 @@ msgstr "ERRORES" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -258,7 +258,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -268,7 +268,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/po/es/lb-init.1.po b/manpages/po/es/lb-init.1.po index a19ded708..22d2706a8 100644 --- a/manpages/po/es/lb-init.1.po +++ b/manpages/po/es/lb-init.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2013-11-05 19:30+0100\n" "Last-Translator: Carlos Zuferri <chals@altorricon.com>\n" "Language-Team: none\n" @@ -31,8 +31,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -158,7 +158,7 @@ msgstr "muestra el mensaje de ayuda y sale." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -168,7 +168,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "muestra el número de versión del programa y sale." @@ -177,7 +177,7 @@ msgstr "muestra el número de versión del programa y sale." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -187,7 +187,7 @@ msgstr "FICHEROS" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -197,7 +197,7 @@ msgstr "VER TAMBIÉN" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -207,7 +207,7 @@ msgstr "PÁGINA WEB" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -222,7 +222,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -232,7 +232,7 @@ msgstr "ERRORES" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -249,7 +249,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -259,7 +259,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." @@ -323,23 +323,43 @@ msgstr "" "predeterminado: debian)." #. type: IP -#: en/lb-init.1:39 +#: en/lb-init.1:35 +#, no-wrap +msgid "B<--system>" +msgstr "B<--system>" + +#. type: Plain text +#: en/lb-init.1:37 +#, fuzzy +#| msgid "" +#| "set the project to derive internal defaults from. Currently valid " +#| "projects are 'debian' and 'progress-linux' (default: debian)." +msgid "" +"set the system type to derive internal defaults from. Currently valid types " +"are 'live' and 'lxc' (default: live).'" +msgstr "" +"establece el proyecto para el que se utilizarán sus valores predeterminados. " +"Actualmente, los proyectos válidos son «debian» y «progress-linux» (valor " +"predeterminado: debian)." + +#. type: IP +#: en/lb-init.1:41 #, no-wrap msgid "B<config>:" msgstr "B<config>:" #. type: Plain text -#: en/lb-init.1:41 +#: en/lb-init.1:43 msgid "configuration directory." msgstr "directorio de configuración." #. type: IP -#: en/lb-init.1:41 +#: en/lb-init.1:43 #, no-wrap msgid "B<.build>:" msgstr "B<.build>" #. type: Plain text -#: en/lb-init.1:43 +#: en/lb-init.1:45 msgid "configuration directory for meta-information." msgstr "directorio de configuración para meta-información." diff --git a/manpages/po/es/lb-source-hooks.1.po b/manpages/po/es/lb-source-hooks.1.po index 800f149a3..d9522486b 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~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2013-11-06 10:12+0100\n" "Last-Translator: Carlos Zuferri <chals@altorricon.com>\n" "Language-Team: none\n" @@ -31,8 +31,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -167,7 +167,7 @@ msgstr "muestra el mensaje de ayuda y sale." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -177,7 +177,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "muestra el número de versión del programa y sale." @@ -186,7 +186,7 @@ msgstr "muestra el número de versión del programa y sale." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -221,7 +221,7 @@ msgstr "directorio en el que se copian los scripts gancho." #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -244,7 +244,7 @@ msgstr "I<lb-chroot-hooks>(1)" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -254,7 +254,7 @@ msgstr "PÁGINA WEB" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -269,7 +269,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -279,7 +279,7 @@ msgstr "ERRORES" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -296,7 +296,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -306,7 +306,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/po/es/lb-source-includes.1.po b/manpages/po/es/lb-source-includes.1.po index 9df3a33db..b20237836 100644 --- a/manpages/po/es/lb-source-includes.1.po +++ b/manpages/po/es/lb-source-includes.1.po @@ -5,7 +5,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: 2013-11-05 19:30+0100\n" "Last-Translator: Carlos Zuferri <chals@altorricon.com>\n" "Language-Team: none\n" @@ -31,8 +31,8 @@ msgstr "LIVE-BUILD" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" -msgstr "24.07.2014" +msgid "2014-08-24" +msgstr "24.08.2014" #. type: TH #: en/lb-binary-hooks.1:9 en/lb-binary-includes.1:9 @@ -167,7 +167,7 @@ msgstr "muestra el mensaje de ayuda y sale." #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -177,7 +177,7 @@ msgstr "B<--version>" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "muestra el número de versión del programa y sale." @@ -186,7 +186,7 @@ msgstr "muestra el número de versión del programa y sale." #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -196,7 +196,7 @@ msgstr "FICHEROS" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -206,7 +206,7 @@ msgstr "VER TAMBIÉN" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -216,7 +216,7 @@ msgstr "PÁGINA WEB" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -231,7 +231,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -241,7 +241,7 @@ msgstr "ERRORES" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -258,7 +258,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -268,7 +268,7 @@ msgstr "AUTOR" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/pot/lb-binary-hooks.1.pot b/manpages/pot/lb-binary-hooks.1.pot index b4a398b19..6858f2738 100644 --- a/manpages/pot/lb-binary-hooks.1.pot +++ b/manpages/pot/lb-binary-hooks.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -33,7 +33,7 @@ msgstr "" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" +msgid "2014-08-24" msgstr "" #. type: TH @@ -240,7 +240,7 @@ msgstr "" #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -250,7 +250,7 @@ msgstr "" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "" @@ -259,7 +259,7 @@ msgstr "" #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -330,7 +330,7 @@ msgstr "" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -359,7 +359,7 @@ msgstr "" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -369,7 +369,7 @@ msgstr "" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -381,7 +381,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -391,7 +391,7 @@ msgstr "" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -404,7 +404,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -414,7 +414,7 @@ msgstr "" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/pot/lb-binary-includes.1.pot b/manpages/pot/lb-binary-includes.1.pot index a2d4d6ded..cdbad7386 100644 --- a/manpages/pot/lb-binary-includes.1.pot +++ b/manpages/pot/lb-binary-includes.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -33,7 +33,7 @@ msgstr "" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" +msgid "2014-08-24" msgstr "" #. type: TH @@ -167,7 +167,7 @@ msgstr "" #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -177,7 +177,7 @@ msgstr "" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "" @@ -186,7 +186,7 @@ msgstr "" #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -202,7 +202,7 @@ msgstr "" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -212,7 +212,7 @@ msgstr "" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -222,7 +222,7 @@ msgstr "" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -234,7 +234,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -244,7 +244,7 @@ msgstr "" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -257,7 +257,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -267,7 +267,7 @@ msgstr "" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/pot/lb-bootstrap-cdebootstrap.1.pot b/manpages/pot/lb-bootstrap-cdebootstrap.1.pot index cd32890d3..d76d3abd2 100644 --- a/manpages/pot/lb-bootstrap-cdebootstrap.1.pot +++ b/manpages/pot/lb-bootstrap-cdebootstrap.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -33,7 +33,7 @@ msgstr "" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" +msgid "2014-08-24" msgstr "" #. type: TH @@ -158,7 +158,7 @@ msgstr "" #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -168,7 +168,7 @@ msgstr "" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "" @@ -177,7 +177,7 @@ msgstr "" #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -187,7 +187,7 @@ msgstr "" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -197,7 +197,7 @@ msgstr "" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -207,7 +207,7 @@ msgstr "" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -219,7 +219,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -229,7 +229,7 @@ msgstr "" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -242,7 +242,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -252,7 +252,7 @@ msgstr "" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/pot/lb-bootstrap-debootstrap.1.pot b/manpages/pot/lb-bootstrap-debootstrap.1.pot index bdefb20d0..8cf99b19f 100644 --- a/manpages/pot/lb-bootstrap-debootstrap.1.pot +++ b/manpages/pot/lb-bootstrap-debootstrap.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -33,7 +33,7 @@ msgstr "" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" +msgid "2014-08-24" msgstr "" #. type: TH @@ -158,7 +158,7 @@ msgstr "" #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -168,7 +168,7 @@ msgstr "" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "" @@ -177,7 +177,7 @@ msgstr "" #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -187,7 +187,7 @@ msgstr "" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -197,7 +197,7 @@ msgstr "" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -207,7 +207,7 @@ msgstr "" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -219,7 +219,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -229,7 +229,7 @@ msgstr "" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -242,7 +242,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -252,7 +252,7 @@ msgstr "" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/pot/lb-bootstrap-hooks.1.pot b/manpages/pot/lb-bootstrap-hooks.1.pot index 23efd1c08..238da439d 100644 --- a/manpages/pot/lb-bootstrap-hooks.1.pot +++ b/manpages/pot/lb-bootstrap-hooks.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -33,7 +33,7 @@ msgstr "" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" +msgid "2014-08-24" msgstr "" #. type: TH @@ -167,7 +167,7 @@ msgstr "" #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -177,7 +177,7 @@ msgstr "" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "" @@ -186,7 +186,7 @@ msgstr "" #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -221,7 +221,7 @@ msgstr "" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -244,7 +244,7 @@ msgstr "" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -254,7 +254,7 @@ msgstr "" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -266,7 +266,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -276,7 +276,7 @@ msgstr "" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -289,7 +289,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -299,7 +299,7 @@ msgstr "" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/pot/lb-bootstrap-includes.1.pot b/manpages/pot/lb-bootstrap-includes.1.pot index 64e859475..e19aeac61 100644 --- a/manpages/pot/lb-bootstrap-includes.1.pot +++ b/manpages/pot/lb-bootstrap-includes.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -33,7 +33,7 @@ msgstr "" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" +msgid "2014-08-24" msgstr "" #. type: TH @@ -167,7 +167,7 @@ msgstr "" #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -177,7 +177,7 @@ msgstr "" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "" @@ -186,7 +186,7 @@ msgstr "" #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -196,7 +196,7 @@ msgstr "" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -206,7 +206,7 @@ msgstr "" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -216,7 +216,7 @@ msgstr "" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -228,7 +228,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -238,7 +238,7 @@ msgstr "" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -251,7 +251,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -261,7 +261,7 @@ msgstr "" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/pot/lb-chroot-hooks.1.pot b/manpages/pot/lb-chroot-hooks.1.pot index 0c3d96c01..e43e01c05 100644 --- a/manpages/pot/lb-chroot-hooks.1.pot +++ b/manpages/pot/lb-chroot-hooks.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -33,7 +33,7 @@ msgstr "" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" +msgid "2014-08-24" msgstr "" #. type: TH @@ -167,7 +167,7 @@ msgstr "" #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -177,7 +177,7 @@ msgstr "" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "" @@ -186,7 +186,7 @@ msgstr "" #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -221,7 +221,7 @@ msgstr "" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -244,7 +244,7 @@ msgstr "" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -254,7 +254,7 @@ msgstr "" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -266,7 +266,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -276,7 +276,7 @@ msgstr "" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -289,7 +289,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -299,7 +299,7 @@ msgstr "" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/pot/lb-chroot-includes.1.pot b/manpages/pot/lb-chroot-includes.1.pot index d5691d525..0c853afb4 100644 --- a/manpages/pot/lb-chroot-includes.1.pot +++ b/manpages/pot/lb-chroot-includes.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -33,7 +33,7 @@ msgstr "" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" +msgid "2014-08-24" msgstr "" #. type: TH @@ -167,7 +167,7 @@ msgstr "" #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -177,7 +177,7 @@ msgstr "" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "" @@ -186,7 +186,7 @@ msgstr "" #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -196,7 +196,7 @@ msgstr "" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -206,7 +206,7 @@ msgstr "" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -216,7 +216,7 @@ msgstr "" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -228,7 +228,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -238,7 +238,7 @@ msgstr "" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -251,7 +251,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -261,7 +261,7 @@ msgstr "" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/pot/lb-init.1.pot b/manpages/pot/lb-init.1.pot index 50c04db4e..e91ce17be 100644 --- a/manpages/pot/lb-init.1.pot +++ b/manpages/pot/lb-init.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -33,7 +33,7 @@ msgstr "" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" +msgid "2014-08-24" msgstr "" #. type: TH @@ -158,7 +158,7 @@ msgstr "" #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -168,7 +168,7 @@ msgstr "" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "" @@ -177,7 +177,7 @@ msgstr "" #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -187,7 +187,7 @@ msgstr "" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -197,7 +197,7 @@ msgstr "" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -207,7 +207,7 @@ msgstr "" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -219,7 +219,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -229,7 +229,7 @@ msgstr "" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -242,7 +242,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -252,7 +252,7 @@ msgstr "" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." @@ -307,23 +307,36 @@ msgid "" msgstr "" #. type: IP -#: en/lb-init.1:39 +#: en/lb-init.1:35 #, no-wrap -msgid "B<config>:" +msgid "B<--system>" msgstr "" #. type: Plain text +#: en/lb-init.1:37 +msgid "" +"set the system type to derive internal defaults from. Currently valid types " +"are 'live' and 'lxc' (default: live).'" +msgstr "" + +#. type: IP #: en/lb-init.1:41 +#, no-wrap +msgid "B<config>:" +msgstr "" + +#. type: Plain text +#: en/lb-init.1:43 msgid "configuration directory." msgstr "" #. type: IP -#: en/lb-init.1:41 +#: en/lb-init.1:43 #, no-wrap msgid "B<.build>:" msgstr "" #. type: Plain text -#: en/lb-init.1:43 +#: en/lb-init.1:45 msgid "configuration directory for meta-information." msgstr "" diff --git a/manpages/pot/lb-source-hooks.1.pot b/manpages/pot/lb-source-hooks.1.pot index 0488af778..d503ea6c8 100644 --- a/manpages/pot/lb-source-hooks.1.pot +++ b/manpages/pot/lb-source-hooks.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -33,7 +33,7 @@ msgstr "" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" +msgid "2014-08-24" msgstr "" #. type: TH @@ -167,7 +167,7 @@ msgstr "" #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -177,7 +177,7 @@ msgstr "" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "" @@ -186,7 +186,7 @@ msgstr "" #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -221,7 +221,7 @@ msgstr "" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -244,7 +244,7 @@ msgstr "" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -254,7 +254,7 @@ msgstr "" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -266,7 +266,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -276,7 +276,7 @@ msgstr "" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -289,7 +289,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -299,7 +299,7 @@ msgstr "" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." diff --git a/manpages/pot/lb-source-includes.1.pot b/manpages/pot/lb-source-includes.1.pot index f4d46bfd8..524579d9f 100644 --- a/manpages/pot/lb-source-includes.1.pot +++ b/manpages/pot/lb-source-includes.1.pot @@ -7,7 +7,7 @@ msgid "" msgstr "" "Project-Id-Version: live-build 4.0~alpha39-1\n" -"POT-Creation-Date: 2014-07-24 05:02+0200\n" +"POT-Creation-Date: 2014-08-24 01:09+0200\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" @@ -33,7 +33,7 @@ msgstr "" #: en/lb-chroot-hooks.1:9 en/lb-chroot-includes.1:9 en/lb-init.1:9 #: en/lb-source-hooks.1:9 en/lb-source-includes.1:9 #, no-wrap -msgid "2014-07-24" +msgid "2014-08-24" msgstr "" #. type: TH @@ -167,7 +167,7 @@ msgstr "" #: en/lb-binary-hooks.1:46 en/lb-binary-includes.1:38 #: en/lb-bootstrap-cdebootstrap.1:33 en/lb-bootstrap-debootstrap.1:33 #: en/lb-bootstrap-hooks.1:44 en/lb-bootstrap-includes.1:38 -#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35 +#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:37 #: en/lb-source-hooks.1:46 en/lb-source-includes.1:38 #, no-wrap msgid "B<--version>" @@ -177,7 +177,7 @@ msgstr "" #: en/lb-binary-hooks.1:48 en/lb-binary-includes.1:40 #: en/lb-bootstrap-cdebootstrap.1:35 en/lb-bootstrap-debootstrap.1:35 #: en/lb-bootstrap-hooks.1:46 en/lb-bootstrap-includes.1:40 -#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37 +#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:39 #: en/lb-source-hooks.1:48 en/lb-source-includes.1:40 msgid "show program's version number and exit." msgstr "" @@ -186,7 +186,7 @@ msgstr "" #: en/lb-binary-hooks.1:49 en/lb-binary-includes.1:41 #: en/lb-bootstrap-cdebootstrap.1:36 en/lb-bootstrap-debootstrap.1:36 #: en/lb-bootstrap-hooks.1:47 en/lb-bootstrap-includes.1:41 -#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38 +#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:40 #: en/lb-source-hooks.1:49 en/lb-source-includes.1:41 #, no-wrap msgid "FILES" @@ -196,7 +196,7 @@ msgstr "" #: en/lb-binary-hooks.1:61 en/lb-binary-includes.1:49 #: en/lb-bootstrap-cdebootstrap.1:43 en/lb-bootstrap-debootstrap.1:43 #: en/lb-bootstrap-hooks.1:59 en/lb-bootstrap-includes.1:49 -#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44 +#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:46 #: en/lb-source-hooks.1:61 en/lb-source-includes.1:49 #, no-wrap msgid "SEE ALSO" @@ -206,7 +206,7 @@ msgstr "" #: en/lb-binary-hooks.1:66 en/lb-binary-includes.1:54 #: en/lb-bootstrap-cdebootstrap.1:46 en/lb-bootstrap-debootstrap.1:46 #: en/lb-bootstrap-hooks.1:64 en/lb-bootstrap-includes.1:54 -#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47 +#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:49 #: en/lb-source-hooks.1:66 en/lb-source-includes.1:54 #, no-wrap msgid "HOMEPAGE" @@ -216,7 +216,7 @@ msgstr "" #: en/lb-binary-hooks.1:68 en/lb-binary-includes.1:56 #: en/lb-bootstrap-cdebootstrap.1:48 en/lb-bootstrap-debootstrap.1:48 #: en/lb-bootstrap-hooks.1:66 en/lb-bootstrap-includes.1:56 -#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49 +#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:51 #: en/lb-source-hooks.1:68 en/lb-source-includes.1:56 msgid "" "More information about live-build and the Live Systems project can be found " @@ -228,7 +228,7 @@ msgstr "" #: en/lb-binary-hooks.1:69 en/lb-binary-includes.1:57 #: en/lb-bootstrap-cdebootstrap.1:49 en/lb-bootstrap-debootstrap.1:49 #: en/lb-bootstrap-hooks.1:67 en/lb-bootstrap-includes.1:57 -#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50 +#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:52 #: en/lb-source-hooks.1:69 en/lb-source-includes.1:57 #, no-wrap msgid "BUGS" @@ -238,7 +238,7 @@ msgstr "" #: en/lb-binary-hooks.1:71 en/lb-binary-includes.1:59 #: en/lb-bootstrap-cdebootstrap.1:51 en/lb-bootstrap-debootstrap.1:51 #: en/lb-bootstrap-hooks.1:69 en/lb-bootstrap-includes.1:59 -#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52 +#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:54 #: en/lb-source-hooks.1:71 en/lb-source-includes.1:59 msgid "" "Bugs can be reported by submitting a bugreport for the live-build package in " @@ -251,7 +251,7 @@ msgstr "" #: en/lb-binary-hooks.1:72 en/lb-binary-includes.1:60 #: en/lb-bootstrap-cdebootstrap.1:52 en/lb-bootstrap-debootstrap.1:52 #: en/lb-bootstrap-hooks.1:70 en/lb-bootstrap-includes.1:60 -#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53 +#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:55 #: en/lb-source-hooks.1:72 en/lb-source-includes.1:60 #, no-wrap msgid "AUTHOR" @@ -261,7 +261,7 @@ msgstr "" #: en/lb-binary-hooks.1:73 en/lb-binary-includes.1:61 #: en/lb-bootstrap-cdebootstrap.1:53 en/lb-bootstrap-debootstrap.1:53 #: en/lb-bootstrap-hooks.1:71 en/lb-bootstrap-includes.1:61 -#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54 +#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:56 #: en/lb-source-hooks.1:73 en/lb-source-includes.1:61 msgid "" "live-build was written by Daniel Baumann E<lt>I<mail@daniel-baumann.ch>E<gt>." |