Adding --system parameter in init component.

This commit is contained in:
Daniel Baumann 2014-08-24 03:10:58 +02:00
parent 33aaf3617f
commit 7ce82acee7
67 changed files with 535 additions and 470 deletions

View File

@ -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)

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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.

View File

@ -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

View File

@ -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

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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:39
#: 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: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."

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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."

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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>."

View File

@ -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:41
msgid "configuration directory."
#: 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<.build>:"
msgid "B<config>:"
msgstr ""
#. type: Plain text
#: en/lb-init.1:43
msgid "configuration directory."
msgstr ""
#. type: IP
#: en/lb-init.1:43
#, no-wrap
msgid "B<.build>:"
msgstr ""
#. type: Plain text
#: en/lb-init.1:45
msgid "configuration directory for meta-information."
msgstr ""

View File

@ -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>."

View File

@ -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>."