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.

170 lines
5.8 KiB

  1. //Microsoft Developer Studio generated resource script.
  2. //
  3. #include "resource.h"
  4. #define APSTUDIO_READONLY_SYMBOLS
  5. /////////////////////////////////////////////////////////////////////////////
  6. //
  7. // Generated from the TEXTINCLUDE 2 resource.
  8. //
  9. #include "winres.h"
  10. /////////////////////////////////////////////////////////////////////////////
  11. #undef APSTUDIO_READONLY_SYMBOLS
  12. /////////////////////////////////////////////////////////////////////////////
  13. // English (U.S.) resources
  14. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  15. #ifdef _WIN32
  16. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  17. #pragma code_page(1252)
  18. #endif //_WIN32
  19. #ifdef APSTUDIO_INVOKED
  20. /////////////////////////////////////////////////////////////////////////////
  21. //
  22. // TEXTINCLUDE
  23. //
  24. 1 TEXTINCLUDE DISCARDABLE
  25. BEGIN
  26. "resource.h\0"
  27. END
  28. 2 TEXTINCLUDE DISCARDABLE
  29. BEGIN
  30. "#include ""winres.h""\r\n"
  31. "\0"
  32. END
  33. 3 TEXTINCLUDE DISCARDABLE
  34. BEGIN
  35. "1 TYPELIB ""MsPwdMig.tlb""\r\n"
  36. "\0"
  37. END
  38. #endif // APSTUDIO_INVOKED
  39. #ifndef _MAC
  40. /////////////////////////////////////////////////////////////////////////////
  41. //
  42. // Version
  43. //
  44. VS_VERSION_INFO VERSIONINFO
  45. FILEVERSION 1,0,0,1
  46. PRODUCTVERSION 1,0,0,1
  47. FILEFLAGSMASK 0x3fL
  48. #ifdef _DEBUG
  49. FILEFLAGS 0x1L
  50. #else
  51. FILEFLAGS 0x0L
  52. #endif
  53. FILEOS 0x4L
  54. FILETYPE 0x2L
  55. FILESUBTYPE 0x0L
  56. BEGIN
  57. BLOCK "StringFileInfo"
  58. BEGIN
  59. BLOCK "040904B0"
  60. BEGIN
  61. VALUE "CompanyName", "\0"
  62. VALUE "FileDescription", "MsPwdMig Module\0"
  63. VALUE "FileVersion", "1, 0, 0, 1\0"
  64. VALUE "InternalName", "MsPwdMig\0"
  65. VALUE "LegalCopyright", "Copyright 2001\0"
  66. VALUE "OriginalFilename", "MsPwdMig.DLL\0"
  67. VALUE "ProductName", "MsPwdMig Module\0"
  68. VALUE "ProductVersion", "1, 0, 0, 1\0"
  69. VALUE "OLESelfRegister", "\0"
  70. END
  71. END
  72. BLOCK "VarFileInfo"
  73. BEGIN
  74. VALUE "Translation", 0x409, 1200
  75. END
  76. END
  77. #endif // !_MAC
  78. /////////////////////////////////////////////////////////////////////////////
  79. //
  80. // REGISTRY
  81. //
  82. IDR_PASSWORDMIGRATION REGISTRY DISCARDABLE "PasswordMigration.rgs"
  83. /////////////////////////////////////////////////////////////////////////////
  84. //
  85. // String Table
  86. //
  87. STRINGTABLE DISCARDABLE
  88. BEGIN
  89. IDS_PROJNAME "MsPwdMig"
  90. IDS_E_CANNOT_ESTABLISH_SESSION
  91. "Unable to establish a session with the password export server."
  92. IDS_E_CANNOT_COPY_PASSWORD "Unable to copy password."
  93. IDS_E_CANNOT_GENERATE_KEY "Unable to generate encryption key."
  94. IDS_E_KEY_DOMAIN_NOT_SPECIFIED
  95. "Source domain flat (NetBIOS) name was not specified."
  96. IDS_E_KEY_FILE_NOT_SPECIFIED
  97. "Key file path not specified. A path to a local file must be specified. This file will be created and the encryption key written to the file."
  98. IDS_E_KEY_FILE_NOT_LOCAL_DRIVE
  99. "The specified encryption key file path '%s' does not specify a file on a local drive. Creation of an encryption key file on a network drive is not allowed."
  100. IDS_E_KEY_FILE_EXTENSION_INVALID
  101. "The specified encryption key file extension '%s' is invalid. The file extension must be '.pes'."
  102. IDS_E_KEY_CANT_CREATE_FILE "Unable to create encryption key file '%s'."
  103. IDS_E_KEY_CANT_WRITE_FILE "Unable to write to encryption key file '%s'."
  104. IDS_E_CANNOT_GET_DOMAIN_NAME
  105. "Unable to get primary domain information for server '%s'."
  106. IDS_E_EVERYONE_NOT_MEMBEROF_GROUP
  107. "Everyone is not a member of the Pre-Windows 2000 Compatible Access group in target domain '%s'."
  108. END
  109. STRINGTABLE DISCARDABLE
  110. BEGIN
  111. IDS_E_EVERYONE_DOES_NOT_INCLUDE_ANONYMOUS
  112. "The ""Let Everyone permissions apply to anonymous users"" security option has not been enabled on server '%s'."
  113. IDS_E_HIGH_ENCRYPTION_NOT_INSTALLED
  114. "The high encryption pack has not been installed on this machine."
  115. IDS_E_ENCRYPTION_OBJECT_FAILURE "Unexpected cryptography failure."
  116. IDS_E_GENERATE_SESSION_KEY_FAILED "Unable to generate a session key."
  117. IDS_E_GENERATE_SESSION_PASSWORD_FAILED
  118. "Unable to generate an encrypted session password."
  119. IDS_E_PASSWORD_MIGRATION_NOT_ENABLED
  120. "Password migration has not been enabled on the source server."
  121. IDS_E_ENCRYPTION_KEYS_DO_NOT_MATCH
  122. "The source password export server and the target server do not have the same encryption key for the source domain."
  123. IDS_E_PASSWORD_MIGRATION_NOT_RUNNING
  124. "The source server does not have the password migration component installed."
  125. IDS_E_SESSION_NOT_ESTABLISHED
  126. "A session with the password export server has not been established."
  127. IDS_E_PASSWORD_MIGRATION_NOT_FUNCTIONING
  128. "The password export server is not functioning correctly."
  129. IDS_E_SOURCE_SERVER_NOT_SPECIFIED "Source server was not specified."
  130. IDS_E_TARGET_SERVER_NOT_SPECIFIED "Target server was not specified."
  131. IDS_E_SOURCE_ACCOUNT_NOT_SPECIFIED "Source account was not specified."
  132. IDS_E_TARGET_ACCOUNT_NOT_SPECIFIED "Target account not specified."
  133. IDS_E_NO_ENCRYPTION_KEY_FOR_DOMAIN
  134. "The target server '%s' does not have an encryption key for source domain '%s'."
  135. END
  136. #endif // English (U.S.) resources
  137. /////////////////////////////////////////////////////////////////////////////
  138. #ifndef APSTUDIO_INVOKED
  139. /////////////////////////////////////////////////////////////////////////////
  140. //
  141. // Generated from the TEXTINCLUDE 3 resource.
  142. //
  143. 1 TYPELIB "MsPwdMig.tlb"
  144. /////////////////////////////////////////////////////////////////////////////
  145. #endif // not APSTUDIO_INVOKED