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.

106 lines
2.5 KiB

  1. ;/*++ BUILD Version: 0001 // Increment this if a change has global effects
  2. ;
  3. ;Copyright (c) 1998 Microsoft Corporation
  4. ;
  5. ;Module Name:
  6. ;
  7. ; uevents.mc
  8. ;
  9. ;Abstract:
  10. ;
  11. ; Definitions for SCE/EFS default policy Events
  12. ;
  13. ;Author:
  14. ;
  15. ; Jin Huang
  16. ;
  17. ;Revision History:
  18. ;
  19. ;--*/
  20. ;
  21. ;
  22. ;#ifndef _SCLGNTFY_EVT_
  23. ;#define _SCLGNTFY_EVT_
  24. ;
  25. SeverityNames=(Success=0x0:STATUS_SEVERITY_SUCCESS
  26. Informational=0x1:STATUS_SEVERITY_INFORMATIONAL
  27. Warning=0x2:STATUS_SEVERITY_WARNING
  28. Error=0x3:STATUS_SEVERITY_ERROR
  29. )
  30. ;
  31. ;/////////////////////////////////////////////////////////////////////////
  32. ;//
  33. ;// Events (1000 - 1999)
  34. ;//
  35. ;/////////////////////////////////////////////////////////////////////////
  36. ;
  37. MessageId=1000 Severity=Error SymbolicName=GPOEVENT_ERROR_DSROLE
  38. Language=English
  39. Machine role cannot be determined.
  40. %1
  41. .
  42. MessageId=1001 Severity=Error SymbolicName=GPOEVENT_ERROR_CREATE_LPO
  43. Language=English
  44. Default local machine policy cannot be created.
  45. %1
  46. .
  47. MessageId=1002 Severity=Error SymbolicName=GPOEVENT_ERROR_CREATE_GPO
  48. Language=English
  49. Default group policy object cannot be created.
  50. %1
  51. .
  52. MessageId=1500 Severity=Warning SymbolicName=GPOEVENT_WARNING_NOT_REFRESH
  53. Language=English
  54. Machine policy is not propagated.
  55. %1
  56. .
  57. MessageId=1800 Severity=Success SymbolicName=GPOEVENT_INFO_REFRESH
  58. Language=English
  59. Machine policy is triggerd to refresh immediately.
  60. .
  61. MessageId=1801 Severity=Success SymbolicName=GPOEVENT_INFO_UNREGISTER
  62. Language=English
  63. %1 notify handler is unregistered.
  64. .
  65. MessageId=1900 Severity=Informational SymbolicName=GPOEVENT_INFO_GPO_EXIST
  66. Language=English
  67. Group policy objects are already defined for the domain %1.
  68. .
  69. ;
  70. ; // String resource
  71. ;
  72. MessageId=0x2000 SymbolicName=EFS_POLICY_WARNING
  73. Language=English
  74. A default Encrypted Data Recovery Policy has been automatically configured
  75. for %1 using a public key certificate generated for the
  76. local administrator account. The administrator is now the default encrypted
  77. data recovery agent.
  78. It is recommended that you use Certificate Manager to backup this certificate
  79. and associated private key or use Group Policy Editor to change the policy.
  80. For more information about this, please refer to the section on Encrypting
  81. File System in Windows NT Documentation.
  82. .
  83. MessageId=0x2001 SymbolicName=EFS_POLICY_WARNING_TITLE
  84. Language=English
  85. Encrypting File System Information
  86. .
  87. ;
  88. ;#endif // _SCLGNTFY_EVT_
  89. ;