summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Baumann <daniel@debian.org>2013-01-02 12:54:11 +0100
committerDaniel Baumann <daniel@debian.org>2013-01-02 12:54:11 +0100
commit370fd59a3a332e3636e33a60ac6d5c2a8987611d (patch)
tree5c76eb963796baada512a2e2622222774273f80a
parentba471dcde8d9f6207b904cfdcc6d696821b275ff (diff)
downloadlive-boot-370fd59a3a332e3636e33a60ac6d5c2a8987611d.tar.gz
live-boot-370fd59a3a332e3636e33a60ac6d5c2a8987611d.zip
Updating manpage year handling for 2013.
-rwxr-xr-xmanpages/bin/update-version.sh10
-rw-r--r--manpages/de/live-boot.de.72
-rw-r--r--manpages/de/persistence.conf.de.52
-rw-r--r--manpages/es/live-boot.es.72
-rw-r--r--manpages/es/persistence.conf.es.52
-rw-r--r--manpages/po/de/live-boot.7.po4
-rw-r--r--manpages/po/de/persistence.conf.5.po4
-rw-r--r--manpages/po/es/live-boot.7.po4
-rw-r--r--manpages/po/es/persistence.conf.5.po4
9 files changed, 19 insertions, 15 deletions
diff --git a/manpages/bin/update-version.sh b/manpages/bin/update-version.sh
index 6326ada..1f7b7d3 100755
--- a/manpages/bin/update-version.sh
+++ b/manpages/bin/update-version.sh
@@ -1,7 +1,7 @@
#!/bin/sh
## live-boot(7) - System Boot Scripts
-## Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+## Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
##
## This program comes with ABSOLUTELY NO WARRANTY; for details see COPYING.
## This is free software, and you are welcome to redistribute it
@@ -35,7 +35,9 @@ do
then
for _FILE in po/${_LANGUAGE}/*.po
do
- sed -i -e "s|^msgstr .*.2012\"$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" "${_FILE}"
+ sed -i -e "s|^msgstr .*.2013-.*$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \
+ -e "s|^msgstr .*.2013\"$|msgstr \"${DAY}.${MONTH}.${YEAR}\"|g" \
+ "${_FILE}"
done
fi
done
@@ -45,6 +47,8 @@ if ls po/pt_BR/*.po > /dev/null 2>&1
then
for _FILE in po/pt_BR/*.po
do
- sed -i -e "s|^msgstr .*-2012\"$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" "${_FILE}"
+ sed -i -e "s|^msgstr .*.2013-.*$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \
+ -e "s|^msgstr .*-2013\"$|msgstr \"${DAY}-${MONTH}-${YEAR}\"|g" \
+ "${_FILE}"
done
fi
diff --git a/manpages/de/live-boot.de.7 b/manpages/de/live-boot.de.7
index 0d8f5e3..3e7f848 100644
--- a/manpages/de/live-boot.de.7
+++ b/manpages/de/live-boot.de.7
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BOOT 7 2013\-01\-02 3.0~b11\-1 "Debian Live Project"
+.TH LIVE\-BOOT 7 02.01.2013 3.0~b11\-1 "Debian Live Project"
.SH NAME
\fBlive\-boot\fP \- System Boot Scripts
diff --git a/manpages/de/persistence.conf.de.5 b/manpages/de/persistence.conf.de.5
index e5c4cef..7c0b45e 100644
--- a/manpages/de/persistence.conf.de.5
+++ b/manpages/de/persistence.conf.de.5
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BOOT conf 2013\-01\-02 3.0~b11\-1 "Debian Live Project"
+.TH LIVE\-BOOT conf 02.01.2013 3.0~b11\-1 "Debian Live Project"
.SH NAME
\fBpersistence.conf\fP \- Configuration file for persistence media in live\-boot
diff --git a/manpages/es/live-boot.es.7 b/manpages/es/live-boot.es.7
index be4eaa2..bb1c102 100644
--- a/manpages/es/live-boot.es.7
+++ b/manpages/es/live-boot.es.7
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BOOT 7 2013\-01\-02 3.0~b11\-1 "Proyecto Debian Live"
+.TH LIVE\-BOOT 7 02.01.2013 3.0~b11\-1 "Proyecto Debian Live"
.SH NOMBRE
\fBlive\-boot\fP \- Scripts de Arranque del Sistema
diff --git a/manpages/es/persistence.conf.es.5 b/manpages/es/persistence.conf.es.5
index a8034de..44f5d83 100644
--- a/manpages/es/persistence.conf.es.5
+++ b/manpages/es/persistence.conf.es.5
@@ -3,7 +3,7 @@
.\" This file was generated with po4a. Translate the source file.
.\"
.\"*******************************************************************
-.TH LIVE\-BOOT conf 2013\-01\-02 3.0~b11\-1 "Proyecto Debian Live"
+.TH LIVE\-BOOT conf 02.01.2013 3.0~b11\-1 "Proyecto Debian Live"
.SH NOMBRE
\fBpersistence.conf\fP \- Fichero para configurar medios de almacenamiento con
diff --git a/manpages/po/de/live-boot.7.po b/manpages/po/de/live-boot.7.po
index 34c4d1b..f1586af 100644
--- a/manpages/po/de/live-boot.7.po
+++ b/manpages/po/de/live-boot.7.po
@@ -1,5 +1,5 @@
# German translations for live-boot package
-# Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+# Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
# This file is distributed under the same license as the live-boot package.
#
msgid ""
@@ -25,7 +25,7 @@ msgstr ""
#: en/live-boot.7:1 en/persistence.conf.5:1
#, no-wrap
msgid "2013-01-02"
-msgstr ""
+msgstr "02.01.2013"
#. type: TH
#: en/live-boot.7:1 en/persistence.conf.5:1
diff --git a/manpages/po/de/persistence.conf.5.po b/manpages/po/de/persistence.conf.5.po
index 23c15be..6dc04be 100644
--- a/manpages/po/de/persistence.conf.5.po
+++ b/manpages/po/de/persistence.conf.5.po
@@ -1,5 +1,5 @@
# German translations for live-boot package
-# Copyright (C) 2006-2012 Daniel Baumann <daniel@debian.org>
+# Copyright (C) 2006-2013 Daniel Baumann <daniel@debian.org>
# This file is distributed under the same license as the live-boot package.
#
msgid ""
@@ -25,7 +25,7 @@ msgstr ""
#: en/live-boot.7:1 en/persistence.conf.5:1
#, no-wrap
msgid "2013-01-02"
-msgstr ""
+msgstr "02.01.2013"
#. type: TH
#: en/live-boot.7:1 en/persistence.conf.5:1
diff --git a/manpages/po/es/live-boot.7.po b/manpages/po/es/live-boot.7.po
index 5455005..287b4b5 100644
--- a/manpages/po/es/live-boot.7.po
+++ b/manpages/po/es/live-boot.7.po
@@ -1,5 +1,5 @@
# Spanish translations for live-boot package
-# Copyright (C) 2012 Carlos Zuferri «chals» <chals@altorricon.com>
+# Copyright (C) 2012-2013 Carlos Zuferri «chals» <chals@altorricon.com>
# This file is distributed under the same license as the live-boot package.
#
msgid ""
@@ -25,7 +25,7 @@ msgstr "LIVE-BOOT"
#: en/live-boot.7:1 en/persistence.conf.5:1
#, no-wrap
msgid "2013-01-02"
-msgstr ""
+msgstr "02.01.2013"
#. type: TH
#: en/live-boot.7:1 en/persistence.conf.5:1
diff --git a/manpages/po/es/persistence.conf.5.po b/manpages/po/es/persistence.conf.5.po
index ea087e0..bd04671 100644
--- a/manpages/po/es/persistence.conf.5.po
+++ b/manpages/po/es/persistence.conf.5.po
@@ -1,5 +1,5 @@
# Spanish translations for live-boot package
-# Copyright (C) 2012 Carlos Zuferri «chals» <chals@altorricon.com>
+# Copyright (C) 2012-2013 Carlos Zuferri «chals» <chals@altorricon.com>
# This file is distributed under the same license as the live-boot package.
#
msgid ""
@@ -24,7 +24,7 @@ msgstr "LIVE-BOOT"
#: en/live-boot.7:1 en/persistence.conf.5:1
#, no-wrap
msgid "2013-01-02"
-msgstr ""
+msgstr "02.01.2013"
#. type: TH
#: en/live-boot.7:1 en/persistence.conf.5:1