[SCM] live-manual branch, debian, updated. debian/2.0_a1-1-9-g658eba2

Daniel Baumann daniel at debian.org
Sat Jun 12 12:30:44 UTC 2010


The following commit has been merged in the debian branch:
commit 658eba2f021c007ae30da11c4df0798a85481469
Author: Daniel Baumann <daniel at debian.org>
Date:   Sat Jun 12 14:28:18 2010 +0200

    Updating various copyright headers (year, GPL boilerplate, etc).

diff --git a/debian/copyright b/debian/copyright
index c46aab1..653c931 100644
--- a/debian/copyright
+++ b/debian/copyright
@@ -2,7 +2,7 @@ Upstream-Contact: Debian Live Project <debian-live at lists.debian.org>
 Upstream-Homepage: http://live.debian.net/
 
 Files: *
-Copyright: (C) 2008-2010 Debian Live Project <debian-live at lists.debian.org>
+Copyright: (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 License: GPL-3+
  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
diff --git a/manual/de/faq.xml b/manual/de/faq.xml
index 6506e4c..b9ed3df 100644
--- a/manual/de/faq.xml
+++ b/manual/de/faq.xml
@@ -347,7 +347,7 @@ no splashy) read the splashy faq.</para> </para>
     </listitem>
     <listitem>
       <para>Q: Howto use my Broadcom eXtrem 2 network card (module bnx2) ? <para>A: Add the firmwares to the initrd image. </para> <para>You need to install the non-free package "firmware-bnx2". Uncompress your
-initrd image, then copy files : </para> <screen>cp /lib/firmware/bnx2* ${INITRD}/lib/firmware/ cp /lib/udev/firmware.agent ${INITRD}/lib/udev/</screen> Recompress your initrd image and boot:
+initrd image, then copy files : </para> <screen>cp /lib/firmware/bnx2x-e1-4.8.53.0.fw /lib/firmware/bnx2x-e1-5.0.21.0.fw /lib/firmware/bnx2x-e1h-4.8.53.0.fw /lib/firmware/bnx2x-e1h-5.0.21.0.fw ${INITRD}/lib/firmware/ cp /lib/udev/firmware.agent ${INITRD}/lib/udev/</screen> Recompress your initrd image and boot:
 it works ! </para>
     </listitem>
     <listitem>
diff --git a/manual/de/index.xml b/manual/de/index.xml
index 572b333..8c9a4e4 100644
--- a/manual/de/index.xml
+++ b/manual/de/index.xml
@@ -1,35 +1,34 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
 <!ENTITY % commondata SYSTEM "common.ent">
-<!ENTITY pubdate "2010-06-08">
+<!ENTITY pubdate "2010-06-12">
 <!ENTITY version "2.0~a1">
 ]>
 <book lang="en">
   <title>Debian Live Manual</title>
   <!-- Chapters -->
 <bookinfo>
-    <author> <othername>The Debian Live Project</othername>
+    <author> <othername>Debian Live Project</othername>
 <email>debian-live at lists.debian.org</email> </author>
     <releaseinfo>&version;</releaseinfo>
-    <pubdate>&pubdate;</pubdate> <copyright> <year>2008-2010</year> <holder>The
-Debian Live Project</holder> </copyright>
+    <pubdate>&pubdate;</pubdate> <copyright> <year>2006-2010</year>
+<holder>Debian Live Project</holder> </copyright>
     <legalnotice>
-      <para> This program is free software: you can redistribute it and/or modify it
+      <para>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. </para>
+any later version.</para>
       <para> 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. </para>
-      <para> A copy of the GNU General Public License is available as
-<filename>/usr/share/common-licenses/GPL</filename> in the Debian GNU/Linux
-distribution or on the World Wide Web at <ulink
-url="http://www.gnu.org/copyleft/gpl.html">the GNU web site</ulink>. You can
-also obtain it by writing to the Free Software Foundation, Inc., 59 Temple
-Place - Suite 330, Boston, MA 02111-1307, USA. </para>
-      <para> If you want to print this reference, this document is also available in
-Portable Document Format (PDF). </para>
+      <para> You should have received a copy of the GNU General Public License along with
+this program. If not, see <ulink
+url="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</ulink>. </para>
+      <para> On Debian systems, the complete text of the GNU General Public License can
+be found in <ulink
+url="file:///usr/share/common-licenses/GPL-3">/usr/share/common-licenses/GPL-3</ulink>
+file.</para>
     </legalnotice>
   </bookinfo>
   
diff --git a/manual/en/faq.xml b/manual/en/faq.xml
index 73b898c..637ed61 100644
--- a/manual/en/faq.xml
+++ b/manual/en/faq.xml
@@ -188,7 +188,7 @@
       <para>Q: Can I have a splash screen? <para>A: Yes you can </para> You will not know what is going on when the splash screen is active, it may fail to activate on some hardware or break X on other (both usplash and splashy use libdirectfb which does some evil voodoo and may break you graphics or input until you reboot). However, you can install and activate it just as you would on any other Debian system. <para>To use splashy: </para> <para> 1) install splashy and read the README, the manpages are useless for setting it up. Add some parameters to your kernel command line, such as in your pxelinux configuration or in LH_BOOTAPPEND_LIVE in config/binary in debian-live configuration: </para> <screen>vga=792 splash quiet</screen> <para><filename>vga </filename>to select video mode, <filename>splash </filename>to activate splashy, <filename>quiet</filename> to suppress most kernel messages that you cannot see anyway but would scroll past before splashy manages to paint the g
 raphics on your screen.</para> You might want to add splashy to the list of packages installed in your image: <screen>echo splashy &gt; config/chroot_local-packageslists/splashy echo splashy-themes &gt;&gt; config/chroot_local-packageslists/splashy</screen> <para>and select a theme:</para> <screen>echo '#!/bin/sh' &gt; config/chroot_local-hooks/splashy echo splashy_config -s debian-moreblue '||' true &gt;&gt; config/chroot_local-hooks/splashy # update the ramdisk to include the splash screen echo update-initramfs -u -k all &gt;&gt; config/chroot_local-hooks/splashy chmod 755 config/chroot_local-hooks/splashy </screen> <para> After you rebuild your live system you should observe a bluish splash screen while booting. Nothing happens while initramfs is running because there is no splashy support in initramfs-tools. Once the init starts the progress bar should start to fill.</para> <para>If <filename> vga=something</filename> sets a mode that your screen cannot show or your card
  cannot do vesa 2.0 (and thus you get plain text mode and no splashy) read the splashy faq.</para> </para>
     </listitem>
     <listitem>
-      <para>Q: Howto use my Broadcom eXtrem 2 network card (module bnx2) ? <para>A: Add the firmwares to the initrd image. </para> <para>You need to install the non-free package "firmware-bnx2". Uncompress your initrd image, then copy files : </para> <screen>cp /lib/firmware/bnx2* ${INITRD}/lib/firmware/ cp /lib/udev/firmware.agent ${INITRD}/lib/udev/</screen> Recompress your initrd image and boot: it works ! </para>
+      <para>Q: Howto use my Broadcom eXtrem 2 network card (module bnx2) ? <para>A: Add the firmwares to the initrd image. </para> <para>You need to install the non-free package "firmware-bnx2". Uncompress your initrd image, then copy files : </para> <screen>cp /lib/firmware/bnx2x-e1-4.8.53.0.fw /lib/firmware/bnx2x-e1-5.0.21.0.fw /lib/firmware/bnx2x-e1h-4.8.53.0.fw /lib/firmware/bnx2x-e1h-5.0.21.0.fw ${INITRD}/lib/firmware/ cp /lib/udev/firmware.agent ${INITRD}/lib/udev/</screen> Recompress your initrd image and boot: it works ! </para>
     </listitem>
     <listitem>
       <para>Q: X is broken (the system boots, messages scroll by, and then the screen goes blank). What do I do? <para>On my system starting X completely disables graphics so that I do not see anything even after X bails out and I am back to the console. To prevent this you can change the driver Xorg uses.</para> <para>If you have a working splash screen or at least graphical console you can use </para> <filename>live xdriver=fbdev</filename> <para>when booting the live system (instead of just enter). </para> Another driver you might want to try is <filename> vesa. </filename> <para>If all fails you might try to set xdriver to some wrong value so that Xorg fails to start and you can examine the system while you still see something on the console. </para> <filename>live xdriver=none</filename> </para>
diff --git a/manual/en/index.xml b/manual/en/index.xml
index 471dc4d..616daca 100644
--- a/manual/en/index.xml
+++ b/manual/en/index.xml
@@ -1,27 +1,27 @@
 <?xml version="1.0" encoding="utf-8"?>
 <!DOCTYPE book PUBLIC "-//OASIS//DTD DocBook XML V4.4//EN" "http://www.oasis-open.org/docbook/xml/4.4/docbookx.dtd" [
 <!ENTITY % commondata SYSTEM "common.ent">
-<!ENTITY pubdate "2010-06-08">
+<!ENTITY pubdate "2010-06-12">
 <!ENTITY version "2.0~a1">
 ]>
 <book lang="en">
   <title>Debian Live Manual</title>
   <bookinfo>
     <author>
-      <othername>The Debian Live Project</othername>
+      <othername>Debian Live Project</othername>
       <email>debian-live at lists.debian.org</email>
     </author>
     <releaseinfo>&version;</releaseinfo>
     <pubdate>&pubdate;</pubdate>
     <copyright>
-      <year>2008-2010</year>
-      <holder>The Debian Live Project</holder>
+      <year>2006-2010</year>
+      <holder>Debian Live Project</holder>
     </copyright>
     <legalnotice>
-      <para> 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. </para>
+      <para>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.</para>
       <para> 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. </para>
-      <para> A copy of the GNU General Public License is available as <filename>/usr/share/common-licenses/GPL</filename> in the Debian GNU/Linux distribution or on the World Wide Web at <ulink url="http://www.gnu.org/copyleft/gpl.html">the GNU web site</ulink>. You can also obtain it by writing to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. </para>
-      <para> If you want to print this reference, this document is also available in Portable Document Format (PDF). </para>
+      <para> You should have received a copy of the GNU General Public License along with this program. If not, see <ulink url="http://www.gnu.org/licenses/">http://www.gnu.org/licenses/</ulink>. </para>
+      <para> On Debian systems, the complete text of the GNU General Public License can be found in <ulink url="file:///usr/share/common-licenses/GPL-3">/usr/share/common-licenses/GPL-3</ulink> file.</para>
     </legalnotice>
   </bookinfo>
   <!-- Chapters -->
diff --git a/manual/po/de/about.xml.po b/manual/po/de/about.xml.po
index 5e377a8..c509561 100644
--- a/manual/po/de/about.xml.po
+++ b/manual/po/de/about.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 12:07+0300\n"
 "PO-Revision-Date: 2010-06-06 12:07+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/about_manual.xml.po b/manual/po/de/about_manual.xml.po
index 51ba515..3793929 100644
--- a/manual/po/de/about_manual.xml.po
+++ b/manual/po/de/about_manual.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 17:46+0300\n"
 "PO-Revision-Date: 2010-06-06 17:46+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/about_project.xml.po b/manual/po/de/about_project.xml.po
index ad99dd6..67cf55c 100644
--- a/manual/po/de/about_project.xml.po
+++ b/manual/po/de/about_project.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 17:46+0300\n"
 "PO-Revision-Date: 2010-06-06 17:46+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/appendices_configuration-files.xml.po b/manual/po/de/appendices_configuration-files.xml.po
index 854f272..9dc280c 100644
--- a/manual/po/de/appendices_configuration-files.xml.po
+++ b/manual/po/de/appendices_configuration-files.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 12:16+0300\n"
 "PO-Revision-Date: 2010-06-06 12:16+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/appendices_configuration-layout.xml.po b/manual/po/de/appendices_configuration-layout.xml.po
index 0d846f5..234d866 100644
--- a/manual/po/de/appendices_configuration-layout.xml.po
+++ b/manual/po/de/appendices_configuration-layout.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 12:16+0300\n"
 "PO-Revision-Date: 2010-06-06 12:16+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/basics.xml.po b/manual/po/de/basics.xml.po
index 2d3e784..c9ec965 100644
--- a/manual/po/de/basics.xml.po
+++ b/manual/po/de/basics.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 17:46+0300\n"
 "PO-Revision-Date: 2010-06-06 17:46+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/coding-style.xml.po b/manual/po/de/coding-style.xml.po
index b390d81..83780fd 100644
--- a/manual/po/de/coding-style.xml.po
+++ b/manual/po/de/coding-style.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 17:46+0300\n"
 "PO-Revision-Date: 2010-06-06 17:46+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/common-tasks.xml.po b/manual/po/de/common-tasks.xml.po
index 6e03fae..0ccdc85 100644
--- a/manual/po/de/common-tasks.xml.po
+++ b/manual/po/de/common-tasks.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 17:46+0300\n"
 "PO-Revision-Date: 2010-06-06 17:46+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/customization.xml.po b/manual/po/de/customization.xml.po
index f8ed8f0..7049168 100644
--- a/manual/po/de/customization.xml.po
+++ b/manual/po/de/customization.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 12:07+0300\n"
 "PO-Revision-Date: 2010-06-06 12:07+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/customization_backports.xml.po b/manual/po/de/customization_backports.xml.po
index 7f05a2c..931bf33 100644
--- a/manual/po/de/customization_backports.xml.po
+++ b/manual/po/de/customization_backports.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 17:46+0300\n"
 "PO-Revision-Date: 2010-06-06 17:46+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/customization_binary.xml.po b/manual/po/de/customization_binary.xml.po
index 2241101..a71fa68 100644
--- a/manual/po/de/customization_binary.xml.po
+++ b/manual/po/de/customization_binary.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 12:16+0300\n"
 "PO-Revision-Date: 2010-06-06 12:16+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/customization_bootup.xml.po b/manual/po/de/customization_bootup.xml.po
index 1341336..60add88 100644
--- a/manual/po/de/customization_bootup.xml.po
+++ b/manual/po/de/customization_bootup.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 17:46+0300\n"
 "PO-Revision-Date: 2010-06-06 17:46+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/customization_contents.xml.po b/manual/po/de/customization_contents.xml.po
index fc76227..a3514cb 100644
--- a/manual/po/de/customization_contents.xml.po
+++ b/manual/po/de/customization_contents.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 17:46+0300\n"
 "PO-Revision-Date: 2010-06-06 17:46+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/customization_internationalization.xml.po b/manual/po/de/customization_internationalization.xml.po
index db76913..8d32991 100644
--- a/manual/po/de/customization_internationalization.xml.po
+++ b/manual/po/de/customization_internationalization.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 17:46+0300\n"
 "PO-Revision-Date: 2010-06-06 17:46+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/customization_packages.xml.po b/manual/po/de/customization_packages.xml.po
index 44a5219..5cc2ed1 100644
--- a/manual/po/de/customization_packages.xml.po
+++ b/manual/po/de/customization_packages.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 17:46+0300\n"
 "PO-Revision-Date: 2010-06-06 17:46+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/faq.xml.po b/manual/po/de/faq.xml.po
index 23539ba..44051c7 100644
--- a/manual/po/de/faq.xml.po
+++ b/manual/po/de/faq.xml.po
@@ -1,12 +1,11 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 17:46+0300\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
+"POT-Creation-Date: 2010-06-12 14:20+0300\n"
 "PO-Revision-Date: 2010-06-06 17:46+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -33,8 +32,9 @@ msgstr ""
 #: en/customization_packages.xml:140 en/customization_packages.xml:144
 #: en/customization_packages.xml:148 en/customization_packages.xml:152
 #: en/faq.xml:36 en/faq.xml:128 en/faq.xml:131 en/faq.xml:138 en/faq.xml:141
-#: en/faq.xml:163 en/faq.xml:188 en/faq.xml:210 en/overview.xml:61
-#: en/overview.xml:66 en/overview.xml:70
+#: en/faq.xml:163 en/faq.xml:188 en/faq.xml:210 en/howtos.xml:19
+#: en/howtos.xml:25 en/howtos.xml:31 en/overview.xml:61 en/overview.xml:66
+#: en/overview.xml:70
 msgid "<placeholder type=\"screen\" id=\"0\"/>"
 msgstr ""
 
@@ -1319,7 +1319,7 @@ msgstr ""
 #. type: Content of: <chapter><itemizedlist><listitem><para><screen>
 #: en/faq.xml:191
 #, no-wrap
-msgid "cp /lib/firmware/bnx2* ${INITRD}/lib/firmware/ cp /lib/udev/firmware.agent ${INITRD}/lib/udev/"
+msgid "cp /lib/firmware/bnx2x-e1-4.8.53.0.fw /lib/firmware/bnx2x-e1-5.0.21.0.fw /lib/firmware/bnx2x-e1h-4.8.53.0.fw /lib/firmware/bnx2x-e1h-5.0.21.0.fw ${INITRD}/lib/firmware/ cp /lib/udev/firmware.agent ${INITRD}/lib/udev/"
 msgstr ""
 
 #. type: Content of: <chapter><itemizedlist><listitem><para>
diff --git a/manual/po/de/howtos.xml.po b/manual/po/de/howtos.xml.po
index 9d7c0e8..f81da83 100644
--- a/manual/po/de/howtos.xml.po
+++ b/manual/po/de/howtos.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-08 22:38+0300\n"
 "PO-Revision-Date: 2010-06-08 22:38+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/index.xml.po b/manual/po/de/index.xml.po
index 169657e..da5af38 100644
--- a/manual/po/de/index.xml.po
+++ b/manual/po/de/index.xml.po
@@ -1,12 +1,11 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-08 22:38+0300\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
+"POT-Creation-Date: 2010-06-12 14:29+0300\n"
 "PO-Revision-Date: 2010-06-06 17:46+0300\n"
 "Last-Translator: Automatically generated\n"
 "Language-Team: none\n"
@@ -18,7 +17,7 @@ msgstr ""
 
 #. type: Content of the pubdate entity
 #: en/index.xml:4
-msgid "2010-06-08"
+msgid "2010-06-12"
 msgstr ""
 
 #. type: Content of the version entity
@@ -39,8 +38,8 @@ msgstr ""
 #. type: Content of: <book><bookinfo>
 #: en/index.xml:10
 msgid ""
-"<author> <othername>The Debian Live Project</othername> <email>debian-"
-"live at lists.debian.org</email> </author>"
+"<author> <othername>Debian Live Project</othername> <email>debian-live at lists."
+"debian.org</email> </author>"
 msgstr ""
 
 #. type: Content of: <book><bookinfo><releaseinfo>
@@ -51,8 +50,8 @@ msgstr ""
 #. type: Content of: <book><bookinfo>
 #: en/index.xml:15
 msgid ""
-"<pubdate>&pubdate;</pubdate> <copyright> <year>2008-2010</year> <holder>The "
-"Debian Live Project</holder> </copyright>"
+"<pubdate>&pubdate;</pubdate> <copyright> <year>2006-2010</year> "
+"<holder>Debian Live Project</holder> </copyright>"
 msgstr ""
 
 #. type: Content of: <book><bookinfo><legalnotice><para>
@@ -76,17 +75,15 @@ msgstr ""
 #. type: Content of: <book><bookinfo><legalnotice><para>
 #: en/index.xml:23
 msgid ""
-"A copy of the GNU General Public License is available as <filename>/usr/"
-"share/common-licenses/GPL</filename> in the Debian GNU/Linux distribution or "
-"on the World Wide Web at <ulink url=\"http://www.gnu.org/copyleft/gpl.html"
-"\">the GNU web site</ulink>. You can also obtain it by writing to the Free "
-"Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA "
-"02111-1307, USA."
+"You should have received a copy of the GNU General Public License along with "
+"this program. If not, see <ulink url=\"http://www.gnu.org/licenses/\">http://"
+"www.gnu.org/licenses/</ulink>."
 msgstr ""
 
 #. type: Content of: <book><bookinfo><legalnotice><para>
 #: en/index.xml:24
 msgid ""
-"If you want to print this reference, this document is also available in "
-"Portable Document Format (PDF)."
+"On Debian systems, the complete text of the GNU General Public License can "
+"be found in <ulink url=\"file:///usr/share/common-licenses/GPL-3\">/usr/"
+"share/common-licenses/GPL-3</ulink> file."
 msgstr ""
diff --git a/manual/po/de/installation.xml.po b/manual/po/de/installation.xml.po
index 313e4e6..3b7dff3 100644
--- a/manual/po/de/installation.xml.po
+++ b/manual/po/de/installation.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 17:46+0300\n"
 "PO-Revision-Date: 2010-06-06 17:46+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/live-environment.xml.po b/manual/po/de/live-environment.xml.po
index ec1ab74..b8b3c48 100644
--- a/manual/po/de/live-environment.xml.po
+++ b/manual/po/de/live-environment.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 17:46+0300\n"
 "PO-Revision-Date: 2010-06-06 17:46+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/overview.xml.po b/manual/po/de/overview.xml.po
index 674289d..8d28171 100644
--- a/manual/po/de/overview.xml.po
+++ b/manual/po/de/overview.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 17:46+0300\n"
 "PO-Revision-Date: 2010-06-06 17:46+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/procedures.xml.po b/manual/po/de/procedures.xml.po
index e79058b..979f401 100644
--- a/manual/po/de/procedures.xml.po
+++ b/manual/po/de/procedures.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 17:46+0300\n"
 "PO-Revision-Date: 2010-06-06 17:46+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/reporting-bugs.xml.po b/manual/po/de/reporting-bugs.xml.po
index bcf4b34..db464be 100644
--- a/manual/po/de/reporting-bugs.xml.po
+++ b/manual/po/de/reporting-bugs.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 17:46+0300\n"
 "PO-Revision-Date: 2010-06-06 17:46+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/resources.xml.po b/manual/po/de/resources.xml.po
index 14f4b4e..cfc4abb 100644
--- a/manual/po/de/resources.xml.po
+++ b/manual/po/de/resources.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 12:16+0300\n"
 "PO-Revision-Date: 2010-06-06 12:16+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/success-stories.xml.po b/manual/po/de/success-stories.xml.po
index 7fd10c3..07d4d7d 100644
--- a/manual/po/de/success-stories.xml.po
+++ b/manual/po/de/success-stories.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 12:16+0300\n"
 "PO-Revision-Date: 2010-06-06 12:16+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/troubleshooting.xml.po b/manual/po/de/troubleshooting.xml.po
index f7fe114..2c54fe9 100644
--- a/manual/po/de/troubleshooting.xml.po
+++ b/manual/po/de/troubleshooting.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 12:07+0300\n"
 "PO-Revision-Date: 2010-06-06 12:07+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/po/de/use-cases.xml.po b/manual/po/de/use-cases.xml.po
index 087fc6a..4d444b6 100644
--- a/manual/po/de/use-cases.xml.po
+++ b/manual/po/de/use-cases.xml.po
@@ -1,11 +1,10 @@
 # German translations for live-manual package
-# Copyright (C) 2010 Free Software Foundation, Inc.
+# Copyright (C) 2006-2010 Debian Live Project <debian-live at lists.debian.org>
 # This file is distributed under the same license as the live-manual package.
-# Automatically generated, 2010.
 #
 msgid ""
 msgstr ""
-"Project-Id-Version: live-manual VERSION\n"
+"Project-Id-Version: live-manual 2.0~a1\n"
 "POT-Creation-Date: 2010-06-06 17:46+0300\n"
 "PO-Revision-Date: 2010-06-06 17:46+0300\n"
 "Last-Translator: Automatically generated\n"
diff --git a/manual/pot/faq.xml.pot b/manual/pot/faq.xml.pot
index 09b9754..6a92605 100644
--- a/manual/pot/faq.xml.pot
+++ b/manual/pot/faq.xml.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-06 17:46+0300\n"
+"POT-Creation-Date: 2010-06-12 14:20+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"
@@ -32,8 +32,9 @@ msgstr ""
 #: en/customization_packages.xml:140 en/customization_packages.xml:144
 #: en/customization_packages.xml:148 en/customization_packages.xml:152
 #: en/faq.xml:36 en/faq.xml:128 en/faq.xml:131 en/faq.xml:138 en/faq.xml:141
-#: en/faq.xml:163 en/faq.xml:188 en/faq.xml:210 en/overview.xml:61
-#: en/overview.xml:66 en/overview.xml:70
+#: en/faq.xml:163 en/faq.xml:188 en/faq.xml:210 en/howtos.xml:19
+#: en/howtos.xml:25 en/howtos.xml:31 en/overview.xml:61 en/overview.xml:66
+#: en/overview.xml:70
 msgid "<placeholder type=\"screen\" id=\"0\"/>"
 msgstr ""
 
@@ -1318,7 +1319,7 @@ msgstr ""
 #. type: Content of: <chapter><itemizedlist><listitem><para><screen>
 #: en/faq.xml:191
 #, no-wrap
-msgid "cp /lib/firmware/bnx2* ${INITRD}/lib/firmware/ cp /lib/udev/firmware.agent ${INITRD}/lib/udev/"
+msgid "cp /lib/firmware/bnx2x-e1-4.8.53.0.fw /lib/firmware/bnx2x-e1-5.0.21.0.fw /lib/firmware/bnx2x-e1h-4.8.53.0.fw /lib/firmware/bnx2x-e1h-5.0.21.0.fw ${INITRD}/lib/firmware/ cp /lib/udev/firmware.agent ${INITRD}/lib/udev/"
 msgstr ""
 
 #. type: Content of: <chapter><itemizedlist><listitem><para>
diff --git a/manual/pot/index.xml.pot b/manual/pot/index.xml.pot
index 44e1f8e..4636c14 100644
--- a/manual/pot/index.xml.pot
+++ b/manual/pot/index.xml.pot
@@ -7,7 +7,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: live-manual VERSION\n"
-"POT-Creation-Date: 2010-06-08 22:38+0300\n"
+"POT-Creation-Date: 2010-06-12 14:29+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"
@@ -17,7 +17,7 @@ msgstr ""
 
 #. type: Content of the pubdate entity
 #: en/index.xml:4
-msgid "2010-06-08"
+msgid "2010-06-12"
 msgstr ""
 
 #. type: Content of the version entity
@@ -38,8 +38,8 @@ msgstr ""
 #. type: Content of: <book><bookinfo>
 #: en/index.xml:10
 msgid ""
-"<author> <othername>The Debian Live Project</othername> <email>debian-"
-"live at lists.debian.org</email> </author>"
+"<author> <othername>Debian Live Project</othername> <email>debian-live at lists."
+"debian.org</email> </author>"
 msgstr ""
 
 #. type: Content of: <book><bookinfo><releaseinfo>
@@ -50,8 +50,8 @@ msgstr ""
 #. type: Content of: <book><bookinfo>
 #: en/index.xml:15
 msgid ""
-"<pubdate>&pubdate;</pubdate> <copyright> <year>2008-2010</year> <holder>The "
-"Debian Live Project</holder> </copyright>"
+"<pubdate>&pubdate;</pubdate> <copyright> <year>2006-2010</year> "
+"<holder>Debian Live Project</holder> </copyright>"
 msgstr ""
 
 #. type: Content of: <book><bookinfo><legalnotice><para>
@@ -75,17 +75,15 @@ msgstr ""
 #. type: Content of: <book><bookinfo><legalnotice><para>
 #: en/index.xml:23
 msgid ""
-"A copy of the GNU General Public License is available as <filename>/usr/"
-"share/common-licenses/GPL</filename> in the Debian GNU/Linux distribution or "
-"on the World Wide Web at <ulink url=\"http://www.gnu.org/copyleft/gpl.html"
-"\">the GNU web site</ulink>. You can also obtain it by writing to the Free "
-"Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA "
-"02111-1307, USA."
+"You should have received a copy of the GNU General Public License along with "
+"this program. If not, see <ulink url=\"http://www.gnu.org/licenses/\">http://"
+"www.gnu.org/licenses/</ulink>."
 msgstr ""
 
 #. type: Content of: <book><bookinfo><legalnotice><para>
 #: en/index.xml:24
 msgid ""
-"If you want to print this reference, this document is also available in "
-"Portable Document Format (PDF)."
+"On Debian systems, the complete text of the GNU General Public License can "
+"be found in <ulink url=\"file:///usr/share/common-licenses/GPL-3\">/usr/"
+"share/common-licenses/GPL-3</ulink> file."
 msgstr ""

-- 
live-manual



More information about the debian-live-changes mailing list