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.

299 lines
14 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 ""ADMTScript.tlb""\r\n"
  36. "2 TYPELIB ""Internal.tlb""\r\n"
  37. "\0"
  38. END
  39. #endif // APSTUDIO_INVOKED
  40. #ifndef _MAC
  41. /////////////////////////////////////////////////////////////////////////////
  42. //
  43. // Version
  44. //
  45. VS_VERSION_INFO VERSIONINFO
  46. FILEVERSION 1,0,0,1
  47. PRODUCTVERSION 1,0,0,1
  48. FILEFLAGSMASK 0x3fL
  49. #ifdef _DEBUG
  50. FILEFLAGS 0x1L
  51. #else
  52. FILEFLAGS 0x0L
  53. #endif
  54. FILEOS 0x4L
  55. FILETYPE 0x2L
  56. FILESUBTYPE 0x0L
  57. BEGIN
  58. BLOCK "StringFileInfo"
  59. BEGIN
  60. BLOCK "040904B0"
  61. BEGIN
  62. VALUE "CompanyName", "\0"
  63. VALUE "FileDescription", "ADMTScript Module\0"
  64. VALUE "FileVersion", "1, 0, 0, 1\0"
  65. VALUE "InternalName", "ADMTScript\0"
  66. VALUE "LegalCopyright", "Copyright 2000\0"
  67. VALUE "OriginalFilename", "ADMTScript.dll\0"
  68. VALUE "ProductName", "ADMTScript Module\0"
  69. VALUE "ProductVersion", "1, 0, 0, 1\0"
  70. VALUE "OLESelfRegister", "\0"
  71. END
  72. END
  73. BLOCK "VarFileInfo"
  74. BEGIN
  75. VALUE "Translation", 0x409, 1200
  76. END
  77. END
  78. #endif // !_MAC
  79. /////////////////////////////////////////////////////////////////////////////
  80. //
  81. // REGISTRY
  82. //
  83. IDR_MIGRATION REGISTRY DISCARDABLE "Migration.rgs"
  84. /////////////////////////////////////////////////////////////////////////////
  85. //
  86. // String Table
  87. //
  88. STRINGTABLE DISCARDABLE
  89. BEGIN
  90. IDS_PROJNAME "ADMTScript"
  91. IDS_STARTED_USER_MIGRATION
  92. "Active Directory Migration Tool - scripted user migration started."
  93. IDS_STARTED_GROUP_MIGRATION
  94. "Active Directory Migration Tool - scripted group migration started."
  95. IDS_STARTED_COMPUTER_MIGRATION
  96. "Active Directory Migration Tool - scripted computer migration started."
  97. IDS_STARTED_SECURITY_TRANSLATION
  98. "Active Directory Migration Tool - scripted security translation started."
  99. IDS_STARTED_SERVICE_ACCOUNT_ENUMERATION
  100. "Active Directory Migration Tool - scripted service account enumeration started."
  101. IDS_E_CREATE_USER_MIGRATION "Unable to create user migration instance."
  102. IDS_E_CREATE_GROUP_MIGRATION "Unable to create group migration instance."
  103. IDS_E_CREATE_COMPUTER_MIGRATION
  104. "Unable to create computer migration instance."
  105. IDS_E_CREATE_SECURITY_TRANSLATION
  106. "Unable to create security translation instance."
  107. IDS_E_CREATE_SERVICE_ACCOUNT_ENUMERATION
  108. "Unable to create service account enumeration instance."
  109. END
  110. STRINGTABLE DISCARDABLE
  111. BEGIN
  112. IDS_E_CANT_MIGRATE_USERS "Unable to migrate users."
  113. IDS_E_CANT_MIGRATE_GROUPS "Unable to migrate groups."
  114. IDS_E_CANT_MIGRATE_COMPUTERS "Unable to migrate computers."
  115. IDS_E_CANT_TRANSLATE_SECURITY "Unable to translate security."
  116. IDS_E_CANT_ENUMERATE_SERVICE_ACCOUNTS
  117. "Unable to enumerate service accounts."
  118. IDS_E_CONFLICT_OPTION_INVALID "The specified conflict option is invalid."
  119. IDS_E_CONFLICT_FLAGS_NOT_ALLOWED
  120. "The specified conflict option flags may only be specified if the conflict option is replace conflicting."
  121. IDS_E_DISABLE_OPTION_INVALID "The specified disable option is invalid."
  122. IDS_E_PASSWORD_OPTION_INVALID "The specified password option is invalid."
  123. IDS_E_RENAME_OPTION_INVALID "The specified rename option is invalid."
  124. IDS_E_RESTART_DELAY_INVALID
  125. "The specified restart delay is out of range or invalid. The restart delay must be 1 to 10 minutes or the constant admtNoExpiration (-1)."
  126. IDS_E_SOURCE_EXPIRATION_INVALID
  127. "The specified source expiration is invalid."
  128. IDS_E_TRANSLATION_OPTION_INVALID
  129. "The specified translation option is invalid."
  130. IDS_E_DOMAIN_SPECIFIED "Do not specify the domain name. '%s' will not be processed."
  131. IDS_E_NOT_SOURCE_DOMAIN "Either the domain is not the source domain or the DNS domain name was not specified. '%s' will not be processed."
  132. IDS_E_INVALID_FILTER_STRING "The filter string '%s' is invalid."
  133. END
  134. STRINGTABLE DISCARDABLE
  135. BEGIN
  136. IDS_E_CANT_GET_DOMAIN_INFORMATION
  137. "Unable to get domain information for domain '%s'."
  138. IDS_E_CANT_GET_DOMAIN_CONTROLLER
  139. "Unable to get domain controller name for domain '%s'."
  140. IDS_E_CANT_GET_GLOBAL_CATALOG_SERVER
  141. "Unable to get global catalog server name for forest '%s'."
  142. IDS_E_CANT_GET_DISTINGUISHED_NAME
  143. "Unable to get distinguished name for '%s'."
  144. IDS_E_CANT_CONNECT_TO_DIRECTORY_SERVICE
  145. "Unable to connect to directory service on domain '%s'."
  146. IDS_E_CANT_CREATE_CONTAINER_NT4
  147. "The scripting interface tried to create container in Windows NT 4.x or earlier. Please report this error to Microsoft Product Support Services."
  148. IDS_E_CANT_ADD_GROUP "Unable to add group '%s'. : %s"
  149. IDS_E_CANT_ADD_USER "Unable to add user '%s'. : %s"
  150. IDS_E_CANT_CONNECT_TO_DOMAIN "Unable to connect to domain '%s'. : %s"
  151. IDS_E_CANT_ADD_COMPUTER "Unable to add computer '%s'. : %s"
  152. IDS_E_CANT_EXECUTE_SEARCH "Unable to execute search."
  153. IDS_E_NOT_INTER_FOREST "Inter-forest was specified but source domain '%s' and target domain '%s' are intra-forest."
  154. IDS_E_NOT_INTRA_FOREST "Intra-forest was specified but source domain '%s' and target domain '%s' are inter-forest."
  155. IDS_E_INVALID_OPTION "Invalid option specified."
  156. IDS_E_INVALID_EXCLUDE_DATA_TYPE
  157. "Invalid data type for exclude list. The data type must be either a string specifying a file or an array of strings or an array of variant strings."
  158. IDS_E_INVALID_DATA_OPTION_DATA_TYPE
  159. "Invalid data type for data option. The data type must be a string, an array of strings or an array of variant strings."
  160. END
  161. STRINGTABLE DISCARDABLE
  162. BEGIN
  163. IDS_E_INVALID_FILE_OPTION_DATA_TYPE
  164. "Invalid data type for file option. The data type must be a string."
  165. IDS_E_DATA_OPTION_FLAGS_NOT_ALLOWED
  166. "The specified data option flags may only be specified if the data option is domain."
  167. IDS_E_PASSWORD_DC_INVALID
  168. "The domain controller '%s' specified for password migration is invalid."
  169. IDS_E_PASSWORD_DC_NOT_SPECIFIED
  170. "A domain controller must be specified for the copy password option."
  171. IDS_E_USER_NOT_FOUND "User '%s' was not found or excluded."
  172. IDS_E_GROUP_NOT_FOUND "Group '%s' was not found or excluded."
  173. IDS_E_COMPUTER_NOT_FOUND "Computer '%s' was not found or excluded."
  174. IDS_E_CANT_DO_BUILTIN "Cannot migrate built-in account '%s'."
  175. IDS_E_DOMAIN_NOT_VALID "Domain '%s' is not valid."
  176. IDS_STARTED_REPORT_GENERATION
  177. "Active Directory Migration Tool - scripted report generation started."
  178. IDS_E_REPORT_TYPE_INVALID "The specified report type is invalid."
  179. IDS_E_CANT_GENERATE_REPORT "Unable to generate report."
  180. IDS_E_CREATE_REPORT_GENERATION
  181. "Unable to create report generation instance."
  182. IDS_E_PASSWORD_DC_NOT_NT
  183. "'%s' is not running Windows NT, or greater, and therefore cannot be a password export server."
  184. IDS_E_PASSWORD_DC_NOT_DC
  185. "'%s' is not a domain controller and therefore cannot be a password export server."
  186. END
  187. STRINGTABLE DISCARDABLE
  188. BEGIN
  189. IDS_E_INTRA_FOREST_REPLACE
  190. "The conflict replace option is not valid for intra-forest migrations."
  191. IDS_E_ADMT_PROCESS_RUNNING
  192. "Unable to perform migration task as a process from a previous migration operation is still running."
  193. IDS_E_PASSWORD_DC_NOT_FOUND
  194. "Unable to retrieve information on password export server '%s'."
  195. IDS_E_SID_MAPPING_FILE "The specified SID mapping file '%s' is invalid."
  196. IDS_E_NO_RENAME_PREFIX "Rename with prefix was specified but no prefix was specified."
  197. IDS_E_RENAME_NO_SUFFIX "Rename with suffix was specified but no suffix was specified."
  198. IDS_E_NO_CONFLICT_PREFIX
  199. "Rename with prefix conflict option specified but no prefix was specified."
  200. IDS_E_NO_CONFLICT_SUFFIX
  201. "Rename with suffix conflict option specified but no suffix was specified."
  202. IDS_E_PREFIX_SUFFIX_TOO_LONG
  203. "The total length of rename prefix or suffix and/or conflict prefix or suffix exceeds the maximum length allowed. The maximum length allowed is %d characters."
  204. IDS_E_NOT_ADMINISTRATOR "You are not an administrator on target domain '%s'. You must be an administrator on the target domain in order to perform a migration task with ADMT."
  205. IDS_E_INVALID_RENAME_PREFIX_SUFFIX
  206. "The specified rename option prefix or suffix contains invalid characters."
  207. END
  208. STRINGTABLE DISCARDABLE
  209. BEGIN
  210. IDS_E_INVALID_CONFLICT_PREFIX_SUFFIX
  211. "The specified conflict option prefix or suffix contains invalid characters."
  212. IDS_E_UNABLE_TO_UPDATE_DATABASE
  213. "Unable to update the database. The database is a previous version and must be updated before any migration tasks may be performed."
  214. IDS_E_CANT_MIGRATE_DOMAIN_CONTROLLERS
  215. "Unable to add computer '%s'. The computer is a domain controller."
  216. IDS_E_CANT_FIND_COMPUTER
  217. "Unable to add computer '%s'. The computer was not found in the domain."
  218. IDS_E_CANT_ENUMERATE_COMPUTERS
  219. "Unable to enumerate computers in domain '%s'."
  220. IDS_E_DOMAIN_NAME_NOT_SPECIFIED "A domain name was not specified."
  221. IDS_E_CAN_ADD_SID_HISTORY
  222. "Either configuration changes required for SID history have not been performed or unable to determine whether the necessary changes have been performed."
  223. IDS_E_SID_HISTORY_CONFIGURATION
  224. "The following configuration changes required for SID history have not been performed. %s"
  225. IDS_E_NO_AUDITING_SOURCE
  226. " Auditing has not been enabled in the source domain."
  227. IDS_E_NO_AUDITING_TARGET
  228. " Auditing has not been enabled in the target domain."
  229. IDS_E_NO_SID_HISTORY_LOCAL_GROUP
  230. " Local group, <source_domain_name>$$$, required for auditing has not been created in source domain."
  231. IDS_E_NO_SID_HISTORY_REGISTRY_ENTRY
  232. " The TcpipClientSupport registry key has not been created or set on the source domain controller."
  233. IDS_E_REPORT_FOLDER "The specified report folder '%s' is invalid."
  234. IDS_E_TARGET_CONTAINER_PATH_TOO_LONG
  235. "The specified target organizational unit's path is greater than 999 characters."
  236. IDS_E_PASSWORD_FILE "The specified password file '%s' is invalid."
  237. IDS_E_INCLUDE_NAMES_FILE "Unable to process include names file '%s'."
  238. END
  239. STRINGTABLE DISCARDABLE
  240. BEGIN
  241. IDS_E_REMOVING_SERVICE_ACCOUNTS
  242. "Unable to remove service accounts from the list of accounts to be migrated."
  243. IDS_E_FIX_HIERARCHY_MOVE_OBJECT
  244. "Unable to successfully move object '%s' to container '%s'. %s"
  245. IDS_E_FIX_HIERARCHY_BIND_TO_CONTAINER
  246. "Unable to bind to container '%s'. %s"
  247. IDS_E_CANNOT_GET_CONTAINER "Unable to bind to container '%s'."
  248. IDS_E_CANNOT_MIGRATE_DOMAIN_CONTROLLERS
  249. "The computer '%s' is a domain controller. Domain controllers cannot be migrated."
  250. IDS_E_CANNOT_PROCESS_ACCOUNTS_IN_DOMAIN
  251. "Unable to process accounts in domain '%s'. %s 0x%08lX"
  252. IDS_E_CANNOT_RESOLVE_NAME "The name '%s' could not be resolved."
  253. IDS_E_ACCOUNT_EXCLUDED "Account '%s' was excluded."
  254. IDS_E_OBJECT_NOT_OF_CLASS
  255. "Account '%s' was not included because it is not the correct object class."
  256. IDS_E_TARGET_DOMAIN_NOT_NATIVE_MODE
  257. "The target domain '%s' is not in native mode."
  258. END
  259. #endif // English (U.S.) resources
  260. /////////////////////////////////////////////////////////////////////////////
  261. #ifndef APSTUDIO_INVOKED
  262. /////////////////////////////////////////////////////////////////////////////
  263. //
  264. // Generated from the TEXTINCLUDE 3 resource.
  265. //
  266. 1 TYPELIB "ADMTScript.tlb"
  267. 2 TYPELIB "Internal.tlb"
  268. /////////////////////////////////////////////////////////////////////////////
  269. #endif // not APSTUDIO_INVOKED