home *** CD-ROM | disk | FTP | other *** search
/ Chip 1995 March / CHIP3.mdf / demo / pctcp / program / disk2 / kernel.ms_ / kernel.ms
Encoding:
Text File  |  1994-08-09  |  6.6 KB  |  239 lines

  1. #
  2. # $Header:   J:\pctcp.dos\vcs\tsr\vxdpctcp\src\kernel.msv   1.7.1.0   09 Aug 1994 17:22:48   vitaly  $
  3. #
  4.  
  5. ########################################################
  6. # VXDINIT messages - common part - (10001 - 10999):    #
  7. ########################################################
  8. #Msg_Kernel_Not_Found
  9. $$10001"
  10. VXDINIT ERROR: The VXDPCTCP.386 (TCP/IP kernel VxD) is not found.
  11. "
  12.  
  13. #Msg_NDIS3_Not_Found
  14. $$10002"
  15. VXDINIT ERROR: The ND3HLP.386 (NDIS 3 VxD) is not found.
  16. "
  17.  
  18. #Msg_Dup
  19. $$10003"
  20. VXDINIT ERROR: VXDINIT is already loaded.
  21.         
  22. "
  23. #Msg_Dup_Kernel
  24. $$10004"
  25. VXDINIT ERROR: The PC/TCP TSR kernel is already loaded.
  26.       Use inet unload to unload the PC/TCP TSR kernel before you proceed.
  27. "
  28. #Msg_Idrive
  29. $$10005"
  30. VXDINIT WARNING: InterDrive VxD initialization failed.
  31.       Enter  ""vxdinit +i +t""  for a detailed list of messages.
  32. "
  33. #Msg_Nbep
  34. $$10006"
  35. VXDINIT WARNING:  NetBIOS VxD initialization failed.
  36.       Enter ""vxdinit +n +t""   for a detailed list of messages. 
  37. "
  38.  
  39. #Msg_Nfsd
  40. $$10007"
  41. VXDINIT WARNING: NFSD VxD initialization failed.
  42.       Enter ""vxdinit +n +t""   for a detailed list of messages. 
  43.  
  44. "
  45.  
  46. #Msg_Kernel
  47. $$10008"
  48. VXDINIT ERROR: Kernel VxD initialization failed.
  49.       Enter ""vxdinit +t"" for a detailed list of messages. 
  50. "
  51.  
  52. #Msg_OK
  53. $$10009"
  54. VXDINIT is successfully loaded.
  55. "
  56.  
  57. #Msg_No_Vxdldr 
  58. $$10010"
  59. VXDINIT ERROR: VXDINIT was not loaded.
  60. "
  61.  
  62. #Msg_Cant_Unload
  63. $$10011"
  64. VXDINIT ERROR: VXDINIT cannot be unloaded at this time.
  65. "
  66. #Msg_Unloaded
  67. $$10012"
  68. VXDINIT is now unloaded.
  69. "
  70.  
  71. #Msg_NDIS3
  72. $$10013"
  73. VXDINIT ERROR: NDIS 3 initialization failed.
  74. VxD NDIS 3 will not be invoked.
  75. "
  76.  
  77. $$10014"
  78. VXDINIT WARNING: The VIDRIVE.386 (InterDrive VxD) is not found.
  79.                  InterDrive VxD will not be loaded.
  80. "
  81.  
  82. $$10015"
  83. VXDINIT WARNING: The VNBEP.386 (NetBIOS VxD) is not found.
  84.                  NetBIOS VxD will not be loaded.
  85. "
  86.  
  87.  
  88. $$10016"
  89. VXDINIT WARNING: The VNFSD.386 (NFS Server VxD) is not found.
  90.                  NFSD VxD will not be loaded.
  91. "
  92.  
  93.  
  94. # demo version:
  95. $$10017"
  96.  
  97. This EVALUATION COPY has not been properly installed. Please reinstall.
  98.  
  99. "
  100.  
  101. # demo version (demo period has expired:
  102. $$10018"
  103.  
  104. ****************************************************************************
  105. * Kernel failed to load because your 30-day evaluation period has expired. *
  106. * If you would like to license a copy of this software,                    *
  107. * contact your FTP Software sales representative to order.                 *
  108. ****************************************************************************
  109.  
  110. "
  111.  
  112. # demo-key is good and today date is within it. print evaluation message:
  113. $$10019"
  114.  
  115. *******************************************************************
  116. * 30 DAY EVALUATION COPY.  AFTER 30 DAYS, YOUR ACCESS WILL CEASE. *
  117. *******************************************************************
  118.  
  119. "
  120.  
  121.  
  122. ########################################################
  123. # VXDINIT messages - VxD kernel part (20001 - ...) :   #
  124. ########################################################
  125. $$20001"
  126. VXDPCTCP ERROR: The Network Adapter Driver is not loaded.
  127. Please load the appropriate Driver.
  128. "
  129. $$20002"
  130. VXDPCTCP ERROR: PCTCP.INI configuration file (or [pctcp kernel] 
  131. or [pctcp general] sections) not found.
  132. "
  133. $$20003"
  134. VXDPCTCP WARNING: You have configured a default IP TTL value of less than 64. 
  135. The configured value may cause problems if you are connected to the
  136. internet!  Please see 'Getting Started' for details.
  137. "
  138. $$20004"
  139. VXDPCTCP ERROR: Entry 'interface' is not found in the [pctcp kernel] section
  140. of the PCTCP.INI configuration file.
  141. "
  142. $$20005"
  143. VXDPCTCP ERROR: The interface specified in the [pctcp kernel] section is not
  144. found in the PCTCP.INI configuration file.
  145. "
  146. $$20006"
  147. VXDPCTCP ERROR: The IP address for the interface specified in the 
  148. [pctcp kernel] section is not found in the PCTCP.INI configuration file.
  149. "
  150. $$20007"
  151. VXDPCTCP ERROR: The subnet mask for the interface specified in the 
  152. [pctcp kernel] section is not found in the PCTCP.INI configuration file.
  153. "
  154. $$20008"
  155. VXDPCTCP ERROR: Interface type for the interface specified in the 
  156. [pctcp kernel] section is wrong or not found in the PCTCP.INI configuration 
  157. file.
  158. "
  159. $$20009"
  160. VXDPCTCP ERROR: Error when parsing the TOS (IP Type Of Service) or
  161. IP security option.
  162. "
  163. $$20010"
  164. VXDPCTCP ERROR: Invalid serial number pair in the [pctcp kernel] section of
  165. your PCTCP.INI configuration file. 
  166. "
  167. $$20011"
  168. VXDPCTCP ERROR: The frame type for the interface specified in the [pctcp
  169. kernel] section is wrong or not found in the PCTCP.INI configuration file.
  170. "
  171. $$20012"
  172. VXDPCTCP ERROR: The bserver entry for the interface specified in the [pctcp
  173. kernel] section is wrong or not found in the PCTCP.INI configuration file.
  174. "
  175. $$20013"
  176. VXDPCTCP ERROR: PC/TCP requires Banyan VINES version 2.10 or greater.
  177. Please load Banyan VINES driver version 2.10 or greater and run vxdinit again.
  178. "
  179. $$20014"
  180. VXDPCTCP ERROR: Banyan VINES communication service is not installed.
  181. "
  182. $$20015"
  183. VXDPCTCP ERROR: The Banyan VINES driver is not loaded.
  184. Please load Banyan VINES driver first.
  185. "
  186. $$20016"
  187. VXDPCTCP ERROR: The Packet Driver is not loaded.
  188. Please load Packet Driver first.
  189. "
  190. $$20017"
  191. VXDPCTCP ERROR: Adapter Support Interface (ASI) for Token-Ring is not loaded.
  192. Please load Adapter Support Interface first.
  193. "
  194. # the messages #20018 & 20019 are really one message: (Ready-To-Translate:)
  195. # <msg20018><name_of_frame_type><msg20019> 
  196. $$20018"
  197. The default frame type is "
  198. $$20019".
  199. "
  200.  
  201. $$20020"VXDINIT ERROR: Found unsupported Packet Driver.
  202. This class of Packet Driver is not supported by PC/TCP kernel.
  203. Please load the supported Packet Driver and run vxdinit again.
  204. "
  205. $$20021"
  206. VXDPCTCP WARNING: The total number of TCP and UDP connections exceeds
  207. available in the VXD kernel.
  208. "
  209. # the messages #20022 & 20023 are really one message: (Ready-To-Translate:)
  210. # <msg20022><num_of_udp_conn><msg20023>    
  211. $$20022"
  212. VXDPCTCP WARNING: The number of UDP connections is reduced to "
  213. $$20023".
  214. "
  215.  
  216. # the messages #20024 & 20025 are really one message: (Ready-To-Translate:)
  217. # <msg20024><num_of_tcp_conn><msg20025>    
  218. $$20024"
  219. VXDPCTCP WARNING: The number of TCP connections is reduced to "
  220. $$20025".
  221. "
  222.  
  223. # the messages #20026 & 20027 are really one message: (Ready-To-Translate:)
  224. # <msg20026><vector><msg20027>    
  225. $$20026"
  226. VXDPCTCP ERROR: The Driver and the Kernel vectors are identical: 0x"
  227. $$20027".
  228. "
  229.  
  230. $$20028"
  231. Please change 'kernel-int=' entry in [pctcp kernel] section 
  232. of the PCTCP.INI configuration file.
  233. "
  234.  
  235. $$20029"
  236. Please add 'kernel-int=' entry in [pctcp kernel] section 
  237. of the PCTCP.INI configuration file.
  238. "
  239.