GNU bug report logs -
#11217
Bugs in coreutils 8.13-8.16 (German localization)
Previous Next
Reported by: cbrill <at> arcor.de
Date: Wed, 11 Apr 2012 01:28:01 UTC
Severity: normal
Done: Pádraig Brady <P <at> draigBrady.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Package: coreutils
Version: 8.13 - 8.16
Faults:
(only applicable to german localization):
When trying to re-create an already created symbolic link, ln's error message contains three faults,
one grammatical, one [important] logical one orthographical.
Reproduction:
touch ./foo
ln -s ./foo ./bar
>>>then again:
ln -s ./foo ./bar
ln: Symbolischen Verknüpfung ./bar konnte angelgt werden: Die Datei existiert bereits.
Corrected error message reads like this:
ln: Symbolische Verknüpfung ./bar konnte nicht angelegt werden: Die Datei existiert bereits.
Corrections:
- 1) Symbolische Verknüpfung [...] -> minor important grammatical mistake.
- 2) [...] konnte nicht angelgt werden: [...] -> this one is important, the negotiation is missing.
- 3) [...] angelegt werden: [...] -> minor important ortographical mistake (typo).
whereas original english errStr is correct:
LC_ALL=C ln -s ./foo ./bar
ln: failed to create symbolic link `bar': File exists
File /usr/share/locale/de/LC_MESSAGES/coreutils.mo (binary) - (tested using Debian coreutils 8.13-3.1)
resp. ./po/de.po & ./po/de.gmo source (8.13, 8.14, 8.15, 8.16) belong to 'coreutils', not 'locales', so this is a coreutils problem.
I've reported the problem at bugs.debian.org, too - since it may be in the interest of Debian to correct this in distribution packages before 8.17 or so migrates to sid/testing.
Yfyi: German localization files contain several other typos/mistakes.
Best regards,
C. Brill Frankfurt /Germany
This bug report was last modified 13 years and 134 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.