Thread: pgAdmin Translations
Hello pgAdmin Translators, As you may be aware if you've been following this development cycle, we are intending to produce a beta version of pgAdmin 1.4 very soon now, with the intention of releasing 1.4 with, or just prior to PostgreSQL 8.1. We believe that the strings are now as they will be in the final release, so now seems like the ideal time to start on the translations for the release. Please grab the up-to-date .po file from http://www.pgadmin.org/translation.php, update as required and forward the resulting .mo and .po files to pgadmin-hackers@postgresql.org (it might be worth CCing them to me in case the list bounces them for any reason). For this release, as well as the gettext translations, there are also a set of 'guru hints' to be translated. These are plain HTML files, the original English versions of which can be found at http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/trunk/pgadmin3/docs/en_US/hin ts/. If you can translate these and send the resulting files we can make sure they are also included in the final release. If you are unable to continue to maintain your translation, please let me know as soon as possible so I can remove your name from the list to allow someone else to take over. If you are reading this on one of the mailing lists and would like to start a translation to a new language, or take over an unmaintained one, please contact me before you start so we can make sure there is no duplication of effort. On behalf of the pgAdmin development team, I'd like to thank all the translation team in advance for their efforts. Regards, Dave.
Dave: It is OK to use SVN versions, for pgadmin3.pot and hints ?. Regards, Diego. El dom, 25-09-2005 a las 20:36 +0100, Dave Page escribió: > Hello pgAdmin Translators, > > As you may be aware if you've been following this development cycle, we > are intending to produce a beta version of pgAdmin 1.4 very soon now, > with the intention of releasing 1.4 with, or just prior to PostgreSQL > 8.1. > > We believe that the strings are now as they will be in the final > release, so now seems like the ideal time to start on the translations > for the release. Please grab the up-to-date .po file from > http://www.pgadmin.org/translation.php, update as required and forward > the resulting .mo and .po files to pgadmin-hackers@postgresql.org (it > might be worth CCing them to me in case the list bounces them for any > reason). > > For this release, as well as the gettext translations, there are also a > set of 'guru hints' to be translated. These are plain HTML files, the > original English versions of which can be found at > http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/trunk/pgadmin3/docs/en_US/hin > ts/. If you can translate these and send the resulting files we can make > sure they are also included in the final release. > > If you are unable to continue to maintain your translation, please let > me know as soon as possible so I can remove your name from the list to > allow someone else to take over. > > If you are reading this on one of the mailing lists and would like to > start a translation to a new language, or take over an unmaintained one, > please contact me before you start so we can make sure there is no > duplication of effort. > > On behalf of the pgAdmin development team, I'd like to thank all the > translation team in advance for their efforts. > > 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 > >
> -----Original Message----- > From: Diego Gil [mailto:diego@adminsa.com] > Sent: 26 September 2005 14:17 > To: Dave Page > Cc: PgAdmin Hackers > Subject: Re: [pgadmin-hackers] pgAdmin Translations > > Dave: > > It is OK to use SVN versions, for pgadmin3.pot and hints ?. Hi Diego, Yes, that's fine. If you get them from the website it's only pulling them from an svn repo itself. BTW, there's no need to use the pot file except for new translations. I merged all the existing po files already. Regards, Dave.
Diego Gil wrote: > Dave: > > It is OK to use SVN versions, for pgadmin3.pot and hints ?. Yes, they should be identical to the website versions. Regards, Andreas
Dave Page wrote: > Hello pgAdmin Translators, > > As you may be aware if you've been following this development cycle, we > are intending to produce a beta version of pgAdmin 1.4 very soon now, > with the intention of releasing 1.4 with, or just prior to PostgreSQL > 8.1. > We believe that the strings are now as they will be in the final > release, so now seems like the ideal time to start on the translations > for the release. Please grab the up-to-date .po file from > http://www.pgadmin.org/translation.php, update as required and forward > the resulting .mo and .po files to pgadmin-hackers@postgresql.org (it > might be worth CCing them to me in case the list bounces them for any > reason). There has been a minor update of strings, but the most interesting information to give you translators is that pgAdmin now has a special test mode that allows you to review all dialogs without having the data. This makes it much easier to check the resulting translation. When starting pgAdmin with the command line option -t, it will go into translation debug mode. It will show a list of all dialogs available, taken from the ui directory. You can select each dialog from the list, and review the translated strings for length etc. You'll need the dialog source files (*.xrc) copied to the ui directory, or pgAdmin will come up with an error message if the files are missing. Regards, Andreas