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.

429 lines
23 KiB

  1. //+----------------------------------------------------------------------------
  2. //
  3. // Windows NT Active Directory Service Property Pages
  4. //
  5. // Microsoft Windows
  6. // Copyright (C) Microsoft Corporation, 1992 - 2001
  7. //
  8. // File: pages.rc
  9. //
  10. // Contents: Resources for shell property pages.
  11. //
  12. // History: 10-April-97 EricB created
  13. //
  14. // Notes: You can view the resources in VC, but DO NOT save from VC! The
  15. // help IDs do not map 1 to 1 with the control IDs and VC will
  16. // overwrite them.
  17. //
  18. //-----------------------------------------------------------------------------
  19. #include "pages.h"
  20. #include "pages.hm"
  21. #include "winres.h"
  22. /////////////////////////////////////////////////////////////////////////////
  23. //
  24. // Dialog
  25. //
  26. IDD_SHELL_USER_GEN DIALOGEX 0, 0, 252, 218
  27. STYLE WS_CHILD | WS_BORDER
  28. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  29. BEGIN
  30. ICON IDI_LOCAL_POLICY,IDC_DS_ICON,7,6,21,20,0,0,IDH_NO_HELP
  31. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,34,
  32. 238,1
  33. LTEXT "&First name:",IDC_STATIC,7,45,62,10
  34. EDITTEXT IDC_SH_FIRST_NAME_EDIT,74,43,168,13,ES_AUTOHSCROLL,0,
  35. HIDC_SH_FIRST_NAME_EDIT
  36. LTEXT "&Last name:",IDC_STATIC,7,63,59,8
  37. EDITTEXT IDC_SH_LAST_NAME_EDIT,74,61,168,13,ES_AUTOHSCROLL,0,
  38. HIDC_SH_LAST_NAME_EDIT
  39. LTEXT "&Display name:",IDC_STATIC,7,81,62,10
  40. EDITTEXT IDC_SH_DISPLAY_NAME_EDIT,74,79,168,13,ES_AUTOHSCROLL,0,
  41. HIDC_SH_DISPLAY_NAME_EDIT
  42. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,100,
  43. 238,1
  44. LTEXT "&Telephone:",IDC_STATIC,7,111,62,8
  45. EDITTEXT IDC_PHONE_EDIT,74,109,168,13,ES_AUTOHSCROLL,0,
  46. HIDC_PHONE_EDIT_SHELL_USER_GEN
  47. LTEXT "&E-mail:",IDC_STATIC,7,129,62,8
  48. EDITTEXT IDC_EMAIL_EDIT,74,127,168,13,ES_AUTOHSCROLL,0,
  49. HIDC_EMAIL_EDIT
  50. LTEXT "&Home page:",IDC_STATIC,7,147,62,8
  51. EDITTEXT IDC_URL_EDIT,74,145,168,13,ES_AUTOHSCROLL,0,
  52. HIDC_URL_EDIT
  53. //LTEXT "",IDC_CN,46,12,198,8,0,0,IDH_NO_HELP
  54. EDITTEXT IDC_CN,46,12,198,12,ES_AUTOHSCROLL | ES_READONLY | NOT
  55. WS_BORDER,0,IDH_NO_HELP
  56. END
  57. IDD_ADDRESS DIALOGEX 0, 0, 252, 218
  58. STYLE WS_CHILD | WS_BORDER
  59. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  60. BEGIN
  61. LTEXT "&Street:",IDC_STATIC,7,14,62,8
  62. EDITTEXT IDC_ADDRESS_EDIT,75,13,170,51,ES_MULTILINE |
  63. ES_AUTOVSCROLL | WS_VSCROLL | ES_WANTRETURN,0,
  64. HIDC_ADDRESS_EDIT
  65. LTEXT "P.O. &Box:",IDC_STATIC,7,72,62,8
  66. EDITTEXT IDC_POBOX_EDIT,75,69,170,13,ES_AUTOHSCROLL,0,
  67. HIDC_POBOX_EDIT
  68. LTEXT "&City:",IDC_STATIC,7,90,62,8
  69. EDITTEXT IDC_CITY_EDIT,75,88,170,13,ES_AUTOHSCROLL,0,
  70. HIDC_CITY_EDIT
  71. LTEXT "State/pro&vince:",IDC_STATIC,7,108,62,8
  72. EDITTEXT IDC_STATE_EDIT,75,106,170,13,ES_AUTOHSCROLL,0,
  73. HIDC_STATE_EDIT_PAGES
  74. LTEXT "&Zip/Postal Code:",IDC_STATIC,7,127,62,8
  75. EDITTEXT IDC_ZIP_EDIT,75,125,170,13,ES_AUTOHSCROLL,0,
  76. HIDC_ZIP_EDIT
  77. LTEXT "C&ountry/region:",IDC_COUNTRY_LABEL,7,145,62,8
  78. COMBOBOX IDC_COUNTRY_COMBO,75,143,170,154,CBS_DROPDOWNLIST |
  79. CBS_AUTOHSCROLL | CBS_SORT | CBS_NOINTEGRALHEIGHT |
  80. WS_VSCROLL | WS_HSCROLL | WS_TABSTOP,0,
  81. HIDC_COUNTRY_COMBO
  82. END
  83. IDD_SHELL_VOLUME_GEN DIALOGEX 0, 0, 252, 218
  84. STYLE WS_CHILD | WS_BORDER
  85. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  86. BEGIN
  87. ICON IDI_LOCAL_POLICY,IDC_DS_ICON,7,7,20,20,0,0,IDH_NO_HELP
  88. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,34,
  89. 238,1
  90. LTEXT "Path:",IDC_STATIC,7,57,68,8
  91. LTEXT "",IDC_PATH,80,57,158,8
  92. LTEXT "&Keywords:",IDC_STATIC,7,81,230,8
  93. LISTBOX IDC_KEYWORDS_LIST,7,91,238,88,LBS_SORT |
  94. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP,0,
  95. HIDC_KEYWORDS_LIST
  96. LTEXT "&Description:",IDC_STATIC,7,42,68,8
  97. EDITTEXT IDC_DESCRIPTION_EDIT,77,42,168,13,ES_AUTOHSCROLL,0,
  98. HIDC_DESCRIPTION_EDIT
  99. EDITTEXT IDC_CN,40,12,198,12,ES_AUTOHSCROLL | ES_READONLY | NOT
  100. WS_BORDER,0,IDH_NO_HELP
  101. END
  102. IDD_SHELL_COMPUTER_GEN DIALOGEX 0, 0, 252, 218
  103. STYLE WS_CHILD | WS_BORDER
  104. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  105. BEGIN
  106. ICON IDI_LOCAL_POLICY,IDC_DS_ICON,7,7,21,20,0,0,IDH_NO_HELP
  107. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,34,
  108. 238,1
  109. LTEXT "Role:",IDC_STATIC,7,66,67,10
  110. LTEXT "",IDC_ROLE,80,66,159,8
  111. LTEXT "&Description:",IDC_STATIC,7,47,67,8
  112. EDITTEXT IDC_DESCRIPTION_EDIT,77,47,168,13,ES_AUTOHSCROLL,0,
  113. HIDC_DESCRIPTION_EDIT
  114. EDITTEXT IDC_CN,40,12,198,12,ES_AUTOHSCROLL | ES_READONLY | NOT
  115. WS_BORDER,0,IDH_NO_HELP
  116. END
  117. IDD_SHELL_GROUP_GEN DIALOGEX 0, 0, 252, 218
  118. STYLE WS_CHILD | WS_BORDER
  119. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  120. BEGIN
  121. ICON IDI_LOCAL_POLICY,IDC_DS_ICON,7,7,20,20,0,0,IDH_NO_HELP
  122. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,34,
  123. 238,1
  124. LTEXT "D&escription:",IDC_STATIC,7,42,67,10
  125. EDITTEXT IDC_DESCRIPTION_EDIT,77,42,168,13,ES_AUTOHSCROLL,0,
  126. HIDC_DESCRIPTION_EDIT
  127. LTEXT "&Members:",IDC_STATIC,7,59,214,8
  128. CONTROL "List1",IDC_MEMBER_LIST,"SysListView32",LVS_REPORT |
  129. LVS_SORTASCENDING | LVS_NOSORTHEADER | WS_BORDER |
  130. WS_TABSTOP,7,71,238,114,0,0x806a00dd
  131. PUSHBUTTON "A&dd...",IDC_ADD_BTN,7,193,50,14
  132. PUSHBUTTON "&Remove",IDC_REMOVE_BTN,63,193,50,14
  133. EDITTEXT IDC_CN,40,12,198,12,ES_AUTOHSCROLL | ES_READONLY | NOT
  134. WS_BORDER,0,IDH_NO_HELP
  135. END
  136. IDD_SHELL_DOMAIN_GEN DIALOGEX 0, 0, 252, 218
  137. STYLE WS_CHILD | WS_BORDER
  138. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  139. BEGIN
  140. ICON IDI_LOCAL_POLICY,IDC_DS_ICON,7,7,20,20,0,0,IDH_NO_HELP
  141. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,34,
  142. 238,1
  143. LTEXT "&Description:",IDC_STATIC,7,42,65,8
  144. EDITTEXT IDC_DESCRIPTION_EDIT,77,42,168,13,ES_AUTOHSCROLL,0,
  145. HIDC_DESCRIPTION_EDIT
  146. EDITTEXT IDC_CN,40,12,198,12,ES_AUTOHSCROLL | ES_READONLY | NOT
  147. WS_BORDER,0,IDH_NO_HELP
  148. END
  149. IDD_SHELL_OU_GEN DIALOGEX 0, 0, 252, 218
  150. STYLE WS_CHILD | WS_BORDER
  151. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  152. BEGIN
  153. ICON IDI_LOCAL_POLICY,IDC_DS_ICON,7,7,20,20,0,0,IDH_NO_HELP
  154. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,34,
  155. 238,1
  156. LTEXT "&Description:",IDC_STATIC,7,42,67,8
  157. EDITTEXT IDC_DESCRIPTION_EDIT,77,42,168,13,ES_AUTOHSCROLL,0,
  158. HIDC_DESCRIPTION_EDIT
  159. EDITTEXT IDC_CN,40,12,198,12,ES_AUTOHSCROLL | ES_READONLY | NOT
  160. WS_BORDER,0,IDH_NO_HELP
  161. END
  162. IDD_SHELL_BUSINESS DIALOGEX 0, 0, 252, 218
  163. STYLE WS_CHILD | WS_BORDER
  164. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  165. BEGIN
  166. GROUPBOX "Organization",IDC_STATIC,7,4,238,89
  167. LTEXT "&Job title:",IDC_STATIC,16,19,78,8
  168. EDITTEXT IDC_TITLE,101,17,134,13,ES_AUTOHSCROLL,0,HIDC_TITLE
  169. LTEXT "&Company:",IDC_STATIC,16,37,78,8
  170. EDITTEXT IDC_COMPANY,101,35,134,13,ES_AUTOHSCROLL,0,HIDC_COMPANY
  171. LTEXT "&Department:",IDC_STATIC,16,55,78,8
  172. EDITTEXT IDC_DEPARTMENT,101,53,134,13,ES_AUTOHSCROLL,0,
  173. HIDC_DEPARTMENT
  174. LTEXT "&Office:",IDC_STATIC,16,73,78,8
  175. EDITTEXT IDC_OFFICE,101,71,134,13,ES_AUTOHSCROLL,0,HIDC_OFFICE
  176. GROUPBOX "Reporting information",IDC_STATIC,7,97,238,74
  177. LTEXT "&Manager:",IDC_STATIC,16,113,69,8
  178. EDITTEXT IDC_MANAGER,101,111,134,13,ES_AUTOHSCROLL | ES_READONLY,
  179. 0,HIDC_MANAGER
  180. LTEXT "Direct &reports:",IDC_STATIC,16,131,61,8
  181. LISTBOX IDC_REPORTS_LIST,101,128,134,35,LBS_SORT |
  182. LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL |
  183. WS_TABSTOP,0,HIDC_REPORTS_LIST
  184. END
  185. IDD_SHELL_MEMBERSHIP DIALOGEX 0, 0, 252, 218
  186. STYLE WS_CHILD | WS_BORDER
  187. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  188. BEGIN
  189. LTEXT "&Member of the following groups:",-1,7,7,214,8
  190. LISTBOX IDC_LIST1,7,18,238,130,LBS_SORT | LBS_NOINTEGRALHEIGHT |
  191. WS_VSCROLL | WS_TABSTOP,0,HIDC_LIST1
  192. END
  193. IDD_MULTI_VALUE DIALOGEX 40, 60, 232, 166
  194. STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
  195. EXSTYLE WS_EX_CONTEXTHELP
  196. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  197. BEGIN
  198. LTEXT "Type the information, and then click Add.",IDC_STATIC,7,
  199. 7,218,8
  200. EDITTEXT IDC_EDIT,7,22,161,14,ES_AUTOHSCROLL,0,HIDC_EDIT_MULTI_VALUE
  201. PUSHBUTTON "&Add",IDC_ADD_BTN,175,22,50,14,0,0,HIDC_IDH_ADD_BTN_MULTI_VALUE
  202. CONTROL "List1",IDC_LIST,"SysListView32",LVS_REPORT |
  203. LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_EDITLABELS |
  204. LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,41,162,86,0,
  205. HIDC_LIST_MULTI_VALUE
  206. PUSHBUTTON "&Edit",IDC_EDIT_BTN,175,41,50,14,0,0,HIDC_EDIT_BTN_MULTI_VALUE
  207. PUSHBUTTON "&Remove",IDC_DELETE_BTN,175,60,50,14,0,0,HIDC_DELETE_BTN_MULTI_VALUE
  208. PUSHBUTTON "OK",IDC_CLOSE,119,145,50,14
  209. PUSHBUTTON "Cancel",IDCANCEL,175,145,50,14
  210. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,136,
  211. 218,1
  212. END
  213. IDD_DEFAULT_GENERAL DIALOGEX 0, 0, 252, 218
  214. STYLE WS_CHILD | WS_BORDER
  215. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  216. BEGIN
  217. ICON IDI_LOCAL_POLICY,IDC_DS_ICON,12,7,20,20,0,0,IDH_NO_HELP
  218. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,32,
  219. 238,1
  220. LTEXT "&Description:",IDC_STATIC,8,41,56,8
  221. EDITTEXT IDC_DESCRIPTION_EDIT,68,39,177,13,ES_AUTOHSCROLL,0,
  222. HIDC_DESCRIPTION_EDIT
  223. EDITTEXT IDC_CN,70,14,171,8,ES_AUTOHSCROLL | ES_READONLY | NOT
  224. WS_BORDER,0,IDH_NO_HELP
  225. END
  226. IDD_CONTAINER_GENERAL DIALOGEX 0, 0, 252, 218
  227. STYLE WS_CHILD | WS_BORDER
  228. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  229. BEGIN
  230. ICON IDI_LOCAL_POLICY,IDC_DS_ICON,12,7,20,20,0,0,IDH_NO_HELP
  231. CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,32,
  232. 238,1
  233. LTEXT "&Description:",IDC_STATIC,7,45,56,8
  234. EDITTEXT IDC_DESCRIPTION_EDIT,68,43,177,13,ES_AUTOHSCROLL,0,
  235. HIDC_DESCRIPTION_EDIT
  236. EDITTEXT IDC_CN,46,12,195,8,ES_AUTOHSCROLL | ES_READONLY | NOT
  237. WS_BORDER,0,IDH_NO_HELP
  238. END
  239. IDD_NT_GROUP DIALOG DISCARDABLE 0, 0, 252, 218
  240. STYLE WS_CHILD | WS_BORDER
  241. FONT 8, "MS Shell Dlg"
  242. BEGIN
  243. GROUPBOX "Telephone Numbers ",IDC_STATIC,7,7,238,75
  244. LTEXT "H&ome: ",IDC_STATIC,16,24,37,8
  245. EDITTEXT IDC_HOMEPHONE_EDIT,57,22,128,13,ES_AUTOHSCROLL
  246. PUSHBUTTON "O&thers...",IDC_OTHER_HOME_BTN,191,22,46,13
  247. LTEXT "&Pager:",IDC_STATIC,16,44,35,8
  248. EDITTEXT IDC_PAGER_EDIT,57,42,128,13,ES_AUTOHSCROLL
  249. PUSHBUTTON "Oth&ers...",IDC_OTHER_PAGER_BTN,191,42,46,13
  250. LTEXT "&Mobile:",IDC_STATIC,16,65,37,8
  251. EDITTEXT IDC_MOBILE_EDIT,57,62,128,13,ES_AUTOHSCROLL
  252. PUSHBUTTON "Othe&rs...",IDC_OTHER_MOBLE_BTN,191,62,46,13
  253. EDITTEXT IDC_HOME_PAGE_EDIT,57,100,128,13,ES_AUTOHSCROLL
  254. PUSHBUTTON "Other&s...",IDC_OTHER_URL_BTN,191,100,46,13
  255. LTEXT "&Home Address:",IDC_STATIC,80,125,88,8
  256. EDITTEXT IDC_ADDRESS_EDIT,80,136,164,74,ES_MULTILINE |
  257. ES_AUTOVSCROLL | ES_WANTRETURN | WS_VSCROLL
  258. GROUPBOX "Web Pages",IDC_STATIC,7,86,238,35
  259. LTEXT "Home P&age:",IDC_STATIC,15,103,39,8
  260. LTEXT "Picture:",IDC_STATIC,7,125,63,8
  261. CONTROL 133,IDC_PICTURE_BMP,"Static",SS_BITMAP,7,136,50,46
  262. END
  263. IDD_COMPUTER_OS DIALOGEX 0, 0, 252, 218
  264. STYLE WS_CHILD | WS_BORDER
  265. FONT 8, "MS Shell Dlg", 0, 0, 0x1
  266. BEGIN
  267. LTEXT "Na&me:",-1,7,9,45,8
  268. EDITTEXT IDC_OS_EDIT,67,7,159,13,ES_AUTOHSCROLL | ES_READONLY,0,
  269. HIDC_OS_EDIT
  270. LTEXT "V&ersion:",-1,7,28,42,8
  271. EDITTEXT IDC_OS_VER_EDIT,67,26,80,13,ES_AUTOHSCROLL | ES_READONLY,
  272. 0,HIDC_OS_VER_EDIT
  273. LTEXT "&Service pack:",-1,7,47,55,8
  274. EDITTEXT IDC_SVC_PACK_EDIT,67,45,80,13,ES_AUTOHSCROLL |
  275. ES_READONLY,0,HIDC_SVC_PACK_EDIT
  276. END
  277. IDD_ERROR_PAGE DIALOG DISCARDABLE 0, 0, 252, 218
  278. STYLE WS_CHILD | WS_BORDER
  279. FONT 8, "MS Shell Dlg"
  280. BEGIN
  281. LTEXT "The Active Directory object could not be displayed.",
  282. IDC_STATIC,7,7,238,8
  283. LTEXT "The system is out of memory. Please close some programs and try again.",IDC_ERROR_MSG,7,22,238,63
  284. END
  285. #include "res\iso-3166.rc"
  286. /////////////////////////////////////////////////////////////////////////////
  287. //
  288. // Icon
  289. //
  290. // Icon with lowest ID value placed first to ensure application icon
  291. // remains consistent on all systems.
  292. IDI_LOCAL_POLICY ICON DISCARDABLE "res\\lpolicy.ico"
  293. IDI_MEMBER ICON DISCARDABLE "res\\member.ico"
  294. /////////////////////////////////////////////////////////////////////////////
  295. //
  296. // String Table
  297. //
  298. STRINGTABLE DISCARDABLE
  299. BEGIN
  300. IDS_TITLE_GENERAL "General"
  301. IDS_USER_TITLE_ORG "Organization"
  302. IDS_USER_TITLE_ACCT "Account"
  303. IDS_USER_TITLE_MBR_OF "Member Of"
  304. IDS_TITLE_ADDRESS "Address"
  305. IDS_TITLE_GROUP "Members"
  306. IDS_TITLE_DS_SERVER "Server"
  307. IDS_INVALID_MAIL_ADDR "The e-mail address is not valid. Correct it and then try again."
  308. IDS_RM_MBR_MSG "Do you want to remove the selected member(s) from the group?"
  309. IDS_ADMIN_NOCHANGE "The %s attribute cannot be changed on this object."
  310. IDS_RM_PRI_GRP "The primary group cannot be removed. Set another group as primary if you want to remove this one."
  311. IDS_NT_GRP_TITLE "Windows 2000 Group Info"
  312. IDS_NOTIFYTIMEOUT "The object that notifies Active Directory Users and Computers of property changes did not initialize properly. Property changes will not be reflected in Active Directory Users and Computers."
  313. IDS_TITLE_OS "Operating System"
  314. IDS_ERROR_NOSAMNAME "The pre-Windows 2000 name field is empty. This is a required field."
  315. IDS_MIXED_MODE "Mixed mode (supports both Windows 2000 and pre-Windows 2000 domain controllers)"
  316. IDS_ERROR_GRP_SELF "A group cannot be made a member of itself."
  317. IDS_ERR_BAD_ADMIN_PW "The account name or the password is incorrect."
  318. IDS_INVALID_SID "The security identifier stored in the object is invalid. You should delete and re-create the object."
  319. IDS_YES "Yes"
  320. IDS_NO "No"
  321. IDS_CANT_WRITE "You do not have permission to change the %s attribute, your changes will not be saved."
  322. IDS_ERRMSG_NO_GROUP_ACCESS
  323. "You do not have permission to modify the group %s."
  324. IDS_PHONE_NOTES "Telephones"
  325. IDS_OBJECT "Object"
  326. IDS_INVALID_NAME_FORMAT "The name %s is not a valid Active Directory object name."
  327. IDS_MSG_TITLE "Active Directory"
  328. IDS_ERRMSG_NO_LONGER_EXISTS
  329. "The Active Directory object cannot be found. It may have been deleted by another user or a domain controller may be temporarily unavailable."
  330. IDS_MANAGED_BY_TITLE "Managed By"
  331. IDS_ERRMSG_GROUP_DELETE "The membership removal operation failed. The member may have already been removed by another administrator."
  332. IDS_ERR_DOMAIN_NOT_FOUND
  333. "The domain %s cannot be found. Verify that it is operational and available on the network."
  334. IDS_ERRMSG_INVALID_VOLUME_PATH
  335. "The specified path is not valid. Enter a valid network server path using the form: \\\\server\\share."
  336. IDS_TITLE_BUSINESS "Business"
  337. IDS_CANT_VIEW_EXTERNAL "A member from an external domain cannot be viewed until you click Apply."
  338. IDS_NATIVE_MODE "Native mode (no pre-Windows 2000 domain controllers)."
  339. IDS_MULTISEL_LIMIT "This property is limited to %d values. You must remove some of the existing values before you can add new ones."
  340. IDS_MEMBERSHIP_OBJ_NOT_IN_GC
  341. "The object cannot be found in the global catalog. If the object is new, wait for it to replicate (about 5 minutes). It is also possible that the global catalog is unavailable. If so, group memberships outside of the object's domain will not be listed."
  342. IDS_FPO_NO_NAME_MAPPING "The object name cannot be shown in its user-friendly form. This can happen if the object is from an external domain and that domain is not available to translate the object's name or the object no longer exists on that domain."
  343. END
  344. STRINGTABLE DISCARDABLE
  345. BEGIN
  346. IDS_ERRMSG_GROUP_CONSTRAINT
  347. "The group membership modification failed possibly because:\n\tyou are trying to add an object a second time\n\tyou are trying to add a group whose type or scope is incompatible with this group\n\treplication among domain controllers has not completed, or\n\tthe object may no longer exist."
  348. IDS_ERRMSG_PW_MATCH "The password and confirmation you typed do not match. Please retype them."
  349. IDS_ERRMSG_NO_DOMAIN "The domain %s cannot be found. Please verify the spelling and then try again."
  350. IDS_ERRMSG_NO_ACCESS "Access to the domain %s is denied. This can occur if the Restrict Anonymous setting has been changed from the default."
  351. IDS_ERR_PARENT_CANCELED "The first page was canceled before the second page could initialize. The data on the second page will not be valid. Close the page and then reopen both, and then wait until the second page is completely displayed before canceling the first page."
  352. IDS_NO_ACCESS_GC_FOR_MEMBERSHIP
  353. "You do not have permission to read the global catalog. This means that membership in groups outside of this domain cannot be listed."
  354. IDS_BUILTIN_NO_NEST "Builtin groups cannot be added to other groups."
  355. IDS_ERRMSG_NO_DC_RESPONSE
  356. "Information for this object is not currently available possibly due to a network or domain controller failure."
  357. IDS_RM_USR_PRI_GRP "This is the member's primary group, so the member cannot be removed. Go to the Member Of tab of the member's property sheet and set another group as primary. You can then remove the member from this group."
  358. IDS_RM_USR_FROM_GRP "Do you want to remove %s from the selected group(s)?"
  359. IDS_RM_USR_TITLE "Remove user from group"
  360. IDS_ROLE_WKS "Workstation or server"
  361. IDS_ROLE_SVR "Domain controller"
  362. IDS_ERRMSG_INVALID_UNC_PATH
  363. "The specified path is not valid. Enter a valid network server path using the form: \\\\server\\share\\folder."
  364. IDS_ADS_ERROR_FORMAT "The following Active Directory error occurred: %s"
  365. IDS_COL_TITLE_OBJNAME "Name"
  366. IDS_COL_TITLE_OBJFOLDER "Active Directory Folder"
  367. IDS_GRP_ALREADY_MEMBER "The object %s is already in the list and cannot be added a second time."
  368. IDS_COL_TITLE_ERRORMSG "Error"
  369. IDS_COL_TITLE_PAGE "Page"
  370. END
  371. STRINGTABLE DISCARDABLE
  372. BEGIN
  373. IDS_ERR_LOOKUP_FAILED "The name translation for a new group member failed because: %s\nThis may be due to a damaged trust with the other domain. Correct the trust problem and then try adding the member again."
  374. IDS_NO_GC_FOR_MEMBERSHIP
  375. "A global catalog (GC) cannot be contacted. A GC is needed to list the object's group memberships. The GC may be temporarily unavailable. Or, if your enterprise does not have a Domain Controller configured as a GC, then one should be configured. Contact your system administrator for assistance."
  376. IDS_ERR_COUNTRY_DATA_BAD
  377. "The country/region code data is invalid. The file may have become corrupted. Replace dsprop.dll with a new copy and try again."
  378. IDS_BUILTIN_GROUP "Builtin local"
  379. IDS_DONT_REQ_PREAUTH "Do not require Kerberos preauthentication"
  380. IDS_ERRMSG_NO_VOLUME_PATH
  381. "The UNC name is a required attribute. Please fill in a value or click Cancel to preserve the prior value."
  382. IDS_GRP_NO_NAME_MAPPING "Some of the object names cannot be shown in their user-friendly form. This can happen if the object is from an external domain and that domain is not available to translate the object's name."
  383. IDS_UACCT_NO_DOMAIN "The pre-Windows 2000 domain name for the user cannot be displayed."
  384. IDS_NOTIFYFAILURE "The object that notifies the Active Directory user interface of property changes did not initialize because:\n%s\nProperty changes will not be reflected in the Active Directory user interface."
  385. IDS_ERR_DNLEVELNAME_MISSING
  386. "This object must have a pre-Windows 2000 name. Enter a pre-Windows 2000 name, and then try again"
  387. IDS_WARN_NO_GC_FOUND "A global catalog cannot be located to retrieve the icons for the member list. Some icons may not be shown."
  388. IDS_WARN_ACCESS_TO_GC_DENIED "A global catalog cannot be contacted to retrieve the icons for the member list because access was denied. Some icons may not be shown."
  389. IDS_ERROR_VIEW_PERMISSIONS
  390. "Unable to view attribute or value. You may not have permissions to view this object."
  391. IDS_MSG_USER_NOT_PRESENT "The specified user was not found. If the user exists on another domain controller in the enterprise, it may take 15 minutes or more for the user to be replicated to the global catalog."
  392. IDS_MSG_MEMBER_ALREADY_GONE "%s is no longer a member of this group. It may still appear due to standard delays in replication between domain controllers."
  393. IDS_MSG_MEMBER_ALREADY_GONE2 "The object is no longer a member of this group. It may still appear due to standard delays in replication between domain controllers."
  394. IDS_FIRST_COUNTRY_CODE "4000"
  395. IDS_LAST_COUNTRY_CODE "4237"
  396. IDS_DEFAULT_ERROR_TEXT "Active Directory failure with code '0x%08x'!"
  397. IDS_LOCAL_GROUP_ONLY, "This list displays only groups from the local domain."
  398. IDS_USG_MIXED_WARNING "The following objects that you selected for universal group membership are from a mixed-mode domain. The membership will not take effect for the selected objects until you convert the domain to native mode. However, membership will take effect immediately for Exchange resources such as Public folders.\n\nObjects: %s\n\nDo not grant or deny access to network resources such as files, shares, and printers by using the universal group until you convert the domain to native mode."
  399. IDS_GROUP_SAMNAME_ILLEGAL "The pre-Windows 2000 group name %1 contains one or more of the following illegal characters: / \\ [ ] : ; | = , + * ? < > ""\nIf you continue Windows will replace these characters with _.\nDo you want to continue?"
  400. IDS_NO_VALUE "no value"
  401. IDS_DEFAULT_ERROR_MSG "The operation failed with error code %d (0x%08x)"
  402. IDS_FMT_STRING_ERROR_MSG "The operation failed. The error is '%s'"
  403. IDS_COUNTRY_LABEL_NO_ACCEL "Country/region:"
  404. END