Adding --distribution to lb-init.
This commit is contained in:
parent
3a3a4bbfc9
commit
8245c7d0fc
|
@ -28,21 +28,25 @@ def main():
|
|||
prog = 'lb init',
|
||||
usage = '%(prog)s [arguments]',
|
||||
description = '''live-build contains the components to build a live system from a configuration directory.
|
||||
The init command creates an empty configuration tree or reinitialize an existing one.''',
|
||||
The init command creates an empty configuration directory or reinitialize an existing one.''',
|
||||
epilog = 'See \'man lb-init\' for more information.',
|
||||
formatter_class = argparse.ArgumentDefaultsHelpFormatter
|
||||
)
|
||||
|
||||
arguments.add_argument('--version', help='show program\'s version number and exit', action='version', version='live-build 4')
|
||||
arguments.add_argument('--verbose', help='set verbose option', action='store_true')
|
||||
arguments.add_argument('--version', help='show program\'s version number and exit', action='version', version='live-build 4')
|
||||
arguments.add_argument('--verbose', help='set verbose option', action='store_true')
|
||||
|
||||
arguments.add_argument('--project', help='set project defaults')
|
||||
arguments.add_argument('--distribution', help='set default distribution')
|
||||
arguments.add_argument('--project', help='set project defaults')
|
||||
|
||||
args = arguments.parse_args()
|
||||
|
||||
# --verbose
|
||||
verbose = args.verbose
|
||||
|
||||
# --distribution
|
||||
distribution = args.distribution
|
||||
|
||||
# --project
|
||||
project = args.project
|
||||
|
||||
|
|
|
@ -17,7 +17,8 @@
|
|||
\fBlive\-build\fP \- System Build Komponenten
|
||||
|
||||
.SH SYNTAX
|
||||
\fBlb init\fP [\-\-project \fIPROJEKT\fP] [\-\-verbose]
|
||||
\fBlb init\fP [\-\-distribution \fIDISTRIBUTION\fP] [\-\-project \fIPROJEKT\fP]
|
||||
[\-\-verbose]
|
||||
.PP
|
||||
\fBlb init\fP [\-\-help]
|
||||
.br
|
||||
|
@ -31,6 +32,8 @@ Das \fBlb init\fP Kommando erstellt ein leeres Konfigurationsverzeichnis oder
|
|||
re\-initialisiert ein bestehendes.
|
||||
|
||||
.SH OPTIONEN
|
||||
.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', 'progress\-linux' und
|
||||
|
|
|
@ -12,7 +12,7 @@
|
|||
\fBlive\-build\fR \- Live System Build Components
|
||||
|
||||
.SH SYNOPSIS
|
||||
\fBlb init\fR [\-\-project \fIPROJECT\fR] [\-\-verbose]
|
||||
\fBlb init\fR [\-\-distribution \fIDISTRIBUTION\fR] [\-\-project \fIPROJECT\fR] [\-\-verbose]
|
||||
.PP
|
||||
\fBlb init\fR [\-\-help]
|
||||
.br
|
||||
|
@ -24,6 +24,8 @@ live\-build contains the components to build a live system from a configuration
|
|||
The \fBlb init\fR command creates an empty configuration directory or reinitialize an existing one.
|
||||
|
||||
.SH OPTIONS
|
||||
.IP "\fB\-\-distribution\fR" 4
|
||||
set the default distribution.
|
||||
.IP "\fB\-\-project\fR" 4
|
||||
set the project to derive internal defaults from. Currently valid projects are 'debian', 'progress-linux', and 'ubuntu' (default: debian).
|
||||
.IP "\fB\-\-verbose\fR" 4
|
||||
|
|
|
@ -17,7 +17,8 @@
|
|||
\fBlive\-build\fP \- Live System Build Components
|
||||
|
||||
.SH SINOPSIS
|
||||
\fBlb init\fP [\-\-project \fIPROJECT\fP] [\-\-verbose]
|
||||
\fBlb init\fP [\-\-distribution \fIDISTRIBUTION\fP] [\-\-project \fIPROJECT\fP]
|
||||
[\-\-verbose]
|
||||
.PP
|
||||
\fBlb init\fP [\-\-help]
|
||||
.br
|
||||
|
@ -31,6 +32,8 @@ The \fBlb init\fP command creates an empty configuration directory or
|
|||
reinitialize an existing one.
|
||||
|
||||
.SH OPCIONES
|
||||
.IP \fB\-\-distribution\fP 4
|
||||
set the default distribution.
|
||||
.IP \fB\-\-project\fP 4
|
||||
set the project to derive internal defaults from. Currently valid projects
|
||||
are 'debian', 'progress\-linux', and 'ubuntu' (default: debian).
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2013-11-05 12:04+0100\n"
|
||||
"POT-Creation-Date: 2013-11-05 12:11+0100\n"
|
||||
"PO-Revision-Date: 2013-11-05 12:01+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -122,7 +122,7 @@ msgstr "OPTIONEN"
|
|||
#: en/lb-binary-hooks.1:42 en/lb-binary-includes.1:34
|
||||
#: en/lb-bootstrap-cdebootstrap.1:29 en/lb-bootstrap-debootstrap.1:29
|
||||
#: en/lb-bootstrap-hooks.1:40 en/lb-bootstrap-includes.1:34
|
||||
#: en/lb-chroot-hooks.1:40 en/lb-chroot-includes.1:34 en/lb-init.1:29
|
||||
#: en/lb-chroot-hooks.1:40 en/lb-chroot-includes.1:34 en/lb-init.1:31
|
||||
#: en/lb-source-hooks.1:42 en/lb-source-includes.1:34
|
||||
#, no-wrap
|
||||
msgid "B<--verbose>"
|
||||
|
@ -132,7 +132,7 @@ msgstr "B<--verbose>"
|
|||
#: en/lb-binary-hooks.1:44 en/lb-binary-includes.1:36
|
||||
#: en/lb-bootstrap-cdebootstrap.1:31 en/lb-bootstrap-debootstrap.1:31
|
||||
#: en/lb-bootstrap-hooks.1:42 en/lb-bootstrap-includes.1:36
|
||||
#: en/lb-chroot-hooks.1:42 en/lb-chroot-includes.1:36 en/lb-init.1:31
|
||||
#: en/lb-chroot-hooks.1:42 en/lb-chroot-includes.1:36 en/lb-init.1:33
|
||||
#: en/lb-source-hooks.1:44 en/lb-source-includes.1:36
|
||||
msgid "sets verbose option (default: False)."
|
||||
msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)."
|
||||
|
@ -141,7 +141,7 @@ msgstr "setzt verbose Option für mehr Ausgaben (Standardwert: aus)."
|
|||
#: en/lb-binary-hooks.1:44 en/lb-binary-includes.1:36
|
||||
#: en/lb-bootstrap-cdebootstrap.1:31 en/lb-bootstrap-debootstrap.1:31
|
||||
#: en/lb-bootstrap-hooks.1:42 en/lb-bootstrap-includes.1:36
|
||||
#: en/lb-chroot-hooks.1:42 en/lb-chroot-includes.1:36 en/lb-init.1:31
|
||||
#: en/lb-chroot-hooks.1:42 en/lb-chroot-includes.1:36 en/lb-init.1:33
|
||||
#: en/lb-source-hooks.1:44 en/lb-source-includes.1:36
|
||||
#, no-wrap
|
||||
msgid "B<-h, --help>"
|
||||
|
@ -151,7 +151,7 @@ msgstr "B<-h, --help>"
|
|||
#: 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:33
|
||||
#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35
|
||||
#: en/lb-source-hooks.1:46 en/lb-source-includes.1:38
|
||||
msgid "show help message and exit."
|
||||
msgstr "zeigt Hilfenachricht und beendet sich."
|
||||
|
@ -160,7 +160,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:33
|
||||
#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35
|
||||
#: en/lb-source-hooks.1:46 en/lb-source-includes.1:38
|
||||
#, no-wrap
|
||||
msgid "B<--version>"
|
||||
|
@ -170,7 +170,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:35
|
||||
#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37
|
||||
#: 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."
|
||||
|
@ -179,7 +179,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:36
|
||||
#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38
|
||||
#: en/lb-source-hooks.1:49 en/lb-source-includes.1:41
|
||||
#, no-wrap
|
||||
msgid "FILES"
|
||||
|
@ -189,7 +189,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:42
|
||||
#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44
|
||||
#: en/lb-source-hooks.1:61 en/lb-source-includes.1:49
|
||||
#, no-wrap
|
||||
msgid "SEE ALSO"
|
||||
|
@ -199,7 +199,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:45
|
||||
#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47
|
||||
#: en/lb-source-hooks.1:66 en/lb-source-includes.1:54
|
||||
#, no-wrap
|
||||
msgid "HOMEPAGE"
|
||||
|
@ -209,7 +209,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:47
|
||||
#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49
|
||||
#: 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 "
|
||||
|
@ -224,7 +224,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:48
|
||||
#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50
|
||||
#: en/lb-source-hooks.1:69 en/lb-source-includes.1:57
|
||||
#, no-wrap
|
||||
msgid "BUGS"
|
||||
|
@ -234,7 +234,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:50
|
||||
#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52
|
||||
#: 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 "
|
||||
|
@ -253,7 +253,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:51
|
||||
#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53
|
||||
#: en/lb-source-hooks.1:72 en/lb-source-includes.1:60
|
||||
#, no-wrap
|
||||
msgid "AUTHOR"
|
||||
|
@ -263,7 +263,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:52
|
||||
#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54
|
||||
#: 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>."
|
||||
|
@ -273,8 +273,12 @@ msgstr ""
|
|||
|
||||
#. type: Plain text
|
||||
#: en/lb-init.1:16
|
||||
msgid "B<lb init> [--project I<PROJECT>] [--verbose]"
|
||||
msgstr "B<lb init> [--project I<PROJEKT>] [--verbose]"
|
||||
msgid ""
|
||||
"B<lb init> [--distribution I<DISTRIBUTION>] [--project I<PROJECT>] [--"
|
||||
"verbose]"
|
||||
msgstr ""
|
||||
"B<lb init> [--distribution I<DISTRIBUTION>] [--project I<PROJEKT>] [--"
|
||||
"verbose]"
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb-init.1:18
|
||||
|
@ -298,11 +302,22 @@ msgstr ""
|
|||
#. type: IP
|
||||
#: en/lb-init.1:27
|
||||
#, no-wrap
|
||||
msgid "B<--distribution>"
|
||||
msgstr "B<--distribution>"
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb-init.1:29
|
||||
msgid "set the default distribution."
|
||||
msgstr "sets die Standard Distribution."
|
||||
|
||||
#. type: IP
|
||||
#: en/lb-init.1:29
|
||||
#, no-wrap
|
||||
msgid "B<--project>"
|
||||
msgstr "B<--project>"
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb-init.1:29
|
||||
#: en/lb-init.1:31
|
||||
msgid ""
|
||||
"set the project to derive internal defaults from. Currently valid projects "
|
||||
"are 'debian', 'progress-linux', and 'ubuntu' (default: debian)."
|
||||
|
@ -312,23 +327,23 @@ msgstr ""
|
|||
"'ubuntu' (Standardwert: debian)."
|
||||
|
||||
#. type: IP
|
||||
#: en/lb-init.1:37
|
||||
#: en/lb-init.1:39
|
||||
#, no-wrap
|
||||
msgid "B<config>:"
|
||||
msgstr "B<config>:"
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb-init.1:39
|
||||
#: en/lb-init.1:41
|
||||
msgid "configuration directory."
|
||||
msgstr "Konfigurationsverzeichnis."
|
||||
|
||||
#. type: IP
|
||||
#: en/lb-init.1:39
|
||||
#: en/lb-init.1:41
|
||||
#, no-wrap
|
||||
msgid "B<.build>:"
|
||||
msgstr "B<.build>:"
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb-init.1:41
|
||||
#: en/lb-init.1:43
|
||||
msgid "configuration directory for meta-information."
|
||||
msgstr "Konfigurationsverzeichnis für Meta-Informationen."
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2013-11-05 12:04+0100\n"
|
||||
"POT-Creation-Date: 2013-11-05 12:11+0100\n"
|
||||
"PO-Revision-Date: 2013-11-05 12:01+0100\n"
|
||||
"Last-Translator: Automatically generated\n"
|
||||
"Language-Team: none\n"
|
||||
|
@ -124,7 +124,7 @@ msgstr "OPCIONES"
|
|||
#: en/lb-binary-hooks.1:42 en/lb-binary-includes.1:34
|
||||
#: en/lb-bootstrap-cdebootstrap.1:29 en/lb-bootstrap-debootstrap.1:29
|
||||
#: en/lb-bootstrap-hooks.1:40 en/lb-bootstrap-includes.1:34
|
||||
#: en/lb-chroot-hooks.1:40 en/lb-chroot-includes.1:34 en/lb-init.1:29
|
||||
#: en/lb-chroot-hooks.1:40 en/lb-chroot-includes.1:34 en/lb-init.1:31
|
||||
#: en/lb-source-hooks.1:42 en/lb-source-includes.1:34
|
||||
#, no-wrap
|
||||
msgid "B<--verbose>"
|
||||
|
@ -134,7 +134,7 @@ msgstr "B<--verbose>"
|
|||
#: en/lb-binary-hooks.1:44 en/lb-binary-includes.1:36
|
||||
#: en/lb-bootstrap-cdebootstrap.1:31 en/lb-bootstrap-debootstrap.1:31
|
||||
#: en/lb-bootstrap-hooks.1:42 en/lb-bootstrap-includes.1:36
|
||||
#: en/lb-chroot-hooks.1:42 en/lb-chroot-includes.1:36 en/lb-init.1:31
|
||||
#: en/lb-chroot-hooks.1:42 en/lb-chroot-includes.1:36 en/lb-init.1:33
|
||||
#: en/lb-source-hooks.1:44 en/lb-source-includes.1:36
|
||||
msgid "sets verbose option (default: False)."
|
||||
msgstr "establece la opción verbose (por defecto: False)."
|
||||
|
@ -143,7 +143,7 @@ msgstr "establece la opción verbose (por defecto: False)."
|
|||
#: en/lb-binary-hooks.1:44 en/lb-binary-includes.1:36
|
||||
#: en/lb-bootstrap-cdebootstrap.1:31 en/lb-bootstrap-debootstrap.1:31
|
||||
#: en/lb-bootstrap-hooks.1:42 en/lb-bootstrap-includes.1:36
|
||||
#: en/lb-chroot-hooks.1:42 en/lb-chroot-includes.1:36 en/lb-init.1:31
|
||||
#: en/lb-chroot-hooks.1:42 en/lb-chroot-includes.1:36 en/lb-init.1:33
|
||||
#: en/lb-source-hooks.1:44 en/lb-source-includes.1:36
|
||||
#, no-wrap
|
||||
msgid "B<-h, --help>"
|
||||
|
@ -153,7 +153,7 @@ msgstr "B<-h, --help>"
|
|||
#: 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:33
|
||||
#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35
|
||||
#: en/lb-source-hooks.1:46 en/lb-source-includes.1:38
|
||||
msgid "show help message and exit."
|
||||
msgstr "muestra el mensaje de ayuda y sale."
|
||||
|
@ -162,7 +162,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:33
|
||||
#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35
|
||||
#: en/lb-source-hooks.1:46 en/lb-source-includes.1:38
|
||||
#, no-wrap
|
||||
msgid "B<--version>"
|
||||
|
@ -172,7 +172,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:35
|
||||
#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37
|
||||
#: 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."
|
||||
|
@ -181,7 +181,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:36
|
||||
#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38
|
||||
#: en/lb-source-hooks.1:49 en/lb-source-includes.1:41
|
||||
#, no-wrap
|
||||
msgid "FILES"
|
||||
|
@ -191,7 +191,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:42
|
||||
#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44
|
||||
#: en/lb-source-hooks.1:61 en/lb-source-includes.1:49
|
||||
#, no-wrap
|
||||
msgid "SEE ALSO"
|
||||
|
@ -201,7 +201,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:45
|
||||
#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47
|
||||
#: en/lb-source-hooks.1:66 en/lb-source-includes.1:54
|
||||
#, no-wrap
|
||||
msgid "HOMEPAGE"
|
||||
|
@ -211,7 +211,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:47
|
||||
#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49
|
||||
#: 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 "
|
||||
|
@ -226,7 +226,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:48
|
||||
#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50
|
||||
#: en/lb-source-hooks.1:69 en/lb-source-includes.1:57
|
||||
#, no-wrap
|
||||
msgid "BUGS"
|
||||
|
@ -236,7 +236,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:50
|
||||
#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52
|
||||
#: 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 "
|
||||
|
@ -253,7 +253,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:51
|
||||
#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53
|
||||
#: en/lb-source-hooks.1:72 en/lb-source-includes.1:60
|
||||
#, no-wrap
|
||||
msgid "AUTHOR"
|
||||
|
@ -263,7 +263,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:52
|
||||
#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54
|
||||
#: 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>."
|
||||
|
@ -273,7 +273,9 @@ msgstr ""
|
|||
|
||||
#. type: Plain text
|
||||
#: en/lb-init.1:16
|
||||
msgid "B<lb init> [--project I<PROJECT>] [--verbose]"
|
||||
msgid ""
|
||||
"B<lb init> [--distribution I<DISTRIBUTION>] [--project I<PROJECT>] [--"
|
||||
"verbose]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
|
@ -296,34 +298,45 @@ msgstr ""
|
|||
#. type: IP
|
||||
#: en/lb-init.1:27
|
||||
#, no-wrap
|
||||
msgid "B<--distribution>"
|
||||
msgstr "B<--distribution>"
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb-init.1:29
|
||||
msgid "set the default distribution."
|
||||
msgstr ""
|
||||
|
||||
#. type: IP
|
||||
#: en/lb-init.1:29
|
||||
#, no-wrap
|
||||
msgid "B<--project>"
|
||||
msgstr "B<--project>"
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb-init.1:29
|
||||
#: en/lb-init.1:31
|
||||
msgid ""
|
||||
"set the project to derive internal defaults from. Currently valid projects "
|
||||
"are 'debian', 'progress-linux', and 'ubuntu' (default: debian)."
|
||||
msgstr ""
|
||||
|
||||
#. type: IP
|
||||
#: en/lb-init.1:37
|
||||
#: en/lb-init.1:39
|
||||
#, no-wrap
|
||||
msgid "B<config>:"
|
||||
msgstr "B<config>:"
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb-init.1:39
|
||||
#: en/lb-init.1:41
|
||||
msgid "configuration directory."
|
||||
msgstr ""
|
||||
|
||||
#. type: IP
|
||||
#: en/lb-init.1:39
|
||||
#: en/lb-init.1:41
|
||||
#, no-wrap
|
||||
msgid "B<.build>:"
|
||||
msgstr "B<.build>"
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb-init.1:41
|
||||
#: en/lb-init.1:43
|
||||
msgid "configuration directory for meta-information."
|
||||
msgstr ""
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
msgid ""
|
||||
msgstr ""
|
||||
"Project-Id-Version: live-build VERSION\n"
|
||||
"POT-Creation-Date: 2013-11-05 12:04+0100\n"
|
||||
"POT-Creation-Date: 2013-11-05 12:11+0100\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"
|
||||
|
@ -120,7 +120,7 @@ msgstr ""
|
|||
#: en/lb-binary-hooks.1:42 en/lb-binary-includes.1:34
|
||||
#: en/lb-bootstrap-cdebootstrap.1:29 en/lb-bootstrap-debootstrap.1:29
|
||||
#: en/lb-bootstrap-hooks.1:40 en/lb-bootstrap-includes.1:34
|
||||
#: en/lb-chroot-hooks.1:40 en/lb-chroot-includes.1:34 en/lb-init.1:29
|
||||
#: en/lb-chroot-hooks.1:40 en/lb-chroot-includes.1:34 en/lb-init.1:31
|
||||
#: en/lb-source-hooks.1:42 en/lb-source-includes.1:34
|
||||
#, no-wrap
|
||||
msgid "B<--verbose>"
|
||||
|
@ -130,7 +130,7 @@ msgstr ""
|
|||
#: en/lb-binary-hooks.1:44 en/lb-binary-includes.1:36
|
||||
#: en/lb-bootstrap-cdebootstrap.1:31 en/lb-bootstrap-debootstrap.1:31
|
||||
#: en/lb-bootstrap-hooks.1:42 en/lb-bootstrap-includes.1:36
|
||||
#: en/lb-chroot-hooks.1:42 en/lb-chroot-includes.1:36 en/lb-init.1:31
|
||||
#: en/lb-chroot-hooks.1:42 en/lb-chroot-includes.1:36 en/lb-init.1:33
|
||||
#: en/lb-source-hooks.1:44 en/lb-source-includes.1:36
|
||||
msgid "sets verbose option (default: False)."
|
||||
msgstr ""
|
||||
|
@ -139,7 +139,7 @@ msgstr ""
|
|||
#: en/lb-binary-hooks.1:44 en/lb-binary-includes.1:36
|
||||
#: en/lb-bootstrap-cdebootstrap.1:31 en/lb-bootstrap-debootstrap.1:31
|
||||
#: en/lb-bootstrap-hooks.1:42 en/lb-bootstrap-includes.1:36
|
||||
#: en/lb-chroot-hooks.1:42 en/lb-chroot-includes.1:36 en/lb-init.1:31
|
||||
#: en/lb-chroot-hooks.1:42 en/lb-chroot-includes.1:36 en/lb-init.1:33
|
||||
#: en/lb-source-hooks.1:44 en/lb-source-includes.1:36
|
||||
#, no-wrap
|
||||
msgid "B<-h, --help>"
|
||||
|
@ -149,7 +149,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:33
|
||||
#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35
|
||||
#: en/lb-source-hooks.1:46 en/lb-source-includes.1:38
|
||||
msgid "show help message and exit."
|
||||
msgstr ""
|
||||
|
@ -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:33
|
||||
#: en/lb-chroot-hooks.1:44 en/lb-chroot-includes.1:38 en/lb-init.1:35
|
||||
#: 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:35
|
||||
#: en/lb-chroot-hooks.1:46 en/lb-chroot-includes.1:40 en/lb-init.1:37
|
||||
#: 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:36
|
||||
#: en/lb-chroot-hooks.1:47 en/lb-chroot-includes.1:41 en/lb-init.1:38
|
||||
#: 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:42
|
||||
#: en/lb-chroot-hooks.1:59 en/lb-chroot-includes.1:49 en/lb-init.1:44
|
||||
#: 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:45
|
||||
#: en/lb-chroot-hooks.1:64 en/lb-chroot-includes.1:54 en/lb-init.1:47
|
||||
#: 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:47
|
||||
#: en/lb-chroot-hooks.1:66 en/lb-chroot-includes.1:56 en/lb-init.1:49
|
||||
#: 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:48
|
||||
#: en/lb-chroot-hooks.1:67 en/lb-chroot-includes.1:57 en/lb-init.1:50
|
||||
#: 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:50
|
||||
#: en/lb-chroot-hooks.1:69 en/lb-chroot-includes.1:59 en/lb-init.1:52
|
||||
#: 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:51
|
||||
#: en/lb-chroot-hooks.1:70 en/lb-chroot-includes.1:60 en/lb-init.1:53
|
||||
#: 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:52
|
||||
#: en/lb-chroot-hooks.1:71 en/lb-chroot-includes.1:61 en/lb-init.1:54
|
||||
#: 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>."
|
||||
|
@ -260,7 +260,9 @@ msgstr ""
|
|||
|
||||
#. type: Plain text
|
||||
#: en/lb-init.1:16
|
||||
msgid "B<lb init> [--project I<PROJECT>] [--verbose]"
|
||||
msgid ""
|
||||
"B<lb init> [--distribution I<DISTRIBUTION>] [--project I<PROJECT>] [--"
|
||||
"verbose]"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
|
@ -283,34 +285,45 @@ msgstr ""
|
|||
#. type: IP
|
||||
#: en/lb-init.1:27
|
||||
#, no-wrap
|
||||
msgid "B<--project>"
|
||||
msgid "B<--distribution>"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb-init.1:29
|
||||
msgid "set the default distribution."
|
||||
msgstr ""
|
||||
|
||||
#. type: IP
|
||||
#: en/lb-init.1:29
|
||||
#, no-wrap
|
||||
msgid "B<--project>"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb-init.1:31
|
||||
msgid ""
|
||||
"set the project to derive internal defaults from. Currently valid projects "
|
||||
"are 'debian', 'progress-linux', and 'ubuntu' (default: debian)."
|
||||
msgstr ""
|
||||
|
||||
#. type: IP
|
||||
#: en/lb-init.1:37
|
||||
#: en/lb-init.1:39
|
||||
#, no-wrap
|
||||
msgid "B<config>:"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb-init.1:39
|
||||
#: en/lb-init.1:41
|
||||
msgid "configuration directory."
|
||||
msgstr ""
|
||||
|
||||
#. type: IP
|
||||
#: en/lb-init.1:39
|
||||
#: en/lb-init.1:41
|
||||
#, no-wrap
|
||||
msgid "B<.build>:"
|
||||
msgstr ""
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb-init.1:41
|
||||
#: en/lb-init.1:43
|
||||
msgid "configuration directory for meta-information."
|
||||
msgstr ""
|
||||
|
|
Loading…
Reference in New Issue