Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

105 lines
4.2 KiB

  1. ;/**********************************************************************/
  2. ;/** Microsoft Windows NT **/
  3. ;/** Copyright(c) Microsoft Corp., 1993 **/
  4. ;/**********************************************************************/
  5. ;
  6. ;/*
  7. ; msg.h
  8. ;
  9. ; This file is generated by the MC tool from the MSG.MC message
  10. ; file.
  11. ;
  12. ;
  13. ; FILE HISTORY:
  14. ; KeithMo 19-Mar-1993 Created.
  15. ;
  16. ;*/
  17. ;
  18. ;
  19. ;#ifndef _MSG_H_
  20. ;#define _MSG_H_
  21. ;
  22. SeverityNames=(Success=0x0
  23. Informational=0x1
  24. Warning=0x2
  25. Error=0x3
  26. )
  27. Messageid=1 Severity=Error SymbolicName=FTPD_EVENT_CANNOT_INITIALIZE_SECURITY
  28. Language=English
  29. FTP Server could not initialize its security. The data is the error.
  30. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  31. .
  32. Messageid=3 Severity=Error SymbolicName=FTPD_EVENT_CANNOT_INITIALIZE_WINSOCK
  33. Language=English
  34. FTP Server could not initialize the socket library. The data is the error.
  35. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  36. .
  37. Messageid=4 Severity=Error SymbolicName=FTPD_EVENT_OUT_OF_MEMORY
  38. Language=English
  39. FTP Server was unable to initialize due to a shortage of available memory. The data is the error.
  40. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  41. .
  42. Messageid=5 Severity=Error SymbolicName=FTPD_EVENT_CANNOT_LOCATE_FTP
  43. Language=English
  44. FTP Server could not locate the FTP/TCP service. The data is the error.
  45. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  46. .
  47. Messageid=6 Severity=Error SymbolicName=FTPD_EVENT_CANNOT_CREATE_CONNECTION_SOCKET
  48. Language=English
  49. FTP Server could not create the main connection socket. The data is the error.
  50. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  51. .
  52. Messageid=7 Severity=Error SymbolicName=FTPD_EVENT_CANNOT_CREATE_CONNECTION_THREAD
  53. Language=English
  54. FTP Server could not create the main connection thread. The data is the error.
  55. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  56. .
  57. MessageId=8 Severity=Error SymbolicName=FTPD_EVENT_CANNOT_CREATE_CLIENT_THREAD
  58. Language=English
  59. FTP Server could not create a client worker thread for user at host %1. The connection to this user is terminated. The data is the error.
  60. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  61. .
  62. MessageId=9 Severity=Error SymbolicName=FTPD_EVENT_SYSTEM_CALL_FAILED
  63. Language=English
  64. A call to a system service failed unexpectedly. The data is the error.
  65. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  66. .
  67. MessageId=10 Severity=Warning SymbolicName=FTPD_EVENT_CLIENT_TIMEOUT
  68. Language=English
  69. User %1 at host %2 has timed-out after %3 seconds of inactivity.
  70. .
  71. Messageid=11 Severity=Informational SymbolicName=FTPD_EVENT_ANONYMOUS_LOGON
  72. Language=English
  73. Anonymous logon request received from %1 at host %2.
  74. .
  75. Messageid=12 Severity=Informational SymbolicName=FTPD_EVENT_NONANONYMOUS_LOGON
  76. Language=English
  77. User logon request received from %1 at host %2.
  78. .
  79. Messageid=13 Severity=Warning SymbolicName=FTPD_EVENT_BAD_HOME_DIRECTORY
  80. Language=English
  81. User %1 failed to log on, could not access the home directory %2.
  82. .
  83. Messageid=14 Severity=Warning SymbolicName=FTPD_EVENT_RETRO_ACCESS_DENIED
  84. Language=English
  85. User %1 denied access to the current directory %2 due to a security change.
  86. %nFor additional information specific to this message please visit the Microsoft Online Support site located at: http://www.microsoft.com/contentredirect.asp.
  87. .
  88. ;
  89. ;#endif // _MSG_H_
  90. ;