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

File				Message template for
----				--------------------
SUNW_WST_CMDTOOL.po		cmdtool
SUNW_WST_LIBXVIEW_3200.po	the XView library
olwm_messages.po		olwm
olwmslave.po			olwmslave

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.
