Local Language Message Editor
-----------------------------

1. Introduction
The purpose of this program is to enable the messages, headings and form
lables to be modified by the user of the program.  It is auxillary to the
main program, for example the Flexi-Scan E PC Software fa.exe.

2. Categories and Messages
In order to simplify the editing or translation of text the messages are
divided into logical categories.  The current category is selected from
the scrollable list of categories and remains highlighted when selected.
The current message is selected by using the Next and Previous buttons.
The English message is displayed in the top box and the editable Local
language message is displayed below.

3. Editing messages
Only the local language messages can be edited.  Any changes made to the
English message will be ignored.  It is possible to create multi-line
text for any messages although it may not be usefull to do so. Individual
menu items for example can only be displayed in a single line.

The length of a message may not exceed the specified maximum length.  A
length of 0 indicates that there is no practical restriction on the length
of the message.

4. Special Characters
The character ampersand character & is used to indicate the quick key of
a menu item or command.  For example the menu item E&xit will display the
'x' of Exit highlighted, enabling the user to press Alt-x to perform the
exit command.  The & is not displayed by the program.

In order to include a variable within a message a % followed by the number
of the variable is used to indicate its location within the message.

For example, in order to display the progess of a database download the
text might read: 
  Downloaded %1 of 2000
The program will replace the %1 with the appropriate number.

The % sign may still be used on its own. For example:
  Download %1% complete
Only the %1 is replaced in order to get in the program for example 
  Download 20% complete
