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.

387 lines
23 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. #include "..\burnslib\inc\burnslib.h"
  13. #undef APSTUDIO_HIDDEN_SYMBOLS
  14. /////////////////////////////////////////////////////////////////////////////
  15. #undef APSTUDIO_READONLY_SYMBOLS
  16. /////////////////////////////////////////////////////////////////////////////
  17. // English (U.S.) resources
  18. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  19. #ifdef _WIN32
  20. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  21. #pragma code_page(1252)
  22. #endif //_WIN32
  23. /////////////////////////////////////////////////////////////////////////////
  24. //
  25. // Dialog
  26. //
  27. IDD_NETID DIALOG DISCARDABLE 6, 18, 252, 218
  28. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
  29. CAPTION "Computer Name"
  30. FONT 8, "MS Shell Dlg"
  31. BEGIN
  32. LTEXT "Computer &description:",-1,7,35,77,8
  33. EDITTEXT IDC_DESCRIPTION_EDIT,90,33,155,12,ES_AUTOHSCROLL
  34. LTEXT "For example: ""Kitchen Computer"" or ""Mary's Computer"".",
  35. IDC_STATIC_HELPLESS,90,50,155,17
  36. LTEXT "Full computer name:",IDC_FULL_NAME_STATIC,7,70,77,8
  37. EDITTEXT IDC_FULL_NAME,90,70,155,12,ES_AUTOHSCROLL | ES_READONLY |
  38. NOT WS_BORDER | NOT WS_TABSTOP
  39. LTEXT "Domain:",IDC_MEMBER_OF,7,85,77,8
  40. EDITTEXT IDC_DOMAIN,90,85,155,12,ES_AUTOHSCROLL | ES_READONLY |
  41. NOT WS_BORDER | NOT WS_TABSTOP
  42. LTEXT "To use the Network Identification Wizard to join a domain and create a local user account, click Network ID.",
  43. IDC_CLICK_MESSAGE1,7,106,178,24
  44. PUSHBUTTON "&Network ID",IDC_ACCOUNT_WIZARD_BUTTON,195,106,50,14
  45. LTEXT "To rename this computer or join a domain, click Change.",
  46. IDC_CLICK_MESSAGE2,7,137,178,24
  47. PUSHBUTTON "&Change...",IDC_CHANGE,195,137,50,14
  48. LTEXT "(message text appears here)",IDC_MESSAGE,7,168,238,46,
  49. NOT WS_GROUP
  50. ICON IDI_COMPUTER,IDC_COMPUTER_ICON,7,7,20,20
  51. LTEXT "Windows uses the following information to identify your computer on the network.",
  52. IDC_IDENTIFICATION_TEXT,40,9,205,16,NOT WS_GROUP
  53. ICON "",IDC_WARNING_ICON,7,214,20,20
  54. LTEXT "Changes will take effect after you restart this computer.",
  55. IDC_REBOOT_MESSAGE,25,215,209,16
  56. END
  57. IDD_NETID_PER DIALOG DISCARDABLE 6, 18, 252, 218
  58. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
  59. CAPTION "Computer Name"
  60. FONT 8, "MS Shell Dlg"
  61. BEGIN
  62. LTEXT "Computer &description:",-1,7,35,77,8
  63. EDITTEXT IDC_DESCRIPTION_EDIT,90,33,155,12,ES_AUTOHSCROLL
  64. LTEXT "For example: ""Kitchen Computer"" or ""Mary's Computer"".",
  65. IDC_STATIC_HELPLESS,90,50,155,17
  66. LTEXT "Full computer name:",IDC_FULL_NAME_STATIC,7,70,77,8
  67. EDITTEXT IDC_FULL_NAME,90,70,155,12,ES_AUTOHSCROLL | ES_READONLY |
  68. NOT WS_BORDER | NOT WS_TABSTOP
  69. LTEXT "Workgroup:",IDC_MEMBER_OF,7,85,77,8
  70. EDITTEXT IDC_DOMAIN,90,85,155,12,ES_AUTOHSCROLL | ES_READONLY |
  71. NOT WS_BORDER | NOT WS_TABSTOP
  72. LTEXT "To rename this computer or join a workgroup, click Change.",
  73. IDC_CLICK_MESSAGE2,7,106,178,24
  74. PUSHBUTTON "&Change...",IDC_CHANGE,195,106,50,14
  75. LTEXT "(message text appears here)",IDC_MESSAGE,7,168,238,46,
  76. NOT WS_GROUP
  77. ICON IDI_COMPUTER,IDC_COMPUTER_ICON,7,7,20,20
  78. LTEXT "Windows uses the following information to identify your computer on the network.",
  79. IDC_IDENTIFICATION_TEXT,40,9,205,16,NOT WS_GROUP
  80. ICON "",IDC_WARNING_ICON,7,214,20,20
  81. LTEXT "Changes will take effect after you restart this computer.",
  82. IDC_REBOOT_MESSAGE,25,215,209,16
  83. LTEXT "(invisible don't touch)",IDC_CLICK_MESSAGE1,8,110,67,8,
  84. NOT WS_VISIBLE | WS_DISABLED
  85. PUSHBUTTON "(invisible don't touch)",IDC_ACCOUNT_WIZARD_BUTTON,215,71,50,14,
  86. NOT WS_VISIBLE | WS_DISABLED
  87. END
  88. IDD_CHANGES DIALOG DISCARDABLE 0, 0, 214, 221
  89. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  90. CAPTION "Computer Name Changes"
  91. FONT 8, "MS Shell Dlg"
  92. BEGIN
  93. LTEXT "(message goes here)",IDC_MESSAGE,7,7,200,30
  94. LTEXT "&Computer name:",-1,7,43,52,8
  95. EDITTEXT IDC_NEW_NAME,7,53,200,14,ES_AUTOHSCROLL | ES_OEMCONVERT
  96. LTEXT "Full computer name:",IDC_FULL_LABEL,7,72,200,10
  97. EDITTEXT IDC_FULL_NAME,7,82,200,14,ES_AUTOHSCROLL | ES_READONLY |
  98. NOT WS_BORDER | NOT WS_TABSTOP
  99. PUSHBUTTON "&More...",IDC_MORE,157,102,50,14
  100. GROUPBOX "Member of",IDC_GROUP,7,121,200,73
  101. CONTROL "&Domain:",IDC_DOMAIN_BUTTON,"Button",BS_AUTORADIOBUTTON |
  102. WS_GROUP | WS_TABSTOP,17,132,119,10
  103. CONTROL "&Workgroup:",IDC_WORKGROUP_BUTTON,"Button",
  104. BS_AUTORADIOBUTTON | WS_TABSTOP,17,161,119,10
  105. EDITTEXT IDC_DOMAIN,28,142,169,14,ES_AUTOHSCROLL | WS_GROUP
  106. PUSHBUTTON "&Find my domain",IDC_FIND,7,200,62,14,NOT WS_VISIBLE |
  107. WS_DISABLED
  108. EDITTEXT IDC_WORKGROUP,28,172,169,14,ES_UPPERCASE |
  109. ES_AUTOHSCROLL | ES_OEMCONVERT
  110. DEFPUSHBUTTON "OK",IDOK,103,200,50,14,WS_GROUP
  111. PUSHBUTTON "Cancel",IDCANCEL,157,200,50,14
  112. END
  113. IDD_CHANGES_PER DIALOG DISCARDABLE 0, 0, 214, 221
  114. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  115. CAPTION "Computer Name Changes"
  116. FONT 8, "MS Shell Dlg"
  117. BEGIN
  118. LTEXT "(message goes here)",IDC_MESSAGE,7,7,200,30
  119. LTEXT "&Computer name:",-1,7,43,52,8
  120. EDITTEXT IDC_NEW_NAME,7,53,200,14,ES_AUTOHSCROLL | ES_OEMCONVERT
  121. LTEXT "Full computer name:",IDC_FULL_LABEL,7,72,200,10
  122. EDITTEXT IDC_FULL_NAME,7,82,200,14,ES_AUTOHSCROLL | ES_READONLY |
  123. NOT WS_BORDER | NOT WS_TABSTOP
  124. PUSHBUTTON "&More...",IDC_MORE,157,102,50,14
  125. GROUPBOX "Member of",IDC_GROUP,7,121,200,73,NOT WS_VISIBLE
  126. CONTROL "(invisible don't touch)",IDC_DOMAIN_BUTTON,"Button",
  127. BS_AUTORADIOBUTTON |
  128. WS_GROUP | WS_TABSTOP | NOT WS_VISIBLE | WS_DISABLED,
  129. 17,132,119,10
  130. CONTROL "(invisible don't touch)",IDC_WORKGROUP_BUTTON,"Button",
  131. BS_AUTORADIOBUTTON | WS_TABSTOP |
  132. NOT WS_VISIBLE | WS_DISABLED,17,161,119,10
  133. EDITTEXT IDC_DOMAIN,28,142,169,14,ES_AUTOHSCROLL | WS_GROUP |
  134. NOT WS_VISIBLE | WS_DISABLED
  135. PUSHBUTTON "(invisible don't touch)",IDC_FIND,7,200,62,14,
  136. NOT WS_VISIBLE | WS_DISABLED
  137. LTEXT "&Workgroup:",-1,7,121,52,8
  138. EDITTEXT IDC_WORKGROUP,7,131,200,14,ES_UPPERCASE |
  139. ES_AUTOHSCROLL | ES_OEMCONVERT
  140. DEFPUSHBUTTON "OK",IDOK,103,200,50,14,WS_GROUP
  141. PUSHBUTTON "Cancel",IDCANCEL,157,200,50,14
  142. END
  143. IDD_MORE DIALOG DISCARDABLE 0, 0, 260, 125
  144. STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
  145. CAPTION "DNS Suffix and NetBIOS Computer Name"
  146. FONT 8, "MS Shell Dlg"
  147. BEGIN
  148. LTEXT "&Primary DNS suffix of this computer:",-1,7,7,113,8
  149. EDITTEXT IDC_DNS,7,17,246,14,ES_AUTOHSCROLL
  150. CONTROL "&Change primary DNS suffix when domain membership changes",
  151. IDC_CHANGE,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,37,
  152. 225,10
  153. LTEXT "&NetBIOS computer name:",-1,7,57,82,8
  154. EDITTEXT IDC_NETBIOS,7,67,133,14,ES_UPPERCASE | ES_AUTOHSCROLL |
  155. ES_READONLY
  156. DEFPUSHBUTTON "OK",IDOK,149,104,50,14
  157. PUSHBUTTON "Cancel",IDCANCEL,203,104,50,14
  158. LTEXT "This name is used for interoperability with older computers and services.",
  159. 13,7,87,225,8
  160. END
  161. IDD_NETID_SRV DIALOG DISCARDABLE 6, 18, 252, 218
  162. STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION
  163. CAPTION "Computer Name"
  164. FONT 8, "MS Shell Dlg"
  165. BEGIN
  166. LTEXT "Computer &description:",-1,7,35,77,8
  167. EDITTEXT IDC_DESCRIPTION_EDIT,90,33,155,12,ES_AUTOHSCROLL
  168. LTEXT "For example: ""IIS Production Server"" or ""Accounting Server"".",
  169. IDC_STATIC_HELPLESS,90,50,155,17
  170. LTEXT "Full computer name:",IDC_FULL_NAME_STATIC,7,70,77,8
  171. EDITTEXT IDC_FULL_NAME,90,70,155,12,ES_AUTOHSCROLL | ES_READONLY |
  172. NOT WS_BORDER | NOT WS_TABSTOP
  173. LTEXT "Domain:",IDC_MEMBER_OF,7,85,77,8
  174. EDITTEXT IDC_DOMAIN,90,85,155,12,ES_AUTOHSCROLL | ES_READONLY |
  175. NOT WS_BORDER | NOT WS_TABSTOP
  176. LTEXT "To rename this computer or join a domain, click Change.",
  177. IDC_CLICK_MESSAGE2,7,106,178,18
  178. PUSHBUTTON "&Change...",IDC_CHANGE,195,106,50,14
  179. LTEXT "(message text appears here)",IDC_MESSAGE,7,137,238,46
  180. ICON IDI_COMPUTER,IDC_COMPUTER_ICON,7,7,20,20
  181. LTEXT "Windows uses the following information to identify your computer on the network.",
  182. IDC_IDENTIFICATION_TEXT,40,9,205,16,NOT WS_GROUP
  183. ICON "",IDC_WARNING_ICON,7,214,20,20
  184. LTEXT "Changes will take effect after you restart this computer.",
  185. IDC_REBOOT_MESSAGE,25,215,209,16
  186. PUSHBUTTON "(invisible, don't touch)",IDC_ACCOUNT_WIZARD_BUTTON,163,
  187. 106,82,14,NOT WS_VISIBLE | WS_DISABLED
  188. LTEXT "(invisible don't touch)",IDC_CLICK_MESSAGE1,8,110,67,8,
  189. NOT WS_VISIBLE | WS_DISABLED
  190. END
  191. #ifdef APSTUDIO_INVOKED
  192. /////////////////////////////////////////////////////////////////////////////
  193. //
  194. // TEXTINCLUDE
  195. //
  196. 1 TEXTINCLUDE DISCARDABLE
  197. BEGIN
  198. "resource.h\0"
  199. END
  200. 2 TEXTINCLUDE DISCARDABLE
  201. BEGIN
  202. "#define APSTUDIO_HIDDEN_SYMBOLS\r\n"
  203. "#define IDC_STATIC -1\r\n"
  204. "#include ""windows.h""\r\n"
  205. "#include ""..\\burnslib\\inc\\burnslib.h""\r\n"
  206. "#undef APSTUDIO_HIDDEN_SYMBOLS\r\n"
  207. "\0"
  208. END
  209. 3 TEXTINCLUDE DISCARDABLE
  210. BEGIN
  211. "\r\n"
  212. "\0"
  213. END
  214. #endif // APSTUDIO_INVOKED
  215. /////////////////////////////////////////////////////////////////////////////
  216. //
  217. // Icon
  218. //
  219. // Icon with lowest ID value placed first to ensure application icon
  220. // remains consistent on all systems.
  221. IDI_COMPUTER ICON DISCARDABLE "res\\computer.ico"
  222. IDI_WARN ICON DISCARDABLE "res\\warning.ico"
  223. /////////////////////////////////////////////////////////////////////////////
  224. //
  225. // String Table
  226. //
  227. STRINGTABLE DISCARDABLE
  228. BEGIN
  229. IDS_UNKNOWN "* Unknown *"
  230. IDS_DEFAULT_WORKGROUP "WORKGROUP"
  231. IDS_ERROR_READING_MEMBERSHIP
  232. "The following error occurred while attempting to read domain membership information:"
  233. IDS_APP_TITLE "Computer Name Changes"
  234. IDS_MEMBER_OF_WORKGROUP "Workgroup:"
  235. IDS_MEMBER_OF_DOMAIN "Domain:"
  236. IDS_NON_RFC_NAME "The domain name ""%1"" does not conform to Internet Domain Name Service specifications, although it is a legal Microsoft name. You must use Microsoft DNS server for non-standard names."
  237. IDS_BAD_DNS_SYNTAX "The domain name ""%1"" is not properly formatted. Periods (.) are used to separate domains. Each domain is limited to %2!d! characters. Example: domain-1.microsoft.com."
  238. IDS_DNS_NAME_TOO_LONG "The DNS name ""%1"" is too long. The name may not be longer than %2!d! bytes."
  239. IDS_COMPUTER_NAME_TOO_LONG
  240. "The new computer name ""%1"" is too long. The name may not be longer than %2!d! bytes."
  241. IDS_BAD_COMPUTER_NAME_SYNTAX
  242. "The new computer name entered is not properly formatted. Standard names may contain letters (a-z, A-Z), numbers (0-9), and hyphens (-), but no spaces or periods (.). The name may not consist entirely of digits."
  243. IDS_VALIDATE_NAME_FAILED
  244. "The following error occurred validating the name ""%1""."
  245. IDS_JOIN_DOMAIN_FAILED "The following error occurred attempting to join the domain ""%1"":"
  246. IDS_SHORT_NAME_CHANGE_FAILED
  247. "The following error occurred attempting to change the computer name to ""%1"":"
  248. IDS_RENAME_FAILED_JOINED_WITH_OLD_NAME
  249. "The following error occurred attempting to change the computer name to ""%1"": (The domain ""%2"" was joined under the old computer name ""%3"")"
  250. IDS_CHANGE_SYNC_FLAG_FAILED
  251. "The following error occurred attempting to change the DNS suffix synchronization flag:"
  252. END
  253. STRINGTABLE DISCARDABLE
  254. BEGIN
  255. IDS_CANT_RENAME_CERT_SVC
  256. "- The Certification Authority Service is installed on this computer."
  257. IDS_NETWORKING_NEEDED "- Networking is not installed or is not properly configured."
  258. IDS_COMPUTER_NAME_NUMERIC
  259. "The new computer name ""%1"" is a number. The name may not be a number."
  260. IDS_COMPUTER_NAME_HAS_BAD_CHARS
  261. "The new computer name ""%1"" contains characters which are not allowed. Characters which are not allowed include ` ~ ! @ # $ % ^ & * ( ) = + [ ] { } \\ | ; : ' "" , < > / and ?"
  262. IDS_NUMERIC_DNS_NAME "The first domain of the domain name ""%1"" is a number. The first domain may not be a number."
  263. IDS_BAD_DNS_CHARS "The domain name ""%1"" contains characters which are not allowed. Standard DNS names may contain letters (a-z, A-Z), numbers (0-9), and hyphens, but no spaces. Periods (.) are used to separate domains. Example: domain-1.microsoft.com."
  264. IDS_COMPUTER_NAME_EQUALS_WORKGROUP_NAME
  265. "The new computer name may not be the same as the Workgroup name."
  266. IDS_COMPUTER_NAME_EQUALS_DOMAIN_NAME
  267. "The new computer name may not be the same as the Domain name."
  268. IDS_ROLE_CHANGE_IN_PROGRESS
  269. "- Active Directory is being installed or removed on this computer."
  270. IDS_ROLE_CHANGE_NEEDS_REBOOT
  271. "- This computer has not been restarted since Active Directory was installed or removed."
  272. IDS_RENAME_PROMPT "To rename this computer, click Change."
  273. END
  274. STRINGTABLE DISCARDABLE
  275. BEGIN
  276. IDS_SET_DOMAIN_DNS_NAME_FAILED
  277. "The following error occurred attempting to change the Primary Domain DNS name of this computer to ""%1"":"
  278. IDS_UNJOIN_FAILED "The following error occurred attempting to unjoin the domain ""%1"":"
  279. IDS_JOIN_WORKGROUP_FAILED
  280. "The following error occurred attempting to join the workgroup ""%1"":"
  281. IDS_RENAME_FAILED "The following error occurred attempting to rename the computer to ""%1"":"
  282. IDS_COMPUTER_ACCOUNT_ORPHANED
  283. "This computer was disjoined from the domain ""%1"", but the computer account could not be disabled. You should contact your network administrator with this information."
  284. IDS_WORKGROUP_WELCOME "Welcome to the %1 workgroup."
  285. IDS_DOMAIN_WELCOME "Welcome to the %1 domain."
  286. IDS_MUST_REBOOT "You must restart this computer for the changes to take effect."
  287. IDS_NAME_AND_MEMBERSHIP_MESSAGE
  288. "You can change the name and the membership of this computer. Changes may affect access to network resources."
  289. IDS_NAME_MESSAGE "You can change the name of this computer. You must install networking before you can change this computer's domain membership."
  290. IDS_RENAME_CREDENTIALS "Enter the name and password of an account with permission to rename this computer in the domain."
  291. IDS_UNJOIN_CREDENTIALS "Enter the name and password of an account with permission to remove this computer from the domain."
  292. IDS_JOIN_CREDENTIALS "Enter the name and password of an account with permission to join the domain."
  293. IDS_NAME_TRUNCATED "The NetBIOS name of the computer is limited to %1!d! bytes. The NetBIOS name will be shortened to ""%2""."
  294. IDS_NON_RFC_COMPUTER_NAME_SYNTAX
  295. "The computer name ""%1"" contains one or more non-standard characters. Standard characters include letters (A-Z, a-z), digits (0-9), and hyphens (-). Using a non-standard name will prevent other users from finding your computer on the network, unless your network is using the Microsoft DNS Server. Do you want to use this non-standard name?"
  296. IDS_CONVERSION_TO_NETBIOS_NAME_FAILED
  297. "The computer name ""%1"" contains one or more characters that could not be converted to a NetBIOS name. The error was:"
  298. IDS_BAD_NETBIOS_CHARACTERS
  299. "The NetBIOS name of the computer contains characters which are not allowed. Characters which are not allowed in NetBIOS names include * = + [ ] \\ | ; : "" , < > / and ?"
  300. IDS_CHANGE_DESCRIPTION_FAILED
  301. "The following error occurred modifying the computer description."
  302. END
  303. STRINGTABLE DISCARDABLE
  304. BEGIN
  305. IDS_MUST_BE_ADMIN "Note: Only Administrators can change the identification of this computer."
  306. IDS_CANT_TWEAK_ID "Note: The identification of the computer cannot be changed because:"
  307. IDS_CANT_RENAME_DC "- The computer is a domain controller."
  308. IDS_MUST_COMPLETE_DCPROMO "- The computer is a domain controller undergoing upgrade. Please complete the Active Directory Installation Wizard."
  309. IDS_MUST_EXIT_DCPROMO "- The Active Directory Installation Wizard is currently running. Please complete or exit the wizard."
  310. IDS_PRECHK_DCPROMO_RUNNING "The Active Directory Installation Wizard is currently running. You must complete or exit the wizard before you can change the computer name or domain."
  311. IDS_PRECHK_MUST_COMPLETE_DCPROMO "The computer is a domain controller undergoing upgrade. You must complete the Active Directory Installation Wizard before you can change the computer name or domain."
  312. IDS_PRECHK_CANT_RENAME_CERT_SVC "The Certification Authority Service is installed on this computer. You must remove that service before you can change the computer name or domain."
  313. IDS_PRECHK_ROLE_CHANGE_IN_PROGRESS "Active Directory is being installed or removed on this computer. The computer name or domain information cannot be changed."
  314. IDS_PRECHK_ROLE_CHANGE_NEEDS_REBOOT "This computer has not been restarted since Active Directory was installed or removed. The computer name or domain information cannot be changed."
  315. IDS_PRECHK_NETWORKING_NEEDED "Networking is not installed or is not properly configured. The computer name or domain information cannot be changed."
  316. IDS_NETBIOS_NAME_NUMERIC "The NetBIOS computer name ""%1"" is a number. The name may not be a number. You must have at least one non-numeric character within the first %2!d! bytes of the computer name."
  317. IDS_WORKGROUP_NAME_TOO_LONG "The Workgroup name ""%1"" is too long. The name may not be longer than %2!d! bytes."
  318. IDS_DISK_FULL "The computer cannot be joined to the domain ""%1"" because there is not enough disk space on either the computer or a domain controller of the domain."
  319. IDS_JOIN_FAILED "The join operation was not successful. The error was:"
  320. IDS_JOIN_DOMAIN_COULDNT_UPDATE_SPNS
  321. "The computer failed to join the domain ""%1"". Please contact your domain administrator and indicate that the computer failed to update the dnsHostName and/or servicePrincipalName (SPN) attribute in its Active Directory computer account. Once the problem is resolved, you may join the computer to the ""%1"" domain."
  322. IDS_JOIN_DOMAIN_COULDNT_UPDATE_SPNS_SUFFIX
  323. "The computer failed to join the domain ""%1"". Please do one of the following:
  324. -- Configure the computer to update its primary DNS suffix when domain membership changes.
  325. -- Configure the computer's primary DNS suffix to match the Active Directory domain DNS name or any other allowed primary DNS suffix. For the list of the allowed DNS suffixes contact your domain administrator.
  326. -- Contact your domain administrator to allow computers that are members of the ""%1"" domain to have ""%2"" as their primary DNS suffix.
  327. Once the recommended configuration is performed, you may join the computer to the ""%1"" domain."
  328. IDS_RENAME_COULDNT_UPDATE_SPNS
  329. "The attempt to rename the computer to ""%1"" failed. Please contact your domain administrator and indicate that the computer failed to update the dnsHostName and/or servicePrincipalName (SPN) attribute in its Active Directory computer account."
  330. IDS_RENAME_COULDNT_UPDATE_SPNS_SUFFIX
  331. "The attempt to rename the computer to ""%1"" failed. Please do one of the following:
  332. -- Configure the computer's primary DNS suffix to match the Active Directory domain DNS name or any other allowed primary DNS suffix. For the list of the allowed DNS suffixes contact your domain administrator.
  333. -- Contact your domain administrator to allow computers that are members of the ""%2"" domain to have ""%3"" as their primary DNS suffix."
  334. IDS_RENAME_JOINED_WITH_OLD_NAME_COULDNT_UPDATE_SPNS
  335. "The computer joined domain ""%2"" using the old computer name ""%3"". The attempt to change the computer name to ""%1"" failed. Please contact your domain administrator and indicate that the computer failed to update the dnsHostName and/or servicePrincipalName (SPN) attribute in its Active Directory computer account. Once the problem is resolved, you may rename the computer."
  336. IDS_RENAME_JOINED_WITH_OLD_NAME_COULDNT_UPDATE_SPNS_SUFFIX
  337. "The computer joined domain ""%2"" using the old computer name ""%3"". The attempt to change the computer name to ""%1"" failed. Please do one of the following:
  338. -- Configure the computer's primary DNS suffix to match the Active Directory domain DNS name or any other allowed primary DNS suffix. For the list of the allowed DNS suffixes contact your domain administrator.
  339. -- Contact your domain administrator to allow computers that are members of the ""%2"" domain to have ""%4"" as their primary DNS suffix.
  340. Once the recommended configuration is performed, you may rename the computer."
  341. IDS_RENAME_DC_WARNING
  342. "Domain controllers cannot be moved from one domain to another, they must first be demoted. Renaming this domain controller may cause it to become temporarily unavailable to users and computers. For information on renaming domain controllers, including alternate renaming methods, see Help and Support. To continue renaming this domain controller, click OK."
  343. END
  344. #endif // English (U.S.) resources
  345. /////////////////////////////////////////////////////////////////////////////
  346. #ifndef APSTUDIO_INVOKED
  347. /////////////////////////////////////////////////////////////////////////////
  348. //
  349. // Generated from the TEXTINCLUDE 3 resource.
  350. //
  351. /////////////////////////////////////////////////////////////////////////////
  352. #endif // not APSTUDIO_INVOKED