Language translation information for EDICT

Note variable information comes in several types and in a specific order that
cannot be changed (for now). Multiple white spaces are automatically compressed
to a single space unless quoted. To display a quote, it must be quoted by a
different type of quote. Finally, no spaces are placed before or after any
variable.

Your translation file should be placed in the NLS\EDICT directory. It's
filename extension should be the same as the standard DOS language code for
that language. For example, English is EDICT.EN and German is EDICT.DE.

Use one of the existing translation files, like EDICT.EN as a starting point
for your translation. That way, no needed text is missing.

Variables:

    %_          A single space character
    %%          A single percent symbol
    %r          A CRLF

    %c          Insert the single character
    %s          Insert the text string
    %b          Insert the byte hex value
    %w          Insert the word hex value (unused)
    %i          Insert the integer
    %I          Insert the (integer + 1)


TITLE is the program title.
COPYRIGHT is my copyright message

LANGUAGE is not in the default translation, but you can provide something like
LANGUAGE=English Language Translation by Jerome Shidel

HELP_* is the text for the help screen. Each entry is displayed on its own line.
The first time it finds a missing item, help text output stops. Up to 0xff (255)
is supported.

INVALID is used when an unrecognized command line switch is provided.

BAD_INT is used when an error occurs parsing a number from the command line.
BAD_VAL is used when a number is out of range.

BErr_* are BIOS error messages.
DErr_* are DOS error messages.
