home *** CD-ROM | disk | FTP | other *** search
/ Computer Arts Interactive 3 / CARTS3.iso / scala / catalogs / lfs.msg < prev    next >
Text File  |  1996-04-18  |  9KB  |  191 lines

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