From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17390 invoked by alias); 9 Jan 2009 18:16:55 -0000 Received: (qmail 17382 invoked by uid 22791); 9 Jan 2009 18:16:55 -0000 X-SWARE-Spam-Status: No, hits=-1.0 required=5.0 tests=AWL,BAYES_00,SPF_SOFTFAIL X-Spam-Check-By: sourceware.org Received: from mtaout6.012.net.il (HELO mtaout6.012.net.il) (84.95.2.16) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 09 Jan 2009 18:16:42 +0000 Received: from conversion-daemon.i-mtaout6.012.net.il by i-mtaout6.012.net.il (HyperSendmail v2007.08) id <0KD700L00UDQJJ00@i-mtaout6.012.net.il> for gdb-patches@sourceware.org; Fri, 09 Jan 2009 20:16:45 +0200 (IST) Received: from HOME-C4E4A596F7 ([77.127.238.249]) by i-mtaout6.012.net.il (HyperSendmail v2007.08) with ESMTPA id <0KD70043EURWWNW0@i-mtaout6.012.net.il>; Fri, 09 Jan 2009 20:16:45 +0200 (IST) Date: Fri, 09 Jan 2009 18:16:00 -0000 From: Eli Zaretskii Subject: Re: PR7580 - Command to force abort when internal error In-reply-to: To: Andreas Schwab Cc: pedro@codesourcery.com, brobecker@adacore.com, gdb-patches@sourceware.org Reply-to: Eli Zaretskii Message-id: References: <200812290335.09199.pedro@codesourcery.com> <200812291426.59784.pedro@codesourcery.com> <20081231035705.GA31595@adacore.com> <200901072159.29879.pedro@codesourcery.com> X-IsSubscribed: yes Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org X-SW-Source: 2009-01/txt/msg00203.txt.bz2 > From: Andreas Schwab > Cc: Pedro Alves , brobecker@adacore.com, > gdb-patches@sourceware.org > Date: Fri, 09 Jan 2009 16:33:21 +0100 > > >> + show_doc = xstrprintf (_("Show what GDB does when an %s is detected."), > >> + problem->name); > > > > I would lose the "an" part: this is general infrastructure, so even if > > all the currently known problem names fit "an", we cannot guarantee > > that to be so in the future. There's no need here for an article, > > anyway, as something like > > > > Show what GDB does when FOO is detected. > > > > sounds perfectly correct English to me. > > In any case it is still impossible to properly translate, as it may > depend on what FOO actually is. You mean the original phrase with an "an" or what I suggested? If the latter, please tell why it cannot be properly translated, because I'm probably missing something.