Thread: pgAdmin translations for v1.6

pgAdmin translations for v1.6

From
"Dave Page"
Date:
Hello,

You are receiving this message either through one of the pgAdmin mailing
lists, or because you are listed as a translator for the pgAdmin project
at http://www.pgadmin.org/translation/status.php. If you are listed on
this page, but are no longer able to act as a translator, please let me
know and I will remove your name.

As you may know we are aiming to release the next version of pgAdmin in
the not too distant future. With the exception of one outstanding patch
(containing no string changes) and any new options that may be required
to support PostgreSQL 8.2 we have now entered feature freeze and as such
expect the strings to be stable and ready for translation.

We would therefore appreciate it if you could download the PO file for
your language from the URL above and complete the translation as soon as
possible. Please send the resulting .po and .mo files to
pgadmin-hackers@postgresql.org and CC them to me in case they are too
large for the list.

In addition to the Gettext translations, there are also a dozen or so
'hint' documents at
http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/trunk/pgadmin3/docs/en_US/hin
ts/ which can be translated as well.

If you wish to take ownership of one of the unmaintained translations,
we are glad to accept new translators. Please let me know what language
you wish to work on so I can make sure that we avoid any duplication of
effort. For further information on the process, please see the HOWTO at
http://www.pgadmin.org/translation/howto.php.

As always, we appreciate the efforts or our translation team and look
forward to offering this version of pgAdmin in as many languages as
possible.

Regards, Dave.

--
Dave Page
pgAdmin Project Lead




Re: pgAdmin translations for v1.6

From
Giuseppe Sacco
Date:
Il giorno mar, 05/09/2006 alle 10.56 +0100, Dave Page ha scritto:
> Hello,
>
> You are receiving this message either through one of the pgAdmin mailing
> lists, or because you are listed as a translator for the pgAdmin project
> at http://www.pgadmin.org/translation/status.php. If you are listed on
> this page, but are no longer able to act as a translator, please let me
> know and I will remove your name.
[...]

I have been translating pgadmi3 to italian during the last two months.
Now the work is almost complete but I wish to try it before the upload.
I have some problems because I need wxWidget-2.7 in order to compile
pgadmin3 and I cannot compile wxWidget.

The problem I have: just after running configure, when I run make, it
looks for a program called ../bk-deps that isn't available. Anyone know
where I may find it?

Moreover, what is the last day I may upload the translation?

Thanks,
Giuseppe


Re: pgAdmin translations for v1.6

From
"Dave Page"
Date:

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
> Giuseppe Sacco
> Sent: 08 September 2006 08:25
> To: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] pgAdmin translations for v1.6
>
> Il giorno mar, 05/09/2006 alle 10.56 +0100, Dave Page ha scritto:
> > Hello,
> >
> > You are receiving this message either through one of the
> pgAdmin mailing
> > lists, or because you are listed as a translator for the
> pgAdmin project
> > at http://www.pgadmin.org/translation/status.php. If you
> are listed on
> > this page, but are no longer able to act as a translator,
> please let me
> > know and I will remove your name.
> [...]
>
> I have been translating pgadmi3 to italian during the last two months.
> Now the work is almost complete but I wish to try it before
> the upload.
> I have some problems because I need wxWidget-2.7 in order to compile
> pgadmin3 and I cannot compile wxWidget.
>
> The problem I have: just after running configure, when I run make, it
> looks for a program called ../bk-deps that isn't available.
> Anyone know
> where I may find it?

No, I have no idea what may be causing that. What platform are you
building on?

> Moreover, what is the last day I may upload the translation?

Unfortunately that is unknown until we get an idea of when pgAdmin and
PostgreSQL 8.2 are liekly to be released. If you can finish by October
though, that should be more than enough time.

Regards, Dave.

Re: pgAdmin translations for v1.6

From
Giuseppe Sacco
Date:
Il giorno ven, 08/09/2006 alle 09.01 +0100, Dave Page ha scritto:
[...]
> > The problem I have: just after running configure, when I run make, it
> > looks for a program called ../bk-deps that isn't available.
> > Anyone know
> > where I may find it?
>
> No, I have no idea what may be causing that. What platform are you
> building on?

debian linux on intel core duo. I will read install-* and readme-*
again :-)

> > Moreover, what is the last day I may upload the translation?
>
> Unfortunately that is unknown until we get an idea of when pgAdmin and
> PostgreSQL 8.2 are liekly to be released. If you can finish by October
> though, that should be more than enough time.

ok, thanks.


Re: pgAdmin translations for v1.6

From
"Dave Page"
Date:

> -----Original Message-----
> From: pgadmin-hackers-owner@postgresql.org
> [mailto:pgadmin-hackers-owner@postgresql.org] On Behalf Of
> Giuseppe Sacco
> Sent: 08 September 2006 10:18
> To: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] pgAdmin translations for v1.6
>
> Il giorno ven, 08/09/2006 alle 09.01 +0100, Dave Page ha scritto:
> [...]
> > > The problem I have: just after running configure, when I
> run make, it
> > > looks for a program called ../bk-deps that isn't available.
> > > Anyone know
> > > where I may find it?
> >
> > No, I have no idea what may be causing that. What platform are you
> > building on?
>
> debian linux on intel core duo. I will read install-* and readme-*
> again :-)

Hmm. Well, if you're compiling from the source tarball (actually, that
makes me think - did you get the wxGTK tarball or wxALL? If wxALL, I
wonder if the build system hasn't been fully bootstrapped), it really is
just a configure and make job - eg;

cd wxWidgets*
./configure --with-gtk --enable-gtk2 --enable-unicode
--enable-mimetype=no
make
sudo make install

# Install wxWidgets contrib modules.
cd contrib/
make
sudo make install

Regards, Dave.

Re: pgAdmin translations for v1.6

From
"Dave Page"
Date:

> -----Original Message-----
> From: Giuseppe Sacco [mailto:giuseppe@eppesuigoccas.homedns.org]
> Sent: 13 September 2006 09:08
> To: Dave Page
> Cc: pgadmin-hackers@postgresql.org
> Subject: Re: [pgadmin-hackers] pgAdmin translations for v1.6
>
> Il giorno mar, 05/09/2006 alle 10.56 +0100, Dave Page ha scritto:
> > Hello,
> >
> > You are receiving this message either through one of the
> pgAdmin mailing
> > lists, or because you are listed as a translator for the
> pgAdmin project
> > at http://www.pgadmin.org/translation/status.php. If you
> are listed on
> > this page, but are no longer able to act as a translator,
> please let me
> > know and I will remove your name.
>
> Italian translation attached.
>

Thanks - applied to SVN.

Regards, Dave.

Re: pgAdmin translations for v1.6

From
"Dave Page"
Date:

> -----Original Message-----
> From: Diego Gil [mailto:diego@adminsa.com]
> Sent: 28 September 2006 00:52
> To: Dave Page
> Cc: pgadmin-hackers@postgresql.org
> Subject: RE: pgAdmin translations for v1.6
>
> Dave:
>
> Here is spanish translation. I hope it is not too late.

Nope, it's not too late.

Thanks, Dave.