[SCM] live-manual branch, debian, updated. debian/3.0_a10-1-39-g216427c

chals chals at altorricon.com
Tue Apr 3 07:21:42 UTC 2012


The following commit has been merged in the debian branch:
commit d370a37f84ac8fc763911084390633b1319d96d2
Author: chals <chals at altorricon.com>
Date:   Sat Feb 25 21:51:12 2012 +0100

    Fixing style in the bootloader section.

diff --git a/manual/de/live-manual.ssm b/manual/de/live-manual.ssm
index 4f55c04..04804a0 100644
--- a/manual/de/live-manual.ssm
+++ b/manual/de/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: Dieses Programm ist freie Software. Sie können es unter den Bedingungen der GNU General Public License, wie von der Free Software Foundation veröffentlicht, weitergeben und/oder modifizieren, entweder gemäss Version 3 der Lizenz oder (nach Ihrer Option) jeder späteren Version.<br><br>Die Veröffentlichung dieses Programms erfolgt in der Hoffnung, dass es Ihnen von Nutzen sein wird, aber OHNE IRGENDEINE GARANTIE, sogar ohne die implizite Garantie der MARKTREIFE oder der VERWENDBARKEIT FÜR EINEN BESTIMMTEN ZWECK. Details finden Sie in der GNU General Public License.<br><br>Sie sollten ein Exemplar der GNU General Public License zusammen mit diesem Programm erhalten haben. Falls nicht, siehe <http://www.gnu.org/licenses/>.<br><br>Der komplette Text der GNU General Public License kann in der Datei /usr/share/common-licenses/GPL-3 gefunden werden.
 
 @date:
- :published: 2012-02-24
+ :published: 2012-02-25
 
 @publisher: Debian Live Projekt <debian-live at lists.debian.org>
 
diff --git a/manual/de/user_customization-binary.ssi b/manual/de/user_customization-binary.ssi
index 7e4f934..73cfb15 100644
--- a/manual/de/user_customization-binary.ssi
+++ b/manual/de/user_customization-binary.ssi
@@ -5,8 +5,8 @@ B~ Customizing the binary image
 2~ Bootloader
 
 live-build uses /{syslinux}/ and some of its derivatives (depending on the
-image type) as bootloaders by default. You can easily customize them to
-several degrees that range from providing a full theme to changing the boot
+image type) as bootloaders by default. You can easily customize them in a
+number of ways that range from providing a full theme to changing the boot
 timeout or simply adding a personalized splash image. Some of the following
 examples of customization make use of different methods, like
 {includes}#includes or {hooks}#hooks.
@@ -15,9 +15,9 @@ If you want to use a full theme you can specify the #{--syslinux-theme}#
 option (see man #{lb_config}#). live-build will then retrieve the theme from
 the mirror and install it.
 
-Imagine that you want to build a progress client but want to include the
-server's theme because you want to have the help menu. Then you would build
-as follows:
+Imagine that you want to build a progress client but you prefer to include
+the server's theme because you want to have the help menu. Then you would
+launch #{lb config}# as follows:
 
 code{
 
@@ -51,7 +51,6 @@ code{
 
 }code
 
-
 An alternative way of achieving the same goal could be writing a hook and
 adding it to #{config/hooks/}# Remember to add the #{.binary}# suffix to run
 in the binary stage. A proposed example:
@@ -64,10 +63,8 @@ code{
 
 }code
 
-For more information please see man syslinux(1).
-
-Likewise, if you want to use a personalized /{splash.png}/ image you can add
-a picture of 640x480 pixels to #{config/includes.binary/isolinux/}#
+Likewise, if you want to use a personalized splash.png image you can add a
+picture of 640x480 pixels to #{config/includes.binary/isolinux/}#
 
 2~ ISO metadata
 
diff --git a/manual/en/live-manual.ssm b/manual/en/live-manual.ssm
index 4c28e1c..fb76e15 100644
--- a/manual/en/live-manual.ssm
+++ b/manual/en/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br><br>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br><br>You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. <br><br>The complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2012-02-24
+ :published: 2012-02-25
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/en/user_customization-binary.ssi b/manual/en/user_customization-binary.ssi
index 1783904..fb05339 100644
--- a/manual/en/user_customization-binary.ssi
+++ b/manual/en/user_customization-binary.ssi
@@ -4,11 +4,11 @@ B~ Customizing the binary image
 
 2~ Bootloader
 
-live-build uses /{syslinux}/ and some of its derivatives (depending on the image type) as bootloaders by default. You can easily customize them to several degrees that range from providing a full theme to changing the boot timeout or simply adding a personalized splash image. Some of the following examples of customization make use of different methods, like {includes}#includes or {hooks}#hooks.
+live-build uses /{syslinux}/ and some of its derivatives (depending on the image type) as bootloaders by default. You can easily customize them in a number of ways that range from providing a full theme to changing the boot timeout or simply adding a personalized splash image. Some of the following examples of customization make use of different methods, like {includes}#includes or {hooks}#hooks.
 
 If you want to use a full theme you can specify the #{--syslinux-theme}# option (see man #{lb_config}#). live-build will then retrieve the theme from the mirror and install it.
 
-Imagine that you want to build a progress client but want to include the server's theme because you want to have the help menu. Then you would build as follows:
+Imagine that you want to build a progress client but you prefer to include the server's theme because you want to have the help menu. Then you would launch #{lb config}# as follows:
 
 code{
 
@@ -33,7 +33,6 @@ code{
 
 }code
 
-
 An alternative way of achieving the same goal could be writing a hook and adding it to #{config/hooks/}#  Remember to add the #{.binary}# suffix to run in the binary stage. A proposed example:
 
 code{
@@ -44,9 +43,7 @@ code{
 
 }code
 
-For more information please see man syslinux(1).
-
-Likewise, if you want to use a personalized /{splash.png}/ image you can add a picture of 640x480 pixels to #{config/includes.binary/isolinux/}#
+Likewise, if you want to use a personalized splash.png image you can add a picture of 640x480 pixels to #{config/includes.binary/isolinux/}#
 
 2~ ISO metadata
 
diff --git a/manual/es/live-manual.ssm b/manual/es/live-manual.ssm
index 17dead0..0a2c501 100644
--- a/manual/es/live-manual.ssm
+++ b/manual/es/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: Este programa es software libre: puede ser redistribuido y/o modificado bajo los términos de la GNU General Public License publicada por la Free Software Foundation, bien de la versión 3 de la Licencia, o (a su elección) cualquier versión posterior. <br><br> Este programa se distribuye con la esperanza de que sea útil, pero SIN NINGUNA GARANTÍA, incluso sin la garantía implícita de COMERCIALIZACIÓN o IDONEIDAD PARA UN PROPÓSITO PARTICULAR. Consulte la GNU General Public License para más detalles. <br><br> Debería haber recibido una copia de la General Public License GNU junto con este programa. Si no, vea http://www.gnu.org/licenses/. <br><br> El texto completo de la GNU Licencia Pública General se pueden encontrar en /usr/share/common-licenses/GPL-3
 
 @date:
- :published: 2012-02-24
+ :published: 2012-02-25
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/es/user_customization-binary.ssi b/manual/es/user_customization-binary.ssi
index 8ed916b..1b8ccb7 100644
--- a/manual/es/user_customization-binary.ssi
+++ b/manual/es/user_customization-binary.ssi
@@ -6,7 +6,7 @@ B~ Personalización de la imagen binaria
 
 live-build  usa /{syslinux}/  y algunos de sus derivados (en función del
 tipo de imagen) como gestores de arranque por defecto. Se pueden
-personalizar fácilmente a distintos niveles que varían desde usar un tema
+personalizar fácilmente de formas diferentes que varían desde usar un tema
 completo a cambiar el tiempo de arranque por defecto o simplemente añadir
 una imagen splash. Algunos de los siguientes ejemplos de personalización
 usan distintos métodos, como {includes}#includes o {scripts gancho
@@ -17,8 +17,8 @@ Si se quiere usar un tema completo se puede especificar la opción
 réplica  y lo instalará. 
 
 Si se desea crear un cliente progress pero se quiere usar el tema del
-servidor que incluye el menú de ayuda. Se puede hacer tal y como se explica
-a continuación:
+servidor que incluye el menú de ayuda. Se puede configurar como se explica a
+continuación:
 
 code{
 
@@ -53,7 +53,6 @@ code{
 
 }code
 
-
 Una forma alternativa de lograr el mismo objetivo podría ser escribiendo un
 script gancho y agregarlo a #{config/hooks/}# Recordar añadir el sufijo
 .binary para que sea ejecutado en la etapa binary. Un ejemplo podría ser:
@@ -66,11 +65,8 @@ code{
 
 }code
 
-Para más información ver la página del manual de syslinux(1).
-
-Del mismo modo, si se quiere usar una /{splash.png}/  personalizada basta
-con añadir una imagen de 640x480 píxeles en
-#{config/includes.binary/isolinux/}#
+Del mismo modo, si se quiere usar una splash.png personalizada basta con
+añadir una imagen de 640x480 píxeles en #{config/includes.binary/isolinux/}#
 
 2~ Metadatos ISO
 
diff --git a/manual/fr/live-manual.ssm b/manual/fr/live-manual.ssm
index f0140e3..b125d98 100644
--- a/manual/fr/live-manual.ssm
+++ b/manual/fr/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: Ce programme est un logiciel libre; vous pouvez le redistribuer ou le modifier suivant les termes de la Licence Générale Publique GNU telle que publiée par la Free Software Foundation: soit la version 3 de cette licence, soit (à votre gré) toute version ultérieure.<br><br>Ce programme est distribué dans l’espoir qu’il vous sera utile, mais SANS AUCUNE GARANTIE: sans même la garantie implicite de COMMERCIALISABILITÉ ni d’ADÉQUATION À UN OBJECTIF PARTICULIER. Consultez la Licence Générale Publique GNU pour plus de détails.<br><br>Vous devriez avoir reçu une copie de la Licence Générale Publique GNU avec ce programme ; si ce n’est pas le cas, consultez http://www.gnu.org/licenses/. <br><br>Le texte complet de la Licence Générale Publique GNU peut être trouvé dans le fichier / usr/share/common-licenses/GPL-3
 
 @date:
- :published: 2012-02-24
+ :published: 2012-02-25
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/fr/user_customization-binary.ssi b/manual/fr/user_customization-binary.ssi
index 16fff0c..2d461c0 100644
--- a/manual/fr/user_customization-binary.ssi
+++ b/manual/fr/user_customization-binary.ssi
@@ -6,7 +6,7 @@ B~ Personnalisation de l'image binaire
 
 live-build utilise /{syslinux}/  et certains de ses dérivés (selon le type
 d'image) comme chargeurs d'amorçage par défaut. Vous pouvez facilement les
-personnaliser à plusieurs degrés qui vont de fournir un thème complet à
+personnaliser de différentes façons qui vont de fournir un thème complet à
 changer le délai de démarrage ou tout simplement ajouter une image de
 démarrage personnalisée. Certains des exemples de personnalisation suivants
 utilisent méthodes différentes, comme {includes}#includes ou {hooks}#hooks.
@@ -17,7 +17,7 @@ thème du miroir et l'installera.
 
 Imaginez que vous voulez construire un client progress, mais vous voulez
 inclure le thème du serveur parce que vous voulez avoir le menu
-d'aide. Ensuite, vous devez construire comme suit:
+d'aide. Ensuite, vous devez lancer #{lb config}# comme suit:
 
 code{
 
@@ -51,7 +51,6 @@ code{
 
 }code
 
-
 Une autre façon d'atteindre le même objectif pourrait être écrire un hook et
 l'ajouter à #{config/hooks/}# N'oubliez pas d'ajouter le suffixe #{.binary}#
 pour l'exécuter dans l’étape binaire. Un exemple proposé:
@@ -64,10 +63,8 @@ code{
 
 }code
 
-Pour plus d'informations s'il vous plaît voir man syslinux(1).
-
-Également, si vous souhaitez utiliser une /{splash.png}/  personnalisée,
-vous pouvez ajouter une image de 640x480 pixels à
+Également, si vous souhaitez utiliser une splash.png personnalisée, vous
+pouvez ajouter une image de 640x480 pixels à
 #{config/includes.binary/isolinux/}#
 
 2~ Métadonnées ISO
diff --git a/manual/it/live-manual.ssm b/manual/it/live-manual.ssm
index 831fa69..296baa8 100644
--- a/manual/it/live-manual.ssm
+++ b/manual/it/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: Questo programma è software libero: è possibile ridistribuirlo e modificarlo secondo i termini della GNU General Public License come pubblicata dalla Free Software Foundation, sia la versione 3 della licenza o (a scelta) una versione successiva.<br><br>Questo programma è distribuito nella speranza che possa essere utile, ma SENZA ALCUNA GARANZIA, nemmeno la garanzia implicita di COMMERCIABILITÀ o IDONEITÀ PER UN PARTICOLARE SCOPO. Vedere la GNU General Public License per ulteriori dettagli.<br><br>Si dovrebbe aver ricevuto una copia della GNU General Public License con questo programma. In caso contrario, vedere http://www.gnu.org/licenses/. <br><br>Il testo completo della GNU General Public License può essere trovato nel file /usr/share/common-licenses/GPL-3.
 
 @date:
- :published: 2012-02-24
+ :published: 2012-02-25
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/it/user_customization-binary.ssi b/manual/it/user_customization-binary.ssi
index 04ff983..0ec2a1e 100644
--- a/manual/it/user_customization-binary.ssi
+++ b/manual/it/user_customization-binary.ssi
@@ -5,8 +5,8 @@ B~ Personalizzare l'immagine binaria
 2~ Bootloader
 
 live-build uses /{syslinux}/ and some of its derivatives (depending on the
-image type) as bootloaders by default. You can easily customize them to
-several degrees that range from providing a full theme to changing the boot
+image type) as bootloaders by default. You can easily customize them in a
+number of ways that range from providing a full theme to changing the boot
 timeout or simply adding a personalized splash image. Some of the following
 examples of customization make use of different methods, like
 {includes}#includes or {hooks}#hooks.
@@ -15,9 +15,9 @@ If you want to use a full theme you can specify the #{--syslinux-theme}#
 option (see man #{lb_config}#). live-build will then retrieve the theme from
 the mirror and install it.
 
-Imagine that you want to build a progress client but want to include the
-server's theme because you want to have the help menu. Then you would build
-as follows:
+Imagine that you want to build a progress client but you prefer to include
+the server's theme because you want to have the help menu. Then you would
+launch #{lb config}# as follows:
 
 code{
 
@@ -51,7 +51,6 @@ code{
 
 }code
 
-
 An alternative way of achieving the same goal could be writing a hook and
 adding it to #{config/hooks/}# Remember to add the #{.binary}# suffix to run
 in the binary stage. A proposed example:
@@ -64,10 +63,8 @@ code{
 
 }code
 
-For more information please see man syslinux(1).
-
-Likewise, if you want to use a personalized /{splash.png}/ image you can add
-a picture of 640x480 pixels to #{config/includes.binary/isolinux/}#
+Likewise, if you want to use a personalized splash.png image you can add a
+picture of 640x480 pixels to #{config/includes.binary/isolinux/}#
 
 2~ Metadati ISO
 
diff --git a/manual/po/de/live-manual.ssm.po b/manual/po/de/live-manual.ssm.po
index 71b3fff..8b7586b 100644
--- a/manual/po/de/live-manual.ssm.po
+++ b/manual/po/de/live-manual.ssm.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2012-02-24 16:05+0100\n"
+"POT-Creation-Date: 2012-02-25 21:09+0100\n"
 "PO-Revision-Date: 2011-04-23 14:15+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -48,7 +48,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2012-02-24\n"
+" :published: 2012-02-25\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/de/user_customization-binary.ssi.po b/manual/po/de/user_customization-binary.ssi.po
index 70d73da..d97664e 100644
--- a/manual/po/de/user_customization-binary.ssi.po
+++ b/manual/po/de/user_customization-binary.ssi.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2012-02-24 16:51+0100\n"
+"POT-Creation-Date: 2012-02-25 21:42+0100\n"
 "PO-Revision-Date: 2011-04-23 14:15+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -36,7 +36,7 @@ msgstr ""
 #: en/user_basics.ssi:236 en/user_basics.ssi:254 en/user_basics.ssi:282
 #: en/user_basics.ssi:298 en/user_basics.ssi:306 en/user_basics.ssi:326
 #: en/user_basics.ssi:351 en/user_customization-binary.ssi:14
-#: en/user_customization-binary.ssi:28 en/user_customization-binary.ssi:40
+#: en/user_customization-binary.ssi:28 en/user_customization-binary.ssi:39
 #: en/user_customization-contents.ssi:26 en/user_customization-contents.ssi:35
 #: en/user_customization-contents.ssi:54 en/user_customization-contents.ssi:66
 #: en/user_customization-installer.ssi:32
@@ -104,7 +104,7 @@ msgstr ""
 #: en/user_basics.ssi:240 en/user_basics.ssi:274 en/user_basics.ssi:286
 #: en/user_basics.ssi:302 en/user_basics.ssi:310 en/user_basics.ssi:337
 #: en/user_basics.ssi:376 en/user_customization-binary.ssi:18
-#: en/user_customization-binary.ssi:35 en/user_customization-binary.ssi:46
+#: en/user_customization-binary.ssi:35 en/user_customization-binary.ssi:45
 #: en/user_customization-contents.ssi:31 en/user_customization-contents.ssi:46
 #: en/user_customization-contents.ssi:58 en/user_customization-contents.ssi:70
 #: en/user_customization-installer.ssi:38
@@ -171,8 +171,8 @@ msgstr ""
 #: en/user_customization-binary.ssi:8
 msgid ""
 "live-build uses /{syslinux}/ and some of its derivatives (depending on the "
-"image type) as bootloaders by default. You can easily customize them to "
-"several degrees that range from providing a full theme to changing the boot "
+"image type) as bootloaders by default. You can easily customize them in a "
+"number of ways that range from providing a full theme to changing the boot "
 "timeout or simply adding a personalized splash image. Some of the following "
 "examples of customization make use of different methods, like {includes}"
 "#includes or {hooks}#hooks."
@@ -189,9 +189,9 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-binary.ssi:12
 msgid ""
-"Imagine that you want to build a progress client but want to include the "
-"server's theme because you want to have the help menu. Then you would build "
-"as follows:"
+"Imagine that you want to build a progress client but you prefer to include "
+"the server's theme because you want to have the help menu. Then you would "
+"launch #{lb config}# as follows:"
 msgstr ""
 
 #. type: Plain text
@@ -243,7 +243,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:38
+#: en/user_customization-binary.ssi:37
 msgid ""
 "An alternative way of achieving the same goal could be writing a hook and "
 "adding it to #{config/hooks/}# Remember to add the #{.binary}# suffix to run "
@@ -251,36 +251,31 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:42 en/user_examples.ssi:95
+#: en/user_customization-binary.ssi:41 en/user_examples.ssi:95
 #, no-wrap
 msgid " #!/bin/sh\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:44
+#: en/user_customization-binary.ssi:43
 #, no-wrap
 msgid " sed -i 's/timeout 0/timeout 5/' binary/isolinux/isolinux.cfg\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:48
-msgid "For more information please see man syslinux(1)."
-msgstr ""
-
-#. type: Plain text
-#: en/user_customization-binary.ssi:50
+#: en/user_customization-binary.ssi:47
 msgid ""
-"Likewise, if you want to use a personalized /{splash.png}/ image you can add "
-"a picture of 640x480 pixels to #{config/includes.binary/isolinux/}#"
+"Likewise, if you want to use a personalized splash.png image you can add a "
+"picture of 640x480 pixels to #{config/includes.binary/isolinux/}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:52
+#: en/user_customization-binary.ssi:49
 msgid "2~ ISO metadata"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:54
+#: en/user_customization-binary.ssi:51
 msgid ""
 "When creating an ISO9660 binary image, you can use the following options to "
 "add various textual metadata for your image. This can help you easily "
@@ -288,7 +283,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:56
+#: en/user_customization-binary.ssi:53
 msgid ""
 "_* #{LB_ISO_APPLICATION/--iso-application NAME}#: This should describe the "
 "application that will be on the image. The maximum length for this field is "
@@ -296,7 +291,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:58
+#: en/user_customization-binary.ssi:55
 msgid ""
 "_* #{LB_ISO_PREPARER/--iso-preparer NAME}#: This should describe the "
 "preparer of the image, usually with some contact details. The default for "
@@ -305,7 +300,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:60
+#: en/user_customization-binary.ssi:57
 msgid ""
 "_* #{LB_ISO_PUBLISHER/--iso-publisher NAME}#: This should describe the "
 "publisher of the image, usually with some contact details. The maximum "
@@ -313,7 +308,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:61
+#: en/user_customization-binary.ssi:58
 msgid ""
 "_* #{LB_ISO_VOLUME/--iso-volume NAME}#: This should specify the volume ID of "
 "the image. This is used as a user-visible label on some platforms such as "
diff --git a/manual/po/es/live-manual.ssm.po b/manual/po/es/live-manual.ssm.po
index cfcf81d..dc945e5 100644
--- a/manual/po/es/live-manual.ssm.po
+++ b/manual/po/es/live-manual.ssm.po
@@ -9,7 +9,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2012-02-24 16:05+0100\n"
+"POT-Creation-Date: 2012-02-25 21:09+0100\n"
 "PO-Revision-Date: 2011-03-12 08:00-0000\n"
 "Last-Translator: José Luis Zabalza and Carlos Zuferri «chals» "
 "<jlz.3008 at gmail.com> <chals at altorricon.com\n"
@@ -53,7 +53,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2012-02-24\n"
+" :published: 2012-02-25\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/es/user_customization-binary.ssi.po b/manual/po/es/user_customization-binary.ssi.po
index 8b901d0..0b309e2 100644
--- a/manual/po/es/user_customization-binary.ssi.po
+++ b/manual/po/es/user_customization-binary.ssi.po
@@ -9,7 +9,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2012-02-24 16:51+0100\n"
+"POT-Creation-Date: 2012-02-25 21:42+0100\n"
 "PO-Revision-Date: 2012-02-24 16:54+0100\n"
 "Last-Translator: José Luis Zabalza and Carlos Zuferri «chals» "
 "<jlz.3008 at gmail.com> <chals at altorricon.com>\n"
@@ -41,7 +41,7 @@ msgstr ""
 #: en/user_basics.ssi:236 en/user_basics.ssi:254 en/user_basics.ssi:282
 #: en/user_basics.ssi:298 en/user_basics.ssi:306 en/user_basics.ssi:326
 #: en/user_basics.ssi:351 en/user_customization-binary.ssi:14
-#: en/user_customization-binary.ssi:28 en/user_customization-binary.ssi:40
+#: en/user_customization-binary.ssi:28 en/user_customization-binary.ssi:39
 #: en/user_customization-contents.ssi:26 en/user_customization-contents.ssi:35
 #: en/user_customization-contents.ssi:54 en/user_customization-contents.ssi:66
 #: en/user_customization-installer.ssi:32
@@ -109,7 +109,7 @@ msgstr "code{"
 #: en/user_basics.ssi:240 en/user_basics.ssi:274 en/user_basics.ssi:286
 #: en/user_basics.ssi:302 en/user_basics.ssi:310 en/user_basics.ssi:337
 #: en/user_basics.ssi:376 en/user_customization-binary.ssi:18
-#: en/user_customization-binary.ssi:35 en/user_customization-binary.ssi:46
+#: en/user_customization-binary.ssi:35 en/user_customization-binary.ssi:45
 #: en/user_customization-contents.ssi:31 en/user_customization-contents.ssi:46
 #: en/user_customization-contents.ssi:58 en/user_customization-contents.ssi:70
 #: en/user_customization-installer.ssi:38
@@ -176,15 +176,15 @@ msgstr "2~ Gestor de arranque"
 #: en/user_customization-binary.ssi:8
 msgid ""
 "live-build uses /{syslinux}/ and some of its derivatives (depending on the "
-"image type) as bootloaders by default. You can easily customize them to "
-"several degrees that range from providing a full theme to changing the boot "
+"image type) as bootloaders by default. You can easily customize them in a "
+"number of ways that range from providing a full theme to changing the boot "
 "timeout or simply adding a personalized splash image. Some of the following "
 "examples of customization make use of different methods, like {includes}"
 "#includes or {hooks}#hooks."
 msgstr ""
 "live-build  usa /{syslinux}/  y algunos de sus derivados (en función del "
 "tipo de imagen) como gestores de arranque por defecto. Se pueden "
-"personalizar fácilmente a distintos niveles que varían desde usar un tema "
+"personalizar fácilmente de formas diferentes que varían desde usar un tema "
 "completo a cambiar el tiempo de arranque por defecto o simplemente añadir "
 "una imagen splash. Algunos de los siguientes ejemplos de personalización "
 "usan distintos métodos, como {includes}#includes o {scripts gancho (hooks)}"
@@ -204,13 +204,13 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-binary.ssi:12
 msgid ""
-"Imagine that you want to build a progress client but want to include the "
-"server's theme because you want to have the help menu. Then you would build "
-"as follows:"
+"Imagine that you want to build a progress client but you prefer to include "
+"the server's theme because you want to have the help menu. Then you would "
+"launch #{lb config}# as follows:"
 msgstr ""
 "Si se desea crear un cliente progress pero se quiere usar el tema del "
-"servidor que incluye el menú de ayuda. Se puede hacer tal y como se explica "
-"a continuación:"
+"servidor que incluye el menú de ayuda. Se puede configurar como se explica a "
+"continuación:"
 
 #. type: Plain text
 #: en/user_customization-binary.ssi:16
@@ -274,7 +274,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:38
+#: en/user_customization-binary.ssi:37
 msgid ""
 "An alternative way of achieving the same goal could be writing a hook and "
 "adding it to #{config/hooks/}# Remember to add the #{.binary}# suffix to run "
@@ -285,39 +285,33 @@ msgstr ""
 "binary para que sea ejecutado en la etapa binary. Un ejemplo podría ser:"
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:42 en/user_examples.ssi:95
+#: en/user_customization-binary.ssi:41 en/user_examples.ssi:95
 #, no-wrap
 msgid " #!/bin/sh\n"
 msgstr " #!/bin/sh\n"
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:44
+#: en/user_customization-binary.ssi:43
 #, no-wrap
 msgid " sed -i 's/timeout 0/timeout 5/' binary/isolinux/isolinux.cfg\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:48
-msgid "For more information please see man syslinux(1)."
-msgstr "Para más información ver la página del manual de syslinux(1)."
-
-#. type: Plain text
-#: en/user_customization-binary.ssi:50
+#: en/user_customization-binary.ssi:47
 msgid ""
-"Likewise, if you want to use a personalized /{splash.png}/ image you can add "
-"a picture of 640x480 pixels to #{config/includes.binary/isolinux/}#"
+"Likewise, if you want to use a personalized splash.png image you can add a "
+"picture of 640x480 pixels to #{config/includes.binary/isolinux/}#"
 msgstr ""
-"Del mismo modo, si se quiere usar una /{splash.png}/  personalizada basta "
-"con añadir una imagen de 640x480 píxeles en #{config/includes.binary/"
-"isolinux/}#"
+"Del mismo modo, si se quiere usar una splash.png personalizada basta con "
+"añadir una imagen de 640x480 píxeles en #{config/includes.binary/isolinux/}#"
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:52
+#: en/user_customization-binary.ssi:49
 msgid "2~ ISO metadata"
 msgstr "2~ Metadatos ISO"
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:54
+#: en/user_customization-binary.ssi:51
 msgid ""
 "When creating an ISO9660 binary image, you can use the following options to "
 "add various textual metadata for your image. This can help you easily "
@@ -329,7 +323,7 @@ msgstr ""
 "sin arrancarla."
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:56
+#: en/user_customization-binary.ssi:53
 msgid ""
 "_* #{LB_ISO_APPLICATION/--iso-application NAME}#: This should describe the "
 "application that will be on the image. The maximum length for this field is "
@@ -340,7 +334,7 @@ msgstr ""
 "de 128 caracteres."
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:58
+#: en/user_customization-binary.ssi:55
 msgid ""
 "_* #{LB_ISO_PREPARER/--iso-preparer NAME}#: This should describe the "
 "preparer of the image, usually with some contact details. The default for "
@@ -354,7 +348,7 @@ msgstr ""
 "longitud máxima para este campo es de 128 caracteres."
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:60
+#: en/user_customization-binary.ssi:57
 msgid ""
 "_* #{LB_ISO_PUBLISHER/--iso-publisher NAME}#: This should describe the "
 "publisher of the image, usually with some contact details. The maximum "
@@ -365,7 +359,7 @@ msgstr ""
 "longitud máxima para este campo es de 128 caracteres."
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:61
+#: en/user_customization-binary.ssi:58
 msgid ""
 "_* #{LB_ISO_VOLUME/--iso-volume NAME}#: This should specify the volume ID of "
 "the image. This is used as a user-visible label on some platforms such as "
diff --git a/manual/po/fr/live-manual.ssm.po b/manual/po/fr/live-manual.ssm.po
index e5e9a32..409ea90 100644
--- a/manual/po/fr/live-manual.ssm.po
+++ b/manual/po/fr/live-manual.ssm.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0.0\n"
-"POT-Creation-Date: 2012-02-24 16:05+0100\n"
+"POT-Creation-Date: 2012-02-25 21:09+0100\n"
 "PO-Revision-Date: 2011-06-19 16:32+0200\n"
 "Last-Translator: Carlos Zuferri «chals» <chals at altorricon.com>\n"
 "Language-Team:  <debian-live at lists.debian.org>\n"
@@ -49,7 +49,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2012-02-24\n"
+" :published: 2012-02-25\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/fr/user_customization-binary.ssi.po b/manual/po/fr/user_customization-binary.ssi.po
index 78c2580..3339c01 100644
--- a/manual/po/fr/user_customization-binary.ssi.po
+++ b/manual/po/fr/user_customization-binary.ssi.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0.0\n"
-"POT-Creation-Date: 2012-02-24 16:51+0100\n"
+"POT-Creation-Date: 2012-02-25 21:42+0100\n"
 "PO-Revision-Date: 2012-02-24 17:44+0100\n"
 "Last-Translator: Carlos Zuferri «chals» <chals at altorricon.com>\n"
 "Language-Team:  <debian-live at lists.debian.org>\n"
@@ -37,7 +37,7 @@ msgstr ""
 #: en/user_basics.ssi:236 en/user_basics.ssi:254 en/user_basics.ssi:282
 #: en/user_basics.ssi:298 en/user_basics.ssi:306 en/user_basics.ssi:326
 #: en/user_basics.ssi:351 en/user_customization-binary.ssi:14
-#: en/user_customization-binary.ssi:28 en/user_customization-binary.ssi:40
+#: en/user_customization-binary.ssi:28 en/user_customization-binary.ssi:39
 #: en/user_customization-contents.ssi:26 en/user_customization-contents.ssi:35
 #: en/user_customization-contents.ssi:54 en/user_customization-contents.ssi:66
 #: en/user_customization-installer.ssi:32
@@ -105,7 +105,7 @@ msgstr "code{"
 #: en/user_basics.ssi:240 en/user_basics.ssi:274 en/user_basics.ssi:286
 #: en/user_basics.ssi:302 en/user_basics.ssi:310 en/user_basics.ssi:337
 #: en/user_basics.ssi:376 en/user_customization-binary.ssi:18
-#: en/user_customization-binary.ssi:35 en/user_customization-binary.ssi:46
+#: en/user_customization-binary.ssi:35 en/user_customization-binary.ssi:45
 #: en/user_customization-contents.ssi:31 en/user_customization-contents.ssi:46
 #: en/user_customization-contents.ssi:58 en/user_customization-contents.ssi:70
 #: en/user_customization-installer.ssi:38
@@ -172,15 +172,15 @@ msgstr "2~ Chargeur d'amorçage"
 #: en/user_customization-binary.ssi:8
 msgid ""
 "live-build uses /{syslinux}/ and some of its derivatives (depending on the "
-"image type) as bootloaders by default. You can easily customize them to "
-"several degrees that range from providing a full theme to changing the boot "
+"image type) as bootloaders by default. You can easily customize them in a "
+"number of ways that range from providing a full theme to changing the boot "
 "timeout or simply adding a personalized splash image. Some of the following "
 "examples of customization make use of different methods, like {includes}"
 "#includes or {hooks}#hooks."
 msgstr ""
 "live-build utilise /{syslinux}/  et certains de ses dérivés (selon le type "
 "d'image) comme chargeurs d'amorçage par défaut. Vous pouvez facilement les "
-"personnaliser à plusieurs degrés qui vont de fournir un thème complet à "
+"personnaliser de différentes façons qui vont de fournir un thème complet à "
 "changer le délai de démarrage ou tout simplement ajouter une image de "
 "démarrage personnalisée. Certains des exemples de personnalisation suivants "
 "utilisent méthodes différentes, comme {includes}#includes ou {hooks}#hooks."
@@ -199,13 +199,13 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-binary.ssi:12
 msgid ""
-"Imagine that you want to build a progress client but want to include the "
-"server's theme because you want to have the help menu. Then you would build "
-"as follows:"
+"Imagine that you want to build a progress client but you prefer to include "
+"the server's theme because you want to have the help menu. Then you would "
+"launch #{lb config}# as follows:"
 msgstr ""
 "Imaginez que vous voulez construire un client progress, mais vous voulez "
 "inclure le thème du serveur parce que vous voulez avoir le menu d'aide. "
-"Ensuite, vous devez construire comme suit:"
+"Ensuite, vous devez lancer #{lb config}# comme suit:"
 
 #. type: Plain text
 #: en/user_customization-binary.ssi:16
@@ -269,7 +269,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:38
+#: en/user_customization-binary.ssi:37
 msgid ""
 "An alternative way of achieving the same goal could be writing a hook and "
 "adding it to #{config/hooks/}# Remember to add the #{.binary}# suffix to run "
@@ -280,39 +280,34 @@ msgstr ""
 "pour l'exécuter dans l’étape binaire. Un exemple proposé:"
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:42 en/user_examples.ssi:95
+#: en/user_customization-binary.ssi:41 en/user_examples.ssi:95
 #, no-wrap
 msgid " #!/bin/sh\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:44
+#: en/user_customization-binary.ssi:43
 #, no-wrap
 msgid " sed -i 's/timeout 0/timeout 5/' binary/isolinux/isolinux.cfg\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:48
-msgid "For more information please see man syslinux(1)."
-msgstr "Pour plus d'informations s'il vous plaît voir man syslinux(1)."
-
-#. type: Plain text
-#: en/user_customization-binary.ssi:50
+#: en/user_customization-binary.ssi:47
 msgid ""
-"Likewise, if you want to use a personalized /{splash.png}/ image you can add "
-"a picture of 640x480 pixels to #{config/includes.binary/isolinux/}#"
+"Likewise, if you want to use a personalized splash.png image you can add a "
+"picture of 640x480 pixels to #{config/includes.binary/isolinux/}#"
 msgstr ""
-"Également, si vous souhaitez utiliser une /{splash.png}/  personnalisée, "
-"vous pouvez ajouter une image de 640x480 pixels à #{config/includes.binary/"
+"Également, si vous souhaitez utiliser une splash.png personnalisée, vous "
+"pouvez ajouter une image de 640x480 pixels à #{config/includes.binary/"
 "isolinux/}#"
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:52
+#: en/user_customization-binary.ssi:49
 msgid "2~ ISO metadata"
 msgstr "2~ Métadonnées ISO"
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:54
+#: en/user_customization-binary.ssi:51
 msgid ""
 "When creating an ISO9660 binary image, you can use the following options to "
 "add various textual metadata for your image. This can help you easily "
@@ -324,7 +319,7 @@ msgstr ""
 "d'une image sans la démarrer."
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:56
+#: en/user_customization-binary.ssi:53
 msgid ""
 "_* #{LB_ISO_APPLICATION/--iso-application NAME}#: This should describe the "
 "application that will be on the image. The maximum length for this field is "
@@ -335,7 +330,7 @@ msgstr ""
 "128 caractères."
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:58
+#: en/user_customization-binary.ssi:55
 msgid ""
 "_* #{LB_ISO_PREPARER/--iso-preparer NAME}#: This should describe the "
 "preparer of the image, usually with some contact details. The default for "
@@ -349,7 +344,7 @@ msgstr ""
 "est de 128 caractères."
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:60
+#: en/user_customization-binary.ssi:57
 msgid ""
 "_* #{LB_ISO_PUBLISHER/--iso-publisher NAME}#: This should describe the "
 "publisher of the image, usually with some contact details. The maximum "
@@ -360,7 +355,7 @@ msgstr ""
 "de ce champ est de 128 caractères."
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:61
+#: en/user_customization-binary.ssi:58
 msgid ""
 "_* #{LB_ISO_VOLUME/--iso-volume NAME}#: This should specify the volume ID of "
 "the image. This is used as a user-visible label on some platforms such as "
diff --git a/manual/po/it/live-manual.ssm.po b/manual/po/it/live-manual.ssm.po
index 5a771db..1235a95 100644
--- a/manual/po/it/live-manual.ssm.po
+++ b/manual/po/it/live-manual.ssm.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0.0\n"
-"POT-Creation-Date: 2012-02-24 16:05+0100\n"
+"POT-Creation-Date: 2012-02-25 21:09+0100\n"
 "PO-Revision-Date: 2011-03-11 10:33+0100\n"
 "Last-Translator: skizzhg <skizzhg at gmx.com>\n"
 "Language-Team: Italian <tp at lists.linux.it>\n"
@@ -49,7 +49,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2012-02-24\n"
+" :published: 2012-02-25\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/it/user_customization-binary.ssi.po b/manual/po/it/user_customization-binary.ssi.po
index 49ef3dd..4640784 100644
--- a/manual/po/it/user_customization-binary.ssi.po
+++ b/manual/po/it/user_customization-binary.ssi.po
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0.0\n"
-"POT-Creation-Date: 2012-02-24 16:51+0100\n"
+"POT-Creation-Date: 2012-02-25 21:42+0100\n"
 "PO-Revision-Date: 2011-03-11 10:57+0100\n"
 "Last-Translator: skizzhg <skizzhg at gmx.com>\n"
 "Language-Team: Italian <tp at lists.linux.it>\n"
@@ -37,7 +37,7 @@ msgstr ""
 #: en/user_basics.ssi:236 en/user_basics.ssi:254 en/user_basics.ssi:282
 #: en/user_basics.ssi:298 en/user_basics.ssi:306 en/user_basics.ssi:326
 #: en/user_basics.ssi:351 en/user_customization-binary.ssi:14
-#: en/user_customization-binary.ssi:28 en/user_customization-binary.ssi:40
+#: en/user_customization-binary.ssi:28 en/user_customization-binary.ssi:39
 #: en/user_customization-contents.ssi:26 en/user_customization-contents.ssi:35
 #: en/user_customization-contents.ssi:54 en/user_customization-contents.ssi:66
 #: en/user_customization-installer.ssi:32
@@ -105,7 +105,7 @@ msgstr "code{"
 #: en/user_basics.ssi:240 en/user_basics.ssi:274 en/user_basics.ssi:286
 #: en/user_basics.ssi:302 en/user_basics.ssi:310 en/user_basics.ssi:337
 #: en/user_basics.ssi:376 en/user_customization-binary.ssi:18
-#: en/user_customization-binary.ssi:35 en/user_customization-binary.ssi:46
+#: en/user_customization-binary.ssi:35 en/user_customization-binary.ssi:45
 #: en/user_customization-contents.ssi:31 en/user_customization-contents.ssi:46
 #: en/user_customization-contents.ssi:58 en/user_customization-contents.ssi:70
 #: en/user_customization-installer.ssi:38
@@ -172,8 +172,8 @@ msgstr ""
 #: en/user_customization-binary.ssi:8
 msgid ""
 "live-build uses /{syslinux}/ and some of its derivatives (depending on the "
-"image type) as bootloaders by default. You can easily customize them to "
-"several degrees that range from providing a full theme to changing the boot "
+"image type) as bootloaders by default. You can easily customize them in a "
+"number of ways that range from providing a full theme to changing the boot "
 "timeout or simply adding a personalized splash image. Some of the following "
 "examples of customization make use of different methods, like {includes}"
 "#includes or {hooks}#hooks."
@@ -190,9 +190,9 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-binary.ssi:12
 msgid ""
-"Imagine that you want to build a progress client but want to include the "
-"server's theme because you want to have the help menu. Then you would build "
-"as follows:"
+"Imagine that you want to build a progress client but you prefer to include "
+"the server's theme because you want to have the help menu. Then you would "
+"launch #{lb config}# as follows:"
 msgstr ""
 
 #. type: Plain text
@@ -244,7 +244,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:38
+#: en/user_customization-binary.ssi:37
 msgid ""
 "An alternative way of achieving the same goal could be writing a hook and "
 "adding it to #{config/hooks/}# Remember to add the #{.binary}# suffix to run "
@@ -252,37 +252,32 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:42 en/user_examples.ssi:95
+#: en/user_customization-binary.ssi:41 en/user_examples.ssi:95
 #, no-wrap
 msgid " #!/bin/sh\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:44
+#: en/user_customization-binary.ssi:43
 #, no-wrap
 msgid " sed -i 's/timeout 0/timeout 5/' binary/isolinux/isolinux.cfg\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:48
-msgid "For more information please see man syslinux(1)."
-msgstr ""
-
-#. type: Plain text
-#: en/user_customization-binary.ssi:50
+#: en/user_customization-binary.ssi:47
 msgid ""
-"Likewise, if you want to use a personalized /{splash.png}/ image you can add "
-"a picture of 640x480 pixels to #{config/includes.binary/isolinux/}#"
+"Likewise, if you want to use a personalized splash.png image you can add a "
+"picture of 640x480 pixels to #{config/includes.binary/isolinux/}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:52
+#: en/user_customization-binary.ssi:49
 msgid "2~ ISO metadata"
 msgstr "2~ Metadati ISO"
 
 # da rivedere l'ultimo periodo
 #. type: Plain text
-#: en/user_customization-binary.ssi:54
+#: en/user_customization-binary.ssi:51
 msgid ""
 "When creating an ISO9660 binary image, you can use the following options to "
 "add various textual metadata for your image. This can help you easily "
@@ -294,7 +289,7 @@ msgstr ""
 "avviarla."
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:56
+#: en/user_customization-binary.ssi:53
 msgid ""
 "_* #{LB_ISO_APPLICATION/--iso-application NAME}#: This should describe the "
 "application that will be on the image. The maximum length for this field is "
@@ -305,7 +300,7 @@ msgstr ""
 "caratteri."
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:58
+#: en/user_customization-binary.ssi:55
 msgid ""
 "_* #{LB_ISO_PREPARER/--iso-preparer NAME}#: This should describe the "
 "preparer of the image, usually with some contact details. The default for "
@@ -319,7 +314,7 @@ msgstr ""
 "per questo campo è di 128 caratteri."
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:60
+#: en/user_customization-binary.ssi:57
 msgid ""
 "_* #{LB_ISO_PUBLISHER/--iso-publisher NAME}#: This should describe the "
 "publisher of the image, usually with some contact details. The maximum "
@@ -330,7 +325,7 @@ msgstr ""
 "lunghezza massima lunghezza per questo campo è di 128 caratteri."
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:61
+#: en/user_customization-binary.ssi:58
 msgid ""
 "_* #{LB_ISO_VOLUME/--iso-volume NAME}#: This should specify the volume ID of "
 "the image. This is used as a user-visible label on some platforms such as "
diff --git a/manual/po/pt_BR/live-manual.ssm.po b/manual/po/pt_BR/live-manual.ssm.po
index 3402ba3..b4d9be0 100644
--- a/manual/po/pt_BR/live-manual.ssm.po
+++ b/manual/po/pt_BR/live-manual.ssm.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0.0\n"
-"POT-Creation-Date: 2012-02-24 16:05+0100\n"
+"POT-Creation-Date: 2012-02-25 21:09+0100\n"
 "PO-Revision-Date: 2010-10-22 07:52-0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2012-02-24\n"
+" :published: 2012-02-25\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/pt_BR/user_customization-binary.ssi.po b/manual/po/pt_BR/user_customization-binary.ssi.po
index 9ed8d41..2da678b 100644
--- a/manual/po/pt_BR/user_customization-binary.ssi.po
+++ b/manual/po/pt_BR/user_customization-binary.ssi.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0.0\n"
-"POT-Creation-Date: 2012-02-24 16:51+0100\n"
+"POT-Creation-Date: 2012-02-25 21:42+0100\n"
 "PO-Revision-Date: 2010-11-30 11:20+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -36,7 +36,7 @@ msgstr ""
 #: en/user_basics.ssi:236 en/user_basics.ssi:254 en/user_basics.ssi:282
 #: en/user_basics.ssi:298 en/user_basics.ssi:306 en/user_basics.ssi:326
 #: en/user_basics.ssi:351 en/user_customization-binary.ssi:14
-#: en/user_customization-binary.ssi:28 en/user_customization-binary.ssi:40
+#: en/user_customization-binary.ssi:28 en/user_customization-binary.ssi:39
 #: en/user_customization-contents.ssi:26 en/user_customization-contents.ssi:35
 #: en/user_customization-contents.ssi:54 en/user_customization-contents.ssi:66
 #: en/user_customization-installer.ssi:32
@@ -104,7 +104,7 @@ msgstr "code{"
 #: en/user_basics.ssi:240 en/user_basics.ssi:274 en/user_basics.ssi:286
 #: en/user_basics.ssi:302 en/user_basics.ssi:310 en/user_basics.ssi:337
 #: en/user_basics.ssi:376 en/user_customization-binary.ssi:18
-#: en/user_customization-binary.ssi:35 en/user_customization-binary.ssi:46
+#: en/user_customization-binary.ssi:35 en/user_customization-binary.ssi:45
 #: en/user_customization-contents.ssi:31 en/user_customization-contents.ssi:46
 #: en/user_customization-contents.ssi:58 en/user_customization-contents.ssi:70
 #: en/user_customization-installer.ssi:38
@@ -171,8 +171,8 @@ msgstr ""
 #: en/user_customization-binary.ssi:8
 msgid ""
 "live-build uses /{syslinux}/ and some of its derivatives (depending on the "
-"image type) as bootloaders by default. You can easily customize them to "
-"several degrees that range from providing a full theme to changing the boot "
+"image type) as bootloaders by default. You can easily customize them in a "
+"number of ways that range from providing a full theme to changing the boot "
 "timeout or simply adding a personalized splash image. Some of the following "
 "examples of customization make use of different methods, like {includes}"
 "#includes or {hooks}#hooks."
@@ -189,9 +189,9 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-binary.ssi:12
 msgid ""
-"Imagine that you want to build a progress client but want to include the "
-"server's theme because you want to have the help menu. Then you would build "
-"as follows:"
+"Imagine that you want to build a progress client but you prefer to include "
+"the server's theme because you want to have the help menu. Then you would "
+"launch #{lb config}# as follows:"
 msgstr ""
 
 #. type: Plain text
@@ -243,7 +243,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:38
+#: en/user_customization-binary.ssi:37
 msgid ""
 "An alternative way of achieving the same goal could be writing a hook and "
 "adding it to #{config/hooks/}# Remember to add the #{.binary}# suffix to run "
@@ -251,36 +251,31 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:42 en/user_examples.ssi:95
+#: en/user_customization-binary.ssi:41 en/user_examples.ssi:95
 #, no-wrap
 msgid " #!/bin/sh\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:44
+#: en/user_customization-binary.ssi:43
 #, no-wrap
 msgid " sed -i 's/timeout 0/timeout 5/' binary/isolinux/isolinux.cfg\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:48
-msgid "For more information please see man syslinux(1)."
-msgstr ""
-
-#. type: Plain text
-#: en/user_customization-binary.ssi:50
+#: en/user_customization-binary.ssi:47
 msgid ""
-"Likewise, if you want to use a personalized /{splash.png}/ image you can add "
-"a picture of 640x480 pixels to #{config/includes.binary/isolinux/}#"
+"Likewise, if you want to use a personalized splash.png image you can add a "
+"picture of 640x480 pixels to #{config/includes.binary/isolinux/}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:52
+#: en/user_customization-binary.ssi:49
 msgid "2~ ISO metadata"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:54
+#: en/user_customization-binary.ssi:51
 msgid ""
 "When creating an ISO9660 binary image, you can use the following options to "
 "add various textual metadata for your image. This can help you easily "
@@ -288,7 +283,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:56
+#: en/user_customization-binary.ssi:53
 msgid ""
 "_* #{LB_ISO_APPLICATION/--iso-application NAME}#: This should describe the "
 "application that will be on the image. The maximum length for this field is "
@@ -296,7 +291,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:58
+#: en/user_customization-binary.ssi:55
 msgid ""
 "_* #{LB_ISO_PREPARER/--iso-preparer NAME}#: This should describe the "
 "preparer of the image, usually with some contact details. The default for "
@@ -305,7 +300,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:60
+#: en/user_customization-binary.ssi:57
 msgid ""
 "_* #{LB_ISO_PUBLISHER/--iso-publisher NAME}#: This should describe the "
 "publisher of the image, usually with some contact details. The maximum "
@@ -313,7 +308,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:61
+#: en/user_customization-binary.ssi:58
 msgid ""
 "_* #{LB_ISO_VOLUME/--iso-volume NAME}#: This should specify the volume ID of "
 "the image. This is used as a user-visible label on some platforms such as "
diff --git a/manual/po/ro/live-manual.ssm.po b/manual/po/ro/live-manual.ssm.po
index 540d83e..e77a5eb 100644
--- a/manual/po/ro/live-manual.ssm.po
+++ b/manual/po/ro/live-manual.ssm.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0.0\n"
-"POT-Creation-Date: 2012-02-24 16:05+0100\n"
+"POT-Creation-Date: 2012-02-25 21:09+0100\n"
 "PO-Revision-Date: 2010-10-23 00:04+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -46,7 +46,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2012-02-24\n"
+" :published: 2012-02-25\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/ro/user_customization-binary.ssi.po b/manual/po/ro/user_customization-binary.ssi.po
index af7f47a..0f33aaa 100644
--- a/manual/po/ro/user_customization-binary.ssi.po
+++ b/manual/po/ro/user_customization-binary.ssi.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0.0\n"
-"POT-Creation-Date: 2012-02-24 16:51+0100\n"
+"POT-Creation-Date: 2012-02-25 21:42+0100\n"
 "PO-Revision-Date: 2010-11-30 11:20+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -37,7 +37,7 @@ msgstr ""
 #: en/user_basics.ssi:236 en/user_basics.ssi:254 en/user_basics.ssi:282
 #: en/user_basics.ssi:298 en/user_basics.ssi:306 en/user_basics.ssi:326
 #: en/user_basics.ssi:351 en/user_customization-binary.ssi:14
-#: en/user_customization-binary.ssi:28 en/user_customization-binary.ssi:40
+#: en/user_customization-binary.ssi:28 en/user_customization-binary.ssi:39
 #: en/user_customization-contents.ssi:26 en/user_customization-contents.ssi:35
 #: en/user_customization-contents.ssi:54 en/user_customization-contents.ssi:66
 #: en/user_customization-installer.ssi:32
@@ -105,7 +105,7 @@ msgstr "code{"
 #: en/user_basics.ssi:240 en/user_basics.ssi:274 en/user_basics.ssi:286
 #: en/user_basics.ssi:302 en/user_basics.ssi:310 en/user_basics.ssi:337
 #: en/user_basics.ssi:376 en/user_customization-binary.ssi:18
-#: en/user_customization-binary.ssi:35 en/user_customization-binary.ssi:46
+#: en/user_customization-binary.ssi:35 en/user_customization-binary.ssi:45
 #: en/user_customization-contents.ssi:31 en/user_customization-contents.ssi:46
 #: en/user_customization-contents.ssi:58 en/user_customization-contents.ssi:70
 #: en/user_customization-installer.ssi:38
@@ -172,8 +172,8 @@ msgstr ""
 #: en/user_customization-binary.ssi:8
 msgid ""
 "live-build uses /{syslinux}/ and some of its derivatives (depending on the "
-"image type) as bootloaders by default. You can easily customize them to "
-"several degrees that range from providing a full theme to changing the boot "
+"image type) as bootloaders by default. You can easily customize them in a "
+"number of ways that range from providing a full theme to changing the boot "
 "timeout or simply adding a personalized splash image. Some of the following "
 "examples of customization make use of different methods, like {includes}"
 "#includes or {hooks}#hooks."
@@ -190,9 +190,9 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-binary.ssi:12
 msgid ""
-"Imagine that you want to build a progress client but want to include the "
-"server's theme because you want to have the help menu. Then you would build "
-"as follows:"
+"Imagine that you want to build a progress client but you prefer to include "
+"the server's theme because you want to have the help menu. Then you would "
+"launch #{lb config}# as follows:"
 msgstr ""
 
 #. type: Plain text
@@ -244,7 +244,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:38
+#: en/user_customization-binary.ssi:37
 msgid ""
 "An alternative way of achieving the same goal could be writing a hook and "
 "adding it to #{config/hooks/}# Remember to add the #{.binary}# suffix to run "
@@ -252,36 +252,31 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:42 en/user_examples.ssi:95
+#: en/user_customization-binary.ssi:41 en/user_examples.ssi:95
 #, no-wrap
 msgid " #!/bin/sh\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:44
+#: en/user_customization-binary.ssi:43
 #, no-wrap
 msgid " sed -i 's/timeout 0/timeout 5/' binary/isolinux/isolinux.cfg\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:48
-msgid "For more information please see man syslinux(1)."
-msgstr ""
-
-#. type: Plain text
-#: en/user_customization-binary.ssi:50
+#: en/user_customization-binary.ssi:47
 msgid ""
-"Likewise, if you want to use a personalized /{splash.png}/ image you can add "
-"a picture of 640x480 pixels to #{config/includes.binary/isolinux/}#"
+"Likewise, if you want to use a personalized splash.png image you can add a "
+"picture of 640x480 pixels to #{config/includes.binary/isolinux/}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:52
+#: en/user_customization-binary.ssi:49
 msgid "2~ ISO metadata"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:54
+#: en/user_customization-binary.ssi:51
 msgid ""
 "When creating an ISO9660 binary image, you can use the following options to "
 "add various textual metadata for your image. This can help you easily "
@@ -289,7 +284,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:56
+#: en/user_customization-binary.ssi:53
 msgid ""
 "_* #{LB_ISO_APPLICATION/--iso-application NAME}#: This should describe the "
 "application that will be on the image. The maximum length for this field is "
@@ -297,7 +292,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:58
+#: en/user_customization-binary.ssi:55
 msgid ""
 "_* #{LB_ISO_PREPARER/--iso-preparer NAME}#: This should describe the "
 "preparer of the image, usually with some contact details. The default for "
@@ -306,7 +301,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:60
+#: en/user_customization-binary.ssi:57
 msgid ""
 "_* #{LB_ISO_PUBLISHER/--iso-publisher NAME}#: This should describe the "
 "publisher of the image, usually with some contact details. The maximum "
@@ -314,7 +309,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:61
+#: en/user_customization-binary.ssi:58
 msgid ""
 "_* #{LB_ISO_VOLUME/--iso-volume NAME}#: This should specify the volume ID of "
 "the image. This is used as a user-visible label on some platforms such as "
diff --git a/manual/pot/live-manual.ssm.pot b/manual/pot/live-manual.ssm.pot
index 07f8bcc..be9a65c 100644
--- a/manual/pot/live-manual.ssm.pot
+++ b/manual/pot/live-manual.ssm.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2012-02-24 16:05+0100\n"
+"POT-Creation-Date: 2012-02-25 21:09+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2012-02-24\n"
+" :published: 2012-02-25\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/pot/user_customization-binary.ssi.pot b/manual/pot/user_customization-binary.ssi.pot
index 9688b44..22d4ac2 100644
--- a/manual/pot/user_customization-binary.ssi.pot
+++ b/manual/pot/user_customization-binary.ssi.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2012-02-24 16:51+0100\n"
+"POT-Creation-Date: 2012-02-25 21:42+0100\n"
 "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
 "Last-Translator: FULL NAME <EMAIL at ADDRESS>\n"
 "Language-Team: LANGUAGE <LL at li.org>\n"
@@ -36,7 +36,7 @@ msgstr ""
 #: en/user_basics.ssi:236 en/user_basics.ssi:254 en/user_basics.ssi:282
 #: en/user_basics.ssi:298 en/user_basics.ssi:306 en/user_basics.ssi:326
 #: en/user_basics.ssi:351 en/user_customization-binary.ssi:14
-#: en/user_customization-binary.ssi:28 en/user_customization-binary.ssi:40
+#: en/user_customization-binary.ssi:28 en/user_customization-binary.ssi:39
 #: en/user_customization-contents.ssi:26 en/user_customization-contents.ssi:35
 #: en/user_customization-contents.ssi:54 en/user_customization-contents.ssi:66
 #: en/user_customization-installer.ssi:32
@@ -104,7 +104,7 @@ msgstr ""
 #: en/user_basics.ssi:240 en/user_basics.ssi:274 en/user_basics.ssi:286
 #: en/user_basics.ssi:302 en/user_basics.ssi:310 en/user_basics.ssi:337
 #: en/user_basics.ssi:376 en/user_customization-binary.ssi:18
-#: en/user_customization-binary.ssi:35 en/user_customization-binary.ssi:46
+#: en/user_customization-binary.ssi:35 en/user_customization-binary.ssi:45
 #: en/user_customization-contents.ssi:31 en/user_customization-contents.ssi:46
 #: en/user_customization-contents.ssi:58 en/user_customization-contents.ssi:70
 #: en/user_customization-installer.ssi:38
@@ -171,8 +171,8 @@ msgstr ""
 #: en/user_customization-binary.ssi:8
 msgid ""
 "live-build uses /{syslinux}/ and some of its derivatives (depending on the "
-"image type) as bootloaders by default. You can easily customize them to "
-"several degrees that range from providing a full theme to changing the boot "
+"image type) as bootloaders by default. You can easily customize them in a "
+"number of ways that range from providing a full theme to changing the boot "
 "timeout or simply adding a personalized splash image. Some of the following "
 "examples of customization make use of different methods, like {includes}"
 "#includes or {hooks}#hooks."
@@ -189,9 +189,9 @@ msgstr ""
 #. type: Plain text
 #: en/user_customization-binary.ssi:12
 msgid ""
-"Imagine that you want to build a progress client but want to include the "
-"server's theme because you want to have the help menu. Then you would build "
-"as follows:"
+"Imagine that you want to build a progress client but you prefer to include "
+"the server's theme because you want to have the help menu. Then you would "
+"launch #{lb config}# as follows:"
 msgstr ""
 
 #. type: Plain text
@@ -243,7 +243,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:38
+#: en/user_customization-binary.ssi:37
 msgid ""
 "An alternative way of achieving the same goal could be writing a hook and "
 "adding it to #{config/hooks/}# Remember to add the #{.binary}# suffix to run "
@@ -251,36 +251,31 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:42 en/user_examples.ssi:95
+#: en/user_customization-binary.ssi:41 en/user_examples.ssi:95
 #, no-wrap
 msgid " #!/bin/sh\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:44
+#: en/user_customization-binary.ssi:43
 #, no-wrap
 msgid " sed -i 's/timeout 0/timeout 5/' binary/isolinux/isolinux.cfg\n"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:48
-msgid "For more information please see man syslinux(1)."
-msgstr ""
-
-#. type: Plain text
-#: en/user_customization-binary.ssi:50
+#: en/user_customization-binary.ssi:47
 msgid ""
-"Likewise, if you want to use a personalized /{splash.png}/ image you can add "
-"a picture of 640x480 pixels to #{config/includes.binary/isolinux/}#"
+"Likewise, if you want to use a personalized splash.png image you can add a "
+"picture of 640x480 pixels to #{config/includes.binary/isolinux/}#"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:52
+#: en/user_customization-binary.ssi:49
 msgid "2~ ISO metadata"
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:54
+#: en/user_customization-binary.ssi:51
 msgid ""
 "When creating an ISO9660 binary image, you can use the following options to "
 "add various textual metadata for your image. This can help you easily "
@@ -288,7 +283,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:56
+#: en/user_customization-binary.ssi:53
 msgid ""
 "_* #{LB_ISO_APPLICATION/--iso-application NAME}#: This should describe the "
 "application that will be on the image. The maximum length for this field is "
@@ -296,7 +291,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:58
+#: en/user_customization-binary.ssi:55
 msgid ""
 "_* #{LB_ISO_PREPARER/--iso-preparer NAME}#: This should describe the "
 "preparer of the image, usually with some contact details. The default for "
@@ -305,7 +300,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:60
+#: en/user_customization-binary.ssi:57
 msgid ""
 "_* #{LB_ISO_PUBLISHER/--iso-publisher NAME}#: This should describe the "
 "publisher of the image, usually with some contact details. The maximum "
@@ -313,7 +308,7 @@ msgid ""
 msgstr ""
 
 #. type: Plain text
-#: en/user_customization-binary.ssi:61
+#: en/user_customization-binary.ssi:58
 msgid ""
 "_* #{LB_ISO_VOLUME/--iso-volume NAME}#: This should specify the volume ID of "
 "the image. This is used as a user-visible label on some platforms such as "
diff --git a/manual/pt_BR/live-manual.ssm b/manual/pt_BR/live-manual.ssm
index 4c28e1c..fb76e15 100644
--- a/manual/pt_BR/live-manual.ssm
+++ b/manual/pt_BR/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br><br>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br><br>You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. <br><br>The complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2012-02-24
+ :published: 2012-02-25
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/pt_BR/user_customization-binary.ssi b/manual/pt_BR/user_customization-binary.ssi
index 7e4f934..73cfb15 100644
--- a/manual/pt_BR/user_customization-binary.ssi
+++ b/manual/pt_BR/user_customization-binary.ssi
@@ -5,8 +5,8 @@ B~ Customizing the binary image
 2~ Bootloader
 
 live-build uses /{syslinux}/ and some of its derivatives (depending on the
-image type) as bootloaders by default. You can easily customize them to
-several degrees that range from providing a full theme to changing the boot
+image type) as bootloaders by default. You can easily customize them in a
+number of ways that range from providing a full theme to changing the boot
 timeout or simply adding a personalized splash image. Some of the following
 examples of customization make use of different methods, like
 {includes}#includes or {hooks}#hooks.
@@ -15,9 +15,9 @@ If you want to use a full theme you can specify the #{--syslinux-theme}#
 option (see man #{lb_config}#). live-build will then retrieve the theme from
 the mirror and install it.
 
-Imagine that you want to build a progress client but want to include the
-server's theme because you want to have the help menu. Then you would build
-as follows:
+Imagine that you want to build a progress client but you prefer to include
+the server's theme because you want to have the help menu. Then you would
+launch #{lb config}# as follows:
 
 code{
 
@@ -51,7 +51,6 @@ code{
 
 }code
 
-
 An alternative way of achieving the same goal could be writing a hook and
 adding it to #{config/hooks/}# Remember to add the #{.binary}# suffix to run
 in the binary stage. A proposed example:
@@ -64,10 +63,8 @@ code{
 
 }code
 
-For more information please see man syslinux(1).
-
-Likewise, if you want to use a personalized /{splash.png}/ image you can add
-a picture of 640x480 pixels to #{config/includes.binary/isolinux/}#
+Likewise, if you want to use a personalized splash.png image you can add a
+picture of 640x480 pixels to #{config/includes.binary/isolinux/}#
 
 2~ ISO metadata
 
diff --git a/manual/ro/live-manual.ssm b/manual/ro/live-manual.ssm
index 4c28e1c..fb76e15 100644
--- a/manual/ro/live-manual.ssm
+++ b/manual/ro/live-manual.ssm
@@ -9,7 +9,7 @@
  :license: This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.<br><br>This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.<br><br>You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/. <br><br>The complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2012-02-24
+ :published: 2012-02-25
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/ro/user_customization-binary.ssi b/manual/ro/user_customization-binary.ssi
index 7e4f934..73cfb15 100644
--- a/manual/ro/user_customization-binary.ssi
+++ b/manual/ro/user_customization-binary.ssi
@@ -5,8 +5,8 @@ B~ Customizing the binary image
 2~ Bootloader
 
 live-build uses /{syslinux}/ and some of its derivatives (depending on the
-image type) as bootloaders by default. You can easily customize them to
-several degrees that range from providing a full theme to changing the boot
+image type) as bootloaders by default. You can easily customize them in a
+number of ways that range from providing a full theme to changing the boot
 timeout or simply adding a personalized splash image. Some of the following
 examples of customization make use of different methods, like
 {includes}#includes or {hooks}#hooks.
@@ -15,9 +15,9 @@ If you want to use a full theme you can specify the #{--syslinux-theme}#
 option (see man #{lb_config}#). live-build will then retrieve the theme from
 the mirror and install it.
 
-Imagine that you want to build a progress client but want to include the
-server's theme because you want to have the help menu. Then you would build
-as follows:
+Imagine that you want to build a progress client but you prefer to include
+the server's theme because you want to have the help menu. Then you would
+launch #{lb config}# as follows:
 
 code{
 
@@ -51,7 +51,6 @@ code{
 
 }code
 
-
 An alternative way of achieving the same goal could be writing a hook and
 adding it to #{config/hooks/}# Remember to add the #{.binary}# suffix to run
 in the binary stage. A proposed example:
@@ -64,10 +63,8 @@ code{
 
 }code
 
-For more information please see man syslinux(1).
-
-Likewise, if you want to use a personalized /{splash.png}/ image you can add
-a picture of 640x480 pixels to #{config/includes.binary/isolinux/}#
+Likewise, if you want to use a personalized splash.png image you can add a
+picture of 640x480 pixels to #{config/includes.binary/isolinux/}#
 
 2~ ISO metadata
 

-- 
live-manual



More information about the debian-live-changes mailing list