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

  1. ; Tools/cdc 2.13 (6 May 1997) (OS2/TOOLS)
  2. ; CAT Catalog Emitter $Revision: 1.27 $
  3. ; Catalog definitions for module "LFS" (LFS.Book)
  4. ; Original Command Line: 
  5. ;    Z:\SCALA\CURRENT\OS2\TOOLS\BIN\CDC.EXE -t -q -n 
  6. ;    D:\MakeTMP\XX200.rel\LFS.rls\out\Locked\XX200\Names.dat\LFS -i 
  7. ;    D:\MakeTMP\XX200.rel\LFS.rls\Locked\XX200\Include;Z:\Scala\Locked\XX200\Include 
  8. ;    LFS.cdl -e Catalog -c -o 
  9. ;    D:\MakeTMP\XX200.rel\LFS.rls\obj\Locked\XX200\Catalogs\LFS.msg -e 
  10. ;    Help -c -o 
  11. ;    D:\MakeTMP\XX200.rel\LFS.rls\obj\Locked\XX200\Catalogs\LFS.hlp -e 
  12. ;    AsmMSDOS -o 
  13. ;    D:\MakeTMP\XX200.rel\LFS.rls\obj\Locked\XX200\src\LFS\_dos.asm -e 
  14. ;    AsmWin32 -o 
  15. ;    D:\MakeTMP\XX200.rel\LFS.rls\obj\Locked\XX200\src\LFS\_win32.asm -e 
  16. ;    CModuleCode -o 
  17. ;    D:\MakeTMP\XX200.rel\LFS.rls\obj\Locked\XX200\src\LFS\book.c -e 
  18. ;    CModuleHead -o 
  19. ;    D:\MakeTMP\XX200.rel\LFS.rls\obj\Locked\XX200\Include\LFS\book.h 
  20. ; THIS FILE IS COMPUTER GENERATED, NO HUMAN GENERATED CHANGES ARE PERMITTED
  21. VERSION 3
  22. REVISION 1
  23. LANGUAGE "English"
  24. NATURALNAME "LFS"
  25. ; LFS_Required_Key_Missing
  26. ; A method was called without a required key. For example, if you call the 
  27. ; Do_LFS_Write method without supplying an LFS_Buffer key, you will get this 
  28. ; error.
  29. MSG 0x00a00800 "Required key missing."
  30. ; LFS_Object_In_Use
  31. ; The object (a file or directory) you were trying to access is in use by 
  32. ; another process (or you have it opened yourself for a conflicting mode). For 
  33. ; example, if you try to open a file for read when it is already opened for 
  34. ; write, you will get this error.
  35. MSG 0x00a00c00 "The file or directory is in use."
  36. ; LFS_File_Not_Found
  37. ; The file you were trying to access was not found in the path you specified.
  38. MSG 0x00a01001 "The file \"%1\" was not found."
  39. ; LFS_Directory_Not_Found
  40. ; The directory you were trying to access was not found in the path you 
  41. ; specified.
  42. MSG 0x00a01401 "The directory \"%1\" was not found."
  43. ; LFS_Beyond_Root
  44. ; You tried to access a file or directory beyond the root of the directory tree. 
  45. ; For example, the path ":RAM\..\.." is invalid because there is no parent of ":
  46. ; " (it is the root of the directory tree).
  47. MSG 0x00a01801 "This path is above the root of the directory tree: \"%1\"."
  48. ; LFS_Beyond_Root_Link
  49. ; You cannot access the parent of a link (an assignment). The reason for this 
  50. ; is because an assignment can be a multi-assignment and that means you could 
  51. ; have more than one parent. LFS will not generate a new assignment based on 
  52. ; all parents of an assignment.
  53. MSG 0x00a08001 "Tried to access the parent of the link to \"%1\"."
  54. ; LFS_Invalid_Path
  55. ; The path string you supplied is invalid or has invalid characters.
  56. MSG 0x00a01c01 "The path \"%1\" is invalid."
  57. ; LFS_Invalid_Name
  58. ; The name you supplied is invalid. It's either too long or has invalid 
  59. ; characters.
  60. MSG 0x00a02001 "The name \"%1\" is invalid."
  61. ; LFS_Invalid_Pattern
  62. ; The Pattern you specified was invalid. It's either too long or has invalid 
  63. ; characters or invalid character combinations.
  64. MSG 0x00a02401 "\"%1\" is not a valid file name."
  65. ; LFS_Already_Exists
  66. ; You tried to rename a file to a file name that already exists or you tried to 
  67. ; move a file to a directory where the file name is already used.
  68. MSG 0x00a02801 "\"%1\" already exists."
  69. ; LFS_Not_A_File
  70. ; The object you specified is a directory, not a file. You used 
  71. ; CLASS_FILEHANDLE when you should have used CLASS_DIRECTORYHANDLE or a 
  72. ; directory was found with that name that you were not expecting.
  73. MSG 0x00a02c01 "\"%1\" is a directory, not a file."
  74. ; LFS_Not_A_Directory
  75. ; The object you specified is a file, not a directory. You used 
  76. ; CLASS_DIRECTORYHANDLE when you should have used CLASS_FILEHANDLE or a file 
  77. ; was found with that name that you were not expecting.
  78. MSG 0x00a03001 "\"%1\" is a file, not a directory."
  79. ; LFS_Not_A_Device
  80. ; The object you specified is not a device name (like ":RAM" etc...). You may 
  81. ; have specified a file, directory, or directory link by accident.
  82. MSG 0x00a03401 "\"%1\" is not a device."
  83. ; LFS_Cannot_Change
  84. ; You cannot change the attribute you requested. You may only GET this 
  85. ; attribute. You cannot SET it.
  86. MSG 0x00a03801 "Cannot change %1."
  87. ; LFS_Invalid_Attribute
  88. ; The protection bit(s) (file attribute(s)) you specified is an invalid bit(s).
  89. MSG 0x00a04400 "Invalid attribute."
  90. ; LFS_Cannot_Move_Across_Devices
  91. ; You cannot move a file from one device to another. You may only move a file 
  92. ; to a destination on the same device. A manual copy of the file must be done 
  93. ; to move to another device.
  94. MSG 0x00a04c00 "Cannot move across devices."
  95. ; LFS_Write_Protected
  96. ; You attempted to write to a file or device that is write- protected.
  97. MSG 0x00a05000 "Disk is write-protected."
  98. ; LFS_Access_Denied
  99. ; The protection bits (file attributes) of this file prohibits the access you 
  100. ; requested. For example, you tried to write to a read-only file.
  101. MSG 0x00a05401 "Access to the file \"%1\" is denied."
  102. ; LFS_Read_Only_Device
  103. ; The device you tried to access is a read-only device.
  104. MSG 0x00a04000 "Device is read-only."
  105. ; LFS_Invalid_Access
  106. ; The access you requested is not understood. This value is invalid.
  107. MSG 0x00a05800 "An invalid access value was requested."
  108. ; LFS_Read_Access_Not_Requested
  109. ; You tried to read information from a file using a handle that was not created 
  110. ; to have read access.
  111. MSG 0x00a05c01 "Read access was not requested for file \"%1\"."
  112. ; LFS_Write_Access_Not_Requested
  113. ; You tried to write information to a file using a handle that was not created 
  114. ; to have write access.
  115. MSG 0x00a06001 "Write access was not requested for file \"%1\"."
  116. ; LFS_Directory_Not_Empty
  117. ; You tried to delete a directory that is not empty.
  118. MSG 0x00a06401 "Cannot delete the directory \"%1\" because it is not empty."
  119. ; LFS_Cannot_Delete_All
  120. ; Do_LFS_Format was called and LFS could not delete all objects on that device 
  121. ; most likely because there are outstanding locks on file/directories.
  122. MSG 0x00a06800 "Cannot delete all."
  123. ; LFS_Object_Removed
  124. ; A method was called on a handle which Do_LFS_Delete was called. The only 
  125. ; valid operation on a handle after a Do_LFS_Delete is called on that handle is 
  126. ; Delete().
  127. MSG 0x00a06c00 "Object removed."
  128. ; LFS_Invalid_Data_Pointer
  129. ; The data pointer you supplied in LFS_Buffer() is NULL or otherwise invalid.
  130. MSG 0x00a07000 "Invalid data pointer."
  131. ; LFS_Invalid_Seek_Position
  132. ; The seek position you specified is invalid. You tried to seek before the 
  133. ; beginning of file or while in read mode you tried to seek past the end of the 
  134. ; file.
  135. MSG 0x00a07400 "Invalid seek position."
  136. ; LFS_Invalid_Seek_Type
  137. ; The value you specified for the seek mode is invalid. Valid modes are 
  138. ; SEEK_START, SEEK_CURRENT, and SEEK_END.
  139. MSG 0x00a07800 "Invalid seek mode."
  140. ; LFS_Device_Full
  141. ; The device you were trying to write to is full (out of free space).
  142. MSG 0x00a07c00 "The disk is full."
  143. ; LFS_Disk_Not_Present
  144. ; The disk for this device is not present.
  145. MSG 0x00a08400 "The disk is not present."
  146. ; LFS_Not_Supported
  147. ; The operation you tried to perform implies a feature that is not supported.
  148. MSG 0x00a08800 "Not supported."
  149. ; LFS_Data_Corrupt
  150. ; The data in this file (or on the disk in general) is corrupt (e.g. has a CRC 
  151. ; error or something).
  152. MSG 0x00a0a400 "File or directory contains corrupt data."
  153. ; LFS_Aborted
  154. ; The request for this handle was aborted. Do_Abort was called on this handle.
  155. MSG 0x00a08c00 "Aborted"
  156. ; LFS_Invalid_Reply_Object
  157. ; The reply object you supplied is not a valid LFS reply object.
  158. MSG 0x00a09000 "Invalid reply object."
  159. ; LFS_Name
  160. ; Cannot change "name" text
  161. MSG 0x00a09400 "name"
  162. ; LFS_Attribute
  163. ; Cannot change "attribute" text
  164. MSG 0x00a09800 "attribute"
  165. ; LFS_TimeStamp
  166. ; Cannot change "timestamp" text
  167. MSG 0x00a09c00 "timestamp"
  168. ; LFS_BuffSize
  169. ; Cannot change "buffer size" text
  170. MSG 0x00a0a000 "buffer size"
  171. ; LFS_Directory_Not_Found_Path
  172. ; The directory within a path was not found
  173. MSG 0x00a00402 "The directory \"%1\" was not found in the path \"%2\"."
  174. ; LFS_Not_A_Directory_Path
  175. ; The directory specified within a path is a file, not a directory
  176. MSG 0x00a03c02 "The object \"%1\" in the path \"%2\" is a file, not a directory."
  177. ; LFS_Unknown_Error
  178. ; The driver's hardware reported an error that was unexpected
  179. MSG 0x00a04801 "File system error: %1"
  180. ; LFS_Path_Overflow
  181. ;       The path is too long...
  182. MSG 0x00a0a800 "Path name overflow."
  183.