Updating Spanish translation of lb-chroot-hooks manpage.
This commit is contained in:
parent
8cfc3a0713
commit
78543ac233
|
@ -11,7 +11,7 @@
|
|||
.\" This file was generated with po4a. Translate the source file.
|
||||
.\"
|
||||
.\"*******************************************************************
|
||||
.TH LIVE\-BUILD 1 2013\-11\-06 4.0~alpha30\-1 "Proyecto Live Systems"
|
||||
.TH LIVE\-BUILD 1 06.11.2013 4.0~alpha30\-1 "Proyecto Live Systems"
|
||||
|
||||
.SH NOMBRE
|
||||
\fBlive\-build\fP \- Componentes de Construcción del Sistema en vivo
|
||||
|
@ -27,29 +27,31 @@
|
|||
live\-build contiene los componentes para construir un sistema en vivo a
|
||||
partir de un directorio de configuración.
|
||||
.PP
|
||||
The \fBlb chroot\-hooks\fP command executes hook files after the chroot stage.
|
||||
El comando \fBlb chroot_hooks\fP ejecuta los scripts gancho después de la etapa
|
||||
«chroot».
|
||||
|
||||
.SH ESPECIFICACIÓN
|
||||
\fBlb chroot\-hooks\fP executes any hook files found in the \fBconfig/hooks\fP
|
||||
directory within the configuration directory.
|
||||
\fBlb chroot\-hooks\fP ejecuta todos los scripts gancho que se encuentran en el
|
||||
directorio \fBconfig/hooks\fP dentro del directorio de configuración.
|
||||
.PP
|
||||
Hook files do not require to have a specific owner nor specific
|
||||
permissions. They are marked executable by \fBlb chroot\-hooks\fP automatically
|
||||
when they are executed.
|
||||
No es necesario que los scripts gancho tengan un propietario o permisos
|
||||
especiales. Ya que \fBlb chroot\-hooks\fP los convertirá en ejecutables
|
||||
automáticamente.
|
||||
.PP
|
||||
Hook files must either have the suffix \fB*.hook\fP or \fB*.hook.chroot\fP.
|
||||
Los scripts gancho deben tener el sufijo \fB*.hook\fP o \fB*.hook.chroot\fP.
|
||||
.PP
|
||||
Hook files with the suffix \fB*.hook\fP are executed first, hook files with the
|
||||
suffix \fB*.hook.chroot\fP are executed second.
|
||||
Los scripts gancho con el sufijo \fB*.hook\fP se ejecutan en primer lugar, los
|
||||
scripts gancho con el sufijo \fB*.hook.chroot\fP se ejecutan en segundo lugar.
|
||||
.PP
|
||||
Hook files are executed in alphanumberical order by \fBlb chroot\-hooks\fP. If
|
||||
one hook file depends on being run after another, best practise is to use
|
||||
number prefixes (nnnn, starting with 0001) to ensure the order of execution.
|
||||
\fBlb chroot\-hooks\fP ejecuta los scripts gancho en orden alfanumérico. Si uno
|
||||
de estos scripts tiene que ser ejecutado después de otro, lo ideal es
|
||||
utilizar números como prefijos (nnnn, a partir de 0001) para asegurarse el
|
||||
orden de ejecución correcto.
|
||||
.PP
|
||||
Hook files are copied into the \fBchroot/live\-build\fP directory by \fBlb
|
||||
chroot\-hooks\fP. They are executed from within the chroot directory (chrooted)
|
||||
and can read the configuration directory in \fB/live\-build/config\fP within the
|
||||
chroot directory.
|
||||
\fBlb chroot\-hooks\fP copia los scripts gancho dentro del directorio
|
||||
\fBchroot/live\-build\fP. Estos se ejecutan desde dentro del directorio «chroot»
|
||||
(en el chroot) y pueden leer el directorio de configuración en
|
||||
\fBlive\-build/config\fP dentro del directorio «chroot».
|
||||
|
||||
.SH OPCIONES
|
||||
.IP \fB\-\-verbose\fP 4
|
||||
|
@ -63,12 +65,12 @@ muestra el número de versión del programa y sale.
|
|||
.IP \fBconfig/hooks/*.hook\fP: 4
|
||||
scripts gancho genéricos.
|
||||
.IP \fBconfig/hooks/*.hook.chroot\fP: 4
|
||||
hook files specific for the chroot stage.
|
||||
scripts gancho específicos para la etapa «chroot».
|
||||
.IP \fBchroot\fP: 4
|
||||
directorio en el que se ejecutan los scripts gancho.
|
||||
.IP \fBchroot/live\-build/config\fP: 4
|
||||
bind mounted configuration directory within the chroot directory to be read
|
||||
by hook files.
|
||||
directorio de configuración montado en el directorio «chroot» para ser leído
|
||||
por los scripts gancho.
|
||||
.IP \fBchroot/live\-build\fP: 4
|
||||
directorio en el que se copian los scripts gancho.
|
||||
|
||||
|
|
|
@ -6,7 +6,7 @@ msgid ""
|
|||
msgstr ""
|
||||
"Project-Id-Version: live-build 4.0~alpha30-1\n"
|
||||
"POT-Creation-Date: 2013-11-06 09:09+0100\n"
|
||||
"PO-Revision-Date: 2010-05-24 09:59+0300\n"
|
||||
"PO-Revision-Date: 2013-11-06 09:50+0100\n"
|
||||
"Last-Translator: Carlos Zuferri <chals@altorricon.com>\n"
|
||||
"Language-Team: none\n"
|
||||
"Language: es\n"
|
||||
|
@ -30,8 +30,7 @@ msgstr "LIVE-BUILD"
|
|||
#: en/lb-bootstrap-hooks.1:9 en/lb-bootstrap-includes.1:9
|
||||
#: 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
|
||||
#, fuzzy, no-wrap
|
||||
#| msgid "2013-11-05"
|
||||
#, no-wrap
|
||||
msgid "2013-11-06"
|
||||
msgstr "06.11.2013"
|
||||
|
||||
|
@ -334,6 +333,8 @@ msgid ""
|
|||
"bind mounted configuration directory within the chroot directory to be read "
|
||||
"by hook files."
|
||||
msgstr ""
|
||||
"directorio de configuración montado en el directorio «chroot» para ser leído "
|
||||
"por los scripts gancho."
|
||||
|
||||
#. type: IP
|
||||
#: en/lb-bootstrap-hooks.1:56 en/lb-chroot-hooks.1:56
|
||||
|
@ -364,12 +365,11 @@ msgstr "B<lb chroot-hooks> [--version]"
|
|||
|
||||
#. type: Plain text
|
||||
#: en/lb-chroot-hooks.1:25
|
||||
#, fuzzy
|
||||
msgid ""
|
||||
"The B<lb chroot-hooks> command executes hook files after the chroot stage."
|
||||
msgstr ""
|
||||
"El programa B<lb chroot_hooks> preinstala el chroot del sistema con "
|
||||
"I<debootstrap>(8)."
|
||||
"El comando B<lb chroot_hooks> ejecuta los scripts gancho después de la etapa "
|
||||
"«chroot»."
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb-chroot-hooks.1:28
|
||||
|
@ -377,6 +377,8 @@ msgid ""
|
|||
"B<lb chroot-hooks> executes any hook files found in the B<config/hooks> "
|
||||
"directory within the configuration directory."
|
||||
msgstr ""
|
||||
"B<lb chroot-hooks> ejecuta todos los scripts gancho que se encuentran en el "
|
||||
"directorio B<config/hooks> dentro del directorio de configuración."
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb-chroot-hooks.1:30
|
||||
|
@ -385,11 +387,14 @@ msgid ""
|
|||
"They are marked executable by B<lb chroot-hooks> automatically when they are "
|
||||
"executed."
|
||||
msgstr ""
|
||||
"No es necesario que los scripts gancho tengan un propietario o permisos "
|
||||
"especiales. Ya que B<lb chroot-hooks> los convertirá en ejecutables "
|
||||
"automáticamente."
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb-chroot-hooks.1:32
|
||||
msgid "Hook files must either have the suffix B<*.hook> or B<*.hook.chroot>."
|
||||
msgstr ""
|
||||
msgstr "Los scripts gancho deben tener el sufijo B<*.hook> o B<*.hook.chroot>."
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb-chroot-hooks.1:34
|
||||
|
@ -397,6 +402,8 @@ msgid ""
|
|||
"Hook files with the suffix B<*.hook> are executed first, hook files with the "
|
||||
"suffix B<*.hook.chroot> are executed second."
|
||||
msgstr ""
|
||||
"Los scripts gancho con el sufijo B<*.hook> se ejecutan en primer lugar, los "
|
||||
"scripts gancho con el sufijo B<*.hook.chroot> se ejecutan en segundo lugar."
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb-chroot-hooks.1:36
|
||||
|
@ -405,6 +412,10 @@ msgid ""
|
|||
"one hook file depends on being run after another, best practise is to use "
|
||||
"number prefixes (nnnn, starting with 0001) to ensure the order of execution."
|
||||
msgstr ""
|
||||
"B<lb chroot-hooks> ejecuta los scripts gancho en orden alfanumérico. Si uno "
|
||||
"de estos scripts tiene que ser ejecutado después de otro, lo ideal es "
|
||||
"utilizar números como prefijos (nnnn, a partir de 0001) para asegurarse el "
|
||||
"orden de ejecución correcto."
|
||||
|
||||
#. type: Plain text
|
||||
#: en/lb-chroot-hooks.1:38
|
||||
|
@ -414,6 +425,10 @@ msgid ""
|
|||
"can read the configuration directory in B</live-build/config> within the "
|
||||
"chroot directory."
|
||||
msgstr ""
|
||||
"B<lb chroot-hooks> copia los scripts gancho dentro del directorio B<chroot/"
|
||||
"live-build>. Estos se ejecutan desde dentro del directorio «chroot» (en el "
|
||||
"chroot) y pueden leer el directorio de configuración en B<live-build/config> "
|
||||
"dentro del directorio «chroot»."
|
||||
|
||||
#. type: IP
|
||||
#: en/lb-chroot-hooks.1:50
|
||||
|
@ -424,4 +439,4 @@ msgstr "B<config/hooks/*.hook.chroot>:"
|
|||
#. type: Plain text
|
||||
#: en/lb-chroot-hooks.1:52
|
||||
msgid "hook files specific for the chroot stage."
|
||||
msgstr ""
|
||||
msgstr "scripts gancho específicos para la etapa «chroot»."
|
||||
|
|
Loading…
Reference in New Issue