Re: Where to find translation of Postgres error messages? - Mailing list pgsql-general

From John DeSoi
Subject Re: Where to find translation of Postgres error messages?
Date
Msg-id 853770cf745912dea87a2e5070eda227@pgedit.com
Whole thread Raw
In response to Re: Where to find translation of Postgres error messages?  (Együd Csaba <csegyud@vnet.hu>)
List pgsql-general
On Jun 8, 2005, at 9:12 AM, Együd Csaba wrote:

> thank you very much for your suggestion. I downloaded the file (hu.po)
> and
> tried to find the given error message in it (using a text editor) with
> no
> success. There was no e.g. "SQL Error: fe_sendauth: no password
> supplied"
> lines in the po file. A also searched over the de.po and no such
> lines. I
> also tried to search for portions of the message. No result. :(

Apparently that string is not localized. It is defined in libpq-fe.h:

/* Define the string so all uses are consistent. */
#define PQnoPasswordSupplied    "fe_sendauth: no password supplied\n"


John DeSoi, Ph.D.
http://pgedit.com/
Power Tools for PostgreSQL


pgsql-general by date:

Previous
From: Richard_D_Levine@raytheon.com
Date:
Subject: Re: To SPAM or not to SPAM...
Next
From: Howard Cole
Date:
Subject: Re: Backup Compatibility between minor versions.