BUG #3239: French translation error

From: "" <junk(at)peufeu(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #3239: French translation error
Date: 2007-04-18 09:16:47
Message-ID: 200704180916.l3I9Gl1e014172@wwwmaster.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs


The following bug has been logged online:

Bug reference: 3239
Logged by:
Email address: junk(at)peufeu(dot)com
PostgreSQL version: 8.2.3
Operating system: Linux
Description: French translation error
Details:

English error message is explicit :

ERROR: subquery in FROM may not refer to other relations of same query
level

French error message is wrong :

ERREUR: La sous-requte du FROM pourrait ne pas rfrer une autre
relation dans le mme niveau de la requte

"subquery may not refer" can mean 2 things :
- it is forbidden for subquery to refer to ... (right in this context)
- probably does not refer to (incorrect, this is the french version)

It sounds like a MySQL error message (ie . "There is an error somewhere in
your query." )

Fix : use "cannot" instead of "may not" so translators have no doubts.
Review translations of modified strings.

Have a nice day !

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2007-04-18 17:24:27 Re: BUG #3236: Partitioning has problem with timestamp and timestamptz data type
Previous Message Russell Smith 2007-04-18 07:41:26 Re: Grantor name gets lost when grantor role dropped