From: Russ P. <ru...@ph...> - 2006-09-05 21:57:15
|
I've just compiled a first beta of version 2.4, with some limited localisation support. Because it's only likely to be of use to people on this list, I've put it on my personal web space: http://www.phillipsuk.org/tmp/PanicButton_2-4_BETA-1.zip MD5 sum is fa0dac4181520d081cedf2fccacbac9c PanicButton_2-4_BETA-1.zip A few notes on this: This is the "network" version - there's no installer. Note that if you don't start it with any parameters, the only way to kill it is through Task Manager. If you create a batch file with the line: PanicButton.exe config exit and run the batch file, you'll have Setup and Exit options enabled. In the zip file is a file named "out.mo" - this is the gettext binary. If you compile [1] your translation, name it out.mo and replace the existing out.mo with yours, you should find that all the strings are in your local language. Russ [1] http://www.gnu.org/software/gettext/manual/html_chapter/gettext_8.html#SEC118 |