Re: Patches and a .po file

From: "Dave Page" <dpage(at)vale-housing(dot)co(dot)uk>
To: "Guillaume Lelarge" <guillaume(at)lelarge(dot)info>, <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: Patches and a .po file
Date: 2006-09-27 07:55:36
Message-ID: E7F85A1B5FF8D44C8A1AF6885BC9A0E40176D094@ratbert.vale-housing.co.uk
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

> -----Original Message-----
> From: Guillaume Lelarge [mailto:guillaume(at)lelarge(dot)info]
> Sent: 27 September 2006 08:17
> To: pgadmin-hackers(at)postgresql(dot)org
> Cc: Dave Page
> Subject: Patches and a .po file
>
> Hi all,
>
> Here is a new french .po file.
>
> I also attached one patch.
> - frmEditGrid : it allows translators to translate the "no limit/1000
> rows/500 rows/100 rows" combo of the edit grid window but I
> don't think
> I updated the pot file...

Hmm, OK thought I'd done that but obviously not.

> - frmReport : the object type is now translated on the report and I
> added a dash before the report's type because it was not
> translatable in
> french as is, but it is now... and it is still good english
> (at least, I
> hope so).

It doesn't look great actually. I think the correct fix is something
more like:

title.Printf(_("%s DDL Report - "), object->GetTypeName());
title += object->GetIdentifier();
report->SetReportTitle(title);

Then you can translate

_("%s DDL Report - ")

To

_("DDL Report %s - ")

Or whatever is actually right in French. Can you update you patch if you
agree please?

BTW, I *haven't* committed your translation update yet in case it
contains strings you're about to remove.

> BTW, did someone test pgAdmin on Linux ? because I have really lots of
> crashes in the query tool that makes this tool totaly
> unusable. I really
> think this is my fault because the windows official build
> works great...
> and my linux build doesn't. I certainely have done something
> wrong but I
> don't know what. I compiled wxWidget 2.7 and pgAdmin latest svn... I
> still have many problems. So, did someone test the query tool
> on linux ?

I have briefly, and I'd be surpised if others haven't as well. What are
the exact issues you are seeing?

Regards, Dave.

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Guillaume Lelarge 2006-09-27 08:43:43 Re: Patches and a .po file
Previous Message svn 2006-09-27 07:47:08 SVN Commit by dpage: r5400 - trunk/pgadmin3/src/frm