From dedf96dd6f17b4e953b2befbf2db33430ea9abc8 Mon Sep 17 00:00:00 2001 From: Christian Perrier Date: Thu, 8 May 2014 10:44:29 +0200 Subject: [PATCH] Fix some typos and errors in German translation of manpages. Done as an upstream patch, as of now and will be part of 4.2.1 Closes: #734609 --- debian/changelog | 3 +++ debian/patches/1012_german_translation | 31 ++++++++++++++++++++++++++ debian/patches/series | 1 + 3 files changed, 35 insertions(+) create mode 100644 debian/patches/1012_german_translation diff --git a/debian/changelog b/debian/changelog index e96013ad..ea44b254 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,9 @@ shadow (1:4.2-3) UNRELEASED; urgency=low * Update French translations of programs messages and manpages. Done as an upstream patch, as of now and will be part of 4.2.1 Closes: #725793 + * Fix some typos and errors in German translation of manpages. + Done as an upstream patch, as of now and will be part of 4.2.1 + Closes: #734609 [ Laurent Bigonville ] * Move pam_selinux open call higher in the session stack. Closes: #747313 diff --git a/debian/patches/1012_german_translation b/debian/patches/1012_german_translation new file mode 100644 index 00000000..4ad0f5f7 --- /dev/null +++ b/debian/patches/1012_german_translation @@ -0,0 +1,31 @@ +Index: git/man/po/de.po +=================================================================== +--- git.orig/man/po/de.po ++++ git/man/po/de.po +@@ -3064,7 +3064,7 @@ + #: limits.5.xml:61(refmiscinfo) gshadow.5.xml:48(refmiscinfo) + #: faillog.5.xml:59(refmiscinfo) + msgid "File Formats and Conversions" +-msgstr "Dateiformate und -konvertierung" ++msgstr "Dateiformate und konvertierung" + + #: suauth.5.xml:65(refpurpose) + msgid "detailed su control file" +@@ -4315,7 +4315,7 @@ + + #: shadow.5.xml:235(para) + msgid "An empty field means that the account will never expire." +-msgstr "Ein leeren Feld bedeutet, dass das Konto nicht verfallen wird." ++msgstr "Ein leeres Feld bedeutet, dass das Konto nicht verfallen wird." + + #: shadow.5.xml:238(para) + msgid "" +@@ -6884,7 +6884,7 @@ + "contents of this file should be a message indicating why logins are " + "inhibited." + msgstr "" +-"Falls angegeben, der Name einer Datei, dessen Existenz Anmeldungen außer von " ++"Falls angegeben, der Name einer Datei, deren Existenz Anmeldungen außer von " + "Root verhindert. Der Inhalt der Datei sollte die Gründe enthalten, weshalb " + "Anmeldungen untersagt sind." + diff --git a/debian/patches/series b/debian/patches/series index 91be67b9..492e29bd 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -35,3 +35,4 @@ 1000_configure_userns 1010_vietnamese_translation 1011_french_translation +1012_german_translation