[SCM] live-manual branch, debian, updated. debian/3.0_a1-1-2-g8f5ab41

José Luis Zabalza jlz.3008 at gmail.com
Mon Feb 14 06:13:49 UTC 2011


The following commit has been merged in the debian branch:
commit 8f5ab41248b28f1f3b8c293dd592af0767223d15
Author: José Luis Zabalza <jlz.3008 at gmail.com>
Date:   Mon Feb 14 06:12:45 2011 +0000

    Translating user_managing_a_configuration to ES

diff --git a/manual/de/live-manual.ssm b/manual/de/live-manual.ssm
index 90cf431..cba19a4 100644
--- a/manual/de/live-manual.ssm
+++ b/manual/de/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>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2011-02-12
+ :published: 2011-02-14
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/en/live-manual.ssm b/manual/en/live-manual.ssm
index 679fa45..e2357ba 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>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2011-02-12
+ :published: 2011-02-14
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/es/live-manual.ssm b/manual/es/live-manual.ssm
index 679fa45..e2357ba 100644
--- a/manual/es/live-manual.ssm
+++ b/manual/es/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>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2011-02-12
+ :published: 2011-02-14
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/es/user_managing_a_configuration.ssi b/manual/es/user_managing_a_configuration.ssi
index 999c508..c410754 100644
--- a/manual/es/user_managing_a_configuration.ssi
+++ b/manual/es/user_managing_a_configuration.ssi
@@ -1,56 +1,69 @@
-:B~ Managing a configuration
-
-1~managing-a-configuration Managing a configuration
-
-This chapter explains how to manage a live configuration from initial
-creation, through successive revisions and successive releases of both the
-live-build software and the live image itself.
-
-2~ Use auto to manage configuration changes
-
-Live configurations rarely are perfect on the first try. You'll likely need
-to make a series of revisions until you are satisfied. However,
-inconsistencies can creep into your configuration from one revision to the
-next if you aren't careful. The main problem is, once a variable is given a
-default value, that value will not be recomputed from other variables that
-may change in later revisions.
-
-For example, when the distribution is first set, many 'dependent' variables
-are given default values that suit that distribution. However, if you later
-decide to change the distribution, those dependent variables continue to
-retain old values that are no longer appropriate.
-
-A second, related problem is that if you run #{lb config}# and then upgrade
-to a new version of live-build that has changed one of the variable names,
-you will discover this only by manual review of the variables in your
-#{config/*}# files, which you will then need to use to set the appropriate
-option again.
-
-All of this would be a terrible nuisance if it weren't for auto/* scripts,
-simple wrappers to the #{lb config}#, #{lb build}# and #{lb clean}# commands
-that are designed to help you manage your configuration. Simply create an
-auto/config script containing #{lb config}# command with all desired
-options, and an auto/clean that removes the files containing configuration
-variable values, and each time you #{lb config}# and #{lb clean}#, these
-files will be executed. This will ensure that your configuration is kept
-internally consistent from one revision to the next and from one live-build
-release to the next (though you will still have to take care and read the
-documentation when you upgrade live-build and make adjustments as needed).
-
-2~ Example auto scripts
-
-Use auto script examples such as the following as the starting point for
-your new live-build configuration. Take note that when you call the #{lb}#
-command that the auto script wraps, you must specify #{noauto}# as its
-parameter to ensure that the auto script isn't called again,
-recursively. Also, don't forget to ensure the scripts are executable
-(e.g. #{chmod 755 auto/*}#).
+:B~ Gestionar una configuración
+
+1~managing-a-configuration Gestionar una configuración
+
+Este capítulo explica como gestionar una configuración para generar un
+sistema en vivo desde el principio, pasando por sucesivas versiones tanto de
+la herramienta live-build como de la imagen del sistema en vivo propiamente
+dicha.
+
+2~ Utilización de auto para gestionar los cambios de la configuración
+
+La configuración necesaria para generar un sistema en vivo rara vez es
+perfecta a la primera. Lo normal es que se necesite realizar una serie de
+revisiones hasta que se obtenga algo satisfactorio. Sin embargo, las
+inconsistencias pueden transmitirse de una revisión de la configuración a
+otra si no se es lo suficientemente cuidadoso. El principal problema es que,
+una vez que una variable de la configuración tiene un valor asignado, este
+valor no es recalculado en revisiones posteriores de la configuración. Esto
+hace que, si una variable depende del valor de otra y esta segunda cambia de
+valor, el valor actual de la primera no se ve alterado, debido a que ya
+tenía el valor asignado de antemano.
+
+Por ejemplo, la primera vez que se asigna la distribución a utilizar, se
+asigna a muchas variables un valor por defecto para adecuarse la
+distribución seleccionada. Sin embargo, si posteriormente se decide
+modificar la distribución, estas variables dependientes continuan reteniendo
+los valores antiguos que, por supuesto, no son los adecuados para la nueva
+distribución.
+
+Otro problema es que la ejecución de la orden #{lb config}# no se
+reejecutará correctamente si se realiza una actualización a una nueva
+versión de las herramientas live-build que modifique el nombre de alguna
+variable de configuración. Además solamente podrá ser descubierto mediante
+una revisión manual de los ficheros del directorio #{config/*} que se
+deberán modificar para  asignar las variables de configuración a un nuevo
+valor apropiado.
+
+Todo esto sería un terrible embrollo si no fuese por los scripts auto/*,
+simples envoltorios para las ordenes #{lb config}#, #{lb build}# y #{lb
+clean}# que están diseñados para ayudar a la gestión de la
+configuración. Simplemente se debe crear un script llamado auto/config que
+contenga la orden #{lb config}# con todas las opciones que se deseen y otro
+script llamado auto/clean  que elimine los ficheros que contienen los
+valores de las variables de configuración. Estos scripts se ejecutarán cada
+vez que se ejecuten las ordenes #{lb config}# o #{lb clean}# de manera
+automática. Esto asegurará que la configuración se mantendrá consistente
+desde una versión a otra y desde una versión de las herramientas live-build
+a otra. (Aunque esto no elimina la necesidad de leer la documentación cuando
+se instale una nueva version de las herramientas live-build y quizas
+realizar algún ajuste manual en los ficheros de configuración).
+
+2~ Un ejemplo de scripts auto.
+
+Se debe utilizar scripts auto similares a los ejemplos que se muestran a
+continuación como punto de partida para nueva configuración de las
+herramientas live-build. Hay que hacer notar que, cuando se ejecuta una
+orden #{lb}# dentro del script auto, se debe especificar la opción
+#{noauto}# para asegurar que el script auto no es vuelto a ejecutar
+recursivamente. Tampoco se debe olvidar el asegurar que los scripts auto
+deben ser ejecutables (por ejemplo #{chmod 755 auto/*}#). 
 
 #{auto/config}#
 
 code{
 
- #!/bin/sh
+#!/bin/sh
  lb config noauto \
      --packages-lists "standard" \
      "${@}"
@@ -78,8 +91,8 @@ code{
 
 }code
 
-We now ship example auto scripts with live-build based on the examples
-above. You may copy those as your starting point.
+Estos auto scripts vienen de serie con las herramientas live-build. Bastaría
+con copiar estos scripts como punto de partida.
 
 code{
 
@@ -87,8 +100,10 @@ code{
 
 }code
 
-Edit #{auto/config}#, changing or adding any options as you see fit. In the
-example above, #{--packages-lists standard}# is set to the default
-value. Change this to an appropriate value for your image (or delete it if
-you want to use the default) and add any additional options in continuation
-lines that follow.
+Se puede editar el script #{auto/config}#, modificándolo o añadiendo
+cualquier opción que se acomode a las necesidades requeridas. En el ejemplo
+anterior, se asignará la opción #{--packages-lists standard} # como si fuese
+asignada por defecto. Se puede cambiar este valor a uno adecuado o
+simplemente eliminarlo si no es necesario añadiendo cualquier otra opción
+que se adecue a las necesidades requeridas por la imagen a crear, en líneas
+como las siguientes. 
diff --git a/manual/fr/live-manual.ssm b/manual/fr/live-manual.ssm
index 679fa45..e2357ba 100644
--- a/manual/fr/live-manual.ssm
+++ b/manual/fr/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>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2011-02-12
+ :published: 2011-02-14
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/it/live-manual.ssm b/manual/it/live-manual.ssm
index e65c8ca..00d0c74 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>Sui sistemi Debian, il testo completo della GNU General Public License può essere trovato nel file /usr/share/common-licenses/GPL-3.
 
 @date:
- :published: 2011-02-12
+ :published: 2011-02-14
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/po/de/live-manual.ssm.po b/manual/po/de/live-manual.ssm.po
index f3116e0..b3fe235 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 2.0.0\n"
-"POT-Creation-Date: 2011-02-12 10:32+0100\n"
+"POT-Creation-Date: 2011-02-14 06:12+0000\n"
 "PO-Revision-Date: 2010-10-03 20:30+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2011-02-12\n"
+" :published: 2011-02-14\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/es/live-manual.ssm.po b/manual/po/es/live-manual.ssm.po
index 16aa82d..8acac5c 100644
--- a/manual/po/es/live-manual.ssm.po
+++ b/manual/po/es/live-manual.ssm.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2011-02-12 10:32+0100\n"
+"POT-Creation-Date: 2011-02-14 06:12+0000\n"
 "PO-Revision-Date: 2011-02-07 08:26+0100\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2011-02-12\n"
+" :published: 2011-02-14\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/es/user_managing_a_configuration.ssi.po b/manual/po/es/user_managing_a_configuration.ssi.po
index 165867c..bf1927c 100644
--- a/manual/po/es/user_managing_a_configuration.ssi.po
+++ b/manual/po/es/user_managing_a_configuration.ssi.po
@@ -7,8 +7,8 @@ msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
 "POT-Creation-Date: 2010-12-19 20:37-0400\n"
-"PO-Revision-Date: 2010-12-19 20:37-0400\n"
-"Last-Translator: Automatically generated\n"
+"PO-Revision-Date: 2011-02-13 07:49+0100\n"
+"Last-Translator: José Luis Zabalza <jlz.3008 at gmail.com>\n"
 "Language-Team: none\n"
 "Language: es\n"
 "MIME-Version: 1.0\n"
@@ -147,12 +147,12 @@ msgstr "}code"
 #. type: Plain text
 #: en/user_managing_a_configuration.ssi:2
 msgid ":B~ Managing a configuration"
-msgstr ""
+msgstr ":B~ Gestionar una configuración"
 
 #. type: Plain text
 #: en/user_managing_a_configuration.ssi:4
 msgid "1~managing-a-configuration Managing a configuration"
-msgstr ""
+msgstr "1~managing-a-configuration Gestionar una configuración"
 
 #. type: Plain text
 #: en/user_managing_a_configuration.ssi:6
@@ -161,11 +161,15 @@ msgid ""
 "creation, through successive revisions and successive releases of both the "
 "live-build software and the live image itself."
 msgstr ""
+"Este capítulo explica como gestionar una configuración para generar un "
+"sistema en vivo desde el principio, pasando por sucesivas versiones tanto de "
+"la herramienta live-build como de la imagen del sistema en vivo propiamente "
+"dicha."
 
 #. type: Plain text
 #: en/user_managing_a_configuration.ssi:8
 msgid "2~ Use auto to manage configuration changes"
-msgstr ""
+msgstr "2~ Utilización de auto para gestionar los cambios de la configuración"
 
 #. type: Plain text
 #: en/user_managing_a_configuration.ssi:10
@@ -177,6 +181,16 @@ msgid ""
 "default value, that value will not be recomputed from other variables that "
 "may change in later revisions."
 msgstr ""
+"La configuración necesaria para generar un sistema en vivo rara vez es "
+"perfecta a la primera. Lo normal es que se necesite realizar una serie de "
+"revisiones hasta que se obtenga algo satisfactorio. Sin embargo, las "
+"inconsistencias pueden transmitirse de una revisión de la configuración a "
+"otra si no se es lo suficientemente cuidadoso. El principal problema es que, "
+"una vez que una variable de la configuración tiene un valor asignado, este "
+"valor no es recalculado en revisiones posteriores de la configuración. Esto "
+"hace que, si una variable depende del valor de otra y esta segunda cambia de "
+"valor, el valor actual de la primera no se ve alterado, debido a que ya "
+"tenía el valor asignado de antemano."
 
 #. type: Plain text
 #: en/user_managing_a_configuration.ssi:12
@@ -186,6 +200,12 @@ msgid ""
 "decide to change the distribution, those dependent variables continue to "
 "retain old values that are no longer appropriate."
 msgstr ""
+"Por ejemplo, la primera vez que se asigna la distribución a utilizar, se "
+"asigna a muchas variables un valor por defecto para adecuarse la "
+"distribución seleccionada. Sin embargo, si posteriormente se decide "
+"modificar la distribución, estas variables dependientes continuan reteniendo "
+"los valores antiguos que, por supuesto, no son los adecuados para la nueva "
+"distribución."
 
 #. type: Plain text
 #: en/user_managing_a_configuration.ssi:14
@@ -196,6 +216,13 @@ msgid ""
 "{config/*}# files, which you will then need to use to set the appropriate "
 "option again."
 msgstr ""
+"Otro problema es que la ejecución de la orden #{lb config}# no se "
+"reejecutará correctamente si se realiza una actualización a una nueva "
+"versión de las herramientas live-build que modifique el nombre de alguna "
+"variable de configuración. Además solamente podrá ser descubierto mediante "
+"una revisión manual de los ficheros del directorio #{config/*} que se "
+"deberán modificar para  asignar las variables de configuración a un nuevo "
+"valor apropiado."
 
 #. type: Plain text
 #: en/user_managing_a_configuration.ssi:16
@@ -211,11 +238,24 @@ msgid ""
 "release to the next (though you will still have to take care and read the "
 "documentation when you upgrade live-build and make adjustments as needed)."
 msgstr ""
+"Todo esto sería un terrible embrollo si no fuese por los scripts auto/*, "
+"simples envoltorios para las ordenes #{lb config}#, #{lb build}# y #{lb "
+"clean}# que están diseñados para ayudar a la gestión de la configuración. "
+"Simplemente se debe crear un script llamado auto/config que contenga la "
+"orden #{lb config}# con todas las opciones que se deseen y otro script "
+"llamado auto/clean  que elimine los ficheros que contienen los valores de "
+"las variables de configuración. Estos scripts se ejecutarán cada vez que se "
+"ejecuten las ordenes #{lb config}# o #{lb clean}# de manera automática. Esto "
+"asegurará que la configuración se mantendrá consistente desde una versión a "
+"otra y desde una versión de las herramientas live-build a otra. (Aunque esto "
+"no elimina la necesidad de leer la documentación cuando se instale una nueva "
+"version de las herramientas live-build y quizas realizar algún ajuste manual "
+"en los ficheros de configuración)."
 
 #. type: Plain text
 #: en/user_managing_a_configuration.ssi:18
 msgid "2~ Example auto scripts"
-msgstr ""
+msgstr "2~ Un ejemplo de scripts auto."
 
 #. type: Plain text
 #: en/user_managing_a_configuration.ssi:20
@@ -227,11 +267,18 @@ msgid ""
 "Also, don't forget to ensure the scripts are executable (e.g. #{chmod 755 "
 "auto/*}#)."
 msgstr ""
+"Se debe utilizar scripts auto similares a los ejemplos que se muestran a "
+"continuación como punto de partida para nueva configuración de las "
+"herramientas live-build. Hay que hacer notar que, cuando se ejecuta una "
+"orden #{lb}# dentro del script auto, se debe especificar la opción #{noauto}"
+"# para asegurar que el script auto no es vuelto a ejecutar recursivamente. "
+"Tampoco se debe olvidar el asegurar que los scripts auto deben ser "
+"ejecutables (por ejemplo #{chmod 755 auto/*}#). "
 
 #. type: Plain text
 #: en/user_managing_a_configuration.ssi:22
 msgid "#{auto/config}#"
-msgstr ""
+msgstr "#{auto/config}#"
 
 #. type: Plain text
 #: en/user_managing_a_configuration.ssi:29
@@ -242,11 +289,15 @@ msgid ""
 "     --packages-lists \"standard\" \\\n"
 "     \"${@}\"\n"
 msgstr ""
+"#!/bin/sh\n"
+" lb config noauto \\\n"
+"     --packages-lists \"standard\" \\\n"
+"     \"${@}\"\n"
 
 #. type: Plain text
 #: en/user_managing_a_configuration.ssi:33
 msgid "#{auto/clean}#"
-msgstr ""
+msgstr "#{auto/clean}#"
 
 #. type: Plain text
 #: en/user_managing_a_configuration.ssi:41
@@ -258,11 +309,16 @@ msgid ""
 "     config/chroot config/common config/source\n"
 " rm -f binary.log\n"
 msgstr ""
+" #!/bin/sh\n"
+" lb clean noauto \"${@}\"\n"
+" rm -f config/binary config/bootstrap \\\n"
+"     config/chroot config/common config/source\n"
+" rm -f binary.log\n"
 
 #. type: Plain text
 #: en/user_managing_a_configuration.ssi:45
 msgid "#{auto/build}#"
-msgstr ""
+msgstr "#{auto/build}#"
 
 #. type: Plain text
 #: en/user_managing_a_configuration.ssi:50
@@ -271,6 +327,8 @@ msgid ""
 " #!/bin/sh\n"
 " lb build noauto \"${@}\" 2>&1 | tee binary.log\n"
 msgstr ""
+" #!/bin/sh\n"
+" lb build noauto \"${@}\" 2>&1 | tee binary.log\n"
 
 #. type: Plain text
 #: en/user_managing_a_configuration.ssi:54
@@ -278,12 +336,14 @@ msgid ""
 "We now ship example auto scripts with live-build based on the examples "
 "above. You may copy those as your starting point."
 msgstr ""
+"Estos auto scripts vienen de serie con las herramientas live-build. Bastaría "
+"con copiar estos scripts como punto de partida."
 
 #. type: Plain text
 #: en/user_managing_a_configuration.ssi:58
 #, no-wrap
 msgid " $ cp /usr/share/live/build/examples/auto/* auto/\n"
-msgstr ""
+msgstr " $ cp /usr/share/live/build/examples/auto/* auto/\n"
 
 #. type: Plain text
 #: en/user_managing_a_configuration.ssi:62
@@ -294,3 +354,10 @@ msgid ""
 "to use the default) and add any additional options in continuation lines "
 "that follow."
 msgstr ""
+"Se puede editar el script #{auto/config}#, modificándolo o añadiendo "
+"cualquier opción que se acomode a las necesidades requeridas. En el ejemplo "
+"anterior, se asignará la opción #{--packages-lists standard} # como si fuese "
+"asignada por defecto. Se puede cambiar este valor a uno adecuado o "
+"simplemente eliminarlo si no es necesario añadiendo cualquier otra opción "
+"que se adecue a las necesidades requeridas por la imagen a crear, en líneas "
+"como las siguientes. "
diff --git a/manual/po/fr/live-manual.ssm.po b/manual/po/fr/live-manual.ssm.po
index 07dda6e..251ed91 100644
--- a/manual/po/fr/live-manual.ssm.po
+++ b/manual/po/fr/live-manual.ssm.po
@@ -6,7 +6,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual 2.0.0\n"
-"POT-Creation-Date: 2011-02-12 10:32+0100\n"
+"POT-Creation-Date: 2011-02-14 06:12+0000\n"
 "PO-Revision-Date: 2010-10-21 07:06-0200\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2011-02-12\n"
+" :published: 2011-02-14\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/it/live-manual.ssm.po b/manual/po/it/live-manual.ssm.po
index 45a30e3..94cf614 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: 2011-02-12 10:32+0100\n"
+"POT-Creation-Date: 2011-02-14 06:12+0000\n"
 "PO-Revision-Date: 2011-01-03 16:23+0100\n"
 "Last-Translator: Carlo Stemberger <carlo.stemberger at gmail.com>\n"
 "Language-Team: Italian <tp at lists.linux.it>\n"
@@ -49,7 +49,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2011-02-12\n"
+" :published: 2011-02-14\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/pt_BR/live-manual.ssm.po b/manual/po/pt_BR/live-manual.ssm.po
index 31af584..f77c1e4 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: 2011-02-12 10:32+0100\n"
+"POT-Creation-Date: 2011-02-14 06:12+0000\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: 2011-02-12\n"
+" :published: 2011-02-14\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/po/ro/live-manual.ssm.po b/manual/po/ro/live-manual.ssm.po
index 1a0b277..e03c211 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: 2011-02-12 10:32+0100\n"
+"POT-Creation-Date: 2011-02-14 06:12+0000\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: 2011-02-12\n"
+" :published: 2011-02-14\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/pot/live-manual.ssm.pot b/manual/pot/live-manual.ssm.pot
index 0d4271c..278f905 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: 2011-02-12 10:32+0100\n"
+"POT-Creation-Date: 2011-02-14 06:12+0000\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: 2011-02-12\n"
+" :published: 2011-02-14\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/pt_BR/live-manual.ssm b/manual/pt_BR/live-manual.ssm
index 679fa45..e2357ba 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>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2011-02-12
+ :published: 2011-02-14
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/ro/live-manual.ssm b/manual/ro/live-manual.ssm
index 679fa45..e2357ba 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>On Debian systems, the complete text of the GNU General Public License can be found in /usr/share/common-licenses/GPL-3 file.
 
 @date:
- :published: 2011-02-12
+ :published: 2011-02-14
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 

-- 
live-manual



More information about the debian-live-changes mailing list