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.

513 lines
21 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. "#include ""Registry.rc2""\r\n"
  36. "1 TYPELIB ""MigDrvr.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 2,0,0,1
  47. PRODUCTVERSION 2,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 "Comments", "\0"
  63. VALUE "CompanyName", "Microsoft Corporation\0"
  64. VALUE "FileDescription", "McsMigrationDriver Module\0"
  65. VALUE "FileVersion", "2.00.00\0"
  66. VALUE "InternalName", "McsMigrationDriver\0"
  67. VALUE "LegalCopyright", "Copyright 1999, Microsoft Corporation.\0"
  68. VALUE "LegalTrademarks", "\0"
  69. VALUE "OLESelfRegister", "\0"
  70. VALUE "OriginalFilename", "McsMigrationDriver.DLL\0"
  71. VALUE "PrivateBuild", "\0"
  72. VALUE "ProductName", "Active Directory Migration Tool\0"
  73. VALUE "ProductVersion", "2.00.00\0"
  74. VALUE "SpecialBuild", "\0"
  75. END
  76. END
  77. BLOCK "VarFileInfo"
  78. BEGIN
  79. VALUE "Translation", 0x409, 1200
  80. END
  81. END
  82. #endif // !_MAC
  83. /////////////////////////////////////////////////////////////////////////////
  84. //
  85. // Dialog
  86. //
  87. IDD_DETAILS DIALOG DISCARDABLE 0, 0, 257, 186
  88. STYLE DS_MODALFRAME | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
  89. CAPTION "Dialog"
  90. FONT 8, "MS Shell Dlg"
  91. BEGIN
  92. LTEXT "Refresh rate:",IDC_REFRESH_LABEL,10,148,50,10
  93. EDITTEXT IDC_EDIT2,61,146,19,12,ES_AUTOHSCROLL
  94. PUSHBUTTON "&Refresh",IDC_BTNREFRESH,10,166,50,14
  95. PUSHBUTTON "&Stop",IDC_STOPAGENT,132,166,50,14
  96. DEFPUSHBUTTON "&Close",IDOK,192,166,50,14,WS_DISABLED
  97. LTEXT "Status:",IDC_STATIC,10,5,25,10
  98. LTEXT "Static",IDC_STATUS,55,5,190,10
  99. LTEXT "Current Path",IDC_CURRENT,10,40,235,30
  100. LTEXT "Files",IDC_FilesLabel,10,94,45,9
  101. LTEXT "Directories",IDC_DirectoriesLabel,10,106,45,9
  102. RTEXT "0",IDC_FilesExamined,56,94,33,9
  103. RTEXT "0",IDC_DirsExamined,56,106,33,9
  104. RTEXT "0",IDC_FilesChanged,106,94,33,9
  105. RTEXT "0",IDC_DirsChanged,106,106,33,9
  106. RTEXT "Examined",IDC_ExaminedLabel,60,82,32,8
  107. RTEXT "Changed",IDC_ChangedLabel,105,82,36,8
  108. RTEXT "Unchanged",IDC_UnchangedLabel,195,82,46,8
  109. RTEXT "0",IDC_FilesU,206,94,33,9
  110. RTEXT "0",IDC_DirsU,206,106,33,9
  111. LTEXT "Shares",IDC_SharesLabel,10,118,40,8
  112. RTEXT "0",IDC_SharesExamined,56,118,33,9
  113. RTEXT "0",IDC_SharesChanged,106,118,33,9
  114. RTEXT "0",IDC_SharesU,206,118,33,9
  115. LTEXT "Operation:",IDC_STATIC,10,20,40,10
  116. LTEXT "Static",IDC_OPERATION,55,20,190,10
  117. PUSHBUTTON "&Plug-in results",IDC_PLUG_IN_RESULTS,191,146,50,14,NOT
  118. WS_VISIBLE
  119. PUSHBUTTON "&View Log",IDC_VIEW_LOG,70,166,50,14,NOT WS_VISIBLE
  120. END
  121. IDD_AGENTMONITOR_MAIN DIALOG DISCARDABLE 0, 0, 302, 226
  122. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  123. CAPTION "Summary"
  124. FONT 8, "MS Shell Dlg"
  125. BEGIN
  126. LTEXT "Computers started:",IDC_STATIC,10,33,60,8
  127. LTEXT "Computers finished:",IDC_STATIC,10,60,65,10
  128. CONTROL "Progress1",IDC_INSTALL_PROGRESS,"msctls_progress32",
  129. WS_BORDER,75,33,215,10
  130. CONTROL "Progress2",IDC_COMPLETE_PROGESS,"msctls_progress32",
  131. WS_BORDER,75,60,215,10
  132. RTEXT "0",IDC_INSTALLED_COUNT,15,85,20,8
  133. LTEXT "Computers installed",IDC_STATIC,46,85,62,8
  134. RTEXT "0",IDC_RUNNING_COUNT,15,102,20,8
  135. LTEXT "Computers running",IDC_STATIC,46,102,60,10
  136. RTEXT "0",IDC_FINISHED_COUNT,145,85,20,8
  137. LTEXT "Computers finished",IDC_STATIC,175,85,60,8
  138. RTEXT "0",IDC_ERROR_COUNT,145,102,20,8
  139. LTEXT "Computers failed",IDC_STATIC,175,102,55,8
  140. LTEXT "",IDC_TOTAL,10,10,265,10
  141. GROUPBOX "Objects translated",IDC_STATIC,15,120,275,95
  142. LTEXT "Files",IDC_STATIC,30,147,16,9
  143. LTEXT "Directories",IDC_STATIC,30,159,34,9
  144. RTEXT "0",IDC_FilesExamined,76,147,33,9
  145. RTEXT "0",IDC_DirsExamined,76,159,33,9
  146. RTEXT "0",IDC_FilesChanged,126,147,33,9
  147. RTEXT "0",IDC_DirsChanged2,126,159,33,9
  148. LTEXT "Examined",IDC_STATIC,80,135,32,8
  149. LTEXT "Changed",IDC_STATIC,131,135,30,8
  150. LTEXT "Unchanged",IDC_STATIC,223,135,38,8
  151. RTEXT "0",IDC_FilesU,226,147,33,9
  152. RTEXT "0",IDC_DirsU,226,159,33,9
  153. LTEXT "Shares",IDC_STATIC,30,171,23,8
  154. RTEXT "0",IDC_SharesExamined2,76,171,33,9
  155. RTEXT "0",IDC_SharesChanged,126,171,33,9
  156. RTEXT "0",IDC_SharesU,226,171,33,9
  157. LTEXT "Group members",IDC_STATIC,30,184,50,8
  158. RTEXT "0",IDC_MembersExamined,80,184,29,9
  159. RTEXT "0",IDC_MembersChanged,126,184,33,9
  160. RTEXT "0",IDC_MembersU,226,184,33,9
  161. LTEXT "User rights",IDC_STATIC,30,197,34,8
  162. RTEXT "0",IDC_RightsExamined,76,197,33,9
  163. RTEXT "0",IDC_RightsChanged,126,197,33,9
  164. RTEXT "0",IDC_RightsU,226,197,33,9
  165. END
  166. IDD_AGENTMONITOR_DIALOG DIALOGEX 0, 0, 322, 181
  167. STYLE DS_MODALFRAME | WS_MINIMIZEBOX | WS_MAXIMIZEBOX | WS_POPUP |
  168. WS_VISIBLE | WS_CAPTION | WS_SYSMENU
  169. EXSTYLE WS_EX_APPWINDOW
  170. CAPTION "Server List"
  171. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  172. BEGIN
  173. CONTROL "List1",IDC_SERVERLIST,"SysListView32",LVS_REPORT |
  174. WS_BORDER | WS_TABSTOP,10,10,300,145
  175. PUSHBUTTON "&View Dispatch Log",IDC_VIEW_DISPATCH,239,160,70,15
  176. PUSHBUTTON "&Agent Detail",IDC_DETAILS,165,160,65,15
  177. END
  178. IDD_STARTSTOP DIALOG DISCARDABLE 0, 0, 242, 95
  179. STYLE DS_MODALFRAME | WS_MINIMIZEBOX | WS_POPUP | WS_CAPTION | WS_SYSMENU
  180. CAPTION "Monitoring Settings"
  181. FONT 8, "MS Shell Dlg"
  182. BEGIN
  183. LTEXT "&Dispatch log:",IDC_LOG_LABEL,5,10,45,10
  184. EDITTEXT IDC_LOGFILE,55,10,80,12,ES_AUTOHSCROLL
  185. LTEXT "&Refresh interval (seconds):",IDC_REFRESH_LABEL,5,35,85,
  186. 10
  187. EDITTEXT IDC_INTERVAL,100,35,35,12,ES_AUTOHSCROLL
  188. LTEXT "Data&base:",IDC_DB_LABEL,5,63,35,10,NOT WS_VISIBLE
  189. EDITTEXT IDC_DB,42,61,188,12,ES_AUTOHSCROLL | NOT WS_VISIBLE
  190. CONTROL "&Import results into database",IDC_IMPORT,"Button",
  191. BS_AUTOCHECKBOX | NOT WS_VISIBLE | WS_TABSTOP,40,80,102,
  192. 10
  193. DEFPUSHBUTTON "&Start Monitoring",IDC_STARTMONITOR,165,10,65,15
  194. PUSHBUTTON "Stop &Monitoring",IDC_STOPMONITOR,165,35,65,15,
  195. WS_DISABLED
  196. END
  197. IDD_PLEASEWAIT DIALOG DISCARDABLE 0, 0, 186, 94
  198. STYLE DS_MODALFRAME | WS_CHILD
  199. FONT 8, "MS Shell Dlg"
  200. BEGIN
  201. CTEXT "Dispatching agents, please wait.....",
  202. IDC_STATIC_MESSAGE,7,38,172,49
  203. END
  204. /////////////////////////////////////////////////////////////////////////////
  205. //
  206. // DESIGNINFO
  207. //
  208. #ifdef APSTUDIO_INVOKED
  209. GUIDELINES DESIGNINFO DISCARDABLE
  210. BEGIN
  211. IDD_DETAILS, DIALOG
  212. BEGIN
  213. LEFTMARGIN, 7
  214. RIGHTMARGIN, 250
  215. TOPMARGIN, 7
  216. BOTTOMMARGIN, 179
  217. END
  218. IDD_AGENTMONITOR_MAIN, DIALOG
  219. BEGIN
  220. LEFTMARGIN, 7
  221. RIGHTMARGIN, 295
  222. TOPMARGIN, 7
  223. BOTTOMMARGIN, 219
  224. END
  225. IDD_AGENTMONITOR_DIALOG, DIALOG
  226. BEGIN
  227. LEFTMARGIN, 7
  228. RIGHTMARGIN, 315
  229. TOPMARGIN, 7
  230. BOTTOMMARGIN, 174
  231. END
  232. IDD_STARTSTOP, DIALOG
  233. BEGIN
  234. LEFTMARGIN, 7
  235. RIGHTMARGIN, 235
  236. TOPMARGIN, 7
  237. BOTTOMMARGIN, 88
  238. END
  239. IDD_PLEASEWAIT, DIALOG
  240. BEGIN
  241. LEFTMARGIN, 7
  242. RIGHTMARGIN, 179
  243. TOPMARGIN, 7
  244. BOTTOMMARGIN, 87
  245. END
  246. END
  247. #endif // APSTUDIO_INVOKED
  248. /////////////////////////////////////////////////////////////////////////////
  249. //
  250. // String Table
  251. //
  252. STRINGTABLE DISCARDABLE
  253. BEGIN
  254. IDS_PROJNAME "McsMigrationDriver"
  255. IDS_MIGRATOR_DESC "Migrator Class"
  256. IDS_ABOUTBOX "&About AgentMonitor..."
  257. IDS_PROGRESS_TITLE "Migration Progress"
  258. IDS_ServerNotFound """Server entry not found."""
  259. IDS_ServerAgentProgressTitle "%1 Agent Progress"
  260. IDS_StatusCompleted "The agent is finished."
  261. IDS_AccountCopiedLabel "Copied"
  262. IDS_AccountErrorsLabel "Errors"
  263. IDS_AccountUsersLabel "Users"
  264. IDS_AccountGroupsLabel "Groups"
  265. IDS_AccountComputersLabel "Computers"
  266. END
  267. STRINGTABLE DISCARDABLE
  268. BEGIN
  269. IDS_ChangedLabel "Changed"
  270. IDS_UnchangedLabel "Unchanged"
  271. IDS_FilesLabel "Files"
  272. IDS_SharesLabel "Shares"
  273. IDS_DirectoriesLabel "Directories"
  274. IDS_MailboxesLabel "Objects"
  275. IDS_ContainersLabel " "
  276. IDS_AgentNotRunning "The agent is not running."
  277. IDS_CantMonitorOnNt351 "Real-time monitoring is not available for machines running Windows NT 3.51."
  278. IDS_CannotConnectToAgent "Cannot connect to agent."
  279. IDS_RPCBindFailed "Failed to create RPC binding."
  280. IDS_NoActiveAgent "Failed to locate active agent, hr=%1!x!"
  281. IDS_AgentJobNotFound "%1 job not found."
  282. IDS_AgentNoLongerRunning "The agent is no longer running."
  283. IDS_QueryJobStatusFailed "QueryJobStatus failed, hr=%1!lx!"
  284. IDS_ExceptionConnectingToAgent
  285. "Failed to connect to the agent. An exception occurred. "
  286. END
  287. STRINGTABLE DISCARDABLE
  288. BEGIN
  289. IDS_ConfirmStopAgent "Are you sure you want to stop the agent?"
  290. IDS_CancelJobFailed "Error cancelling job, hr=%1!lx!"
  291. IDS_StopAgentFailed "Error stopping agent, rc=%1!ld!"
  292. IDS_ConfirmCancelJob "Are you sure you want to stop the operation?"
  293. IDS_StopAgentFailedHexResult "Error stopping agent, hr=%1!lx!"
  294. IDS_CLIOption_Log "LOG:"
  295. IDS_CLIOption_Import "IMPORT:"
  296. IDS_CLIOption_Start "START"
  297. IDS_CLIOption_LocalJob "LOCALJOB:"
  298. IDS_MainWindowTitle "Active Directory Migration Tool Agent Monitor"
  299. IDS_ConfirmExitAgentsRunning
  300. "One or more agents are still running.\nAre you sure you want to exit the agent monitor?"
  301. IDS_MessageTitle "Active Directory Migration Tool"
  302. IDS_ComputerColumnHeading "Computer"
  303. IDS_TimestampColumnHeading "Last Checked"
  304. IDS_StatusColumnHeading "Status"
  305. IDS_MessageColumnHeading "Message"
  306. END
  307. STRINGTABLE DISCARDABLE
  308. BEGIN
  309. IDS_NotepadCommandLine "Notepad.exe %1"
  310. IDS_ServerNotInServerList "Cannot find the server in the server list."
  311. IDS_Status_Unknown "Unknown"
  312. IDS_Status_InstallFailed "Install Failed"
  313. IDS_Status_Installed "Installed"
  314. IDS_Status_DidNotStart "Did not start"
  315. IDS_Status_Running "Running"
  316. IDS_Status_Failed "Status Unknown"
  317. IDS_Status_Completed "Completed"
  318. IDS_Status_NotRunning "Not running"
  319. IDS_PromptEnterDispatchLogName "Enter the filename for the dispatch log."
  320. IDS_ServerCountMessage "Dispatching agents to %1!ld! servers."
  321. IDS_FailedToLoadResults "Failed to load results file %1, hr=%2!lx!"
  322. IDS_AgentFinishedNoResults
  323. "The agent finished but failed to report its results."
  324. IDS_AgentNoResults "The agent failed to report its results."
  325. IDS_AccessDenied "Access is denied."
  326. END
  327. STRINGTABLE DISCARDABLE
  328. BEGIN
  329. IDS_CopyAccounts "Copy Accounts"
  330. IDS_TranslateSecurity "Translate Security"
  331. IDS_ExaminedLabel "Examined"
  332. IDS_DispatchToServers "The agent will be dispatched."
  333. IDS_DescDomains "Migrate from %1 to %2\n"
  334. IDS_DescLogfile "Logfile: %1\n"
  335. IDS_DescCredentials "Credentials: %1\\%2\n"
  336. IDS_DescCopyUsers " User accounts\n"
  337. IDS_DescCopyGroups " Groups\n"
  338. IDS_DescCopyComputers " Computer accounts\n"
  339. IDS_DescCopyOUs " Organizational Units\n"
  340. IDS_DescWriteChanges "Changes will be written.\n"
  341. IDS_DescNoChange "Changes will not be written.\n"
  342. IDS_DescNoReplaceExisting "Existing accounts will not be replaced.\n"
  343. IDS_DescReplaceExisting "Existing accounts will be overwritten.\n"
  344. IDS_DescRenameWithPrefix "Renaming accounts with the prefix '%1'.\n"
  345. END
  346. STRINGTABLE DISCARDABLE
  347. BEGIN
  348. IDS_DescRenameWithSuffix "Renaming accounts with the suffix '%1'.\n"
  349. IDS_DescAccountCount "%1!ld! objects are selected for migration.\n"
  350. IDS_DescAccountMigration "\nAccount Migration\n"
  351. IDS_DescGeneral "General Settings\n"
  352. IDS_DescMailboxTranslation
  353. "Mailbox permissions will be translated for recipients in '%1' using MAPI profile '%2'.\n"
  354. IDS_DescContainerTranslation
  355. "Security for Exchange directory objects will be translated, \nusing exchange server '%1'.\n\n"
  356. IDS_DescFileTrans " NTFS files and directories\n"
  357. IDS_DescSecurityTranslationFor
  358. "Security will be translated for the following objects:\n"
  359. IDS_DescShareTrans " Shares\n"
  360. IDS_DescPrinterTrans " Printers\n"
  361. IDS_DescLGTrans " Local Groups\n"
  362. IDS_DescRightsTrans " User Rights\n"
  363. IDS_DescProfileTrans " Local User Profiles\n"
  364. IDS_DescCopyAccountTypes
  365. "Objects of the following classes will be copied:\n"
  366. IDS_TranslationMode "Translation Mode: %1\n"
  367. IDS_GenerateMigratedAccountsReport
  368. "The Migrated Users and Groups report will be generated.\n"
  369. END
  370. STRINGTABLE DISCARDABLE
  371. BEGIN
  372. IDS_GenerateMigratedComputersReport
  373. "The Migrated Computers report will be generated.\n"
  374. IDS_GenerateExpiredComputersReport
  375. "The Expired Computers report will be generated.\n"
  376. IDS_GenerateAccountReferencesReport
  377. "The Account References report will be generated.\n"
  378. IDS_GenerateNameConflictReport
  379. "The Name Conflicts report will be generated.\n"
  380. IDS_UserMigration "User Migration\n"
  381. IDS_GroupMigration "Group Migration\n"
  382. IDS_ComputerMigration "Computer Migration\n"
  383. IDS_SecurityTranslation "Security Translation\n"
  384. IDS_ReportGeneration "Report Generation\n"
  385. IDS_RetryTasks "Retry failed distributed tasks.\n"
  386. IDS_Service "Congratulations, you have successfully defined the \nservice account entries to be used for service account \nmigration. The services you have marked as ""Include""\nwill be updated when the accounts are migrated using\nthe user migration wizard.\n"
  387. IDS_TrustManagement "You have successfully completed the trust migration wizard.\n"
  388. IDS_Exchange "Exchange server migration\n"
  389. IDS_Undo "Undo Wizard\n\n"
  390. IDS_CannotCloseWhileAgentIsRunning
  391. "A migration task is currently in progress. To stop the task, click the Stop Agent button."
  392. IDS_DescUndo "Undo the previous migration\n"
  393. END
  394. STRINGTABLE DISCARDABLE
  395. BEGIN
  396. IDS_DescAccountCountForDelete "\n%1!ld! accounts will be unmigrated.\n"
  397. IDS_DescRegistryTrans " Registry\n"
  398. IDS_GroupsWillBeMapped "The membership of the %1!ld! selected source groups will be added to %2."
  399. IDS_SIDHistory_Yes "SIDs will be migrated from the source accounts.\n"
  400. IDS_SIDHistory_No "SIDs will not be migrated from the source accounts.\n"
  401. IDS_HELPFILE "DomainMig.chm"
  402. IDS_MSG_HELP "The help topic was not found."
  403. IDS_MSG_ERROR "Error"
  404. IDS_SeeLogForAgentErrors_S
  405. "Click Agent Detail, View Log, or see the log file '%1' on the agent computer for details."
  406. IDS_Status_Completed_With_Errors "Completed With Errors"
  407. IDS_Status_Completed_With_Warnings "Completed With Warnings"
  408. IDS_Status_Completed_With_SErrors "Completed With Errors"
  409. IDS_JustStartingConfirmExit
  410. "The operation has not been completed yet. If you close this window, you will not be able to see the results of the operation.\nAre you sure you want to exit?"
  411. IDS_AgentsStillRunningConfirmExit
  412. "One or more operations may still be running. If you close this window, you will not be able to see the results of the operations.\nAre you sure you want to exit?"
  413. IDS_OwnerRef_S "%1 Owner"
  414. IDS_GroupRef_S "%1 Primary Group"
  415. END
  416. STRINGTABLE DISCARDABLE
  417. BEGIN
  418. IDS_DACLRef_S "%1 DACL"
  419. IDS_SACLRef_S "%1 SACL"
  420. IDS_WaitingMessage "<<Loading information>>"
  421. IDS_NoServersMessage "<<No agents were dispatched. Click ""View Dispatch Log"" for details.>>"
  422. IDS_ConfirmCloseWhileAgentIsRunning
  423. "The migration task is not finished yet. To stop the migration task, click 'Stop'. Continuing will close the progress monitor, and you will not be able to see the results of the migration task. Are you sure you want to close the progress monitor?"
  424. IDS_STATUS_Gathering_NameConf
  425. "Collecting name conflict information. This\nmay take several minutes to complete..."
  426. IDS_STATUS_GeneratingReports
  427. "Generating reports. This may \ntake several minutes to complete...."
  428. IDS_Affected "Affected"
  429. IDS_Unaffected "Unaffected"
  430. IDS_DescDisableSrcAccts "Existing source accounts will be disabled upon migration.\n"
  431. IDS_DescExpireSrcAccts "Existing source accounts will be set to expire in %1!ld! days.\n"
  432. IDS_DescDisableTgtAccts "New target accounts will be disabled upon migration.\n"
  433. IDS_DescLeaveAcctsActive
  434. "Target accounts will be enabled upon migration.\n"
  435. IDS_DescTranslateRoaming
  436. "Roaming profiles, if they exist, will be translated upon migration.\n"
  437. IDS_DescUpdateUserRights
  438. "Source accounts' domain-wide user rights will be updated upon migration.\n"
  439. END
  440. STRINGTABLE DISCARDABLE
  441. BEGIN
  442. IDS_DescStrongPassword "Complex passwords will be generated and placed in %1!s!.\n"
  443. IDS_DescSimplePassword "Passwords, matching the usernames, will be generated and placed in %1!s!.\n"
  444. IDS_MemberRef_S "Local Group Member"
  445. IDS_DescTransInputFile "Translate objects listed in the following sID map file:\n %1!s!\n"
  446. IDS_DescTransInputMOT "Translate objects from %1!s! and listed in the migrated object table.\n"
  447. IDS_DescCopyPassword "User passwords will be migrated.\n"
  448. IDS_DescExUserProps "Excluding the following user properties: \n"
  449. IDS_DescExGrpProps "Excluding the following group properties: \n"
  450. IDS_DescExCmpProps "Excluding the following computer properties: \n"
  451. IDS_DescExcludedProp " %1\n"
  452. IDS_DescTgtSameAsSrc "New target accounts will be enabled or disabled to match source accounts' state.\n"
  453. IDS_DescRenameWithPrefixOnConf
  454. "Name collisions will be resolved by renaming conflicting accounts with the prefix '%1'.\n"
  455. IDS_DescRenameWithSuffixOnConf
  456. "Name collisions will be resolved by renaming conflicting accounts with the suffix '%1'.\n"
  457. END
  458. #endif // English (U.S.) resources
  459. /////////////////////////////////////////////////////////////////////////////
  460. #ifndef APSTUDIO_INVOKED
  461. /////////////////////////////////////////////////////////////////////////////
  462. //
  463. // Generated from the TEXTINCLUDE 3 resource.
  464. //
  465. #include "Registry.rc2"
  466. 1 TYPELIB "MigDrvr.tlb"
  467. /////////////////////////////////////////////////////////////////////////////
  468. #endif // not APSTUDIO_INVOKED