From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jochen Hein Newsgroups: gmane.comp.lib.glibc.alpha Subject: Re: New template for 'libc' made available Date: Sun, 02 Aug 2015 22:20:20 +0200 Message-ID: <87bnepigsb.fsf@echidna.jochen.org> References: NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Trace: ger.gmane.org 1438547169 16351 80.91.229.3 (2 Aug 2015 20:26:09 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 2 Aug 2015 20:26:09 +0000 (UTC) To: libc-alpha@sourceware.org Original-X-From: libc-alpha-return-61567-glibc-alpha=m.gmane.org@sourceware.org Sun Aug 02 22:26:06 2015 Return-path: Envelope-to: glibc-alpha@plane.gmane.org DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; q=dns; s=default; b=W1YGjQkRD3thwWeXNn1wdjxnR+jdvgbnz97oE9ZyUvc Wm4H5/PG5qo2T9fmBUWJnBxHg4ARoOBqryhCzutX37fgWDG6EE/Wqf1c+iuMffAj DcCE6lOccJXMYrGXyZfGnPFD0HXeV3+0kXdlOrhhe7KPCaFclsGq1+sWnkMcSxdI = DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:from:to:subject:references:date:in-reply-to :message-id:mime-version:content-type:content-transfer-encoding; s=default; bh=r0UgQv+6SN7ocThcksnfHM/bKsg=; b=Vhn9Bg2EZy874gvb6 m85bll+2wHzPY8Ot5rXWRXepq7elStu9B58vqxNOIYB/fr2a6anwOO5cXetTxDp9 hx6GK7tFhBBaZ2JJk0asnk1B9/8imJ0DYpkN1mYKNWMOWcHcCis7NRFsUAeXmMEK qYMLEcbHi+3dUSL5sRGhye89eo= Mailing-List: contact libc-alpha-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: List-Subscribe: List-Archive: List-Post: List-Help: , Original-Sender: libc-alpha-owner@sourceware.org Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.5 required=5.0 tests=AWL,BAYES_50,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 X-HELO: smtp.dinoex.de X-MDaemon-Deliver-To: X-Noad: Please don't send me ad's by mail. I'm bored by this type of mail. X-Note: sending SPAM is a violation of both german and US law and will at least trigger a complaint at your provider's postmaster. X-GPG: 1024D/77D4FC9B 2000-08-12 Jochen Hein (28 Jun 1967, Kassel, Germany) Key fingerprint = F5C5 1C20 1DFC DEC3 3107 54A4 2332 ADFC 77D4 FC9B X-BND-Spook: RAF Taliban BND BKA Bombe Waffen Terror AES GPG In-Reply-To: (Translation Project Robot's message of "Fri, 31 Jul 2015 09:18:28 +0200") User-Agent: Gnus/5.130013 (Ma Gnus v0.13) Emacs/24.4 (gnu/linux) X-Milter: Spamilter (Reciever: smtp.dinoex.de; Sender-ip: 188.40.204.4; Sender-helo: smtp.dinoex.de;) Xref: news.gmane.org gmane.comp.lib.glibc.alpha:53846 Archived-At: Received: from server1.sourceware.org ([209.132.180.131] helo=sourceware.org) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1ZLzpZ-0005L1-Jr for glibc-alpha@plane.gmane.org; Sun, 02 Aug 2015 22:26:01 +0200 Received: (qmail 118955 invoked by alias); 2 Aug 2015 20:25:57 -0000 Received: (qmail 118946 invoked by uid 89); 2 Aug 2015 20:25:57 -0000 Translation Project Robot writes: > A new POT file for textual domain 'libc' has been made available > to the language teams for translation. It is archived as: > > http://translationproject.org/POT-files/libc-2.22-pre1.pot I've just updated the german translation and noticed a couple of things. There are some new strings with `%s` instead of the usual `%s'. Is this intentional? There are some messages that are constructed dynamically, which may or may not be possible to use in translations. And the dynamic strings are not marked for translation. For example: ,---- | #: nscd/connections.c:977 | #, c-format | msgid "monitoring file `%s` (%d)" `---- The corresponds to the following C code: ,---- | dbg_log (_("monitored file `%s` was %s, removing watch"), | finfo->fname, moved ? "moved" : "deleted"); `---- Also for ,---- | #: nscd/connections.c:1968 | #, c-format | msgid "monitored file `%s` was %s, removing watch" | msgstr "monitored file `%s` was %s, removing watch" `---- ,---- | »#: nscd/connections.c:2015 | #, c-format | msgid "monitored parent directory `%s` was %s, removing watch on `%s`" | msgstr "" `---- and ,---- | »#: nscd/connections.c:2041 | #, c-format | msgid "monitored file `%s` was %s, adding watch" | msgstr "monitored file `%s` was %s, adding watch" `---- This should probably be changed for the next revisions. Jochen -- The only problem with troubleshooting is that the trouble shoots back.