unofficial mirror of libc-alpha@sourceware.org
 help / color / mirror / Atom feed
From: Paul Eggert <eggert@cs.ucla.edu>
To: Carlos O'Donell <carlos@redhat.com>
Cc: libc-alpha@sourceware.org
Subject: Re: New template for 'libc' made available
Date: Mon, 03 Aug 2015 12:08:17 -0700	[thread overview]
Message-ID: <55BFBC21.5020701@cs.ucla.edu> (raw)
In-Reply-To: <55BFB7DC.3090403@redhat.com>

Carlos O'Donell wrote:
>                dbg_log (_("monitored file `%s` was %s, removing watch"),
> +                      finfo->fname, moved ? _("moved") : _("deleted"));

This sort of thing really should be something like:

               dbg_log ((moved
                         ? _("monitored file '%s' was moved, removing watch")
                         : _("monitored file '%s' was deleted, removing watch")),
                        finfo->fname);

for the benefit of people trying to write translations.  One can't always 
disassemble and reassemble English sentences so easily in other languages.



  reply	other threads:[~2015-08-03 19:08 UTC|newest]

Thread overview: 28+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-07-31  7:18 New template for 'libc' made available Translation Project Robot
2015-08-02 20:20 ` Jochen Hein
2015-08-03 17:06   ` Joseph Myers
2015-08-03 18:50     ` Carlos O'Donell
2015-08-03 19:08       ` Paul Eggert [this message]
2015-08-03 20:34       ` Joseph Myers
2015-08-04 14:30         ` Carlos O'Donell
  -- strict thread matches above, loose matches on Subject: below --
2024-01-03 10:38 Translation Project Robot
2023-07-18 14:07 Translation Project Robot
2023-01-25 10:19 Translation Project Robot
2022-07-31  9:09 Translation Project Robot
2022-01-30 15:39 Translation Project Robot
2021-07-29  8:00 Translation Project Robot
2020-07-23  7:17 Translation Project Robot
2020-01-10  9:00 Translation Project Robot
2019-07-24 18:14 Translation Project Robot
2019-01-16 16:40 Translation Project Robot
2018-07-27 18:54 Translation Project Robot
2018-01-10 19:12 Translation Project Robot
2017-07-25 19:05 Translation Project Robot
2017-01-11 13:46 Translation Project Robot
2017-01-11 13:41 Translation Project Robot
2015-01-22 19:22 Translation Project Robot
2014-08-21  7:39 Translation Project Robot
2014-01-08 12:37 Translation Project Robot
2013-07-26  8:04 Translation Project Robot
2012-12-11  7:10 Translation Project Robot
2012-06-30 16:24 Translation Project Robot

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/libc/involved.html

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=55BFBC21.5020701@cs.ucla.edu \
    --to=eggert@cs.ucla.edu \
    --cc=carlos@redhat.com \
    --cc=libc-alpha@sourceware.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).