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.

159 lines
5.9 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. #define APSTUDIO_HIDDEN_SYMBOLS
  10. #define IDC_STATIC -1
  11. #include "windows.h"
  12. #undef APSTUDIO_HIDDEN_SYMBOLS
  13. /////////////////////////////////////////////////////////////////////////////
  14. #undef APSTUDIO_READONLY_SYMBOLS
  15. /////////////////////////////////////////////////////////////////////////////
  16. // English (U.S.) resources
  17. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  18. #ifdef _WIN32
  19. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  20. #pragma code_page(1252)
  21. #endif //_WIN32
  22. #ifdef APSTUDIO_INVOKED
  23. /////////////////////////////////////////////////////////////////////////////
  24. //
  25. // TEXTINCLUDE
  26. //
  27. 1 TEXTINCLUDE DISCARDABLE
  28. BEGIN
  29. "resource.h\0"
  30. END
  31. 2 TEXTINCLUDE DISCARDABLE
  32. BEGIN
  33. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  34. "#define IDC_STATIC -1\r\n"
  35. "#include ""windows.h""\r\n"
  36. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  37. "\0"
  38. END
  39. 3 TEXTINCLUDE DISCARDABLE
  40. BEGIN
  41. "\r\n"
  42. "\0"
  43. END
  44. #endif // APSTUDIO_INVOKED
  45. /////////////////////////////////////////////////////////////////////////////
  46. //
  47. // TYPELIB
  48. //
  49. 1 TYPELIB MOVEABLE PURE "clonepr.tlb"
  50. /////////////////////////////////////////////////////////////////////////////
  51. //
  52. // DESIGNINFO
  53. //
  54. #ifdef APSTUDIO_INVOKED
  55. GUIDELINES DESIGNINFO DISCARDABLE
  56. BEGIN
  57. IDD_PASSWORD, DIALOG
  58. BEGIN
  59. LEFTMARGIN, 7
  60. RIGHTMARGIN, 178
  61. TOPMARGIN, 7
  62. BOTTOMMARGIN, 67
  63. END
  64. END
  65. #endif // APSTUDIO_INVOKED
  66. /////////////////////////////////////////////////////////////////////////////
  67. //
  68. // String Table
  69. //
  70. STRINGTABLE DISCARDABLE
  71. BEGIN
  72. IDS_MUST_SPECIFY_SRC_DC_OR_DOMAIN
  73. "You must specify either the name of the source domain controller or the name of the source domain."
  74. IDS_MUST_SPECIFY_DST_DC_OR_DOMAIN
  75. "You must specify either the name of the destination domain controller or the name of the destination domain."
  76. IDS_SRC_DC_EQUALS_DST_DC
  77. "The source domain controller may not be the same as the destination domain controller."
  78. IDS_SRC_DOMAIN_EQUALS_DST_DOMAIN
  79. "The source domain may not be the same as the destination domain."
  80. IDS_COMPUTER_IS_NOT_DC """%1"" is not a domain controller."
  81. IDS_NOT_DC_FOR_WRONG_DOMAIN
  82. """%1"" is not a domain controller for the domain ""%2""."
  83. IDS_CANT_FIND_DC "Unable to locate a domain controller for the domain ""%1"". The error was: ""%2"""
  84. END
  85. STRINGTABLE DISCARDABLE
  86. BEGIN
  87. IDS_UNABLE_TO_CONNECT "Unable to connect to ""%1"". The error was: ""%2"""
  88. IDS_MISSING_SRC_SAM_NAME "You must specify a source principal SAM name."
  89. IDS_FLAGS_ARE_UNUSED "The flags parameter is currently reserved, and should be 0."
  90. IDS_UNABLE_TO_READ_COMPUTER_INFO
  91. "Unable to read the configuration information of the computer ""%1"". The error was: ""%2"""
  92. IDS_BIND_FAILED "Failed to bind to the domain controller ""%1"". The error was: ""%2"""
  93. IDS_ADD_SID_HISTORY_FAILED
  94. "Failed to add the source SID to the destination object's SID history. The error was: ""%1"""
  95. IDS_MUST_CONNECT_FIRST "You must connect to the source and destination domains (or domain controllers) before invoking this method."
  96. IDS_BAD_USERNAME "The username ""%1"" is not properly formatted."
  97. IDS_UNABLE_TO_CONNECT_TO_SAM_SERVER
  98. "Unable to connect to the domain controller ""%1"" with SAM. The error was: ""%2""."
  99. IDS_UNABLE_TO_LOOKUP_SAM_DOMAIN
  100. "Unable to locate the SID for domain ""%1"". The error was: ""%2""."
  101. IDS_UNABLE_TO_OPEN_SAM_DOMAIN
  102. "Unable to open the SAM database for the domain ""%1"". The error was: ""%2""."
  103. IDS_SAM_USER_NOT_FOUND "Unable to locate SAM information for user %1. The error was: %2"
  104. IDS_SAM_NAME_IS_NOT_USER "The account %1 is not a user account."
  105. IDS_OPEN_SAM_USER_FAILED
  106. "Unable to open SAM database for user %1. The error was: %2"
  107. IDS_QUERY_SAM_USER_FAILED
  108. "Unable to read SAM information for user %1. The error was: %2"
  109. IDS_SET_SAM_USER_FAILED "Unable to write SAM information for user %1. The error was: %2"
  110. END
  111. STRINGTABLE DISCARDABLE
  112. BEGIN
  113. IDS_ADD_SID_HISTORY_FAILED_WITH_INVALID_HANDLE
  114. "Failed to add the source SID to the destination object's SID history. The error was: ""%1"" (Did you forget to set the tcp/ip client support on the source DC?)"
  115. IDS_ADSI_EXTENDED_ERROR "%1 --Extended Error: %2 : %3"
  116. IDS_LDAPOPEN_FAILED "Failed to ldap_open the destination domain controller ""%1"". The error was: ""%2"""
  117. IDS_LDAPBIND_FAILED "Failed to ldap_bind to the destination domain controller ""%1"". The error was: ""%2"""
  118. IDS_OBJECT_STATE_BAD "Inconsistent object state. See clonepr.log"
  119. IDS_OUT_OF_MEMORY "Object out of memory."
  120. IDS_GET_DC_INFO_FAILED "Failed to get domain controller information. The error was: ""%1"""
  121. IDS_CANT_FIND_SRC_DC_DNS_NAME "Unable to determine the DNS computer name for the source domain controller ""%1"""
  122. END
  123. #endif // English (U.S.) resources
  124. /////////////////////////////////////////////////////////////////////////////
  125. #ifndef APSTUDIO_INVOKED
  126. /////////////////////////////////////////////////////////////////////////////
  127. //
  128. // Generated from the TEXTINCLUDE 3 resource.
  129. //
  130. /////////////////////////////////////////////////////////////////////////////
  131. #endif // not APSTUDIO_INVOKED