pginstaller - pginst: Initial support for localisation of the installer,

From: mha(at)pgfoundry(dot)org (User Mha)
To: pgsql-committers(at)postgresql(dot)org
Subject: pginstaller - pginst: Initial support for localisation of the installer,
Date: 2004-11-14 16:12:12
Message-ID: 20041114161212.061CFAAF31E@pgfoundry.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Initial support for localisation of the installer, both the WiX parts and the custom action DLL. Includes converting all the message strings in the CA to UTF-8, preparing for translations.

Will build both "per-language" MSI files and a combined MSI which contains all languages.

Tags all our XML fiels with encodings so they can be merged with translation files.

Finally, includes initial partial translation to German from Harald.

Modified Files:
--------------
pginst:
Makefile (r1.25 -> r1.26)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/Makefile.diff?r1=1.25&r2=1.26)
pginst/ca:
Makefile (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/Makefile.diff?r1=1.9&r2=1.10)
msi.def (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/msi.def.diff?r1=1.2&r2=1.3)
pginstca.c (r1.65 -> r1.66)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.65&r2=1.66)
pginstca.h (r1.4 -> r1.5)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.h.diff?r1=1.4&r2=1.5)
sspi.c (r1.3 -> r1.4)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/sspi.c.diff?r1=1.3&r2=1.4)
user.c (r1.13 -> r1.14)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/user.c.diff?r1=1.13&r2=1.14)
pginst/wxs:
dialogs.wxs (r1.38 -> r1.39)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/dialogs.wxs.diff?r1=1.38&r2=1.39)
pginst.wxs (r1.88 -> r1.89)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/pginst.wxs.diff?r1=1.88&r2=1.89)
uidata.wxs (r1.9 -> r1.10)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/uidata.wxs.diff?r1=1.9&r2=1.10)

Added Files:
-----------
pginst/ca:
lang.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/lang.c?rev=1.1&content-type=text/x-cvsweb-markup)
lang.h (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/lang.h?rev=1.1&content-type=text/x-cvsweb-markup)
zapbom.c (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/zapbom.c?rev=1.1&content-type=text/x-cvsweb-markup)
pginst/lang:
Makefile (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/Makefile?rev=1.1&content-type=text/x-cvsweb-markup)
Makefile.lang (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/Makefile.lang?rev=1.1&content-type=text/x-cvsweb-markup)
Makefile.subdir (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/Makefile.subdir?rev=1.1&content-type=text/x-cvsweb-markup)
de.xml (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/de.xml?rev=1.1&content-type=text/x-cvsweb-markup)
translation.xsd (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/translation.xsd?rev=1.1&content-type=text/x-cvsweb-markup)
pginst/lang/en:
Makefile (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/en/Makefile?rev=1.1&content-type=text/x-cvsweb-markup)
pginst/util:
embtransform.vbs (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/embtransform.vbs?rev=1.1&content-type=text/x-cvsweb-markup)
gencsource.xsl (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/gencsource.xsl?rev=1.1&content-type=text/x-cvsweb-markup)
gentransform.vbs (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/gentransform.vbs?rev=1.1&content-type=text/x-cvsweb-markup)
translate.vbs (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/translate.vbs?rev=1.1&content-type=text/x-cvsweb-markup)
transparse.pl (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/transparse.pl?rev=1.1&content-type=text/x-cvsweb-markup)
validatetrans.vbs (r1.1)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/validatetrans.vbs?rev=1.1&content-type=text/x-cvsweb-markup)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2004-11-14 19:35:36 pgsql: Remove GUC USERLIMIT variable category, making the affected
Previous Message User Mha 2004-11-14 16:06:47 pginstaller - pginst: New Directory