; ************************************
; LOCATOR CATALOG EXAMPLE
;
; This file is intended to be of 
; explanation only.
;
; Please, refer to LocConv.guide and 
; Locator_lib.guide to know how to 
; cretate perfect catalogs.
;
; (C) 1995/96 Fabio Rotondo
;
; ***********************************

; Lines starting with a comma are not compiled
; You can have as many comments as you want.

; Also space lines are skipped

; Translation lines MUST start with a COSTANT name
; And the next VALID line (not comment nor space)
; Must be the text. See this example:

; About Message
MSG_ABOUT
About

; Following a MULTI-LINE TEXT!
; Multi lines can be created in this way:
; carriage returns (ASCII 10) is given by the
; %n parameter.
; A Multi Line Text end with a EMPTY line (eg. space)

; Hello Mommy Message
MSG_MOMMY
Hello Mommy!%n
This is a multi line text!%n
WOW! It is incredible!%n
I cannot think it is possible!%n

; Hi Everybody!
MSG_HIEVERYBODY
Hi Everybody!

; Copyright Message
MSG_COPYRIGHT
This library is (C)Copyright By Fabio Rotondo
