Browse Source

German translation update (and new translations) of
start-stop-daemon.8, update-alternatives.8, dpkg.cfg.5, and dselect.cfg.5.
Also fix some typos in the start-stop-daemon.8 and update-alternatives.8
man pages.

Nicolas FRANCOIS 20 years ago
parent
commit
05886eb1cd

+ 7 - 0
debian/changelog

@@ -16,6 +16,13 @@ dpkg (1.13.23~) UNRELEASED; urgency=low
   * Basque (Piarres Beobide). Closes: #375118
   * Basque (Piarres Beobide). Closes: #375118
   * Russian (Yuri Kozlov). Closes: #376746
   * Russian (Yuri Kozlov). Closes: #376746
 
 
+  [ Updated man pages translations ]
+  * German (Helge Kreutzmann). Closes: #379030
+    - start-stop-daemon.8.
+    - update-alternatives.8.
+    - dpkg.cfg.5. Closes: #379286
+    - dselect.cfg.5. Closes: #379298
+
   [ Nicolas François ]
   [ Nicolas François ]
   * Specify --null before the -T tar's option to avoid the "tar: -: file name
   * Specify --null before the -T tar's option to avoid the "tar: -: file name
     read contains nul character" warning.
     read contains nul character" warning.

+ 8 - 9
man/C/start-stop-daemon.8

@@ -66,11 +66,11 @@ is specified then
 .B start\-stop\-daemon
 .B start\-stop\-daemon
 will check that the process(es) have terminated.
 will check that the process(es) have terminated.
 
 
-Note that unless
+Note: unless
 .BR \-\-pidfile ,
 .BR \-\-pidfile ,
-is specified, then
+is specified,
 .B start\-stop\-daemon
 .B start\-stop\-daemon
-behaves similarly to
+behaves similar to
 .B killall(1).
 .B killall(1).
 .B start\-stop\-daemon
 .B start\-stop\-daemon
 will scan the process table looking for any processes which
 will scan the process table looking for any processes which
@@ -90,8 +90,7 @@ you must specify a pidfile.
 .TP
 .TP
 \fB\-x\fP|\fB\-\-exec\fP \fIexecutable\fP
 \fB\-x\fP|\fB\-\-exec\fP \fIexecutable\fP
 Check for processes that are instances of this executable (according to
 Check for processes that are instances of this executable (according to
-.B /proc/\fIpid\fB/exe\fP
-).
+\fB/proc/\fIpid\fP/exe\fR).
 .TP
 .TP
 \fB\-p\fP|\fB\-\-pidfile\fP \fIpid-file\fP
 \fB\-p\fP|\fB\-\-pidfile\fP \fIpid-file\fP
 Check whether a process has created the file
 Check whether a process has created the file
@@ -195,7 +194,7 @@ even if the
 option is not specified. The
 option is not specified. The
 .B \-\-group
 .B \-\-group
 option is only for
 option is only for
-groups that the user isn't normally a member of (like adding per/process
+groups that the user isn't normally a member of (like adding per process
 group membership for generic users like
 group membership for generic users like
 .BR nobody ).
 .BR nobody ).
 .TP
 .TP
@@ -223,7 +222,7 @@ cannot check the exit status if the process fails to execute for
 .B any
 .B any
 reason. This is a last resort, and is only meant for programs that either
 reason. This is a last resort, and is only meant for programs that either
 make no sense forking on their own, or where it's not feasible to add the
 make no sense forking on their own, or where it's not feasible to add the
-code for it to do this itself.
+code for them to do this themself.
 .TP
 .TP
 \fB\-N\fP|\fB\-\-nicelevel\fP \fIint\fP
 \fB\-N\fP|\fB\-\-nicelevel\fP \fIint\fP
 This alters the priority of the process before starting it.
 This alters the priority of the process before starting it.
@@ -237,8 +236,8 @@ option will make
 .B start\-stop\-daemon
 .B start\-stop\-daemon
 create the file referenced with
 create the file referenced with
 .B \-\-pidfile
 .B \-\-pidfile
-and place the pid into it just before executing the process. Note, it will
-not be removed when stopping the program.
+and place the pid into it just before executing the process. Note, the
+file will not be removed when stopping the program.
 .B NOTE:
 .B NOTE:
 This feature may not work in all cases. Most notably when the program
 This feature may not work in all cases. Most notably when the program
 being executed forks from its main process. Because of this it is usually
 being executed forks from its main process. Because of this it is usually

+ 6 - 7
man/C/update-alternatives.8

@@ -67,7 +67,7 @@ functions to be installed on a single system at the same time.
 For example, many systems have several text editors installed at once.
 For example, many systems have several text editors installed at once.
 This gives choice to the users of a system, allowing each to use a
 This gives choice to the users of a system, allowing each to use a
 different editor, if desired, but makes it difficult for a program
 different editor, if desired, but makes it difficult for a program
-to make a good choice of editor to invoke if the
+to make a good choice for an editor to invoke if the
 user has not specified a particular preference.
 user has not specified a particular preference.
 .PP
 .PP
 Debian's alternatives system aims to solve this problem.
 Debian's alternatives system aims to solve this problem.
@@ -166,13 +166,12 @@ of which given
 .I name
 .I name
 is the master link. The current choice is marked with a '*' and the
 is the master link. The current choice is marked with a '*' and the
 choice with the highest priority with a '+'.
 choice with the highest priority with a '+'.
-You will then be prompted for which of the choices to use
-for the link group. Once you make a change, the link group will no
-longer be in
+You will then be prompted for your choice regarding this link group.
+Once you make a change, the link group will no longer be in
 .I auto
 .I auto
 mode. You will need to use the
 mode. You will need to use the
 .I \-\-auto
 .I \-\-auto
-option in order to return to the automatic state.
+option in order to return to the automatic mode.
 .PP
 .PP
 If you want to configure non-interactively you can use the
 If you want to configure non-interactively you can use the
 .I \-\-set
 .I \-\-set
@@ -225,7 +224,7 @@ the master link.
 automatic mode
 automatic mode
 When a link group is in automatic mode,
 When a link group is in automatic mode,
 the alternatives system ensures that the links in the group
 the alternatives system ensures that the links in the group
-point to the highest priority alternatives
+point to the highest priority alternative
 appropriate for the group.
 appropriate for the group.
 .TP
 .TP
 manual mode
 manual mode
@@ -320,7 +319,7 @@ is the name of its symlink in the alternatives directory, and
 .I altern
 .I altern
 is the alternative being introduced for the master link.
 is the alternative being introduced for the master link.
 The arguments after \fB\-\-slave\fR are the generic name, symlink name in the
 The arguments after \fB\-\-slave\fR are the generic name, symlink name in the
-alternatives directory and alternative for a slave link.
+alternatives directory and the alternative for a slave link.
 Zero or more
 Zero or more
 .B \-\-slave
 .B \-\-slave
 options, each followed by three arguments,
 options, each followed by three arguments,

+ 14 - 0
man/ChangeLog

@@ -1,3 +1,17 @@
+2006-07-22  Helge Kreutzmann  <helge@helgefjell.de>
+
+	* C/start-stop-daemon.8: Typo fix.
+	* C/update-alternatives.8: Likewise.
+	* po4a/start-stop-daemon.8/po/de.po: Updated translation.
+	* po4a/update-alternatives.8/po/de.po: Likewise.
+	* po4a/dpkg.cfg.5/po/de.po: New translation.
+	* po4a/dselect.cfg.5/po/de.po: Likewise.
+	* po4a/add_de/dpkg.cfg.5.de.add: Addendum for the new translation.
+	* po4a/add_de/dselect.cfg.5.de.add: Likewise.
+	* po4a/add_de/update-alternatives.8.de.add: Updated addendum.
+	* man/po4a/dpkg.cfg.5/dpkg.cfg.5.cfg: Add the `de' language.
+	* man/po4a/dselect.cfg.5/dselect.cfg.5.cfg: Likewise.
+
 2006-05-24  Philippe Batailler  <philippe.batailler@free.fr>
 2006-05-24  Philippe Batailler  <philippe.batailler@free.fr>
 
 
 	* po4a/install-info.8/po/fr.po: Updated translation.
 	* po4a/install-info.8/po/fr.po: Updated translation.

+ 6 - 0
man/po4a/add_de/dpkg.cfg.5.de.add

@@ -0,0 +1,6 @@
+PO4A-HEADER:mode=after;position=^\.TH;beginboundary=FakePo4aBoundary
+.PP
+Die deutsche Übersetzung wurde 2006 von Helge Kreutzmann <debian@helgefjell.de>
+angefertigt. Diese Übersetzung ist Freie Dokumentation; lesen Sie die GNU
+General Public License Version 2 oder neuer für die Kopierbedingungen. Es gibt
+KEINE HAFTUNG.

+ 6 - 0
man/po4a/add_de/dselect.cfg.5.de.add

@@ -0,0 +1,6 @@
+PO4A-HEADER:mode=after;position=^\.TH;beginboundary=FakePo4aBoundary
+.PP
+Die deutsche Übersetzung wurde 2006 von Helge Kreutzmann <debian@helgefjell.de>
+angefertigt. Diese Übersetzung ist Freie Dokumentation; lesen Sie die GNU
+General Public License Version 2 oder neuer für die Kopierbedingungen. Es gibt
+KEINE HAFTUNG.

+ 5 - 5
man/po4a/add_de/update-alternatives.8.de.add

@@ -1,7 +1,7 @@
 PO4A-HEADER:mode=after;position=^\.TH;beginboundary=FakePo4aBoundary
 PO4A-HEADER:mode=after;position=^\.TH;beginboundary=FakePo4aBoundary
 .PP
 .PP
-Die deutsche Übersetzung wurde 2004 von Helge Kreutzmann
-<kreutzm@itp.uni-hannover.de> angefertigt. Diese Übersetzung
-ist Freie Dokumentation; lesen Sie die GNU General Public
-License Version 2 oder neuer für die Kopierbedingungen. Es gibt KEINE
-HAFTUNG.
+Die deutsche Übersetzung wurde 2004, 2006 von Helge Kreutzmann
+<debian@helgefjell.de> angefertigt. Diese Übersetzung ist Freie
+Dokumentation; lesen Sie die GNU
+General Public License Version 2 oder neuer für die Kopierbedingungen.
+Es gibt KEINE HAFTUNG.

+ 1 - 1
man/po4a/dpkg.cfg.5/dpkg.cfg.5.cfg

@@ -1,4 +1,4 @@
-[po4a_langs] hu pl sv
+[po4a_langs] hu pl sv de
 [po4a_paths] $(srcdir)/dpkg.cfg.5/po/dpkg.cfg.5.pot $lang:$(srcdir)/dpkg.cfg.5/po/$lang.po
 [po4a_paths] $(srcdir)/dpkg.cfg.5/po/dpkg.cfg.5.pot $lang:$(srcdir)/dpkg.cfg.5/po/$lang.po
 
 
 [type:man] $(srcdir)/../C/dpkg.cfg.5 $lang:../$lang/dpkg.cfg.5 add_$lang:$(srcdir)/add_$lang/dpkg.cfg.5.$lang.add opt_ru:"-L koi8-r -A koi8-r"
 [type:man] $(srcdir)/../C/dpkg.cfg.5 $lang:../$lang/dpkg.cfg.5 add_$lang:$(srcdir)/add_$lang/dpkg.cfg.5.$lang.add opt_ru:"-L koi8-r -A koi8-r"

+ 111 - 0
man/po4a/dpkg.cfg.5/po/de.po

@@ -0,0 +1,111 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# Helge Kreutzmann, <debian@helgefjell.de>, 2006.
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: dpkg man pages\n"
+"POT-Creation-Date: 2006-06-20 21:07+0200\n"
+"PO-Revision-Date: 2006-07-22 17:48+0200\n"
+"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
+"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8bit"
+
+# type: TH
+#: ../../../man/po4a/../C/dpkg.cfg.5:1
+#, no-wrap
+msgid "dpkg.cfg"
+msgstr "dpkg.cfg"
+
+# type: TH
+#: ../../../man/po4a/../C/dpkg.cfg.5:1
+#, no-wrap
+msgid "2006-02-28"
+msgstr "2006-02-28"
+
+# type: TH
+#: ../../../man/po4a/../C/dpkg.cfg.5:1
+#, no-wrap
+msgid "Debian Project"
+msgstr "Debian-Projekt"
+
+# type: TH
+#: ../../../man/po4a/../C/dpkg.cfg.5:1
+#, no-wrap
+msgid "dpkg suite"
+msgstr "dpkg-Programmsammlung"
+
+# type: SH
+#: ../../../man/po4a/../C/dpkg.cfg.5:2
+#, no-wrap
+msgid "NAME"
+msgstr "NAME"
+
+# type: Plain text
+#: ../../../man/po4a/../C/dpkg.cfg.5:4
+msgid "dpkg.cfg - dpkg configuration file"
+msgstr "dpkg.cfg - dpkg Konfigurationsdatei"
+
+# type: SH
+#: ../../../man/po4a/../C/dpkg.cfg.5:5
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "BESCHREIBUNG"
+
+# type: Plain text
+#: ../../../man/po4a/../C/dpkg.cfg.5:11
+msgid ""
+"This file contains default options for dpkg. Each line contains a single "
+"option which is exactly the same as a normal command line option for dpkg "
+"except for the leading dashes which are not used here. Comments are allowed "
+"by starting a line with a hash sign (\"B<#>\")."
+msgstr ""
+"Diese Datei enthält Standardoptionen für dpkg. Jede Zeile enthält eine "
+"einzelne Option, die exakt die gleiche wie für die normalen Kommandozeilen-"
+"Option von dpkg sind, abgesehen von den einleitenden Gedankenstrichen, die "
+"hier nicht verwendet werden. Kommentare sind durch Einleiten einer Zeile mit "
+"einem Rautenzeichen (\"B<#>\") erlaubt."
+
+# type: SH
+#: ../../../man/po4a/../C/dpkg.cfg.5:12
+#, no-wrap
+msgid "FILES"
+msgstr "DATEIEN"
+
+# type: Plain text
+#: ../../../man/po4a/../C/dpkg.cfg.5:14
+msgid "I</etc/dpkg/dpkg.cfg>"
+msgstr "I</etc/dpkg/dpkg.cfg>"
+
+# type: Plain text
+#: ../../../man/po4a/../C/dpkg.cfg.5:16
+msgid "I<~/.dpkg.cfg>"
+msgstr "I<~/.dpkg.cfg>"
+
+# type: SH
+#: ../../../man/po4a/../C/dpkg.cfg.5:17
+#, no-wrap
+msgid "AUTHOR"
+msgstr "AUTOR"
+
+# type: Plain text
+#: ../../../man/po4a/../C/dpkg.cfg.5:20
+msgid ""
+"See I</usr/share/doc/dpkg/THANKS> for the list of people who have "
+"contributed to B<dpkg>."
+msgstr ""
+"Lesen Sie I</usr/share/doc/dpkg/THANKS> für die Liste der Leute, die zu "
+"B<dpkg> beigetragen haben."
+
+# type: SH
+#: ../../../man/po4a/../C/dpkg.cfg.5:21
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "SIEHE AUCH"
+
+# type: Plain text
+#: ../../../man/po4a/../C/dpkg.cfg.5:22
+msgid "B<dpkg>(1)."
+msgstr "B<dpkg>(1)."

+ 1 - 1
man/po4a/dselect.cfg.5/dselect.cfg.5.cfg

@@ -1,4 +1,4 @@
-[po4a_langs] hu pl sv
+[po4a_langs] hu pl sv de
 [po4a_paths] $(srcdir)/dselect.cfg.5/po/dselect.cfg.5.pot $lang:$(srcdir)/dselect.cfg.5/po/$lang.po
 [po4a_paths] $(srcdir)/dselect.cfg.5/po/dselect.cfg.5.pot $lang:$(srcdir)/dselect.cfg.5/po/$lang.po
 
 
 [type:man] $(srcdir)/../C/dselect.cfg.5 $lang:../$lang/dselect.cfg.5 add_$lang:$(srcdir)/add_$lang/dselect.cfg.5.$lang.add opt_ru:"-L koi8-r -A koi8-r"
 [type:man] $(srcdir)/../C/dselect.cfg.5 $lang:../$lang/dselect.cfg.5 add_$lang:$(srcdir)/add_$lang/dselect.cfg.5.$lang.add opt_ru:"-L koi8-r -A koi8-r"

+ 111 - 0
man/po4a/dselect.cfg.5/po/de.po

@@ -0,0 +1,111 @@
+# SOME DESCRIPTIVE TITLE
+# Copyright (C) YEAR Free Software Foundation, Inc.
+# Helge Kreutzmann <debian@helgefjell.de>, 2006.
+# 
+msgid ""
+msgstr ""
+"Project-Id-Version: dpkg man pages\n"
+"POT-Creation-Date: 2006-06-20 21:07+0200\n"
+"PO-Revision-Date: 2006-07-22 18:59+0200\n"
+"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
+"Language-Team: German <debian-l10n-german@lists.debian.org>\n"
+"MIME-Version: 1.0\n"
+"Content-Type: text/plain; charset=iso-8859-1\n"
+"Content-Transfer-Encoding: 8bit"
+
+# type: TH
+#: ../../../man/po4a/../C/dselect.cfg.5:1
+#, no-wrap
+msgid "dselect.cfg"
+msgstr "dselect.cfg"
+
+# type: TH
+#: ../../../man/po4a/../C/dselect.cfg.5:1
+#, no-wrap
+msgid "2006-02-28"
+msgstr "2006-02-28"
+
+# type: TH
+#: ../../../man/po4a/../C/dselect.cfg.5:1
+#, no-wrap
+msgid "Debian Project"
+msgstr "Debian-Projekt"
+
+# type: TH
+#: ../../../man/po4a/../C/dselect.cfg.5:1
+#, no-wrap
+msgid "dpkg suite"
+msgstr "dpkg-Programmsammlung"
+
+# type: SH
+#: ../../../man/po4a/../C/dselect.cfg.5:2
+#, no-wrap
+msgid "NAME"
+msgstr "NAME"
+
+# type: Plain text
+#: ../../../man/po4a/../C/dselect.cfg.5:4
+msgid "dselect.cfg - dselect configuration file"
+msgstr "dselect.cfg - dselect Konfigurationsdatei"
+
+# type: SH
+#: ../../../man/po4a/../C/dselect.cfg.5:5
+#, no-wrap
+msgid "DESCRIPTION"
+msgstr "BESCHREIBUNG"
+
+# type: Plain text
+#: ../../../man/po4a/../C/dselect.cfg.5:11
+msgid ""
+"This file contains default options for dselect. Each line contains a single "
+"option which is exactly the same as a normal commandline option for dselect "
+"except for the leading dashes which are not used here. Comments are allowed "
+"by starting a line with a hash sign (\"B<#>\")."
+msgstr ""
+"Diese Datei enthält Standardoptionen für dselect. Jede Zeile enthält eine "
+"einzelne Option, die exakt die gleiche wie für die normalen Kommandozeilen-"
+"Option von dselect sind, abgesehen von den einleitenden Gedankenstrichen, die "
+"hier nicht verwendet werden. Kommentare sind durch Einleiten einer Zeile mit "
+"einem Rautenzeichen (\"B<#>\") erlaubt."
+
+# type: SH
+#: ../../../man/po4a/../C/dselect.cfg.5:12
+#, no-wrap
+msgid "FILES"
+msgstr "DATEIEN"
+
+# type: Plain text
+#: ../../../man/po4a/../C/dselect.cfg.5:14
+msgid "I</etc/dpkg/dselect.cfg>"
+msgstr "I</etc/dpkg/dselect.cfg>"
+
+# type: Plain text
+#: ../../../man/po4a/../C/dselect.cfg.5:16
+msgid "I<~/.dselect.cfg>"
+msgstr "I<~/.dselect.cfg>"
+
+# type: SH
+#: ../../../man/po4a/../C/dselect.cfg.5:17
+#, no-wrap
+msgid "AUTHOR"
+msgstr "AUTOR"
+
+# type: Plain text
+#: ../../../man/po4a/../C/dselect.cfg.5:20
+msgid ""
+"See I</usr/share/doc/dpkg/THANKS> for the list of people who have "
+"contributed to B<dselect>."
+msgstr ""
+"Lesen Sie I</usr/share/doc/dpkg/THANKS> für die Liste der Leute, die zu "
+"B<dselect> beigetragen haben."
+
+# type: SH
+#: ../../../man/po4a/../C/dselect.cfg.5:21
+#, no-wrap
+msgid "SEE ALSO"
+msgstr "SIEHE AUCH"
+
+# type: Plain text
+#: ../../../man/po4a/../C/dselect.cfg.5:22
+msgid "B<dselect>(1)."
+msgstr "B<dselect>(1)."

+ 54 - 81
man/po4a/start-stop-daemon.8/po/de.po

@@ -1,13 +1,13 @@
 # SOME DESCRIPTIVE TITLE
 # SOME DESCRIPTIVE TITLE
 # Copyright (C) YEAR Free Software Foundation, Inc.
 # Copyright (C) YEAR Free Software Foundation, Inc.
-# FIRST AUTHOR <EMAIL@ADDRESS>, YEAR.
+# Helge Kreutzmann <debian@helgefjell.de>, 2006.
 # 
 # 
 msgid ""
 msgid ""
 msgstr ""
 msgstr ""
 "Project-Id-Version: dpkg man pages\n"
 "Project-Id-Version: dpkg man pages\n"
 "POT-Creation-Date: 2006-06-21 17:57+0300\n"
 "POT-Creation-Date: 2006-06-21 17:57+0300\n"
-"PO-Revision-Date: 2005-07-03 15:04+0200\n"
-"Last-Translator: Unknown translator\n"
+"PO-Revision-Date: 2006-07-21 22:11+0200\n"
+"Last-Translator: Helge Kreutzmann <debian@helgefjell.de>\n"
 "Language-Team: German <debian-l10n-german@lists.debian.org>\n"
 "Language-Team: German <debian-l10n-german@lists.debian.org>\n"
 "MIME-Version: 1.0\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=iso-8859-1\n"
 "Content-Type: text/plain; charset=iso-8859-1\n"
@@ -15,15 +15,14 @@ msgstr ""
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:1
 #: ../../../man/po4a/../C/start-stop-daemon.8:1
-#, fuzzy, no-wrap
 msgid "start-stop-daemon"
 msgid "start-stop-daemon"
-msgstr "B<start-stop-daemon> B<-H>|B<--help>"
+msgstr "start-stop-daemon"
 
 
 # type: TH
 # type: TH
 #: ../../../man/po4a/../C/start-stop-daemon.8:1
 #: ../../../man/po4a/../C/start-stop-daemon.8:1
 #, no-wrap
 #, no-wrap
 msgid "2006-02-28"
 msgid "2006-02-28"
-msgstr ""
+msgstr "2006-02-28"
 
 
 # type: TH
 # type: TH
 #: ../../../man/po4a/../C/start-stop-daemon.8:1
 #: ../../../man/po4a/../C/start-stop-daemon.8:1
@@ -35,7 +34,7 @@ msgstr "Debian-Projekt"
 #: ../../../man/po4a/../C/start-stop-daemon.8:1
 #: ../../../man/po4a/../C/start-stop-daemon.8:1
 #, no-wrap
 #, no-wrap
 msgid "dpkg utilities"
 msgid "dpkg utilities"
-msgstr "dpkg Werkzeuge"
+msgstr "dpkg-Werkzeuge"
 
 
 # type: SH
 # type: SH
 #: ../../../man/po4a/../C/start-stop-daemon.8:2
 #: ../../../man/po4a/../C/start-stop-daemon.8:2
@@ -82,7 +81,6 @@ msgstr "BESCHREIBUNG"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:29
 #: ../../../man/po4a/../C/start-stop-daemon.8:29
-#, fuzzy
 msgid ""
 msgid ""
 "B<start-stop-daemon> is used to control the creation and termination of "
 "B<start-stop-daemon> is used to control the creation and termination of "
 "system-level processes.  Using the B<--exec>, B<--pidfile>, B<--user>, and "
 "system-level processes.  Using the B<--exec>, B<--pidfile>, B<--user>, and "
@@ -91,13 +89,12 @@ msgid ""
 msgstr ""
 msgstr ""
 "B<start-stop-daemon> wird zur Kontrolle der Erzeugung und Beendigung von "
 "B<start-stop-daemon> wird zur Kontrolle der Erzeugung und Beendigung von "
 "Prozessen auf Systemebene verwendet. Durch die Verwendung der B<--exec>, B<--"
 "Prozessen auf Systemebene verwendet. Durch die Verwendung der B<--exec>, B<--"
-"pidfile>, B<--user>, und B<--name> Optionen kann B<start-stop-daemon> so "
-"konfiguriert werden, daß er bereits existierende Instanzen von einem "
+"pidfile>, B<--user> und B<--name> Optionen kann B<start-stop-daemon> so "
+"konfiguriert werden, dass er existierende Instanzen von einem "
 "laufenden Prozess finden kann."
 "laufenden Prozess finden kann."
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:48
 #: ../../../man/po4a/../C/start-stop-daemon.8:48
-#, fuzzy
 msgid ""
 msgid ""
 "With B<--start>, B<start-stop-daemon> checks for the existence of a "
 "With B<--start>, B<start-stop-daemon> checks for the existence of a "
 "specified process.  If such a process exists, B<start-stop-daemon> does "
 "specified process.  If such a process exists, B<start-stop-daemon> does "
@@ -107,20 +104,18 @@ msgid ""
 "arguments given after B<--> on the command line are passed unmodified to the "
 "arguments given after B<--> on the command line are passed unmodified to the "
 "program being started."
 "program being started."
 msgstr ""
 msgstr ""
-"Mittels B<--start> überprüft B<start-stop-daemon> auf die Existenz von "
-"speziellen Prozessen.  Falls ein solcher Prozess existiert, dann macht "
+"Mittels B<--start> überprüft B<start-stop-daemon> auf die Existenz eines "
+"speziellen Prozesses. Falls ein solcher Prozess existiert, dann macht "
 "B<start-stop-daemon> nichts, und beendet sich mit Fehlerstatus 1 (0, falls "
 "B<start-stop-daemon> nichts, und beendet sich mit Fehlerstatus 1 (0, falls "
-"B<--oknodo> angegeben wurde).  Falls ein solcher Prozess nicht existiert, "
+"B<--oknodo> angegeben wurde). Falls ein solcher Prozess nicht existiert, "
 "dann startet es eine Instanz, entweder unter Verwendung des ausführbaren "
 "dann startet es eine Instanz, entweder unter Verwendung des ausführbaren "
-"Programms, das mittels B<--exec> spezifiziert wurde (oder, falls angegeben, "
-"mittels B<--startas>).  Jedes weitere auf der Kommandozeile angegebene "
-"Argument nach B<--> wird unverändert an das zu startende Programm "
-"weitergegeben. Falls B<--retry> spezifiziert wurde, dann überprüft B<start-"
-"stop-daemon> ob der Prozess (die Prozesse) beendet wurden."
+"Programms, das mittels B<--exec> (oder, falls angegeben, mittels "
+"B<--startas>) spezifiziert wurde. Jedes weitere auf der Kommandozeile "
+"angegebene Argument nach B<--> wird unverändert an das zu startende Programm "
+"weitergegeben."
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:68
 #: ../../../man/po4a/../C/start-stop-daemon.8:68
-#, fuzzy
 msgid ""
 msgid ""
 "With B<--stop>, B<start-stop-daemon> also checks for the existence of a "
 "With B<--stop>, B<start-stop-daemon> also checks for the existence of a "
 "specified process.  If such a process exists, B<start-stop-daemon> sends it "
 "specified process.  If such a process exists, B<start-stop-daemon> sends it "
@@ -132,9 +127,10 @@ msgstr ""
 "Mit B<--stop> überprüft B<start-stop-daemon> auf auf die Existenz eines "
 "Mit B<--stop> überprüft B<start-stop-daemon> auf auf die Existenz eines "
 "speziellen Prozesses. Falls ein solcher Prozess existiert, dann sendet "
 "speziellen Prozesses. Falls ein solcher Prozess existiert, dann sendet "
 "B<start-stop-daemon> das durch B<--signal> spezifizierte Signal und beendet "
 "B<start-stop-daemon> das durch B<--signal> spezifizierte Signal und beendet "
-"sich mit Fehlerstatus 0.  Falls kein solcher Prozess existiert, dann beendet "
+"sich mit Fehlerstatus 0. Falls kein solcher Prozess existiert, dann beendet "
 "sich B<start-stop-daemon> mit Fehlerstatus 1 (0 falls B<--oknodo> "
 "sich B<start-stop-daemon> mit Fehlerstatus 1 (0 falls B<--oknodo> "
-"spezifiziert ist)."
+"spezifiziert ist). Falls B<--retry> spezifiziert wurden dann wird "
+"B<start-stop-daemon> überprüfen, ob der/die Prozess(e) beendet wurden."
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:87
 #: ../../../man/po4a/../C/start-stop-daemon.8:87
@@ -162,12 +158,11 @@ msgstr "B<-x>|B<--exec> I<Programm>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:95
 #: ../../../man/po4a/../C/start-stop-daemon.8:95
-#, fuzzy
 msgid ""
 msgid ""
 "Check for processes that are instances of this executable (according to B</"
 "Check for processes that are instances of this executable (according to B</"
 "proc/>I<pid>B</exe> )."
 "proc/>I<pid>B</exe> )."
 msgstr ""
 msgstr ""
-"Überprüfe auf Prozesse die (laut B</proc/>I<pid>B</exe>)  Instanzen von "
+"Überprüfe auf Prozesse die (laut B</proc/>I<pid>B</exe>) Instanzen von "
 "diesem Programm sind."
 "diesem Programm sind."
 
 
 # type: TP
 # type: TP
@@ -178,9 +173,8 @@ msgstr "B<-p>|B<--pidfile> I<pid-Datei>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:99
 #: ../../../man/po4a/../C/start-stop-daemon.8:99
-#, fuzzy
 msgid "Check whether a process has created the file I<pid-file>."
 msgid "Check whether a process has created the file I<pid-file>."
-msgstr "Überprüfe auf Prozesse deren Prozess-ID in I<pid-Datei> angegeben ist."
+msgstr "Überprüfe, ob ein Prozess die Datei I<pid-Datei> erstellt hat."
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/start-stop-daemon.8:99
 #: ../../../man/po4a/../C/start-stop-daemon.8:99
@@ -190,7 +184,6 @@ msgstr "B<-u>|B<--user> I<Benutzername>|I<uid>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:105
 #: ../../../man/po4a/../C/start-stop-daemon.8:105
-#, fuzzy
 msgid ""
 msgid ""
 "Check for processes owned by the user specified by I<username> or I<uid>."
 "Check for processes owned by the user specified by I<username> or I<uid>."
 msgstr ""
 msgstr ""
@@ -205,7 +198,6 @@ msgstr "B<-g>|B<--group> I<Gruppe>|I<gid>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:108
 #: ../../../man/po4a/../C/start-stop-daemon.8:108
-#, fuzzy
 msgid "Change to I<group> or I<gid> when starting the process."
 msgid "Change to I<group> or I<gid> when starting the process."
 msgstr "Wechsle zum Starten des Prozesses zur I<Gruppe> oder I<gid>."
 msgstr "Wechsle zum Starten des Prozesses zur I<Gruppe> oder I<gid>."
 
 
@@ -217,7 +209,6 @@ msgstr "B<-n>|B<--name> I<Prozessname>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:114
 #: ../../../man/po4a/../C/start-stop-daemon.8:114
-#, fuzzy
 msgid ""
 msgid ""
 "Check for processes with the name I<process-name> (according to B</proc/"
 "Check for processes with the name I<process-name> (according to B</proc/"
 ">I<pid>B</stat>)."
 ">I<pid>B</stat>)."
@@ -233,7 +224,6 @@ msgstr "B<-s>|B<--signal> I<Signal>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:119
 #: ../../../man/po4a/../C/start-stop-daemon.8:119
-#, fuzzy
 msgid ""
 msgid ""
 "With B<--stop>, specifies the signal to send to processes being stopped "
 "With B<--stop>, specifies the signal to send to processes being stopped "
 "(default 15)."
 "(default 15)."
@@ -245,11 +235,10 @@ msgstr ""
 #: ../../../man/po4a/../C/start-stop-daemon.8:119
 #: ../../../man/po4a/../C/start-stop-daemon.8:119
 #, no-wrap
 #, no-wrap
 msgid "B<-R>|B<--retry> I<timeout>|I<schedule>"
 msgid "B<-R>|B<--retry> I<timeout>|I<schedule>"
-msgstr "B<-R>|B<--retry> I<timeout>|I<Plan>"
+msgstr "B<-R>|B<--retry> I<Zeitüberschreitung>|I<Plan>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:129
 #: ../../../man/po4a/../C/start-stop-daemon.8:129
-#, fuzzy
 msgid ""
 msgid ""
 "With B<--stop>, specifies that B<start-stop-daemon> is to check whether the "
 "With B<--stop>, specifies that B<start-stop-daemon> is to check whether the "
 "process(es)  do finish. It will check repeatedly whether any matching "
 "process(es)  do finish. It will check repeatedly whether any matching "
@@ -257,26 +246,23 @@ msgid ""
 "then take further action as determined by the schedule."
 "then take further action as determined by the schedule."
 msgstr ""
 msgstr ""
 "Mit B<--stop> spezifiziert, das B<start-stop-daemon> überprüfen soll, ob der "
 "Mit B<--stop> spezifiziert, das B<start-stop-daemon> überprüfen soll, ob der "
-"Prozess (die Prozesse) sich beenden. Es überprüft regelmäßig, ob ein "
-"passender Prozess läuft, bis dies nicht mehr der Fall ist. Falls sich die "
+"Prozess (die Prozesse) sich beenden. Es überprüft wiederholt, ob "
+"passende Prozesse laufen, bis dies nicht mehr der Fall ist. Falls sich die "
 "Prozesse nicht beenden werden weitere im »Plan« angegebene Aktionen "
 "Prozesse nicht beenden werden weitere im »Plan« angegebene Aktionen "
 "durchgeführt."
 "durchgeführt."
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:140
 #: ../../../man/po4a/../C/start-stop-daemon.8:140
-#, fuzzy
 msgid ""
 msgid ""
 "If I<timeout> is specified instead of I<schedule> then the schedule "
 "If I<timeout> is specified instead of I<schedule> then the schedule "
 "I<signal>B</>I<timeout>B</KILL/>I<timeout> is used, where I<signal> is the "
 "I<signal>B</>I<timeout>B</KILL/>I<timeout> is used, where I<signal> is the "
 "signal specified with B<--signal>."
 "signal specified with B<--signal>."
 msgstr ""
 msgstr ""
-"Falls I<timeout> anstelle von I<Plan> spezifiziert wird, dann wird der Plan "
-"I<signal>B</>I<timeout>B</KILL/>I<timeout> verwendet, wobei I<signal> das "
-"mit B<--signal> spezifizierte Signal ist."
+"Falls I<Zeitüberschreitung> anstelle von I<Plan> spezifiziert wird, dann wird ""der Plan I<Signal>B</>I<Zeitüberschreitung>B</KILL/>I<Zeitüberschreitung> "
+"verwendet, wobei I<Signal> das mit B<--signal> spezifizierte Signal ist."
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:156
 #: ../../../man/po4a/../C/start-stop-daemon.8:156
-#, fuzzy
 msgid ""
 msgid ""
 "I<schedule> is a list of at least two items separated by slashes (B</>); "
 "I<schedule> is a list of at least two items separated by slashes (B</>); "
 "each item may be B<->I<signal-number> or [B<->]I<signal-name>, which means "
 "each item may be B<->I<signal-number> or [B<->]I<signal-name>, which means "
@@ -286,21 +272,20 @@ msgid ""
 msgstr ""
 msgstr ""
 "I<Plan> ist eine Liste von mindestens zwei durch Schrägstriche (B</>)  "
 "I<Plan> ist eine Liste von mindestens zwei durch Schrägstriche (B</>)  "
 "getrennten Punkten; jeder Punkt kann aus B<->I<Signalnummer> oder [B<->]"
 "getrennten Punkten; jeder Punkt kann aus B<->I<Signalnummer> oder [B<->]"
-"I<Signalname> bestehen, was bedeutet, daß dieses Signal gesendet werden "
-"soll, oder aus I<timeout> was bedeutet das soviele Sekunden auf das Beenden "
-"des Prozesses gewartet werden soll, oder B<forever> was bedeutet, den Rest "
-"des Plans falls notwendig für immer zu wiederholen."
+"I<Signalname> bestehen, was bedeutet, dass dieses Signal gesendet werden "
+"soll, oder aus I<Zeitüberschreitung>, was bedeutet, dass soviele Sekunden auf "
+"das Beenden von Prozessen gewartet werden soll, oder aus B<forever> was "
+"bedeutet, den Rest des Plans falls notwendig für immer zu wiederholen."
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:166
 #: ../../../man/po4a/../C/start-stop-daemon.8:166
-#, fuzzy
 msgid ""
 msgid ""
 "If the end of the schedule is reached and B<forever> is not specified, then "
 "If the end of the schedule is reached and B<forever> is not specified, then "
 "B<start-stop-daemon> exits with error status 2.  If a schedule is specified, "
 "B<start-stop-daemon> exits with error status 2.  If a schedule is specified, "
 "then any signal specified with B<--signal> is ignored."
 "then any signal specified with B<--signal> is ignored."
 msgstr ""
 msgstr ""
 "Falls das Ende des Plans erreicht wird und B<forever> nicht spezifiziert "
 "Falls das Ende des Plans erreicht wird und B<forever> nicht spezifiziert "
-"wurde, dann beendet sich der B<start-stop-daemon> mit dem Fehlerstatus 2.  "
+"wurde, dann beendet sich der B<start-stop-daemon> mit dem Fehlerstatus 2. "
 "Falls ein Plan spezifiziert wurde dann wird jedes mit B<--signal> "
 "Falls ein Plan spezifiziert wurde dann wird jedes mit B<--signal> "
 "spezifizierte Signal ignoriert."
 "spezifizierte Signal ignoriert."
 
 
@@ -312,7 +297,6 @@ msgstr "B<-a>|B<--startas> I<Pfadname>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:174
 #: ../../../man/po4a/../C/start-stop-daemon.8:174
-#, fuzzy
 msgid ""
 msgid ""
 "With B<--start>, start the process specified by I<pathname>.  If not "
 "With B<--start>, start the process specified by I<pathname>.  If not "
 "specified, defaults to the argument given to B<--exec>."
 "specified, defaults to the argument given to B<--exec>."
@@ -329,13 +313,12 @@ msgstr "B<-t>|B<--test>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:178
 #: ../../../man/po4a/../C/start-stop-daemon.8:178
-#, fuzzy
 msgid ""
 msgid ""
 "Print actions that would be taken and set appropriate return value, but take "
 "Print actions that would be taken and set appropriate return value, but take "
 "no action."
 "no action."
 msgstr ""
 msgstr ""
-"Gibt die zu erledigenden Aktionen aus und setzt die entsprechenden "
-"Rückgabewerte, führt aber keine Aktionen durch."
+"Gebe die Aktionen aus, die erledigt würden setze die entsprechenden "
+"Rückgabewerte, führe aber keine Aktionen durch."
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/start-stop-daemon.8:178
 #: ../../../man/po4a/../C/start-stop-daemon.8:178
@@ -345,7 +328,6 @@ msgstr "B<-o>|B<--oknodo>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:181
 #: ../../../man/po4a/../C/start-stop-daemon.8:181
-#, fuzzy
 msgid "Return exit status 0 instead of 1 if no actions are (would be) taken."
 msgid "Return exit status 0 instead of 1 if no actions are (would be) taken."
 msgstr ""
 msgstr ""
 "Liefert den Rückgabewert 0 anstatt 1 falls keine Aktionen ausgeführt wurden "
 "Liefert den Rückgabewert 0 anstatt 1 falls keine Aktionen ausgeführt wurden "
@@ -359,11 +341,9 @@ msgstr "B<-q>|B<--quiet>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:184
 #: ../../../man/po4a/../C/start-stop-daemon.8:184
-#, fuzzy
 msgid "Do not print informational messages; only display error messages."
 msgid "Do not print informational messages; only display error messages."
 msgstr ""
 msgstr ""
-"Gibt keine informationelle Meldungen aus, nur Fehlermeldungen werden "
-"angezeigt."
+"Gebe keine informationelle Meldungen aus, zeige nur Fehlermeldungen an."
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/start-stop-daemon.8:184
 #: ../../../man/po4a/../C/start-stop-daemon.8:184
@@ -373,7 +353,6 @@ msgstr "B<-c>|B<--chuid> I<Benutzername>|I<uid>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:201
 #: ../../../man/po4a/../C/start-stop-daemon.8:201
-#, fuzzy
 msgid ""
 msgid ""
 "Change to this username/uid before starting the process. You can also "
 "Change to this username/uid before starting the process. You can also "
 "specify a group by appending a B<:>, then the group or gid in the same way "
 "specify a group by appending a B<:>, then the group or gid in the same way "
@@ -383,14 +362,15 @@ msgid ""
 "is only for groups that the user isn't normally a member of (like adding per/"
 "is only for groups that the user isn't normally a member of (like adding per/"
 "process group membership for generic users like B<nobody>)."
 "process group membership for generic users like B<nobody>)."
 msgstr ""
 msgstr ""
-"Wechselt vor dem Start des Prozesses zu diesem Benutzername/uid. Sie können "
+"Wechsele vor dem Start des Prozesses zu diesem Benutzername/uid. Sie können "
 "durch Anhängen von B<:> auch die Gruppe spezifizieren, in diesem Fall wird "
 "durch Anhängen von B<:> auch die Gruppe spezifizieren, in diesem Fall wird "
 "die Gruppe oder gid wie bei dem »chown«-Befehl (I<Benutzer>B<:>I<Gruppe>) "
 "die Gruppe oder gid wie bei dem »chown«-Befehl (I<Benutzer>B<:>I<Gruppe>) "
-"angegeben.  Wenn Sie diese Option verwenden, müssen Sie daran denken, daß "
+"angegeben. Wenn Sie diese Option verwenden, müssen Sie daran denken, dass "
 "die primäre und zusätzlichen Gruppe auch gesetzt werden, selbst wenn die B<--"
 "die primäre und zusätzlichen Gruppe auch gesetzt werden, selbst wenn die B<--"
-"group> Option nicht spezifiziert wird. Die B<--group> ist nur für Gruppen in "
-"denen der Benutzer normalerweise kein Mitglied ist (wie das Hinzufügen von "
-"pro-Prozess Gruppenmitgliedschaften für generische Nutzer wie B<nobody>)."
+"group> Option nicht spezifiziert wird. Die B<--group>-Option ist nur für "
+"Gruppen in denen der Benutzer normalerweise kein Mitglied ist (wie das "
+"Hinzufügen von pro-Prozess Gruppenmitgliedschaften für generische Benutzer "
+"wie B<nobody>)."
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/start-stop-daemon.8:201
 #: ../../../man/po4a/../C/start-stop-daemon.8:201
@@ -400,13 +380,12 @@ msgstr "B<-r>|B<--chroot> I<Wurzel>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:207
 #: ../../../man/po4a/../C/start-stop-daemon.8:207
-#, fuzzy
 msgid ""
 msgid ""
 "Chdir and chroot to I<root> before starting the process. Please note that "
 "Chdir and chroot to I<root> before starting the process. Please note that "
 "the pidfile is also written after the chroot."
 "the pidfile is also written after the chroot."
 msgstr ""
 msgstr ""
-"Chdir und chroot vor dem Start des Prozesse zu I<Wurzel>.# Bitte beachten "
-"Sie das die PID-Datei auch nach dem chroot geschrieben wird."
+"Chdir und chroot vor dem Start des Prozesse zu I<Wurzel>. Bitte beachten "
+"Sie, das die PID-Datei auch nach dem chroot geschrieben wird."
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/start-stop-daemon.8:207
 #: ../../../man/po4a/../C/start-stop-daemon.8:207
@@ -416,14 +395,15 @@ msgstr "B<-d>|B<--chdir> I<Pfad>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:215
 #: ../../../man/po4a/../C/start-stop-daemon.8:215
-#, fuzzy
 msgid ""
 msgid ""
 "Chdir to I<path> before starting the process. This is done after the chroot "
 "Chdir to I<path> before starting the process. This is done after the chroot "
 "if the B<-r>|B<--chroot> option is set. When not specified, start-stop-"
 "if the B<-r>|B<--chroot> option is set. When not specified, start-stop-"
 "daemon will chdir to the root directory before starting the process."
 "daemon will chdir to the root directory before starting the process."
 msgstr ""
 msgstr ""
-"Chdir vor dem Starten des Prozesses zu I<Pfad>.  Dies wird, falls die B<-r>|"
-"B<--chroot> Option gesetzt ist, nach dem chroot durchgeführt."
+"Chdir vor dem Starten des Prozesses zu I<Pfad>. Dies wird, falls die B<-r>|"
+"B<--chroot> Option gesetzt ist, nach dem chroot durchgeführt. Falls nicht "
+"angegeben, wird start-stop-daemon vor dem Prozess-Start in das "
+"Wurzelverzeichnis wechseln."
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/start-stop-daemon.8:215
 #: ../../../man/po4a/../C/start-stop-daemon.8:215
@@ -433,11 +413,10 @@ msgstr "B<-b>|B<--background>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:227
 #: ../../../man/po4a/../C/start-stop-daemon.8:227
-#, fuzzy
 msgid ""
 msgid ""
 "Typically used with programs that don't detach on their own. This option "
 "Typically used with programs that don't detach on their own. This option "
 "will force B<start-stop-daemon> to fork before starting the process, and "
 "will force B<start-stop-daemon> to fork before starting the process, and "
-"force it into the background.  B<WARNING: start-stop-daemon> cannot check "
+"force it into the background. B<WARNING: start-stop-daemon> cannot check "
 "the exit status if the process fails to execute for B<any> reason. This is a "
 "the exit status if the process fails to execute for B<any> reason. This is a "
 "last resort, and is only meant for programs that either make no sense "
 "last resort, and is only meant for programs that either make no sense "
 "forking on their own, or where it's not feasible to add the code for it to "
 "forking on their own, or where it's not feasible to add the code for it to "
@@ -445,7 +424,7 @@ msgid ""
 msgstr ""
 msgstr ""
 "Typischerweise verwendet für Programme die sich nicht selbständig ablösen. "
 "Typischerweise verwendet für Programme die sich nicht selbständig ablösen. "
 "Diese Option zwingt B<start-stop-daemon> vor dem Start des Prozesses einen "
 "Diese Option zwingt B<start-stop-daemon> vor dem Start des Prozesses einen "
-"Fork durchzuführen, und ihn in den Hintergrund zu zwingen.  B<WARNUNG: start-"
+"Fork durchzuführen, und zwingt ihn in den Hintergrund. B<WARNUNG: start-"
 "stop-daemon> kann nicht den Rückgabewert überprüfen, falls der Prozess aus "
 "stop-daemon> kann nicht den Rückgabewert überprüfen, falls der Prozess aus "
 "B<irgendeinem> Grund nicht startet. Dies ist ein letztes Mittel und ist nur "
 "B<irgendeinem> Grund nicht startet. Dies ist ein letztes Mittel und ist nur "
 "für Programme gedacht, bei denen das selbstständige Forken keinen Sinn macht "
 "für Programme gedacht, bei denen das selbstständige Forken keinen Sinn macht "
@@ -453,27 +432,23 @@ msgstr ""
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/start-stop-daemon.8:227
 #: ../../../man/po4a/../C/start-stop-daemon.8:227
-#, fuzzy, no-wrap
 msgid "B<-N>|B<--nicelevel> I<int>"
 msgid "B<-N>|B<--nicelevel> I<int>"
-msgstr "B<-N>|B<--nicelevel> I<Ganzzahl>  "
+msgstr "B<-N>|B<--nicelevel> I<Ganzzahl>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:230
 #: ../../../man/po4a/../C/start-stop-daemon.8:230
-#, fuzzy
 msgid "This alters the priority of the process before starting it."
 msgid "This alters the priority of the process before starting it."
 msgstr "Dies ändert die Priorität des Prozesses bevor er gestartet wird."
 msgstr "Dies ändert die Priorität des Prozesses bevor er gestartet wird."
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/start-stop-daemon.8:230
 #: ../../../man/po4a/../C/start-stop-daemon.8:230
-#, fuzzy, no-wrap
 msgid "B<-k>|B<--umask> I<mask>"
 msgid "B<-k>|B<--umask> I<mask>"
-msgstr "B<-s>|B<--signal> I<Signal>"
+msgstr "B<-k>|B<--umask> I<Maske>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:233
 #: ../../../man/po4a/../C/start-stop-daemon.8:233
-#, fuzzy
 msgid "This sets the umask of the process before starting it."
 msgid "This sets the umask of the process before starting it."
-msgstr "Dies ändert die Priorität des Prozesses bevor er gestartet wird."
+msgstr "Dies setzt die umask des Prozesses bevor er gestartet wird."
 
 
 # type: TP
 # type: TP
 #: ../../../man/po4a/../C/start-stop-daemon.8:233
 #: ../../../man/po4a/../C/start-stop-daemon.8:233
@@ -483,7 +458,6 @@ msgstr "B<-m>|B<--make-pidfile>"
 
 
 # type: Plain text
 # type: Plain text
 #: ../../../man/po4a/../C/start-stop-daemon.8:248
 #: ../../../man/po4a/../C/start-stop-daemon.8:248
-#, fuzzy
 msgid ""
 msgid ""
 "Used when starting a program that does not create its own pid file. This "
 "Used when starting a program that does not create its own pid file. This "
 "option will make B<start-stop-daemon> create the file referenced with B<--"
 "option will make B<start-stop-daemon> create the file referenced with B<--"
@@ -493,11 +467,11 @@ msgid ""
 "from its main process. Because of this it is usually only useful when "
 "from its main process. Because of this it is usually only useful when "
 "combined with the B<--background> option."
 "combined with the B<--background> option."
 msgstr ""
 msgstr ""
-"Verwendet wenn ein Programm gestartet wird, dass keine eigene PID-Datei "
+"Verwendet, wenn ein Programm gestartet wird, dass keine eigene PID-Datei "
 "erstellt. Diese Option sorgt dafür, dass B<start-stop-daemon> die mit B<--"
 "erstellt. Diese Option sorgt dafür, dass B<start-stop-daemon> die mit B<--"
 "pidfile> referenzierte Datei anlegt und die PID kurz vor der Ausführung des "
 "pidfile> referenzierte Datei anlegt und die PID kurz vor der Ausführung des "
-"Prozesse hineinlegt. Beachten Sie, dass sie nicht entfernt wird wenn das "
-"Programm beendet wird.  B<HINWEIS:> Diese Funktion könnte nicht in allen "
+"Prozesse hineinlegt. Beachten Sie, dass sie nicht entfernt wird, wenn das "
+"Programm beendet wird. B<HINWEIS:> Diese Funktion könnte in nicht allen "
 "Fällen funktionieren. Insbesondere wenn das auszuführende Programm sich vom "
 "Fällen funktionieren. Insbesondere wenn das auszuführende Programm sich vom "
 "Hauptprozess forkt. Deshalb ist diese Option normalerweise nur in "
 "Hauptprozess forkt. Deshalb ist diese Option normalerweise nur in "
 "Kombination mit der B<--background> Option sinnvoll."
 "Kombination mit der B<--background> Option sinnvoll."
@@ -565,6 +539,5 @@ msgstr ""
 #~ msgstr "START-STOP-DAEMON"
 #~ msgstr "START-STOP-DAEMON"
 
 
 # type: TH
 # type: TH
-#, fuzzy
 #~ msgid "15th March 1997"
 #~ msgid "15th March 1997"
-#~ msgstr "14. Mai 2004"
+#~ msgstr "15. März 1997"

File diff suppressed because it is too large
+ 182 - 234
man/po4a/update-alternatives.8/po/de.po