|
|
//+---------------------------------------------------------------------------- // // Windows NT Active Directory Service Property Pages // // Microsoft Windows // Copyright (C) Microsoft Corporation, 1992 - 2001 // // File: pages.rc // // Contents: Resources for shell property pages. // // History: 10-April-97 EricB created // // Notes: You can view the resources in VC, but DO NOT save from VC! The // help IDs do not map 1 to 1 with the control IDs and VC will // overwrite them. // //-----------------------------------------------------------------------------
#include "pages.h"
#include "pages.hm" #include "winres.h"
///////////////////////////////////////////////////////////////////////////// // // Dialog //
IDD_MULTISELECT_ERROR_DIALOG DIALOGEX 0, 0, 252, 271 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU | WS_VISIBLE EXSTYLE WS_EX_CONTEXTHELP CAPTION "Active Directory" FONT 8, "MS Shell Dlg" BEGIN LTEXT "&All changes on the following tabs were successfully applied:",IDC_STATIC,7,7,238,8 LISTBOX IDC_SUCCESS_LISTBOX,7,18,238,40,LBS_SORT | LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL | WS_TABSTOP,0,HIDC_SUCCESS_LISTBOX LTEXT "&The following errors occurred on the %s tab:",IDC_ERROR_STATIC,7,63,238,8 CONTROL "List1",IDC_ERROR_LIST,"SysListView32",LVS_REPORT | LVS_SHOWSELALWAYS | LVS_SINGLESEL | LVS_SORTASCENDING | LVS_NOLABELWRAP | LVS_NOSORTHEADER | LVS_SHAREIMAGELISTS | WS_BORDER | WS_TABSTOP,7,73,238,100,0,HIDC_ERROR_LIST PUSHBUTTON "&Copy",IDC_COPY_BUTTON,141,178,50,14,0,0,HIDC_COPY_BUTTON PUSHBUTTON "&Properties",IDC_PROPERTIES_BUTTON,195,178,50,14,0,0,HIDC_PROPERTIES_BUTTON LTEXT "A&ny changes on the following tabs have not yet been applied:"IDC_STATIC,7,195,238,8 LISTBOX IDC_NOT_ATTEMPTED_LISTBOX,7,205,238,40,LBS_SORT | LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL | WS_TABSTOP,0,HIDC_NOT_ATTEMPTED_LISTBOX DEFPUSHBUTTON "Cl&ose",IDOK,195,250,50,14 END
IDD_SHELL_USER_GEN DIALOGEX 0, 0, 252, 218 STYLE WS_CHILD | WS_BORDER FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN ICON IDI_LOCAL_POLICY,IDC_DS_ICON,7,6,21,20,0,0,IDH_NO_HELP CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,34, 238,1 LTEXT "&First name:",IDC_STATIC,7,45,62,10 EDITTEXT IDC_SH_FIRST_NAME_EDIT,74,43,168,13,ES_AUTOHSCROLL,0, HIDC_SH_FIRST_NAME_EDIT LTEXT "&Last name:",IDC_STATIC,7,63,59,8 EDITTEXT IDC_SH_LAST_NAME_EDIT,74,61,168,13,ES_AUTOHSCROLL,0, HIDC_SH_LAST_NAME_EDIT LTEXT "&Display name:",IDC_STATIC,7,81,62,10 EDITTEXT IDC_SH_DISPLAY_NAME_EDIT,74,79,168,13,ES_AUTOHSCROLL,0, HIDC_SH_DISPLAY_NAME_EDIT CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,100, 238,1 LTEXT "&Telephone:",IDC_STATIC,7,111,62,8 EDITTEXT IDC_PHONE_EDIT,74,109,168,13,ES_AUTOHSCROLL,0, HIDC_PHONE_EDIT_SHELL_USER_GEN LTEXT "&E-mail:",IDC_STATIC,7,129,62,8 EDITTEXT IDC_EMAIL_EDIT,74,127,168,13,ES_AUTOHSCROLL,0, HIDC_EMAIL_EDIT LTEXT "&Home page:",IDC_STATIC,7,147,62,8 EDITTEXT IDC_URL_EDIT,74,145,168,13,ES_AUTOHSCROLL,0, HIDC_URL_EDIT //LTEXT "",IDC_CN,46,12,198,8,0,0,IDH_NO_HELP EDITTEXT IDC_CN,46,12,198,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,0,IDH_NO_HELP END
IDD_ADDRESS DIALOGEX 0, 0, 252, 218 STYLE WS_CHILD | WS_BORDER FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Street:",IDC_STATIC,7,14,62,8 EDITTEXT IDC_ADDRESS_EDIT,75,13,170,51,ES_MULTILINE | ES_AUTOVSCROLL | WS_VSCROLL | ES_WANTRETURN,0, HIDC_ADDRESS_EDIT LTEXT "P.O. &Box:",IDC_STATIC,7,72,62,8 EDITTEXT IDC_POBOX_EDIT,75,69,170,13,ES_AUTOHSCROLL,0, HIDC_POBOX_EDIT LTEXT "&City:",IDC_STATIC,7,90,62,8 EDITTEXT IDC_CITY_EDIT,75,88,170,13,ES_AUTOHSCROLL,0, HIDC_CITY_EDIT LTEXT "State/pro&vince:",IDC_STATIC,7,108,62,8 EDITTEXT IDC_STATE_EDIT,75,106,170,13,ES_AUTOHSCROLL,0, HIDC_STATE_EDIT_PAGES LTEXT "&Zip/Postal Code:",IDC_STATIC,7,127,62,8 EDITTEXT IDC_ZIP_EDIT,75,125,170,13,ES_AUTOHSCROLL,0, HIDC_ZIP_EDIT LTEXT "C&ountry/region:",IDC_COUNTRY_LABEL,7,145,62,8 COMBOBOX IDC_COUNTRY_COMBO,75,143,170,154,CBS_DROPDOWNLIST | CBS_AUTOHSCROLL | CBS_SORT | CBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP,0, HIDC_COUNTRY_COMBO END
IDD_SHELL_VOLUME_GEN DIALOGEX 0, 0, 252, 218 STYLE WS_CHILD | WS_BORDER FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN ICON IDI_LOCAL_POLICY,IDC_DS_ICON,7,7,20,20,0,0,IDH_NO_HELP CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,34, 238,1 LTEXT "Path:",IDC_STATIC,7,57,68,8 LTEXT "",IDC_PATH,80,57,158,8 LTEXT "&Keywords:",IDC_STATIC,7,81,230,8 LISTBOX IDC_KEYWORDS_LIST,7,91,238,88,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP,0, HIDC_KEYWORDS_LIST LTEXT "&Description:",IDC_STATIC,7,42,68,8 EDITTEXT IDC_DESCRIPTION_EDIT,77,42,168,13,ES_AUTOHSCROLL,0, HIDC_DESCRIPTION_EDIT EDITTEXT IDC_CN,40,12,198,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,0,IDH_NO_HELP END
IDD_SHELL_COMPUTER_GEN DIALOGEX 0, 0, 252, 218 STYLE WS_CHILD | WS_BORDER FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN ICON IDI_LOCAL_POLICY,IDC_DS_ICON,7,7,21,20,0,0,IDH_NO_HELP CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,34, 238,1 LTEXT "Role:",IDC_STATIC,7,66,67,10 LTEXT "",IDC_ROLE,80,66,159,8 LTEXT "&Description:",IDC_STATIC,7,47,67,8 EDITTEXT IDC_DESCRIPTION_EDIT,77,47,168,13,ES_AUTOHSCROLL,0, HIDC_DESCRIPTION_EDIT EDITTEXT IDC_CN,40,12,198,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,0,IDH_NO_HELP END
IDD_SHELL_GROUP_GEN DIALOGEX 0, 0, 252, 218 STYLE WS_CHILD | WS_BORDER FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN ICON IDI_LOCAL_POLICY,IDC_DS_ICON,7,7,20,20,0,0,IDH_NO_HELP CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,34, 238,1 LTEXT "D&escription:",IDC_STATIC,7,42,67,10 EDITTEXT IDC_DESCRIPTION_EDIT,77,42,168,13,ES_AUTOHSCROLL,0, HIDC_DESCRIPTION_EDIT LTEXT "&Members:",IDC_STATIC,7,59,214,8 CONTROL "List1",IDC_MEMBER_LIST,"SysListView32",LVS_REPORT | LVS_SORTASCENDING | LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,7,71,238,114,0,0x806a00dd PUSHBUTTON "A&dd...",IDC_ADD_BTN,7,193,50,14 PUSHBUTTON "&Remove",IDC_REMOVE_BTN,63,193,50,14 EDITTEXT IDC_CN,40,12,198,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,0,IDH_NO_HELP END
IDD_SHELL_DOMAIN_GEN DIALOGEX 0, 0, 252, 218 STYLE WS_CHILD | WS_BORDER FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN ICON IDI_LOCAL_POLICY,IDC_DS_ICON,7,7,20,20,0,0,IDH_NO_HELP CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,34, 238,1 LTEXT "&Description:",IDC_STATIC,7,42,65,8 EDITTEXT IDC_DESCRIPTION_EDIT,77,42,168,13,ES_AUTOHSCROLL,0, HIDC_DESCRIPTION_EDIT EDITTEXT IDC_CN,40,12,198,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,0,IDH_NO_HELP END
IDD_SHELL_OU_GEN DIALOGEX 0, 0, 252, 218 STYLE WS_CHILD | WS_BORDER FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN ICON IDI_LOCAL_POLICY,IDC_DS_ICON,7,7,20,20,0,0,IDH_NO_HELP CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,34, 238,1 LTEXT "&Description:",IDC_STATIC,7,42,67,8 EDITTEXT IDC_DESCRIPTION_EDIT,77,42,168,13,ES_AUTOHSCROLL,0, HIDC_DESCRIPTION_EDIT EDITTEXT IDC_CN,40,12,198,12,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,0,IDH_NO_HELP END
IDD_SHELL_BUSINESS DIALOGEX 0, 0, 252, 218 STYLE WS_CHILD | WS_BORDER FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN GROUPBOX "Organization",IDC_STATIC,7,4,238,89 LTEXT "&Job title:",IDC_STATIC,16,19,78,8 EDITTEXT IDC_TITLE,101,17,134,13,ES_AUTOHSCROLL,0,HIDC_TITLE LTEXT "&Company:",IDC_STATIC,16,37,78,8 EDITTEXT IDC_COMPANY,101,35,134,13,ES_AUTOHSCROLL,0,HIDC_COMPANY LTEXT "&Department:",IDC_STATIC,16,55,78,8 EDITTEXT IDC_DEPARTMENT,101,53,134,13,ES_AUTOHSCROLL,0, HIDC_DEPARTMENT LTEXT "&Office:",IDC_STATIC,16,73,78,8 EDITTEXT IDC_OFFICE,101,71,134,13,ES_AUTOHSCROLL,0,HIDC_OFFICE GROUPBOX "Reporting information",IDC_STATIC,7,97,238,74 LTEXT "&Manager:",IDC_STATIC,16,113,69,8 EDITTEXT IDC_MANAGER,101,111,134,13,ES_AUTOHSCROLL | ES_READONLY, 0,HIDC_MANAGER LTEXT "Direct &reports:",IDC_STATIC,16,131,61,8 LISTBOX IDC_REPORTS_LIST,101,128,134,35,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_HSCROLL | WS_TABSTOP,0,HIDC_REPORTS_LIST END
IDD_SHELL_MEMBERSHIP DIALOGEX 0, 0, 252, 218 STYLE WS_CHILD | WS_BORDER FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "&Member of the following groups:",-1,7,7,214,8 LISTBOX IDC_LIST1,7,18,238,130,LBS_SORT | LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP,0,HIDC_LIST1 END
IDD_MULTI_VALUE DIALOGEX 40, 60, 232, 166 STYLE DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU EXSTYLE WS_EX_CONTEXTHELP FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "Type the information, and then click Add.",IDC_STATIC,7, 7,218,8 EDITTEXT IDC_EDIT,7,22,161,14,ES_AUTOHSCROLL,0,HIDC_EDIT_MULTI_VALUE PUSHBUTTON "&Add",IDC_ADD_BTN,175,22,50,14,0,0,HIDC_IDH_ADD_BTN_MULTI_VALUE CONTROL "List1",IDC_LIST,"SysListView32",LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_EDITLABELS | LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,41,162,86,0, HIDC_LIST_MULTI_VALUE PUSHBUTTON "&Edit",IDC_EDIT_BTN,175,41,50,14,0,0,HIDC_EDIT_BTN_MULTI_VALUE PUSHBUTTON "&Remove",IDC_DELETE_BTN,175,60,50,14,0,0,HIDC_DELETE_BTN_MULTI_VALUE PUSHBUTTON "OK",IDC_CLOSE,119,145,50,14 PUSHBUTTON "Cancel",IDCANCEL,175,145,50,14 CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,136, 218,1 END
IDD_DEFAULT_GENERAL DIALOGEX 0, 0, 252, 218 STYLE WS_CHILD | WS_BORDER FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN ICON IDI_LOCAL_POLICY,IDC_DS_ICON,12,7,20,20,0,0,IDH_NO_HELP CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,32, 238,1 LTEXT "&Description:",IDC_STATIC,8,41,56,8 EDITTEXT IDC_DESCRIPTION_EDIT,68,39,177,13,ES_AUTOHSCROLL,0, HIDC_DESCRIPTION_EDIT EDITTEXT IDC_CN,70,14,171,8,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,0,IDH_NO_HELP END
IDD_CONTAINER_GENERAL DIALOGEX 0, 0, 252, 218 STYLE WS_CHILD | WS_BORDER FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN ICON IDI_LOCAL_POLICY,IDC_DS_ICON,12,7,20,20,0,0,IDH_NO_HELP CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,32, 238,1 LTEXT "&Description:",IDC_STATIC,7,45,56,8 EDITTEXT IDC_DESCRIPTION_EDIT,68,43,177,13,ES_AUTOHSCROLL,0, HIDC_DESCRIPTION_EDIT EDITTEXT IDC_CN,46,12,195,8,ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER,0,IDH_NO_HELP END
IDD_NT_GROUP DIALOG DISCARDABLE 0, 0, 252, 218 STYLE WS_CHILD | WS_BORDER FONT 8, "MS Shell Dlg" BEGIN GROUPBOX "Telephone Numbers ",IDC_STATIC,7,7,238,75 LTEXT "H&ome: ",IDC_STATIC,16,24,37,8 EDITTEXT IDC_HOMEPHONE_EDIT,57,22,128,13,ES_AUTOHSCROLL PUSHBUTTON "O&thers...",IDC_OTHER_HOME_BTN,191,22,46,13 LTEXT "&Pager:",IDC_STATIC,16,44,35,8 EDITTEXT IDC_PAGER_EDIT,57,42,128,13,ES_AUTOHSCROLL PUSHBUTTON "Oth&ers...",IDC_OTHER_PAGER_BTN,191,42,46,13 LTEXT "&Mobile:",IDC_STATIC,16,65,37,8 EDITTEXT IDC_MOBILE_EDIT,57,62,128,13,ES_AUTOHSCROLL PUSHBUTTON "Othe&rs...",IDC_OTHER_MOBLE_BTN,191,62,46,13 EDITTEXT IDC_HOME_PAGE_EDIT,57,100,128,13,ES_AUTOHSCROLL PUSHBUTTON "Other&s...",IDC_OTHER_URL_BTN,191,100,46,13 LTEXT "&Home Address:",IDC_STATIC,80,125,88,8 EDITTEXT IDC_ADDRESS_EDIT,80,136,164,74,ES_MULTILINE | ES_AUTOVSCROLL | ES_WANTRETURN | WS_VSCROLL GROUPBOX "Web Pages",IDC_STATIC,7,86,238,35 LTEXT "Home P&age:",IDC_STATIC,15,103,39,8 LTEXT "Picture:",IDC_STATIC,7,125,63,8 CONTROL 133,IDC_PICTURE_BMP,"Static",SS_BITMAP,7,136,50,46 END
IDD_COMPUTER_OS DIALOGEX 0, 0, 252, 218 STYLE WS_CHILD | WS_BORDER FONT 8, "MS Shell Dlg", 0, 0, 0x1 BEGIN LTEXT "Na&me:",-1,7,9,45,8 EDITTEXT IDC_OS_EDIT,67,7,159,13,ES_AUTOHSCROLL | ES_READONLY,0, HIDC_OS_EDIT LTEXT "V&ersion:",-1,7,28,42,8 EDITTEXT IDC_OS_VER_EDIT,67,26,80,13,ES_AUTOHSCROLL | ES_READONLY, 0,HIDC_OS_VER_EDIT LTEXT "&Service pack:",-1,7,47,55,8 EDITTEXT IDC_SVC_PACK_EDIT,67,45,80,13,ES_AUTOHSCROLL | ES_READONLY,0,HIDC_SVC_PACK_EDIT END
IDD_ERROR_PAGE DIALOG DISCARDABLE 0, 0, 252, 218 STYLE WS_CHILD | WS_BORDER FONT 8, "MS Shell Dlg" BEGIN LTEXT "The Active Directory object could not be displayed.", IDC_STATIC,7,7,238,8 LTEXT "The system is out of memory. Please close some programs and try again.",IDC_ERROR_MSG,7,22,238,63 END
#include "res\iso-3166.rc"
///////////////////////////////////////////////////////////////////////////// // // Icon //
// Icon with lowest ID value placed first to ensure application icon // remains consistent on all systems. IDI_LOCAL_POLICY ICON DISCARDABLE "res\\lpolicy.ico" IDI_MEMBER ICON DISCARDABLE "res\\member.ico"
///////////////////////////////////////////////////////////////////////////// // // String Table //
STRINGTABLE DISCARDABLE BEGIN IDS_TITLE_GENERAL "General" IDS_USER_TITLE_ORG "Organization" IDS_USER_TITLE_ACCT "Account" IDS_USER_TITLE_MBR_OF "Member Of" IDS_TITLE_ADDRESS "Address" IDS_TITLE_GROUP "Members" IDS_TITLE_DS_SERVER "Server" IDS_INVALID_MAIL_ADDR "The e-mail address is not valid. Correct it and then try again." IDS_RM_MBR_MSG "Do you want to remove the selected member(s) from the group?" IDS_ADMIN_NOCHANGE "The %s attribute cannot be changed on this object." IDS_RM_PRI_GRP "The primary group cannot be removed. Set another group as primary if you want to remove this one." IDS_NT_GRP_TITLE "Windows 2000 Group Info" 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." IDS_TITLE_OS "Operating System" IDS_ERROR_NOSAMNAME "The pre-Windows 2000 name field is empty. This is a required field." IDS_MIXED_MODE "Mixed mode (supports both Windows 2000 and pre-Windows 2000 domain controllers)" IDS_ERROR_GRP_SELF "A group cannot be made a member of itself." IDS_ERR_BAD_ADMIN_PW "The account name or the password is incorrect." IDS_INVALID_SID "The security identifier stored in the object is invalid. You should delete and re-create the object." IDS_YES "Yes" IDS_NO "No" IDS_CANT_WRITE "You do not have permission to change the %s attribute, your changes will not be saved." IDS_ERRMSG_NO_GROUP_ACCESS "You do not have permission to modify the group %s." IDS_PHONE_NOTES "Telephones" IDS_OBJECT "Object" IDS_INVALID_NAME_FORMAT "The name %s is not a valid Active Directory object name." IDS_MSG_TITLE "Active Directory" IDS_ERRMSG_NO_LONGER_EXISTS "The Active Directory object cannot be found. It may have been deleted by another user or a domain controller may be temporarily unavailable." IDS_MANAGED_BY_TITLE "Managed By" IDS_ERRMSG_GROUP_DELETE "The membership removal operation failed. The member may have already been removed by another administrator." IDS_ERR_DOMAIN_NOT_FOUND "The domain %s cannot be found. Verify that it is operational and available on the network." IDS_ERRMSG_INVALID_VOLUME_PATH "The specified path is not valid. Enter a valid network server path using the form: \\\\server\\share." IDS_TITLE_BUSINESS "Business" IDS_CANT_VIEW_EXTERNAL "A member from an external domain cannot be viewed until you click Apply." IDS_NATIVE_MODE "Native mode (no pre-Windows 2000 domain controllers)." IDS_MULTISEL_LIMIT "This property is limited to %d values. You must remove some of the existing values before you can add new ones." IDS_MEMBERSHIP_OBJ_NOT_IN_GC "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." 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." END
STRINGTABLE DISCARDABLE BEGIN IDS_ERRMSG_GROUP_CONSTRAINT "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." IDS_ERRMSG_PW_MATCH "The password and confirmation you typed do not match. Please retype them." IDS_ERRMSG_NO_DOMAIN "The domain %s cannot be found. Please verify the spelling and then try again." 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." 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." IDS_NO_ACCESS_GC_FOR_MEMBERSHIP "You do not have permission to read the global catalog. This means that membership in groups outside of this domain cannot be listed." IDS_BUILTIN_NO_NEST "Builtin groups cannot be added to other groups." IDS_ERRMSG_NO_DC_RESPONSE "Information for this object is not currently available possibly due to a network or domain controller failure." 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." IDS_RM_USR_FROM_GRP "Do you want to remove %s from the selected group(s)?" IDS_RM_USR_TITLE "Remove user from group" IDS_ROLE_WKS "Workstation or server" IDS_ROLE_SVR "Domain controller" IDS_ERRMSG_INVALID_UNC_PATH "The specified path is not valid. Enter a valid network server path using the form: \\\\server\\share\\folder." IDS_ADS_ERROR_FORMAT "The following Active Directory error occurred: %s" IDS_COL_TITLE_OBJNAME "Name" IDS_COL_TITLE_OBJFOLDER "Active Directory Folder" IDS_GRP_ALREADY_MEMBER "The object %s is already in the list and cannot be added a second time." IDS_COL_TITLE_ERRORMSG "Error" IDS_COL_TITLE_PAGE "Page" IDS_MULTI_FAILURE_CAPTION "&The following errors occurred on the %s tab:" END
STRINGTABLE DISCARDABLE BEGIN 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." IDS_NO_GC_FOR_MEMBERSHIP "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." IDS_ERR_COUNTRY_DATA_BAD "The country/region code data is invalid. The file may have become corrupted. Replace dsprop.dll with a new copy and try again." IDS_BUILTIN_GROUP "Builtin local" IDS_DONT_REQ_PREAUTH "Do not require Kerberos preauthentication" IDS_ERRMSG_NO_VOLUME_PATH "The UNC name is a required attribute. Please fill in a value or click Cancel to preserve the prior value." 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." IDS_UACCT_NO_DOMAIN "The pre-Windows 2000 domain name for the user cannot be displayed." 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." IDS_ERR_DNLEVELNAME_MISSING "This object must have a pre-Windows 2000 name. Enter a pre-Windows 2000 name, and then try again" 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." 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." IDS_ERROR_VIEW_PERMISSIONS "Unable to view attribute or value. You may not have permissions to view this object." 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." 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." 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." IDS_FIRST_COUNTRY_CODE "4000" IDS_LAST_COUNTRY_CODE "4237" IDS_DEFAULT_ERROR_TEXT "Active Directory failure with code '0x%08x'!" IDS_LOCAL_GROUP_ONLY, "This list displays only groups from the local domain." 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." 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?" IDS_NO_VALUE "no value" IDS_DEFAULT_ERROR_MSG "The operation failed with error code %d (0x%08x)" IDS_FMT_STRING_ERROR_MSG "The operation failed. The error is '%s'" IDS_COUNTRY_LABEL_NO_ACCEL "Country/region:" END
|