[SCM] live-manual branch, upstream, updated. upstream/2.0_a4-1-ge018c76

Daniel Baumann daniel at debian.org
Tue Sep 7 09:01:14 UTC 2010


The following commit has been merged in the upstream branch:
commit e018c76c4e245def1f9d6284159b374088d5ca26
Author: Daniel Baumann <daniel at debian.org>
Date:   Tue Sep 7 10:58:43 2010 +0200

    Adding upstream version 2.0~a5.

diff --git a/Makefile b/Makefile
index 407ab43..df090d9 100644
--- a/Makefile
+++ b/Makefile
@@ -18,7 +18,7 @@ tidy:
 	done
 
 build:
-	# FIXME: sisu-concordance sisu-pg sisu-sqlite
+	@# FIXME: sisu-concordance sisu-pg sisu-sqlite
 	for LANGUAGE in $(LANGUAGES); \
 	do \
 		cd $(CURDIR)/manual/$${LANGUAGE}; \
@@ -30,16 +30,24 @@ build:
 	done
 
 autobuild: clean build
-	rm -f build
+	rm -rf build
+	cp -a html build
 
-	cp html/* build
-
-	for LANGUAGE in $(LANGUAGES); \
+	for LANGUAGE in en $(shell cd manual/po && ls); \
 	do \
-		cp html/* build/$${LANGUAGE}; \
+		mkdir -p build/$${LANGUAGE}/html; \
+		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/epub/live-manual.epub build/$${LANGUAGE}; \
+		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/[0-9]*.html manual/$${LANGUAGE}/build/$${LANGUAGE}/index.html build/$${LANGUAGE}/html; \
+		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/opendocument.odt build/$${LANGUAGE}/live-manual.odt; \
+		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/doc.html build/$${LANGUAGE}/live-manual.html; \
+		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/plain.txt build/$${LANGUAGE}/live-manual.txt; \
+		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/landscape.a4.pdf build/$${LANGUAGE}/live-manual.landscape-a4.pdf; \
+		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/portrait.a4.pdf build/$${LANGUAGE}/live-manual.portrait-a4.pdf; \
+		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/landscape.letter.pdf build/$${LANGUAGE}/live-manual.landscape-letter.pdf; \
+		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/portrait.letter.pdf build/$${LANGUAGE}/live-manual.portrait-letter.pdf; \
 		sed -e "s|@DATE_BUILD@|$(shell LC_ALL=C date -R)|" \
 		    -e "s|@DATE_CHANGE@|$(shell LC_ALL=C git log | grep -m1 Date | awk -FDate: '{ print $2 }' | sed -e 's|^ *||g')|" \
-		build/$${LANGUAGE}/index.html.in > build/$${LANGUAGE}/index.html; \
+		manual/$${LANGUAGE}/index.html.in > build/$${LANGUAGE}/index.html; \
 	done
 
 commit: tidy test
@@ -62,16 +70,20 @@ install:
 
 	for LANGUAGE in $(LANGUAGES); \
 	do \
-		mkdir -p $(DESTDIR)/usr/share/doc/live-manual/$${LANGUAGE}/html; \
-		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/epub/live-manual.epub $(DESTDIR)/usr/share/doc/live-manual/$${LANGUAGE}; \
-		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/[0-9]*.html manual/$${LANGUAGE}/build/$${LANGUAGE}/index.html $(DESTDIR)/usr/share/doc/live-manual/$${LANGUAGE}/html; \
-		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/opendocument.odt $(DESTDIR)/usr/share/doc/live-manual/$${LANGUAGE}/live-manual.odt; \
-		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/doc.html $(DESTDIR)/usr/share/doc/live-manual/$${LANGUAGE}/live-manual.html; \
-		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/plain.txt $(DESTDIR)/usr/share/doc/live-manual/$${LANGUAGE}/live-manual.txt; \
-		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/landscape.a4.pdf $(DESTDIR)/usr/share/doc/live-manual/$${LANGUAGE}/live-manual.landscape-a4.pdf; \
-		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/portrait.a4.pdf $(DESTDIR)/usr/share/doc/live-manual/$${LANGUAGE}/live-manual.portrait-a4.pdf; \
-		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/landscape.letter.pdf $(DESTDIR)/usr/share/doc/live-manual/$${LANGUAGE}/live-manual.landscape-letter.pdf; \
-		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/portrait.letter.pdf $(DESTDIR)/usr/share/doc/live-manual/$${LANGUAGE}/live-manual.portrait-letter.pdf; \
+		mkdir -p $(DESTDIR)/usr/share/doc/live-manual/epub; \
+		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/epub/live-manual.epub $(DESTDIR)/usr/share/doc/live-manual/epub/live-manual.$${LANGUAGE}.epub; \
+		mkdir -p $(DESTDIR)/usr/share/doc/live-manual/html/$${LANGUAGE}; \
+		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/[0-9]*.html manual/$${LANGUAGE}/build/$${LANGUAGE}/index.html $(DESTDIR)/usr/share/doc/live-manual/html/$${LANGUAGE}; \
+		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/doc.html $(DESTDIR)/usr/share/doc/live-manual/html/live-manual.$${LANGUAGE}.html; \
+		mkdir -p $(DESTDIR)/usr/share/doc/live-manual/odf; \
+		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/opendocument.odt $(DESTDIR)/usr/share/doc/live-manual/odf/live-manual.$${LANGUAGE}.odt; \
+		mkdir -p $(DESTDIR)/usr/share/doc/live-manual/txt; \
+		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/plain.txt $(DESTDIR)/usr/share/doc/live-manual/txt/live-manual.$${LANGUAGE}.txt; \
+		mkdir -p $(DESTDIR)/usr/share/doc/live-manual/pdf; \
+		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/landscape.a4.pdf $(DESTDIR)/usr/share/doc/live-manual/pdf/live-manual.landscape-a4.$${LANGUAGE}.pdf; \
+		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/portrait.a4.pdf $(DESTDIR)/usr/share/doc/live-manual/pdf/live-manual.portrait-a4.$${LANGUAGE}.pdf; \
+		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/landscape.letter.pdf $(DESTDIR)/usr/share/doc/live-manual/pdf/live-manual.landscape-letter.$${LANGUAGE}.pdf; \
+		cp manual/$${LANGUAGE}/build/$${LANGUAGE}/live-manual/portrait.letter.pdf $(DESTDIR)/usr/share/doc/live-manual/pdf/live-manual.portrait-letter.$${LANGUAGE}.pdf; \
 	done
 
 uninstall:
@@ -81,5 +93,6 @@ clean:
 	rm -rf manual/*/build
 
 distclean: clean
+	rm -rf build
 
 rebuild: distclean build
diff --git a/VERSION b/VERSION
index b73365a..d670b1b 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-2.0~a4
+2.0~a5
diff --git a/manual/de/live-manual.ssm b/manual/de/live-manual.ssm
index 1d361d8..74b31ec 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: 2010-08-14
+ :published: 2010-09-07
 
 @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 1d361d8..74b31ec 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: 2010-08-14
+ :published: 2010-09-07
 
 @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 ad03cd6..1644074 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: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\n"
 "PO-Revision-Date: 2010-08-14 21:32+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -45,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2010-08-14\n"
+" :published: 2010-09-07\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/pot/about_manual.ssi.pot b/manual/pot/about_manual.ssi.pot
index fdb0649..cfaa2c5 100644
--- a/manual/pot/about_manual.ssi.pot
+++ b/manual/pot/about_manual.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/about_manual.ssi:2
diff --git a/manual/pot/about_project.ssi.pot b/manual/pot/about_project.ssi.pot
index fe5575a..65cf725 100644
--- a/manual/pot/about_project.ssi.pot
+++ b/manual/pot/about_project.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/about_project.ssi:2
diff --git a/manual/pot/index.html.in.pot b/manual/pot/index.html.in.pot
index 2a6a98c..b633417 100644
--- a/manual/pot/index.html.in.pot
+++ b/manual/pot/index.html.in.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Content of: <html><head><title>
 #: en/index.html.in:8
diff --git a/manual/pot/live-manual.ssm.pot b/manual/pot/live-manual.ssm.pot
index 65b2385..0d65fc0 100644
--- a/manual/pot/live-manual.ssm.pot
+++ b/manual/pot/live-manual.ssm.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/live-manual.ssm:2
@@ -44,7 +45,7 @@ msgstr ""
 #, no-wrap
 msgid ""
 "@date:\n"
-" :published: 2010-08-14\n"
+" :published: 2010-09-07\n"
 msgstr ""
 
 #. type: Plain text
diff --git a/manual/pot/other_basics.ssi.pot b/manual/pot/other_basics.ssi.pot
index 9390bb2..8e5bb3f 100644
--- a/manual/pot/other_basics.ssi.pot
+++ b/manual/pot/other_basics.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
diff --git a/manual/pot/other_coding-style.ssi.pot b/manual/pot/other_coding-style.ssi.pot
index 3ff42f5..0cdcf7e 100644
--- a/manual/pot/other_coding-style.ssi.pot
+++ b/manual/pot/other_coding-style.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
diff --git a/manual/pot/other_common-tasks.ssi.pot b/manual/pot/other_common-tasks.ssi.pot
index b0c2cee..21aa740 100644
--- a/manual/pot/other_common-tasks.ssi.pot
+++ b/manual/pot/other_common-tasks.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
diff --git a/manual/pot/other_configuration-files.ssi.pot b/manual/pot/other_configuration-files.ssi.pot
index 735c663..9b7fa28 100644
--- a/manual/pot/other_configuration-files.ssi.pot
+++ b/manual/pot/other_configuration-files.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/other_configuration-files.ssi:2
diff --git a/manual/pot/other_configuration-layout.ssi.pot b/manual/pot/other_configuration-layout.ssi.pot
index 9027c9f..9a6ece1 100644
--- a/manual/pot/other_configuration-layout.ssi.pot
+++ b/manual/pot/other_configuration-layout.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/other_configuration-layout.ssi:2
diff --git a/manual/pot/other_customization-backports.ssi.pot b/manual/pot/other_customization-backports.ssi.pot
index b882295..87d5466 100644
--- a/manual/pot/other_customization-backports.ssi.pot
+++ b/manual/pot/other_customization-backports.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
diff --git a/manual/pot/other_customization-binary.ssi.pot b/manual/pot/other_customization-binary.ssi.pot
index a57602e..e3f6660 100644
--- a/manual/pot/other_customization-binary.ssi.pot
+++ b/manual/pot/other_customization-binary.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/other_customization-binary.ssi:2
diff --git a/manual/pot/other_customization-bootup.ssi.pot b/manual/pot/other_customization-bootup.ssi.pot
index 7f9407a..a7ccf64 100644
--- a/manual/pot/other_customization-bootup.ssi.pot
+++ b/manual/pot/other_customization-bootup.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
diff --git a/manual/pot/other_customization-contents.ssi.pot b/manual/pot/other_customization-contents.ssi.pot
index ddda6c7..c27533c 100644
--- a/manual/pot/other_customization-contents.ssi.pot
+++ b/manual/pot/other_customization-contents.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
diff --git a/manual/pot/other_customization-internationalization.ssi.pot b/manual/pot/other_customization-internationalization.ssi.pot
index de68f8b..192cdc5 100644
--- a/manual/pot/other_customization-internationalization.ssi.pot
+++ b/manual/pot/other_customization-internationalization.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
diff --git a/manual/pot/other_customization-packages.ssi.pot b/manual/pot/other_customization-packages.ssi.pot
index f7939e4..de0f302 100644
--- a/manual/pot/other_customization-packages.ssi.pot
+++ b/manual/pot/other_customization-packages.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
diff --git a/manual/pot/other_faq.ssi.pot b/manual/pot/other_faq.ssi.pot
index f8b8dbc..f80b9bd 100644
--- a/manual/pot/other_faq.ssi.pot
+++ b/manual/pot/other_faq.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
diff --git a/manual/pot/other_howtos.ssi.pot b/manual/pot/other_howtos.ssi.pot
index 5be9ea4..e664c1d 100644
--- a/manual/pot/other_howtos.ssi.pot
+++ b/manual/pot/other_howtos.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
diff --git a/manual/pot/other_installation.ssi.pot b/manual/pot/other_installation.ssi.pot
index 6aaa2bd..4156585 100644
--- a/manual/pot/other_installation.ssi.pot
+++ b/manual/pot/other_installation.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
diff --git a/manual/pot/other_live-environment.ssi.pot b/manual/pot/other_live-environment.ssi.pot
index 1666cbb..3f0e32b 100644
--- a/manual/pot/other_live-environment.ssi.pot
+++ b/manual/pot/other_live-environment.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
diff --git a/manual/pot/other_overview.ssi.pot b/manual/pot/other_overview.ssi.pot
index 7c5dbeb..004fb0c 100644
--- a/manual/pot/other_overview.ssi.pot
+++ b/manual/pot/other_overview.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
diff --git a/manual/pot/other_procedures.ssi.pot b/manual/pot/other_procedures.ssi.pot
index a367667..a89c380 100644
--- a/manual/pot/other_procedures.ssi.pot
+++ b/manual/pot/other_procedures.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93
diff --git a/manual/pot/other_reporting-bugs.ssi.pot b/manual/pot/other_reporting-bugs.ssi.pot
index 2f63afd..96d354d 100644
--- a/manual/pot/other_reporting-bugs.ssi.pot
+++ b/manual/pot/other_reporting-bugs.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/other_reporting-bugs.ssi:2
diff --git a/manual/pot/other_resources.ssi.pot b/manual/pot/other_resources.ssi.pot
index 5a28b10..0bc034f 100644
--- a/manual/pot/other_resources.ssi.pot
+++ b/manual/pot/other_resources.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/other_customization-bootup.ssi:8 en/other_customization-bootup.ssi:14
diff --git a/manual/pot/other_success-stories.ssi.pot b/manual/pot/other_success-stories.ssi.pot
index 26f3898..af0ff38 100644
--- a/manual/pot/other_success-stories.ssi.pot
+++ b/manual/pot/other_success-stories.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/other_customization-bootup.ssi:8 en/other_customization-bootup.ssi:14
diff --git a/manual/pot/other_troubleshooting.ssi.pot b/manual/pot/other_troubleshooting.ssi.pot
index 8ad25d6..409a2df 100644
--- a/manual/pot/other_troubleshooting.ssi.pot
+++ b/manual/pot/other_troubleshooting.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/other_troubleshooting.ssi:2
diff --git a/manual/pot/other_use-cases.ssi.pot b/manual/pot/other_use-cases.ssi.pot
index 96c4ae8..52b70b4 100644
--- a/manual/pot/other_use-cases.ssi.pot
+++ b/manual/pot/other_use-cases.ssi.pot
@@ -7,13 +7,14 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-08-14 21:32+0300\n"
+"POT-Creation-Date: 2010-09-07 10:55+0300\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"
+"Language: \n"
 "MIME-Version: 1.0\n"
-"Content-Type: text/plain; charset=utf-8\n"
-"Content-Transfer-Encoding: ENCODING"
+"Content-Type: text/plain; charset=UTF-8\n"
+"Content-Transfer-Encoding: 8bit\n"
 
 #. type: Plain text
 #: en/about_manual.ssi:77 en/about_manual.ssi:85 en/about_manual.ssi:93

-- 
live-manual



More information about the debian-live-changes mailing list