-- Multi lingual support --

I want multi lingual support compiled into rdj.  So, I need fluent volunteers to
translate my English text table into other languages.  It doesn't matter which
languages.  For example, I'd like to support the following languages:
	Portuguese
	French
	Greek
	Polish
	Japanese
	Chinese
	Spanish (supported)
	Italian (supported)
	German  (supported)
	Turkish (supported)
	Russian (supported)
	Dutch   (supported)
	Czech   (supported)

Please translate include/lang.english.h and email it to <fusion_dm@libero.it> with the
subject "rdj in <language name>".  I receive tons of junk mail, so I don't want to
accidently delete yours.  All questions regarding the translated text will be
forwarded to the translator.

Please name the translated file like this lang.<language name in that language>.h; for
example, lang.espanol.h is probably more recognizable than lang.spanish.h for some
Spanish users.

Also, translate the file in the language's character set.  It doesn't make since to
translate rdj in Portuguese using the English character set.

If you see something spelled incorrectly or have a better phrase for some translated
text, email me.

To integrate your new language, do the following:

* Place lang.<language>.h in include/
* Edit include/lang.h and add a listing like so:

	#ifdef <language>
	#include "lang.<language>.h"
	#endif

* change to src/ directory
* execute

	$ make LANG=<language> rdj

* and everything should compile

Finally, please make sure you have the latest version of rdj's lang.english.h before
you translate.  If I haven't posted a new version of rdj in a long time, please email
me to see if I've modified the language file so I can send it to you and then add
your contribution to the new package.

Thanks to my translators:
Holger Hermannsen for German
Filiz Gungordu for Turkish
Jeff Petty, Federica Bolzan, Silvia D Giusti, & Vanni Brutto for Italian
Andrey Kiselev for Russian
Laurens Keek for Dutch
Radek astn (iso-8859-2 encoding) for Czech
Miguel ngel Fernndez Chacn for Spanish

Thanks everyone!
