pginstaller - pginst: More localisation work. - Mailing list pgsql-committers

From mha@pgfoundry.org (User Mha)
Subject pginstaller - pginst: More localisation work.
Date
Msg-id 20041205160504.2C0C3AAF092@pgfoundry.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: dpage@pgfoundry.org (User Dpage)
Date:
Subject: pginstaller - pginst: Add Npgsql API Docs.
Next
From: mha@pgfoundry.org (User Mha)
Date:
Subject: pginstaller - pginst: Small update of german translation from Harald.