; THIS FILE IS COMPUTER GENERATED, NO HUMAN GENERATED CHANGES ARE PERMITTED
;
VERSION 3
REVISION 1
LANGUAGE "English"
NATURALNAME "SnapLoad"
; SLOAD_NoActiveMovie
; Reported if there is no ActiveMovie installed.
MSG 0x06c02c00 "The Microsoft ActiveMovie digital video software is not yet installed on this machine. Please install it and then restart your Scala application. DirectX and ActiveMovie are available for download through the Microsoft and Scala Web sites."
; SNAPREF_UnknownFormat
; The UnknownFormat error is used by snapload to report that it did not
; recognize a specific file's format. This error takes one parameter.
; This parameter is the fullpath of the file.
MSG 0x06c02001 "The format of the file \"%1\" is not recognized."
; SNAPREF_NoFormats
; There aren't any file formats available
MSG 0x06c00c01 "No file formats available to load \"%1\"."
; SNAPREF_FailedToParseFile
; The FailedToParseFile error is used by some snap picture EXes to report
; a corrupt or unsupported file. The parameter is the fullpath of this file.
MSG 0x06c00401 "File %1 is corrupt."
; SNAPSTATE_IncorrectType
; If the subclass of SnapState is passed in the incorrect FileType() key during
; create, it will report this error.
; Typically:
; "test.bmp is not a picture it is a sound sample"
MSG 0x06c01c03 "\"%1\" is not of type \"%2\", it is of type \"%3\"."
; FILEMEM_WhileReadingFile
; This information is used to inform the user of which file a error occured
; inside.
; This text takes one parameter.
; This argument is the name of the file we was reading from.
MSG 0x06c02401 "While reading file %1"
; FILEMEM_EmptyFile
; FileMem will fail to create if the file is empty.
MSG 0x06c02801 "The file '%1' is empty."
; WrongFileType
; The WrongFileType error is used when snapload is able to detect the filetype
; of the file, but the caller did specify that the file should have been of
; another type.
; This error takes one parameter.
; This parameter is the fullpath of the file.
MSG 0x06c00801 "The file '%1' is of the wrong type."
; WhileReadingFileCore
; This information is used to inform the user of which fileparser an error
; occured inside.
; This text takes on argument.
; This argument is the name of the fileparser.
MSG 0x06c01001 "While reading %1 file"
; WhileWritingFile
; This information is used to inform the user of which filetype a error uccured