vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Author: dpage Date: 2005-10-19 09:43:55 +0100 (Wed, 19 Oct 2005) New Revision: 4572 Modified: trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs Log: Include a couple of Spanish hints that crept in whilst I wasn't looking. Modified: trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs ================================================== ================= --- trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs 2005-10-19 07:53:06 UTC (rev 4571) +++ trunk/pgadmin3/pkg/win32/src/pgadmin3.wxs 2005-10-19 08:43:55 UTC (rev 4572) @@ -96,6 +96,18 @@ </Directory> </Directory> + <Directory Id="ES_ESDOCSDIR" Name="es_ES"> + + <Directory Id="ES_ESHINTSDIR" Name="Hints"> + + <Component Id="es_es_hints" Guid="B0C057BB-C410-4AAA-8548-27D518E2985A"> + <File Id="es_es_hints.autovacuum.html" Name="autova~1.htm" LongName="autovacuum.html" DiskId="1" src="../../docs/es_ES/hints/autovacuum.html" /> + <File Id="es_es_hints.conn-hba.html" Name="conn-h~1.htm" LongName="conn-hba.html" DiskId="1" src="../../docs/es_ES/hints/conn-hba.html" /> + </Component> + + </Directory> + </Directory> + </Directory> <Component Id="pgagent_exes" Guid="FD786FF5-F499-42B3-8070-248E987F7E91"> @@ -147,6 +159,7 @@ <ComponentRef Id="pgadmin_exes" /> <ComponentRef Id="en_us_docs" /> <ComponentRef Id="de_de_hints" /> + <ComponentRef Id="es_es_hints" /> <ComponentRef Id="en_us_hints" /> <ComponentRef Id="pgadmin_il8n" /> ---------------------------(end of broadcast)--------------------------- TIP 5: don't forget to increase your free space map settings |