Unix Technical Forum

Re: french po updates and ui patch

This is a discussion on Re: french po updates and ui patch within the pgsql Interfaces Pgadmin Hackers forums, part of the PostgreSQL category; --> > -----Original Message----- > From: pgadmin-hackers-owner@postgresql.org > [mailto gadmin-hackers-owner@postgresql.org] On Behalf Of > Guillaume LELARGE > Sent: 21 November ...


Go Back   Unix Technical Forum > Database Server Software > PostgreSQL > pgsql Interfaces Pgadmin Hackers

FAQ Members List Calendar Search Today's Posts Mark Forums Read
  #1 (permalink)  
Old 04-17-2008, 06:45 PM
Dave Page
 
Posts: n/a
Default Re: french po updates and ui patch



> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailtogadmin-hackers-owner@postgresql.org] On Behalf Of
> Guillaume LELARGE
> Sent: 21 November 2005 17:37
> To: pgadmin-hackers
> Subject: [pgadmin-hackers] french po updates and ui patch
>
> Hi all,


Hi,

> You'll find attached an update for the french .po file.


Please send the complete updated .po and .mo file. Although there
shouldn't be any issues with French, as a general rule I try to avoid
patching the po files as they can be easily broken in ways that I might
not spot.

> Please apply it in the
> REL-1_4_0_PATCHES branch. Thanks.


We keep all translations in sync, so I'll add the updated po/mo file to
trunk as well.

> The second one aims to better use checkbox. You used a label
> and a checkbox
> instead of a checkbox with its own label. I modify this. I
> think it makes a
> better UI. You can click on the text instead of the box. Hope
> you'll find
> this interesting and that you'll apply it.


Iirc, there was a reason why they're separate (I just can't think what
it was) - can you remember Andreas?

Regards, Dave

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #2 (permalink)  
Old 04-17-2008, 06:45 PM
Andreas Pflug
 
Posts: n/a
Default Re: french po updates and ui patch

Dave Page wrote:
>
>
>
>>-----Original Message-----
>>From: pgadmin-hackers-owner@postgresql.org
>>[mailtogadmin-hackers-owner@postgresql.org] On Behalf Of
>>Guillaume LELARGE
>>Sent: 21 November 2005 17:37
>>To: pgadmin-hackers
>>Subject: [pgadmin-hackers] french po updates and ui patch
>>
>>Hi all,

>
>
> Hi,
>
>
>>You'll find attached an update for the french .po file.

>
>
> Please send the complete updated .po and .mo file. Although there
> shouldn't be any issues with French, as a general rule I try to avoid
> patching the po files as they can be easily broken in ways that I might
> not spot.
>
>
>>Please apply it in the
>>REL-1_4_0_PATCHES branch. Thanks.

>
>
> We keep all translations in sync, so I'll add the updated po/mo file to
> trunk as well.
>
>
>>The second one aims to better use checkbox. You used a label
>>and a checkbox
>>instead of a checkbox with its own label. I modify this. I
>>think it makes a
>>better UI. You can click on the text instead of the box. Hope
>>you'll find
>>this interesting and that you'll apply it.

>
>
> Iirc, there was a reason why they're separate (I just can't think what
> it was) - can you remember Andreas?


Yup; we mostly have the text on the left side. Only win32 has such a
flag, other systems know text on the right side only. There might be
areas where we really can change the checkboxes, I'll have a look at
Guillaumes patch some day.

Regards,
Andreas

---------------------------(end of broadcast)---------------------------
TIP 4: Have you searched our list archives?

http://archives.postgresql.org

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #3 (permalink)  
Old 04-17-2008, 06:45 PM
Guillaume Lelarge
 
Posts: n/a
Default Re: french po updates and ui patch

2005/11/23, Dave Page <dpage@vale-housing.co.uk>:
> > You'll find attached an update for the french .po file.

>
> Please send the complete updated .po and .mo file. Although there
> shouldn't be any issues with French, as a general rule I try to avoid
> patching the po files as they can be easily broken in ways that I might
> not spot.
>


I'll send it to you when I get back at home. Unfortunately, I don't
have it at work.

> > Please apply it in the
> > REL-1_4_0_PATCHES branch. Thanks.

>
> We keep all translations in sync, so I'll add the updated po/mo file to
> trunk as well.
>


OK, great news.

> > The second one aims to better use checkbox. You used a label
> > and a checkbox
> > instead of a checkbox with its own label. I modify this. I
> > think it makes a
> > better UI. You can click on the text instead of the box. Hope
> > you'll find
> > this interesting and that you'll apply it.

>
> Iirc, there was a reason why they're separate (I just can't think what
> it was) - can you remember Andreas?
>


I thought there was one but I didn't find it. I think label+checkbox
is a bit difficult for the user, but also for the translator. I have
much less room in the left part of the window. Or could we add more
space on this part ?


--
Guillaume.

---------------------------(end of broadcast)---------------------------
TIP 2: Don't 'kill -9' the postmaster

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
  #4 (permalink)  
Old 04-17-2008, 06:45 PM
Andreas Pflug
 
Posts: n/a
Default Re: french po updates and ui patch

Andreas Pflug wrote:
>>
>>
>>> The second one aims to better use checkbox. You used a label and a
>>> checkbox instead of a checkbox with its own label. I modify this. I
>>> think it makes a better UI. You can click on the text instead of the
>>> box. Hope you'll find this interesting and that you'll apply it.

>>
>>
>>
>> Iirc, there was a reason why they're separate (I just can't think what
>> it was) - can you remember Andreas?

>
>
> Yup; we mostly have the text on the left side. Only win32 has such a
> flag, other systems know text on the right side only. There might be
> areas where we really can change the checkboxes, I'll have a look at
> Guillaumes patch some day.


I rewieved the issue now. In wx2.6, the text-on-left-side-only
restriction is gone, but this won't help us too much: What we need is
left-aligned text, and right-aligned checkbox to position all
descriptive text and all controls aligned; a checkbox won't allow this.
Guillaumes patch will simply add all descriptive text for checkboxes to
the right of the box itself, this looks really ugly for most dialogs (we
have this on the options dialog, but this is different because we don't
need to give a consistent look&feel as in the case of pgsql objects
dialogs, so we could order the controls to look nicely).

Regards,
Andreas

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On
Forum Jump


All times are GMT. The time now is 02:34 AM.


Powered by vBulletin® Version 3.6.5
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.2.0
www.UnixAdminTalk.com