This directory contains the message templates used for localized text handling.

File			Message template for
----			--------------------
props.po		props
cmdtool.po		cmdtool
xv_messages.po		the XView library

To localize the messages for a particular locale, insert the proper translation
for all the strings in the .po file:

Example:
=======from xv_messages.po=============
#
# "xv_error.c": line number: 58
msgid "bad attribute, %s"
msgstr  <translation of the above string>

After all the strings have been translated, run:

	msgfmt <the .po file>

This will create a .mo file. 

Put the .mo file in $OPENWINHOME/lib/locale/<locale>/LC_MESSAGES

See the XView Programming Manual for more details.
