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

This commit is contained in:
Christian Perrier
2014-05-08 10:44:29 +02:00
parent 4ea3973200
commit dedf96dd6f
3 changed files with 35 additions and 0 deletions

3
debian/changelog vendored
View File

@@ -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

31
debian/patches/1012_german_translation vendored Normal file
View File

@@ -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."

View File

@@ -35,3 +35,4 @@
1000_configure_userns
1010_vietnamese_translation
1011_french_translation
1012_german_translation