Lightning Admin Version 1.5 Now Available For Registered Users

Lightning Admin is now FULLY unicode enabled and built with Delphi 2009.
(PostgreSQL Version ONLY)
The application is now localized, and to start we did one translation for Italian.
This is a rough translation using Google Translate and needs to be looked over by
someone who is fluent in both English and Italian.  Volunteers are welcome for this task.
If you are interested in proof reading the Italian translation or would like to translate any
other language the PO files will be available in the downloads section.

Registered users can login and download the new 1.5 version as well as the last 1.3.4 version.
The 1.5 version will become the standard 1.x download after a month or so.

This is not just a simple recompile, we had to remove several 3rd party libs that wont ever be unicode enabled and we
updated the help system to the one included with delphi, so the help system should now work on Vista(and possible WINE). 
We also compiled our own versions of the OpenSSL Dlls and libpq.dll removing the MS Visual
C++ runtime requirements of the official libpq.dll that ships with the win32 version of PostgreSQL. 
The MS C++ runtime requirments of the PostgreSQL provided libpq.dll prevented it from loading when run via WINE on Linux. 
Not to mention we will only be deploying 3 dlls for libpq compared to over 10 for the standard libpq. 
If you need a special feature of the standard build you can of course replace the ones we ship with the libpq.dll of
your choice as long as it's the latest version.

We will also be providing a GNU Gettext PO file template so users can provide translations.