GNU bug report logs - #11217
Bugs in coreutils 8.13-8.16 (German localization)

Previous Next

Package: coreutils;

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.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 11217 in the body.
You can then email your comments to 11217 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-coreutils <at> gnu.org:
bug#11217; Package coreutils. (Wed, 11 Apr 2012 01:28:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to cbrill <at> arcor.de:
New bug report received and forwarded. Copy sent to bug-coreutils <at> gnu.org.

Your message had a Version: pseudo-header with an invalid package version:

8.13 - 8.16

please either use found or fixed to the control server with a correct version, or reply to this report indicating the correct version so the maintainer (or someone else) can correct it for you.

(Wed, 11 Apr 2012 01:28:02 GMT) Full text and rfc822 format available.


Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: cbrill <at> arcor.de
To: submit <at> debbugs.gnu.org
Subject: Bugs in coreutils 8.13-8.16 (German localization)
Date: Wed, 11 Apr 2012 03:12:32 +0200 (CEST)
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




Reply sent to Pádraig Brady <P <at> draigBrady.com>:
You have taken responsibility. (Wed, 11 Apr 2012 07:29:01 GMT) Full text and rfc822 format available.

Notification sent to cbrill <at> arcor.de:
bug acknowledged by developer. (Wed, 11 Apr 2012 07:29:02 GMT) Full text and rfc822 format available.

Message #10 received at 11217-done <at> debbugs.gnu.org (full text, mbox):

From: Pádraig Brady <P <at> draigBrady.com>
To: cbrill <at> arcor.de
Cc: 11217-done <at> debbugs.gnu.org
Subject: Re: bug#11217: Bugs in coreutils 8.13-8.16 (German localization)
Date: Wed, 11 Apr 2012 08:27:34 +0100
tags 11217 notabug

On 04/11/2012 02:12 AM, cbrill <at> arcor.de wrote:
> 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

Thanks.
You may want to join http://translationproject.org/team/de.html
and fix the translations directly. We get our translations from there.

cheers,
Pádraig.




Information forwarded to bug-coreutils <at> gnu.org:
bug#11217; Package coreutils. (Fri, 13 Apr 2012 14:55:02 GMT) Full text and rfc822 format available.

Message #13 received at 11217 <at> debbugs.gnu.org (full text, mbox):

From: Philipp Thomas <pth <at> suse.de>
To: cbrill <at> arcor.de
Cc: 11217 <at> debbugs.gnu.org
Subject: Re: bug#11217: Bugs in coreutils 8.13-8.16 (German localization)
Date: Fri, 13 Apr 2012 16:52:47 +0200
* cbrill <at> arcor.de (cbrill <at> arcor.de) [20120411 10:13]:

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

When you do 'ln --help' the german message will tell you in the second to
last line:

Melden Sie Übersetzungsfehler für ln an <translation-team-de <at> lists.sourceforge.net>

meaning

Report ln translation bugs to <http://translationproject.org/team/>

Why didn't you do so?  Please send your bug report to the stated mailing list
address. As I am the current translator for german I'll fix this when time
permits, but please do report the bug to help me keep track.

Philipp




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Sat, 12 May 2012 11:24:03 GMT) Full text and rfc822 format available.

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.