GNU bug report logs - #18054
Problematic translation strings in coreutils 8.22‏

Previous Next

Package: coreutils;

Reported by: Sebastian Rasmussen <sebras <at> hotmail.com>

Date: Sat, 19 Jul 2014 00:05:02 UTC

Severity: normal

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


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

From: Eric Blake <eblake <at> redhat.com>
To: Sebastian Rasmussen <sebras <at> hotmail.com>, 18054 <at> debbugs.gnu.org
Subject: Re: bug#18054: Problematic translation strings in coreutils 8.22‏
Date: Fri, 18 Jul 2014 19:41:32 -0600
[Message part 1 (text/plain, inline)]
On 07/18/2014 03:48 PM, Sebastian Rasmussen wrote:

>  
>    if ((uid_set (uid) || groups) && setgroups (n_gids, gids) != 0)
>      error (EXIT_CANCELED, errno, _("failed to %s supplemental groups"),
> -           gids ? "set" : "clear");
> +           gids ? _("set") : _("clear"));

This is not good; there may be languages where the translation context
around "set" is different than around "clear".  Better is:

error (EXIT_CANCELED, errno,
       gids ? _("failed to set supplemental groups") :
           _("failed to clear supplemental groups"));

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

[signature.asc (application/pgp-signature, attachment)]

This bug report was last modified 10 years and 313 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.