[SCM] live-manual branch, debian-next, updated. debian/3.0_a11-1-66-gfecadcd

Daniel Baumann daniel at debian.org
Sun Jun 3 10:47:04 UTC 2012


The following commit has been merged in the debian-next branch:
commit fecadcd36bfa263939db6a20b2a451c92f26157a
Author: Daniel Baumann <daniel at debian.org>
Date:   Sun Jun 3 12:47:03 2012 +0200

    Adding automatic date translation for all other languages too.

diff --git a/manual/bin/update-version.sh b/manual/bin/update-version.sh
index f319fff..d2ca23a 100755
--- a/manual/bin/update-version.sh
+++ b/manual/bin/update-version.sh
@@ -13,8 +13,19 @@ sed -i  -e "s|^ :published:.*$| :published: ${YEAR}-${MONTH}-${DAY}|" \
 	-e "s|(C) 2006-.*|(C) 2006-${YEAR} Debian Live Project|" \
 en/live-manual.ssm
 
-if [ -e po/de/live-manual.ssm.po ]
+# European date format
+for _LANGUAGE in de es fr it ro
+do
+	if [ -e po/${_LANGUAGE}/live-manual.ssm.po ]
+	then
+		sed -i -e "s|:published: .*.${YEAR}|:published: ${DAY}.${MONTH}.${YEAR}|" \
+		po/${_LANGUAGE}/live-manual.ssm.po
+	fi
+done
+
+# Brazilian date format
+if [ -e po/pt_BR/live-manual.ssm.po ]
 then
-	sed -i -e "s|:published: .*.${YEAR}|:published: ${DAY}.${MONTH}.${YEAR}|" \
-	po/de/live-manual.ssm.po
+	sed -i -e "s|:published: .*-${YEAR}|:published: ${DAY}-${MONTH}-${YEAR}|" \
+	po/pt_BR/live-manual.ssm.po
 fi
diff --git a/manual/es/live-manual.ssm b/manual/es/live-manual.ssm
index 3636702..54ddfc1 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-06-03
+ :published: 03.06.2012
 
 @publisher: Proyecto Debian Live <debian-live at lists.debian.org>
 
diff --git a/manual/fr/live-manual.ssm b/manual/fr/live-manual.ssm
index 0092e0e..af79089 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-06-03
+ :published: 03.06.2012
 
 @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 e150281..d038596 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-06-03
+ :published: 03.06.2012
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 
diff --git a/manual/po/es/live-manual.ssm.po b/manual/po/es/live-manual.ssm.po
index dfa7127..2bc1bf7 100644
--- a/manual/po/es/live-manual.ssm.po
+++ b/manual/po/es/live-manual.ssm.po
@@ -54,6 +54,8 @@ msgid ""
 "@date:\n"
 " :published: 2012-06-03\n"
 msgstr ""
+"@date:\n"
+" :published: 03.06.2012\n"
 
 #. type: Plain text
 #: en/live-manual.ssm:15
diff --git a/manual/po/fr/live-manual.ssm.po b/manual/po/fr/live-manual.ssm.po
index ded1c8e..2f5535c 100644
--- a/manual/po/fr/live-manual.ssm.po
+++ b/manual/po/fr/live-manual.ssm.po
@@ -50,6 +50,8 @@ msgid ""
 "@date:\n"
 " :published: 2012-06-03\n"
 msgstr ""
+"@date:\n"
+" :published: 03.06.2012\n"
 
 #. type: Plain text
 #: en/live-manual.ssm:15
diff --git a/manual/po/it/live-manual.ssm.po b/manual/po/it/live-manual.ssm.po
index 2f7de40..b80efe0 100644
--- a/manual/po/it/live-manual.ssm.po
+++ b/manual/po/it/live-manual.ssm.po
@@ -50,6 +50,8 @@ msgid ""
 "@date:\n"
 " :published: 2012-06-03\n"
 msgstr ""
+"@date:\n"
+" :published: 03.06.2012\n"
 
 #. type: Plain text
 #: en/live-manual.ssm:15
diff --git a/manual/po/pt_BR/live-manual.ssm.po b/manual/po/pt_BR/live-manual.ssm.po
index 6419273..181fcb4 100644
--- a/manual/po/pt_BR/live-manual.ssm.po
+++ b/manual/po/pt_BR/live-manual.ssm.po
@@ -46,6 +46,8 @@ msgid ""
 "@date:\n"
 " :published: 2012-06-03\n"
 msgstr ""
+"@date:\n"
+" :published: 03-06-2012\n"
 
 #. type: Plain text
 #: en/live-manual.ssm:15
diff --git a/manual/po/ro/live-manual.ssm.po b/manual/po/ro/live-manual.ssm.po
index d9a370f..49eea59 100644
--- a/manual/po/ro/live-manual.ssm.po
+++ b/manual/po/ro/live-manual.ssm.po
@@ -47,6 +47,8 @@ msgid ""
 "@date:\n"
 " :published: 2012-06-03\n"
 msgstr ""
+"@date:\n"
+" :published: 03.06.2012\n"
 
 #. type: Plain text
 #: en/live-manual.ssm:15
diff --git a/manual/pt_BR/live-manual.ssm b/manual/pt_BR/live-manual.ssm
index 19b1617..b130734 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-06-03
+ :published: 03-06-2012
 
 @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 19b1617..f6f164e 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-06-03
+ :published: 03.06.2012
 
 @publisher: Debian Live Project <debian-live at lists.debian.org>
 

-- 
live-manual



More information about the debian-live-changes mailing list