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.

54 lines
1.7 KiB

  1. /**********************************************************************/
  2. /** Microsoft Windows NT **/
  3. /** Copyright(c) Microsoft Corp., 1993 **/
  4. /**********************************************************************/
  5. /*
  6. ftpsvc.rc
  7. Resource file for SMTP Service.
  8. FILE HISTORY:
  9. KeithMo 07-Mar-1993 Created.
  10. JohnsonA 20-Oct-1995 Copied for SMTPSvc
  11. */
  12. #include <windows.h>
  13. #include "smtpdata.h"
  14. #include "smtpmsg.rc"
  15. #define RC_VERSION_FILE_DESCRIPTION "SMTP Service\0"
  16. #define RC_VERSION_INTERNAL_NAME "smtpsvc.dll\0"
  17. #define RC_VERSION_ORIGINAL_FILE_NAME "smtpsvc.dll\0"
  18. #include <bldver.rc>
  19. STRINGTABLE DISCARDABLE
  20. BEGIN
  21. SMTP_UNRECOG_COMMAND_CODE "Syntax error, command unrecognized"
  22. SMTP_SYNTAX_ERROR_CODE "Syntax error in parameters"
  23. SMTP_BAD_SEQUENCE_CODE "Bad sequence of commands"
  24. SMTP_SYS_STATUS_CODE "System status-"
  25. SMTP_SERVICE_CLOSE_CODE "Service closing transmission channel"
  26. SMTP_SERVICE_READY_CODE "Service ready"
  27. SMTP_OK_CODE "Ok"
  28. SMTP_USER_NOT_LOCAL_CODE "User not local. Will forward"
  29. SMTP_MBOX_BUSY_CODE "Item not found"
  30. SMTP_MBOX_NOTFOUND_CODE "Item not found. No access"
  31. SMTP_ERROR_PROCESSING_CODE "Error in processing"
  32. SMTP_USERNOTLOCAL_CODE "User not local. Please try "
  33. SMTP_INSUFF_STORAGE_CODE "Insufficient system storage"
  34. SMTP_ACTION_ABORTED_CODE "Exceeded storage allocation"
  35. SMTP_ACTION_NOT_TAKEN_CODE "Mailbox name not allowed"
  36. SMTP_START_MAIL_CODE "End with CRLF"
  37. SMTP_TRANSACT_FAILED_CODE "Transaction failed"
  38. SMTP_SERVICE_UNAVAILABLE_CODE "Service not available. Closing connection"
  39. END