pginstaller - pginst: More localisation work.

From: mha(at)pgfoundry(dot)org (User Mha)
To: pgsql-committers(at)postgresql(dot)org
Subject: pginstaller - pginst: More localisation work.
Date: 2004-12-05 16:05:04
Message-ID: 20041205160504.2C0C3AAF092@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
More localisation work. Now there is a wrapper MSI that gives the user a prompt for language before the installation starts.

Adds two fields to the translation schema for the language name in both english and the local language.

Moves the product code GUID into Makefile.config because it's referenced from the wrapper MSI.

Make sure we always put our version in the registry when installing, even if we don't install the server.

Along the way, fix a bug where the name of the icon binaries were accidentally translated.

Modified Files:
--------------
pginst:
Makefile (r1.29 -> r1.30)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/Makefile.diff?r1=1.29&r2=1.30)
pginst/lang:
de.xml (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/de.xml.diff?r1=1.1&r2=1.2)
pt_br.xml (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/pt_br.xml.diff?r1=1.1&r2=1.2)
translation.xsd (r1.1 -> r1.2)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/translation.xsd.diff?r1=1.1&r2=1.2)
pginst/util:
translate.vbs (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/translate.vbs.diff?r1=1.2&r2=1.3)
pginst/wxs:
pginst.wxs (r1.98 -> r1.99)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.98&r2=1.99)

Added Files:
-----------
pginst/wrapper:
Makefile (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wrapper/Makefile?rev=1.1&content-type=text/x-cvsweb-markup)
inst.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wrapper/inst.c?rev=1.1&content-type=text/x-cvsweb-markup)
wrapper.wxs (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wrapper/wrapper.wxs?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message User Mha 2004-12-05 16:09:16 pginstaller - pginst: Small update of german translation from Harald.
Previous Message User Dpage 2004-12-05 00:12:16 pginstaller - pginst: Add Npgsql API Docs.