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.

44 lines
1.4 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Windows NT Secure Server Roles Security Configuration Wizard
  4. //
  5. // Microsoft Windows
  6. // Copyright (C) Microsoft Corporation, 1992 - 2002
  7. //
  8. // File: strings.cxx
  9. //
  10. // Contents: Security Configuration wizard.
  11. //
  12. // History: 16-Oct-01 EricB created
  13. //
  14. //-----------------------------------------------------------------------------
  15. #include "pch.h"
  16. PCWSTR g_wzSSRUIData = L"SSRUIData";
  17. PCWSTR g_wzRole = L"Role";
  18. PCWSTR g_wzRoles = L"Roles";
  19. PCWSTR g_wzRoleLocalization = L"RoleLocalization";
  20. PCWSTR g_wzName = L"Name";
  21. PCWSTR g_wzDisplayName = L"DisplayName";
  22. PCWSTR g_wzDescription = L"Description";
  23. PCWSTR g_wzType = L"Type";
  24. PCWSTR g_wzSelected = L"Selected";
  25. PCWSTR g_wzServices = L"Services";
  26. PCWSTR g_wzService = L"Service";
  27. PCWSTR g_wzRequired = L"Required";
  28. PCWSTR g_wzSelect = L"Select";
  29. PCWSTR g_wzSatisfiable = L"Satisfiable";
  30. PCWSTR g_wzInstalled = L"Installed";
  31. PCWSTR g_wzStartupCurrent = L"Startup_Current";
  32. PCWSTR g_wzStartupDefault = L"Startup_Default";
  33. PCWSTR g_wzDependencies = L"Dependencies";
  34. PCWSTR g_wzAncestors = L"Ancestors";
  35. PCWSTR g_wzProgeny = L"Progeny";
  36. PCWSTR g_wzTrue = L"TRUE";
  37. PCWSTR g_wzIndependent = L"Independent";
  38. PCWSTR g_wzServer = L"Server";
  39. PCWSTR g_wzClient = L"Client";
  40. PCWSTR g_wzSecurityLevel = L"SecurityLevel";
  41. PCWSTR g_wzQuestions = L"Questions";
  42. PCWSTR g_wzQuestion = L"Question";