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.

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