home *** CD-ROM | disk | FTP | other *** search
/ Red Pages of the Internet / RedPagesInternet2000.iso / Other / Scala.InfoChannel.IC200.SP6-SHOCK / SCALA / IC200 / Catalogs / SnapLoad.msg < prev    next >
Encoding:
Text File  |  1997-05-13  |  4.3 KB  |  92 lines

  1. ; Tools/cdc 2.13 (6 May 1997) (NT/TOOLS)
  2. ; CAT Catalog Emitter $Revision: 1.27 $
  3. ; Catalog definitions for module "SnapLoad" (SnapLoad.Book)
  4. ; Original Command Line: 
  5. ;    z:\scala\current\nt\tools\bin\CDC.exe -t -q -n Z:\Scala\Names -i 
  6. ;    c:\MakeTMP\XX200.rel\SnapLoad.rls\Locked\XX200\Include;Z:\Scala\Locked\XX200\Include 
  7. ;    SnapLoad.cdl -o SnapLoad.cdl.err -e NameDB -l -o 
  8. ;    c:\MakeTMP\XX200.rel\SnapLoad.rls\out\Locked\XX200\Names.dat\SnapLoad\SnapLoad.ndb 
  9. ;    -e CPublicDoc -o 
  10. ;    c:\MakeTMP\XX200.rel\SnapLoad.rls\obj\Locked\XX200\Autodoc\SnapLoad.doc 
  11. ;    -e CPrivateDoc -o 
  12. ;    c:\MakeTMP\XX200.rel\SnapLoad.rls\obj\Locked\XX200\Autodoc\Internal\SnapLoad.doc 
  13. ;    -e CPublicIPF -o 
  14. ;    c:\MakeTMP\XX200.rel\SnapLoad.rls\obj\Locked\XX200\Autodoc\SnapLoad.ipf 
  15. ;    -e CPrivateIPF -o 
  16. ;    c:\MakeTMP\XX200.rel\SnapLoad.rls\obj\Locked\XX200\Autodoc\Internal\SnapLoad.ipf 
  17. ;    -e CPublicHead -v -s -o 
  18. ;    c:\MakeTMP\XX200.rel\SnapLoad.rls\obj\Locked\XX200\Include\SnapLoad\SnapLoad.h 
  19. ;    -e CPrivateHead -v -s -o 
  20. ;    c:\MakeTMP\XX200.rel\SnapLoad.rls\obj\Locked\XX200\Include\SnapLoad\Internal\SnapLoad.ph 
  21. ;    -e Catalog -c -o 
  22. ;    c:\MakeTMP\XX200.rel\SnapLoad.rls\obj\Locked\XX200\Catalogs\SnapLoad.msg 
  23. ;    -e Help -c -o 
  24. ;    c:\MakeTMP\XX200.rel\SnapLoad.rls\obj\Locked\XX200\Catalogs\SnapLoad.hlp 
  25. ;    -e AsmMSDOS -o 
  26. ;    c:\MakeTMP\XX200.rel\SnapLoad.rls\obj\Locked\XX200\src\SnapLoad\_dos.asm 
  27. ;    -e AsmWin32 -o 
  28. ;    c:\MakeTMP\XX200.rel\SnapLoad.rls\obj\Locked\XX200\src\SnapLoad\_win32.asm 
  29. ;    -e CModuleCode -o 
  30. ;    c:\MakeTMP\XX200.rel\SnapLoad.rls\obj\Locked\XX200\src\SnapLoad\book.c 
  31. ;    -e CModuleHead -o 
  32. ;    c:\MakeTMP\XX200.rel\SnapLoad.rls\obj\Locked\XX200\Include\SnapLoad\book.h 
  33. ; THIS FILE IS COMPUTER GENERATED, NO HUMAN GENERATED CHANGES ARE PERMITTED
  34. VERSION 3
  35. REVISION 1
  36. LANGUAGE "English"
  37. NATURALNAME "SnapLoad"
  38. ; SLOAD_NoActiveMovie
  39. ; Reported if there is no ActiveMovie installed.
  40. 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."
  41. ; SNAPREF_UnknownFormat
  42. ; The UnknownFormat error is used by snapload to report  that it did not 
  43. ; recognize a specific file's format. This       error takes one parameter. 
  44. ; This parameter is the fullpath of the file.
  45. MSG 0x06c02001 "The format of the file \"%1\" is not recognized."
  46. ; SNAPREF_NoFormats
  47. ; There aren't any file formats available
  48. MSG 0x06c00c01 "No file formats available to load \"%1\"."
  49. ; SNAPREF_FailedToParseFile
  50. ; The FailedToParseFile error is used by some snap       picture EXes to report 
  51. ; a corrupt or unsupported file. The     parameter is the fullpath of this file.
  52. MSG 0x06c00401 "File %1 is corrupt."
  53. ; SNAPSTATE_IncorrectType
  54. ; If the subclass of SnapState is passed in the incorrect FileType() key during 
  55. ; create, it will report this error.
  56. ;        Typically:
  57. ;        "test.bmp is not a picture it is a sound sample"
  58. MSG 0x06c01c03 "\"%1\" is not of type \"%2\", it is of type \"%3\"."
  59. ; FILEMEM_WhileReadingFile
  60. ; This information is used to inform the user of which file a error occured 
  61. ; inside.
  62. ; This text takes one parameter.
  63. ; This argument is the name of the file we was reading from.
  64. MSG 0x06c02401 "While reading file %1"
  65. ; FILEMEM_EmptyFile
  66. ; FileMem will fail to create if the file is empty.
  67. MSG 0x06c02801 "The file '%1' is empty."
  68. ; WrongFileType
  69. ; The WrongFileType error is used when snapload is able to detect the filetype 
  70. ; of the file, but the caller did specify that the file should have been of 
  71. ; another type.
  72. ; This error takes one parameter.
  73. ; This parameter is the fullpath of the file.
  74. MSG 0x06c00801 "The file '%1' is of the wrong type."
  75. ; WhileReadingFileCore
  76. ; This information is used to inform the user of which fileparser an error 
  77. ; occured inside.
  78. ; This text takes on argument.
  79. ; This argument is the name of the fileparser.
  80. MSG 0x06c01001 "While reading %1 file"
  81. ; WhileWritingFile
  82. ; This information is used to inform the user of which filetype a error uccured 
  83. ; inside during writing.
  84. ; This text takes on argument.
  85. ; This argument is the name of the fileparser.
  86. MSG 0x06c01401 "While writing %1 file"
  87.