Leaked source code of windows server 2003
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.

31 lines
1.4 KiB

  1. #ifdef APSTUDIO_INVOKED
  2. #error this file is not editable by Visual C++
  3. #endif //APSTUDIO_INVOKED
  4. //Microsoft Developer Studio generated resource script.
  5. //
  6. #include "resource2.h"
  7. /////////////////////////////////////////////////////////////////////////////
  8. //
  9. // String Table
  10. //
  11. STRINGTABLE DISCARDABLE
  12. BEGIN
  13. IDS_SUCCESS_CREATEUSER "Users successfully added."
  14. IDS_SUCCESS_CREATEMAILBOX "Mailboxes successfully added."
  15. IDS_SUCCESS_SENDMAIL "Mail successfully sent."
  16. IDS_WARNING_ERRORSIGNORED "One or more errors occured but were ignored as requested. Please review the log file Pop2ExchLog.txt for more details."
  17. END
  18. STRINGTABLE DISCARDABLE
  19. BEGIN
  20. IDS_ERROR_UNKNOWN "An error occured."
  21. IDS_ERROR_CREATEUSER_FAILED "A problem occured. Not all users were created."
  22. IDS_ERROR_CREATEMAILBOX_FAILED "A problem occured. Not all mailboxes were created."
  23. IDS_ERROR_SENDMAIL_FAILED "A problem occured. Not all mail was sent."
  24. IDS_ERROR_MUSTBERUNFROMCURDIR "Pop2Exch.exe can only be run from the ""mail root"" directory. P3Admin.dll must also exist in the ""mail root"" directory."
  25. IDS_ERROR_POP3REQUIRED "This option requires that the Pop3 Service is installed."
  26. END