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 ...
| |||||||
| FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| > -----Original Message----- > From: pgadmin-hackers-owner@postgresql.org > [mailto > 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 |
| |||
| Dave Page wrote: > > > >>-----Original Message----- >>From: pgadmin-hackers-owner@postgresql.org >>[mailto >>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 |
| |||
| 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 |
| ||||
| 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 |