Thread: pginstaller - pginst: Fix a couple of error messages that were
pginstaller - pginst: Fix a couple of error messages that were
From
mha@pgfoundry.org (User Mha)
Date:
Log Message: ----------- Fix a couple of error messages that were duplicated because of different spelling. Add tooltips to translations. Add folder names in start menu to translations. Remove incorrect translation of bitmap filenames. Fix incorrect double-escaping of backslashes in C strings when translating. Add tool to verify parameter count and types of translated strings. Add missing parameters to some translation strings in de and pt_br translations. Sync up translations. Add explicit check for cygwin in the system PATH and recommend turning it off. If a cygwin tcl84.dll (and possibly others)are loaded they can cause both lockups and crashes, both in the installer and in the backend. Modified Files: -------------- pginst/ca: pginstca.c (r1.68 -> r1.69) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/pginstca.c.diff?r1=1.68&r2=1.69) sspi.c (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/sspi.c.diff?r1=1.4&r2=1.5) user.c (r1.16 -> r1.17) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/ca/user.c.diff?r1=1.16&r2=1.17) pginst/lang: de.xml (r1.5 -> r1.6) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/de.xml.diff?r1=1.5&r2=1.6) pt_br.xml (r1.3 -> r1.4) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/lang/pt_br.xml.diff?r1=1.3&r2=1.4) pginst/util: translate.vbs (r1.4 -> r1.5) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/translate.vbs.diff?r1=1.4&r2=1.5) validatetrans.vbs (r1.1 -> r1.2) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/util/validatetrans.vbs.diff?r1=1.1&r2=1.2) pginst/wxs: dialogs.wxs (r1.40 -> r1.41) (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pginstaller/pginst/wxs/dialogs.wxs.diff?r1=1.40&r2=1.41)