home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Computer Arts Interactive 3
/
CARTS3.iso
/
scala
/
catalogs
/
dialog.msg
< prev
next >
Wrap
Text File
|
1996-05-09
|
26KB
|
654 lines
; cdc 1.8 (24 Apr 1996)
; CAT Catalog Emitter $Revision: 1.20 $
;
; Catalog definitions for module "Dialog" (Dialog.Book)
;
; Original Command Line:
;
; Z:\SCALA\BIN\CDC.EXE -q -t -c -n
; C:\TMP\catch.dir\out\dialog;Z:\scala\names -i
; C:\TMP\catch.dir\include;Z:\scala\include dialog.cdl -o
; dialog.cdl.err -e CPublicHead -v -s -o
; C:\TMP\catch.dir\obj\dialog\DERIVED\dialog.h -e CPrivateHead -v -s -o
; C:\TMP\catch.dir\obj\dialog\DERIVED\INTERNAL\dialog.ph -e CPublicDoc
; -o C:\TMP\catch.dir\obj\dialog\DERIVED\dialog.doc -e CPrivateDoc -o
; C:\TMP\catch.dir\obj\dialog\DERIVED\INTERNAL\dialog.doc -e CPublicIPF
; -o C:\TMP\catch.dir\obj\dialog\DERIVED\dialog.ipf -e CPrivateIPF -o
; C:\TMP\catch.dir\obj\dialog\DERIVED\INTERNAL\dialog.ipf -e Catalog -c
; -o C:\scala\Scala\Catalogs\dialog.msg -e NameDB -o
; C:\TMP\catch.dir\out\dialog\dialog.ndb
;
; THIS FILE IS COMPUTER GENERATED, NO HUMAN GENERATED CHANGES ARE PERMITTED
;
VERSION 1
REVISION 25
LANGUAGE "ENGLISH"
NATURALNAME "Dialog"
; MMHANDLER_PressAnyKey
; Written to the splash screen in case of non-fatal errors
MSG 0x0c81a400 "Press any key to continue..."
; InternalError
; The InternalError text is a generic text that indicates that some
; totally unexpected and barely explainable (to the average user) error
; has occured.
;
; There are no parameters to this text.
MSG 0x0c800400 "Internal Error"
; FileLineNum
; The FileLineNum text should be used when the user is to be told about
; a specific line in a file.
;
; There are three parameters to this text.
;
; The first parameter is the name of file in which the error was
; detected.
;
; The second parameter is the line where the error was detected.
;
; The third parameter is the name of the module that contains the file
; in which the error was detected.
MSG 0x0c800803 "(%3/%1,line %2)"
; OldBook
; The OldBook text should be used when a book cannot be opened because
; the version is older than is required.
;
; There are five parameters to this text.
;
; The first parameter is the name of the book that was being opened.
;
; The second parameter is the version number of the book that was
; found.
;
; The third parameter is the revision number of the book that was
; found.
;
; The fourth parameter is the minimum version number that was being
; requested.
;
; The fifth parameter is the minimum revision within the version that
; was being requested.
MSG 0x0c800c05 "Book %1 version is too old (%2.%3, should be %4.%5)."
; OpeningBook
; The OpeningBook text is used to identify the scope of book opening.
;
; There is one parameter to this text.
;
; The first parameter is the name of the book being opened.
MSG 0x0c801001 "Opening book %1."
; FailedFileLoad
; The FailedBookLoad is used to cover all possible failures to load a
; book.
;
; There is one parameter to this text.
;
; The first parameter is the name of the book that failed to load.
MSG 0x0c801401 "Could not load the file \"%1\"."
; BooleanParameter
; The BooleanParameter text should be used when a parameter of type
; boolean is expected, but the token is a not a parameter of type
; boolean.
;
; There are no parameters to this text.
MSG 0x0c801800 "A logical parameter was expected."
; ClassNotFound
; The ClassNotFound text should be used when looking for a class by
; identification number fails.
;
; This text has a single parameter that identifies the identification
; number of the class for which the search failed.
MSG 0x0c80cc01 "Unable to find information on a class with the id 0x%1."
; DivideByZero
; The DivideByZero text should be used when a division by zero has been
; detected.
;
; There are no parameters to this text.
MSG 0x0c801c00 "Division by zero was attempted"
; DuplicateEvent
; The DuplicateEvent text should be used when a name has been used for
; two different events.
;
; There is one parameter: the event name
MSG 0x0c802001 "A duplicate event name exists: \"%1\"."
; DuplicateInMerge
; The DuplicateInMerge text should be used when a name has been used by
; two different events in clusters being merged
;
; There is one parameter: the event name
MSG 0x0c817c01 "Name conflict while merging clusters: \"%1\"."
; DuplicateVariable
; The DuplicatVariable text should be used when there is an attempt to
; redefined a variable within a single scope.
;
; There are no parameters to this text.
MSG 0x0c802401 "A duplicate variable exists: \"%1\"."
; EmptyCatalog
; The EmptyCatalog text should be used when a catalog file is parsed
; without other error, however, no MSG command are found in the file.
;
; There are no parameters to this text.
MSG 0x0c80bc00 "The catalog file has no strings in it."
; Error
; The Error text should be used when no more exacting error text exists
;
;
; There are no parameter to this text.
MSG 0x0c802800 "Error"
; ExpressionError
; The ExpressionError text should be used when detecting an invalid
; token in an expression.
;
; There is one parameter in this text.
;
; The parameter is the illegal token.
MSG 0x0c802c01 "%1 in the expression:\n"
; BangExpressionError
; The BangExpressionError text should be used when an error occurs in
; evaluating a !-expression.
;
; There are no parameters to this text
MSG 0x0c80d000 "Can't expand !-expression:\n"
; ExprSyntaxError
; The ExprSyntaxError text should be used when a syntax error is
; detected and no more appropriate text exists.
;
; There are no parameters to this text.
MSG 0x0c803000 "There is a syntax error"
; ExprNotSet
; The ExprNotSet text should be used when there is an attempt to
; evaluate an unset expression. Expressions can become unset when
; they're pasted between scripts.
;
; There are no parameters to this text.
MSG 0x0c819800 "Expression has not been set"
; ExtraneousText
; The ExtraneousText text should be used when command are detected in a
; location where they would otherwise be ignored.
;
; There are no paramters to this text.
MSG 0x0c803400 "There are extraneous commands after END."
; IllegalOperator
; The IllegalOperator text should be used when an illegal operator has
; been encountered.
;
; There are no parameters to this text.
MSG 0x0c803800 "There is an illegal operator"
; InvalidCatalogEntry
; The InvalidCatalogEntry should be used when an invalid entry is
; encountered in parsing a catalog.
;
; There are no parameters to this text.
MSG 0x0c80c000 "There is an invalid entry in the catalog."
; InvalidFileFormat
; The InvalidFileFormat should be used when loading a file and
; encountering a problem with the file that is not attributable to
; other failures.
;
; This value can be used when the specific failing within the file is
; not useful to the user. This would be the case for files that the
; user can not edit, like books and/or EXes.
;
; There are no parameters to this text.
MSG 0x0c80d400 "There is an error in the internal format of the file."
; LoopingOnOpenBook
; The LoopingOnOpenBook text should be used when there is a deadlock
; detected while opening books. While running a book's autolist
; something that requires the orginal book be completely opened has
; been encountered. This means there is a error in the books open code.
;
;
; There is a single paramter to this message. This parameter is the
; name of the book being opened.
MSG 0x0c80b402 "Recursion was detected: trying to open %1 while in %1's autolist."
; MissingComma
; The MissingComma text should be used when expecting a comma, but some
; other token is encou