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.

50 lines
2.2 KiB

  1. #include "resource.h"
  2. #include "winres.h"
  3. /////////////////////////////////////////////////////////////////////////////
  4. // English (U.S.) resources
  5. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  6. #ifdef _WIN32
  7. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  8. #pragma code_page(1252)
  9. #endif //_WIN32
  10. /////////////////////////////////////////////////////////////////////////////
  11. //
  12. // Bitmap
  13. //
  14. IDB_BMP_LARGE BITMAP DISCARDABLE "lrg_addusr.bmp"
  15. IDB_BMP_SMALL BITMAP DISCARDABLE "sml_addusr.bmp"
  16. /////////////////////////////////////////////////////////////////////////////
  17. //
  18. // String Table
  19. //
  20. STRINGTABLE DISCARDABLE
  21. BEGIN
  22. IDS_ERROR_TITLE "Error"
  23. IDS_NOT_ADMIN "You are not logged on as a user with permission to run this wizard."
  24. IDS_TITLE "Add User Wizard"
  25. IDS_WELCOME_HEADER "Welcome to the Add User Wizard"
  26. IDS_WELCOME_TEXT "This wizard creates a new user account and gives the user access to the Server.\n\nThis wizard:\n - Creates a user account\n - Creates a POP3 Service mailbox for the user"
  27. IDS_WELCOME_TEXT_NEXT "\n\n\n To continue, click Next."
  28. IDS_FINISH_HEADER "Completing the Add User Wizard"
  29. IDS_FINISH_TEXT "When you click Finish, the wizard will complete the following tasks:"
  30. IDS_STATUS_INFO "The user account is being created."
  31. IDS_STATUS_ACCNT "Creating user account"
  32. IDS_CANT_FIND_DC "Unable to locate the domain controller. Active Directory may be unavailable or you may have insufficient permissions. Check these conditions or contact the person responsible for your network."
  33. IDS_ERROR_MISSINGDLL "Unable to run the Add User Wizard. Some required files are missing or cannot be located."
  34. IDS_ERROR_EXTENDED_FMT "The user could not be completely created, the following items were not able to be completed:\r\n%1\r\nWould you like to delete the user?"
  35. END
  36. #endif // English (U.S.) resources
  37. /////////////////////////////////////////////////////////////////////////////
  38. #include "version.rc2"