1815 lines
97 KiB
Plaintext
1815 lines
97 KiB
Plaintext
// Microsoft Visual C++ generated resource script.
|
|
//
|
|
#include "resource.h"
|
|
|
|
// Generated Help ID header file
|
|
#define APSTUDIO_HIDDEN_SYMBOLS
|
|
#include "resource.hm"
|
|
#undef APSTUDIO_HIDDEN_SYMBOLS
|
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 2 resource.
|
|
//
|
|
#include "afxres.h"
|
|
#include <commctrl.h>
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#undef APSTUDIO_READONLY_SYMBOLS
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// English (U.S.) resources
|
|
|
|
#if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
|
|
#ifdef _WIN32
|
|
LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|
#pragma code_page(1252)
|
|
#endif //_WIN32
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// TEXTINCLUDE
|
|
//
|
|
|
|
1 TEXTINCLUDE
|
|
BEGIN
|
|
"resource.h\0"
|
|
END
|
|
|
|
2 TEXTINCLUDE
|
|
BEGIN
|
|
"#include ""afxres.h""\r\n"
|
|
"#include <commctrl.h>\r\n"
|
|
END
|
|
|
|
3 TEXTINCLUDE
|
|
BEGIN
|
|
"\r\n"
|
|
"\0"
|
|
END
|
|
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Bitmap
|
|
//
|
|
|
|
IDB_DSADMIN BITMAP "res\\dsa_sm.bmp"
|
|
IDB_DSADMIN_LG BITMAP "res\\dsa_lg.bmp"
|
|
IDB_SITEREPL BITMAP "res\\siter_sm.bmp"
|
|
IDB_SITEREPL_LG BITMAP "res\\siter_lg.bmp"
|
|
IDB_BUTTONS BITMAP "res\\tools.bmp"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Dialog
|
|
//
|
|
|
|
IDD_CHANGE_PASSWORD DIALOGEX 0, 0, 252, 102
|
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION |
|
|
WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Reset Password"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
LTEXT "&New password:",IDC_STATIC,7,10,79,10
|
|
EDITTEXT IDC_NEW_PASSWORD,92,7,153,14,ES_PASSWORD |
|
|
ES_AUTOHSCROLL
|
|
LTEXT "&Confirm password:",IDC_STATIC,7,28,79,10
|
|
EDITTEXT IDC_CONFIRM_PASSWORD,92,25,153,14,ES_PASSWORD |
|
|
ES_AUTOHSCROLL
|
|
CONTROL "&User must change password at next logon",
|
|
IDC_CHECK_PASSWORD_MUST_CHANGE,"Button",BS_AUTOCHECKBOX |
|
|
BS_LEFT | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,46,237,10
|
|
DEFPUSHBUTTON "OK",IDOK,140,81,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,195,81,50,14
|
|
LTEXT "The user must logoff and then logon again for the change to take effect.",
|
|
IDC_STATIC,7,61,238,8
|
|
END
|
|
|
|
IDD_CREATE_NEW_OBJECT_GENERIC_WIZARD DIALOGEX 0, 0, 276, 170
|
|
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_DISABLED | WS_BORDER
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
|
BEGIN
|
|
EDITTEXT IDC_STATIC_ATTRIBUTE_DESCRIPTION,7,51,238,12,
|
|
ES_AUTOHSCROLL | ES_READONLY | NOT WS_BORDER | NOT
|
|
WS_TABSTOP
|
|
EDITTEXT IDC_EDIT_ATTRIBUTE_VALUE,7,63,167,14,ES_AUTOHSCROLL
|
|
ICON IDI_ICON_ATTRIBUTE,IDC_STATIC,7,24,20,20
|
|
LTEXT "Attribute name:",IDC_STATIC,34,24,62,8
|
|
EDITTEXT IDC_STATIC_ATTRIBUTE_NAME,96,24,149,12,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_BORDER
|
|
LTEXT "Attribute type:",IDC_STATIC,34,37,62,8
|
|
EDITTEXT IDC_STATIC_ATTRIBUTE_TYPE,96,37,149,12,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_BORDER
|
|
COMBOBOX IDC_COMBO_ATTRIBUTE_VALUE,7,63,137,87,CBS_DROPDOWNLIST |
|
|
CBS_SORT | NOT WS_VISIBLE | WS_DISABLED | WS_VSCROLL |
|
|
WS_TABSTOP
|
|
END
|
|
|
|
IDD_QUERY_FILTER DIALOGEX 0, 0, 252, 190
|
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | DS_CONTEXTHELP | WS_POPUP |
|
|
WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Filter Options"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
|
BEGIN
|
|
GROUPBOX "Filtering",IDC_FILTER_GROUP_STATIC,7,7,238,127
|
|
CONTROL "Show &all types of objects",IDC_SHOW_ALL_RADIO,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,16,19,208,10
|
|
CONTROL "&Show only the following types of objects:",
|
|
IDC_SHOW_BUILTIN_RADIO,"Button",BS_AUTORADIOBUTTON |
|
|
BS_TOP | BS_MULTILINE,16,32,208,10
|
|
CONTROL "&Create custom filter:",IDC_SHOW_CUSTOM_RADIO,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE,16,113,78,10
|
|
LISTBOX IDC_BUILTIN_QUERY_CHECK_LIST,28,44,196,59,
|
|
LBS_OWNERDRAWFIXED | LBS_HASSTRINGS |
|
|
LBS_NOINTEGRALHEIGHT | WS_VSCROLL | WS_TABSTOP
|
|
PUSHBUTTON "C&ustomize...",IDC_EDIT_CUSTOM_BUTTON,105,111,70,14
|
|
LTEXT "&Maximum number of items displayed per folder:",
|
|
IDC_STATIC,7,144,157,8
|
|
EDITTEXT IDC_MAX_ITEM_COUNT_EDIT,174,142,50,14,ES_AUTOHSCROLL |
|
|
ES_NUMBER
|
|
DEFPUSHBUTTON "OK",IDOK,140,169,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,195,169,50,14
|
|
END
|
|
|
|
IDD_SELECT_DC DIALOG 0, 0, 248, 289
|
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION |
|
|
WS_SYSMENU
|
|
CAPTION "Connect to Domain Controller"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Domain:",IDC_STATIC,6,9,32,10
|
|
EDITTEXT IDC_SELECTDC_DOMAIN,6,20,182,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "&Browse...",IDC_SELECTDC_BROWSE,191,20,50,14
|
|
LTEXT "&Current domain controller:",IDC_STATIC,6,40,88,10
|
|
EDITTEXT IDC_SELECTDC_DCEDIT_TITLE,6,52,234,12,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_BORDER
|
|
LTEXT "&Enter the name of another domain controller:",
|
|
IDC_STATIC,6,67,150,10
|
|
EDITTEXT IDC_SELECTDC_DCEDIT,6,79,234,14,ES_AUTOHSCROLL
|
|
LTEXT "&Or select an available domain controller:",IDC_STATIC,
|
|
6,100,131,8
|
|
CONTROL "List1",IDC_SELECTDC_DCLISTVIEW,"SysListView32",
|
|
LVS_REPORT | LVS_SINGLESEL | LVS_SHOWSELALWAYS |
|
|
LVS_SORTASCENDING | LVS_NOLABELWRAP | WS_BORDER |
|
|
WS_TABSTOP,6,112,234,144
|
|
DEFPUSHBUTTON "OK",IDOK,135,266,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,190,266,50,14
|
|
END
|
|
|
|
IDD_CREATE_NEW_USER2 DIALOG 0, 0, 276, 170
|
|
STYLE DS_SETFONT | WS_CHILD | WS_BORDER
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Password:",IDC_STATIC,7,45,34,8
|
|
EDITTEXT IDC_EDIT_PASSWORD,100,43,144,14,ES_PASSWORD |
|
|
ES_AUTOHSCROLL
|
|
LTEXT "&Confirm password:",IDC_STATIC,7,63,58,8
|
|
EDITTEXT IDC_EDIT_PASSWORD_CONFIRM,100,61,144,14,ES_PASSWORD |
|
|
ES_AUTOHSCROLL
|
|
CONTROL "User &must change password at next logon",
|
|
IDC_CHECK_PASSWORD_MUST_CHANGE,"Button",BS_AUTOCHECKBOX |
|
|
BS_LEFT | BS_TOP | BS_MULTILINE | WS_TABSTOP,7,85,236,10
|
|
CONTROL "U&ser cannot change password",
|
|
IDC_CHECK_PASSWORD_CANNOT_CHANGE,"Button",
|
|
BS_AUTOCHECKBOX | BS_LEFT | BS_TOP | BS_MULTILINE |
|
|
WS_TABSTOP,7,100,236,10
|
|
CONTROL "Pass&word never expires",
|
|
IDC_CHECK_PASSWORD_NEVER_EXPIRES,"Button",
|
|
BS_AUTOCHECKBOX | BS_LEFT | BS_TOP | BS_MULTILINE |
|
|
WS_TABSTOP,7,115,236,10
|
|
CONTROL "Acc&ount is disabled",IDC_CHECK_ACCOUNT_DISABLED,"Button",
|
|
BS_AUTOCHECKBOX | BS_LEFT | BS_TOP | BS_MULTILINE |
|
|
WS_TABSTOP,7,130,236,10
|
|
ICON "",IDC_STATIC_ICON,7,7,20,20
|
|
LTEXT "Create in:",IDC_STATIC,43,12,33,8
|
|
EDITTEXT IDC_EDIT_CONTAINER,83,12,160,12,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_BORDER
|
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,34,
|
|
275,1
|
|
END
|
|
|
|
IDD_CREATE_NEW_USER1 DIALOGEX 0, 0, 276, 170
|
|
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
|
BEGIN
|
|
ICON "",IDC_STATIC_ICON,7,7,20,20
|
|
LTEXT "Create in:",IDC_STATIC,43,12,33,8
|
|
EDITTEXT IDC_EDIT_CONTAINER,83,12,160,12,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_BORDER
|
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,34,
|
|
275,1
|
|
LTEXT "&First name:",IDC_STATIC,7,45,66,8
|
|
EDITTEXT IDC_EDIT_FIRST_NAME,77,43,89,14,ES_AUTOHSCROLL
|
|
LTEXT "&Initials:",IDC_STATIC,179,46,22,8
|
|
EDITTEXT IDC_EDIT_INITIALS,207,43,38,14,ES_AUTOHSCROLL
|
|
LTEXT "&Last name:",IDC_STATIC,7,63,66,8
|
|
EDITTEXT IDC_EDIT_LAST_NAME,77,61,168,14,ES_AUTOHSCROLL
|
|
LTEXT "Full n&ame:",IDC_STATIC,7,81,66,8
|
|
EDITTEXT IDC_EDIT_FULL_NAME,77,79,168,14,ES_AUTOHSCROLL
|
|
LTEXT "&User logon name:",IDC_STATIC,7,103,56,8
|
|
EDITTEXT IDC_NT5_USER_EDIT,7,113,117,14,ES_AUTOHSCROLL
|
|
COMBOBOX IDC_NT5_DOMAIN_COMBO,128,114,117,62,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
EDITTEXT IDC_NT4_DOMAIN_EDIT,7,145,117,14,ES_AUTOHSCROLL |
|
|
ES_READONLY
|
|
LTEXT "User logon name (pre-&Windows 2000):",IDC_STATIC,7,134,
|
|
237,8
|
|
EDITTEXT IDC_NT4_USER_EDIT,128,145,117,14,ES_AUTOHSCROLL
|
|
END
|
|
|
|
IDD_CREATE_NEW_PRINTQ DIALOG 0, 0, 276, 170
|
|
STYLE DS_SETFONT | WS_CHILD | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Create New Print Queue"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Net&work path of the pre-Windows 2000 print share (\\\\server\\share):",
|
|
IDC_STATIC,7,42,262,10
|
|
EDITTEXT IDC_EDIT_UNC_PATH,7,53,262,14,ES_AUTOHSCROLL
|
|
ICON "",IDC_STATIC_ICON,7,7,20,20
|
|
LTEXT "Create in:",IDC_STATIC,43,12,33,8
|
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,34,
|
|
275,1
|
|
EDITTEXT IDC_EDIT_CONTAINER,83,12,186,12,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_BORDER
|
|
END
|
|
|
|
IDD_CREATE_NEW_VOLUME DIALOG 0, 0, 276, 170
|
|
STYLE DS_SETFONT | WS_CHILD | WS_BORDER
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "N&ame:",IDC_STATIC,7,42,262,8
|
|
EDITTEXT IDC_EDIT_OBJECT_NAME,7,52,262,14,ES_AUTOHSCROLL
|
|
LTEXT "N&etwork path (\\\\server\\share):",IDC_STATIC,7,76,262,
|
|
8
|
|
EDITTEXT IDC_EDIT_UNC_PATH,7,86,262,14,ES_AUTOHSCROLL
|
|
ICON "",IDC_STATIC_ICON,7,7,20,20
|
|
LTEXT "Create in:",IDC_STATIC,43,12,33,8
|
|
EDITTEXT IDC_EDIT_CONTAINER,83,12,186,12,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_BORDER
|
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,34,
|
|
275,1
|
|
END
|
|
|
|
IDD_CREATE_NEW_OBJECT_CN DIALOG 0, 0, 276, 170
|
|
STYLE DS_SETFONT | WS_CHILD | WS_BORDER
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "N&ame:",IDC_STATIC,7,42,236,8
|
|
EDITTEXT IDC_EDIT_OBJECT_NAME,7,52,236,14,ES_AUTOHSCROLL
|
|
ICON "",IDC_STATIC_ICON,7,7,20,20
|
|
LTEXT "Create in:",IDC_STATIC,43,12,33,8
|
|
EDITTEXT IDC_EDIT_CONTAINER,83,12,186,12,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_BORDER
|
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,34,
|
|
275,1
|
|
END
|
|
|
|
IDD_CREATE_NEW_GROUP DIALOGEX 0, 0, 276, 170
|
|
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
|
BEGIN
|
|
ICON "",IDC_STATIC_ICON,7,7,20,20
|
|
LTEXT "Create in:",IDC_STATIC,43,12,33,8
|
|
EDITTEXT IDC_EDIT_CONTAINER,83,12,186,12,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_BORDER
|
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,34,
|
|
275,1
|
|
LTEXT "Group n&ame:",IDC_STATIC,7,42,238,8
|
|
EDITTEXT IDC_EDIT_OBJECT_NAME,7,52,238,14,ES_AUTOHSCROLL
|
|
LTEXT "Group name (pre-&Windows 2000):",IDC_STATIC,7,75,238,8
|
|
EDITTEXT IDC_EDIT_SAM_NAME,7,85,238,14,ES_AUTOHSCROLL
|
|
GROUPBOX "Group scope",IDC_STATIC,7,107,114,57
|
|
CONTROL "D&omain local",IDC_RADIO_RESOURCE,"Button",
|
|
BS_AUTORADIOBUTTON | WS_GROUP,13,121,100,10
|
|
CONTROL "&Global",IDC_RADIO_ACCOUNT,"Button",BS_AUTORADIOBUTTON,
|
|
13,134,100,10
|
|
CONTROL "&Universal",IDC_RADIO_UNIVERSAL,"Button",
|
|
BS_AUTORADIOBUTTON,13,147,100,10
|
|
GROUPBOX "Group type",IDC_STATIC,131,107,114,57
|
|
CONTROL "&Security",IDC_RADIO_SEC_GROUP,"Button",
|
|
BS_AUTORADIOBUTTON | WS_GROUP | WS_TABSTOP,137,121,100,
|
|
10
|
|
CONTROL "&Distribution",IDC_RADIO_DISTRIBUTION_GROUP,"Button",
|
|
BS_AUTORADIOBUTTON,137,134,100,10
|
|
END
|
|
|
|
IDD_CREATE_NEW_SITE_LINK DIALOG 0, 0, 252, 200
|
|
STYLE DS_SETFONT | WS_CHILD | WS_BORDER
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "N&ame:",IDC_STATIC,16,49,54,8
|
|
EDITTEXT IDC_NEW_OBJECT_NAME,76,47,159,13,ES_AUTOHSCROLL
|
|
LTEXT "Sites n&ot in this site link:",IDC_STATIC,16,67,100,8
|
|
LISTBOX IDC_DUELLING_LB_OUT,16,77,79,100,LBS_SORT |
|
|
LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL |
|
|
WS_HSCROLL | WS_TABSTOP
|
|
PUSHBUTTON "A&dd >>",IDC_DUELLING_RB_ADD,101,108,50,14,WS_DISABLED
|
|
PUSHBUTTON "<< &Remove",IDC_DUELLING_RB_REMOVE,101,129,50,14,
|
|
WS_DISABLED
|
|
LTEXT "&Sites in this site link:",IDC_STATIC,156,67,100,8
|
|
LISTBOX IDC_DUELLING_LB_IN,156,77,79,100,LBS_SORT |
|
|
LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL |
|
|
WS_HSCROLL | WS_TABSTOP
|
|
CTEXT "A site link must contain at least two sites.",
|
|
IDC_STATIC_MESSAGE,16,185,219,8
|
|
ICON "",IDC_STATIC_ICON,7,7,20,20
|
|
LTEXT "Create in:",IDC_STATIC,46,12,33,8
|
|
EDITTEXT IDC_EDIT_CONTAINER,86,12,141,12,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_BORDER
|
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,34,
|
|
238,1
|
|
END
|
|
|
|
IDD_CREATE_NEW_SITE_LINK_BRIDGE DIALOG 0, 0, 252, 200
|
|
STYLE DS_SETFONT | WS_CHILD | WS_BORDER
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "N&ame:",IDC_STATIC,16,49,54,8
|
|
EDITTEXT IDC_NEW_OBJECT_NAME,76,47,159,13,ES_AUTOHSCROLL
|
|
LTEXT "Site links n&ot in this site link bridge:",IDC_STATIC,
|
|
16,67,79,18
|
|
LISTBOX IDC_DUELLING_LB_OUT,16,87,79,90,LBS_SORT |
|
|
LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL |
|
|
WS_HSCROLL | WS_TABSTOP
|
|
PUSHBUTTON "A&dd >>",IDC_DUELLING_RB_ADD,101,108,50,14,WS_DISABLED
|
|
PUSHBUTTON "<< &Remove",IDC_DUELLING_RB_REMOVE,101,129,50,14,
|
|
WS_DISABLED
|
|
LTEXT "&Site links in this site link bridge:",IDC_STATIC,156,
|
|
67,79,18
|
|
LISTBOX IDC_DUELLING_LB_IN,156,87,79,90,LBS_SORT |
|
|
LBS_NOINTEGRALHEIGHT | LBS_EXTENDEDSEL | WS_VSCROLL |
|
|
WS_HSCROLL | WS_TABSTOP
|
|
CTEXT "A site link bridge must contain at least two site links.",
|
|
IDC_STATIC_MESSAGE,16,185,219,8
|
|
ICON "",IDC_STATIC_ICON,7,7,20,20
|
|
LTEXT "Create in:",IDC_STATIC,46,12,33,8
|
|
EDITTEXT IDC_EDIT_CONTAINER,86,12,141,12,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_BORDER
|
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,34,
|
|
238,1
|
|
END
|
|
|
|
IDD_CREATE_NEW_FINISH DIALOGEX 0, 0, 276, 170
|
|
STYLE DS_SETFONT | WS_CHILD | WS_BORDER
|
|
FONT 8, "MS Shell dlg", 0, 0, 0x0
|
|
BEGIN
|
|
LTEXT "When you click Finish, the following object will be created:",
|
|
IDC_STATIC,7,42,262,8
|
|
EDITTEXT IDC_EDIT_SUMMARY,7,57,262,106,ES_MULTILINE |
|
|
ES_AUTOVSCROLL | ES_AUTOHSCROLL | ES_READONLY |
|
|
WS_VSCROLL
|
|
ICON "",IDC_STATIC_ICON,7,7,20,20
|
|
LTEXT "Create in:",IDC_STATIC,43,12,33,8
|
|
EDITTEXT IDC_EDIT_CONTAINER,83,12,186,12,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_BORDER
|
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,34,
|
|
275,1
|
|
END
|
|
|
|
IDD_CREATE_NEW_CONTACT DIALOG 0, 0, 276, 170
|
|
STYLE DS_SETFONT | WS_CHILD | WS_BORDER
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&First name:",IDC_STATIC,7,45,63,8
|
|
EDITTEXT IDC_EDIT_FIRST_NAME,77,43,89,14,ES_AUTOHSCROLL
|
|
LTEXT "&Initials:",IDC_STATIC,179,46,22,8
|
|
EDITTEXT IDC_EDIT_INITIALS,207,43,38,14,ES_AUTOHSCROLL
|
|
LTEXT "&Last name:",IDC_STATIC,7,64,63,8
|
|
EDITTEXT IDC_EDIT_LAST_NAME,77,62,168,14,ES_AUTOHSCROLL
|
|
LTEXT "F&ull name:",IDC_STATIC,7,83,63,8
|
|
EDITTEXT IDC_EDIT_FULL_NAME,77,81,168,14,ES_AUTOHSCROLL
|
|
LTEXT "&Display name:",IDC_STATIC,7,102,63,8
|
|
EDITTEXT IDC_EDIT_DISP_NAME,77,100,168,14,ES_AUTOHSCROLL
|
|
ICON "",IDC_STATIC_ICON,7,7,20,20
|
|
LTEXT "Create in:",IDC_STATIC,43,12,33,8
|
|
EDITTEXT IDC_EDIT_CONTAINER,83,12,186,12,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_BORDER
|
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,34,
|
|
275,1
|
|
END
|
|
|
|
IDD_CREATE_NEW_COMPUTER DIALOGEX 0, 0, 276, 170
|
|
STYLE DS_SETFONT | DS_FIXEDSYS | WS_CHILD | WS_BORDER
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
|
BEGIN
|
|
LTEXT "Computer n&ame:",IDC_STATIC,7,40,238,8
|
|
EDITTEXT IDC_EDIT_DNS_NAME,7,50,238,14,ES_AUTOHSCROLL
|
|
LTEXT "Computer name (&pre-Windows 2000):",IDC_STATIC,7,69,238,
|
|
8
|
|
EDITTEXT IDC_EDIT_SAM_NAME,7,80,111,14,ES_UPPERCASE |
|
|
ES_AUTOHSCROLL | ES_OEMCONVERT
|
|
LTEXT "The following user or group can join this computer to a domain.",
|
|
IDC_STATIC,7,100,262,8
|
|
LTEXT "&User or group:",IDC_STATIC,7,112,184,8
|
|
EDITTEXT IDC_PRINCIPAL_EDIT,7,122,184,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_TABSTOP
|
|
PUSHBUTTON "&Change...",IDC_CHANGE_PRINCIPAL_BUTTON,195,122,50,14
|
|
CONTROL "A&ssign this computer account as a pre-Windows 2000 computer",
|
|
IDC_NT4_CHECK,"Button",BS_AUTOCHECKBOX | BS_TOP |
|
|
BS_MULTILINE | WS_TABSTOP,7,141,238,10
|
|
CONTROL "Assig&n this computer account as a backup domain controller",
|
|
IDC_NT4_BDC_CHECK,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,
|
|
7,154,261,10
|
|
ICON "",IDC_STATIC_ICON,7,7,20,20
|
|
LTEXT "Create in:",IDC_STATIC,43,12,33,8
|
|
EDITTEXT IDC_EDIT_CONTAINER,83,12,186,12,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_BORDER
|
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,0,34,
|
|
275,1
|
|
END
|
|
|
|
IDD_RENAME_USER DIALOG 0, 0, 249, 182
|
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION |
|
|
WS_SYSMENU
|
|
CAPTION "Rename User"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Full &name:",IDC_STATIC,7,9,60,8
|
|
EDITTEXT IDC_EDIT_OBJECT_NAME,72,7,170,14,ES_AUTOHSCROLL
|
|
LTEXT "F&irst name:",IDC_STATIC,7,28,60,8
|
|
EDITTEXT IDC_FIRST_NAME_EDIT,72,26,170,14,ES_AUTOHSCROLL
|
|
LTEXT "&Last name:",IDC_STATIC,7,47,60,8
|
|
EDITTEXT IDC_LAST_NAME_EDIT,72,45,170,14,ES_AUTOHSCROLL
|
|
LTEXT "Di&splay name:",IDC_STATIC,7,66,60,8
|
|
EDITTEXT IDC_EDIT_DISPLAY_NAME,72,64,170,14,ES_AUTOHSCROLL
|
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,87,
|
|
235,1
|
|
LTEXT "&User logon name:",IDC_STATIC,7,93,235,8
|
|
EDITTEXT IDC_NT5_USER_EDIT,7,103,114,14,ES_AUTOHSCROLL
|
|
COMBOBOX IDC_NT5_DOMAIN_COMBO,125,104,117,62,CBS_DROPDOWNLIST |
|
|
CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
|
EDITTEXT IDC_NT4_DOMAIN_EDIT,7,134,114,14,ES_AUTOHSCROLL |
|
|
ES_READONLY
|
|
LTEXT "User logon name (pre-&Windows 2000):",IDC_STATIC,7,124,
|
|
234,8
|
|
EDITTEXT IDC_NT4_USER_EDIT,125,134,117,14,ES_AUTOHSCROLL
|
|
DEFPUSHBUTTON "OK",IDOK,138,161,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,192,161,50,14
|
|
END
|
|
|
|
IDD_RENAME_GROUP DIALOG 0, 0, 252, 95
|
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION |
|
|
WS_SYSMENU
|
|
CAPTION "Rename Group"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Group &name:",-1,7,7,42,8
|
|
EDITTEXT IDC_EDIT_OBJECT_NAME,7,17,238,14,ES_AUTOHSCROLL
|
|
LTEXT "Group name (pre-&Windows 2000):",-1,7,38,238,8
|
|
EDITTEXT IDC_NT4_USER_EDIT,7,48,238,14,ES_AUTOHSCROLL
|
|
DEFPUSHBUTTON "OK",IDOK,140,74,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,195,74,50,14
|
|
END
|
|
|
|
IDD_RENAME_CONTACT DIALOG 0, 0, 252, 113
|
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION |
|
|
WS_SYSMENU
|
|
CAPTION "Rename Contact"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "F&ull name:",-1,7,9,64,8
|
|
EDITTEXT IDC_EDIT_OBJECT_NAME,77,7,168,14,ES_AUTOHSCROLL
|
|
LTEXT "&First name:",-1,7,27,64,8
|
|
EDITTEXT IDC_FIRST_NAME_EDIT,77,25,168,14,ES_AUTOHSCROLL
|
|
LTEXT "&Last name:",-1,7,45,63,8
|
|
EDITTEXT IDC_LAST_NAME_EDIT,77,43,168,14,ES_AUTOHSCROLL
|
|
LTEXT "&Display name:",-1,7,63,63,8
|
|
EDITTEXT IDC_DISP_NAME_EDIT,77,61,168,14,ES_AUTOHSCROLL
|
|
DEFPUSHBUTTON "OK",IDOK,140,92,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,195,92,50,14
|
|
END
|
|
|
|
IDD_MULTIPLE_ERROR DIALOG 0, 0, 364, 210
|
|
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Active Directory"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
PUSHBUTTON "&Yes",IDC_BUTTON_YES,74,177,50,14,BS_NOTIFY
|
|
PUSHBUTTON "Yes to &All",IDC_BUTTON_YESTOALL,128,177,50,14,
|
|
BS_NOTIFY
|
|
DEFPUSHBUTTON "&No",IDC_BUTTON_NO,182,177,50,14,BS_NOTIFY
|
|
PUSHBUTTON "&Cancel",IDCANCEL,236,177,50,14,BS_NOTIFY
|
|
ICON IDI_INFO,IDC_STATIC,7,7,20,20
|
|
LTEXT "Error Text",IDC_STATIC_MESSAGE,35,7,277,163
|
|
END
|
|
|
|
IDD_CREATE_NEW_SITE DIALOG 0, 0, 276, 170
|
|
STYLE DS_SETFONT | WS_CHILD | WS_BORDER
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "N&ame:",IDC_STATIC,7,47,20,8
|
|
EDITTEXT IDC_EDIT_OBJECT_NAME,59,45,206,14,ES_AUTOHSCROLL
|
|
LTEXT "&Select a site link object for this site. Site link objects are located in the Sites/Inter-Site Transports container.",
|
|
IDC_SITE_TEXT,7,66,229,21
|
|
CONTROL "List1",IDC_LINKS,"SysListView32",LVS_REPORT |
|
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
|
|
LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER |
|
|
WS_TABSTOP,7,87,258,76
|
|
ICON "",IDC_STATIC_ICON,7,7,20,20
|
|
LTEXT "Create in:",IDC_STATIC,41,12,33,8
|
|
EDITTEXT IDC_EDIT_CONTAINER,81,13,184,12,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_BORDER
|
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,6,34,
|
|
259,1
|
|
END
|
|
|
|
IDD_CREATE_NEW_SUBNET DIALOG 0, 0, 274, 216
|
|
STYLE DS_SETFONT | WS_CHILD | WS_BORDER
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "A&ddress:",IDC_STATIC,7,45,50,8
|
|
CONTROL "",IDC_SUBNET_ADDRESS,"SysIPAddress32",WS_TABSTOP,59,43,
|
|
72,14
|
|
LTEXT "&Mask:",IDC_STATIC,7,63,50,8
|
|
CONTROL "",IDC_SUBNET_MASK,"SysIPAddress32",WS_TABSTOP,59,61,72,
|
|
14
|
|
LTEXT "Name:",IDC_STATIC,7,81,50,8
|
|
LTEXT "",IDC_EDIT_OBJECT_NAME,59,81,206,14
|
|
LTEXT "Enter the subnet address and mask. This will be automatically translated into a subnet name in the form network/bits-masked.\nExample: address 10.14.209.14 mask 255.255.240.0 becomes subnet 10.14.208.0/20.",
|
|
IDC_STATIC,7,95,229,33
|
|
LTEXT "&Select a site object for this subnet.",IDC_SITE_TEXT,7,
|
|
138,229,15
|
|
CONTROL "List1",IDC_LINKS,"SysListView32",LVS_REPORT |
|
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
|
|
LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER |
|
|
WS_TABSTOP,7,155,258,61
|
|
ICON "",IDC_STATIC_ICON,7,7,20,20
|
|
LTEXT "Create in:",IDC_STATIC,41,12,33,8
|
|
EDITTEXT IDC_EDIT_CONTAINER,81,13,184,12,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_BORDER
|
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,6,34,
|
|
259,1
|
|
END
|
|
|
|
IDD_MOVE_SERVER DIALOG 0, 0, 274, 185
|
|
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Move Server"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Select the site that should contain this server:",
|
|
IDC_SITE_TEXT,7,10,229,8
|
|
CONTROL "List1",IDC_LINKS,"SysListView32",LVS_REPORT |
|
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
|
|
LVS_ALIGNLEFT | LVS_NOSORTHEADER | WS_BORDER |
|
|
WS_TABSTOP,7,30,258,120
|
|
DEFPUSHBUTTON "&OK",IDOK,155,160,50,14
|
|
PUSHBUTTON "&Cancel",IDCANCEL,215,160,50,14
|
|
END
|
|
|
|
IDD_PASSWORD DIALOG 0, 0, 227, 103
|
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION |
|
|
WS_SYSMENU
|
|
CAPTION "Enter Network Password"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Connection access is denied. Please provide the correct user name and password.",
|
|
IDC_STATIC,7,7,213,23
|
|
LTEXT "&Connect as:",IDC_STATIC,7,40,42,8
|
|
EDITTEXT IDC_USER_NAME,67,37,153,14,ES_AUTOHSCROLL
|
|
LTEXT "&Password:",IDC_STATIC,7,59,34,8
|
|
EDITTEXT IDC_PASSWORD,67,56,153,14,ES_PASSWORD | ES_AUTOHSCROLL
|
|
DEFPUSHBUTTON "OK",IDOK,116,82,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,170,82,50,14
|
|
END
|
|
|
|
IDD_PROGRESS DIALOG 0, 0, 241, 79
|
|
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
DEFPUSHBUTTON "Cancel",IDCANCEL,96,58,50,14
|
|
CONTROL "Progress1",IDC_PROG_BAR,"msctls_progress32",0x1,22,32,
|
|
196,14
|
|
LTEXT "Processing item %1 out of %2...",IDC_PROG_STATIC,22,16,
|
|
193,8
|
|
END
|
|
|
|
IDD_SELECT_DOMAIN DIALOG 0, 0, 269, 74
|
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION |
|
|
WS_SYSMENU
|
|
CAPTION "Connect to Domain"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Domain:",IDC_SELECTDOMAIN_LABEL,7,9,49,8
|
|
EDITTEXT IDC_SELECTDOMAIN_DOMAIN,63,7,143,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "&Browse...",IDC_SELECTDOMAIN_BROWSE,212,7,50,14
|
|
CONTROL "&Save this domain setting for the current console",
|
|
IDC_SAVE_CURRENT_CHECK,"Button",BS_AUTOCHECKBOX |
|
|
BS_MULTILINE | WS_TABSTOP,7,28,224,10
|
|
DEFPUSHBUTTON "OK",IDOK,157,52,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,212,52,50,14
|
|
END
|
|
|
|
IDD_FSMO_PAGE DIALOGEX 0, 0, 252, 218
|
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
PUSHBUTTON "&Change...",IDC_CHANGE_FSMO,195,70,50,14
|
|
LTEXT "&Operations master:",IDC_STATIC,7,38,238,8
|
|
EDITTEXT IDC_EDIT_CURRENT_FSMO_DC,7,48,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY
|
|
LTEXT "&To transfer the operations master role to the following computer, click Change.\nThe current operations master is offline. The role cannot be transferred.",
|
|
IDC_STATIC_FSMO_STATUS,7,69,177,16
|
|
EDITTEXT IDC_EDIT_CURRENT_DC,7,92,238,14,ES_AUTOHSCROLL |
|
|
ES_READONLY
|
|
LTEXT "",IDC_STATIC_FSMO_DESC,7,7,238,25
|
|
END
|
|
|
|
IDD_CONFIRM_OPERATION_EXT DIALOG 0, 0, 292, 159
|
|
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
PUSHBUTTON "&Yes",IDYES,173,138,50,14
|
|
DEFPUSHBUTTON "&No",IDNO,235,138,50,14
|
|
LISTBOX IDC_EXTENS_LIST,7,61,278,65,LBS_OWNERDRAWFIXED |
|
|
LBS_HASSTRINGS | LBS_NOINTEGRALHEIGHT | WS_VSCROLL |
|
|
WS_HSCROLL | WS_TABSTOP
|
|
LTEXT "",IDC_STATIC_OPERATION,41,7,244,20,SS_CENTERIMAGE
|
|
LTEXT "",IDC_STATIC_ASSOC_DATA,7,32,278,24
|
|
PUSHBUTTON "Cancel",IDCANCEL,101,138,50,14,NOT WS_VISIBLE | NOT
|
|
WS_TABSTOP
|
|
ICON IDI_CONFIRM,IDC_STATIC,7,8,20,20
|
|
END
|
|
|
|
IDD_MSGBOX_OKCANCEL_MOREINFO DIALOG 0, 0, 282, 87
|
|
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Active Directory"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
ICON 32515,IDC_STATIC,7,7,21,20
|
|
LTEXT "",IDC_STATIC_MESSAGE,35,7,240,50,NOT WS_GROUP
|
|
PUSHBUTTON "&OK",IDOK,62,66,50,14,BS_NOTIFY
|
|
DEFPUSHBUTTON "&Cancel",IDCANCEL,116,66,50,14,BS_NOTIFY
|
|
PUSHBUTTON "&Help",ID_BUTTON_MORE_INFO,170,66,50,14,BS_NOTIFY
|
|
END
|
|
|
|
IDD_MSGBOX_OK_MOREINFO DIALOG 0, 0, 227, 87
|
|
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Active Directory"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
ICON 32515,IDC_STATIC,7,7,21,20
|
|
LTEXT "",IDC_STATIC_MESSAGE,35,7,185,50,NOT WS_GROUP
|
|
DEFPUSHBUTTON "&OK",IDOK,62,66,50,14,BS_NOTIFY
|
|
PUSHBUTTON "&Help",ID_BUTTON_MORE_INFO,116,66,50,14,BS_NOTIFY
|
|
END
|
|
|
|
IDD_RENAME_GENERIC DIALOG 0, 0, 250, 68
|
|
STYLE DS_SETFONT | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Rename"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "New &name:",IDC_STATIC,7,7,37,8
|
|
EDITTEXT IDC_EDIT_OBJECT_NAME,7,17,238,14,ES_AUTOHSCROLL
|
|
DEFPUSHBUTTON "OK",IDOK,138,46,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,193,46,50,14
|
|
END
|
|
|
|
IDD_CREATE_NEW_QUERY DIALOGEX 0, 0, 252, 197
|
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION |
|
|
WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "New Query"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
LTEXT "&Name:",IDC_STATIC,7,7,238,8
|
|
EDITTEXT IDC_NAME_EDIT,7,18,238,14,ES_AUTOHSCROLL,0,
|
|
HIDC_NAME_EDIT
|
|
LTEXT "&Description:",IDC_STATIC,7,38,238,8
|
|
EDITTEXT IDC_DESCRIPTION_EDIT,7,49,238,14,ES_AUTOHSCROLL,0,
|
|
HIDC_DESCRIPTION_EDIT
|
|
LTEXT "&Query root:",IDC_STATIC,7,70,238,8
|
|
EDITTEXT IDC_ROOT_EDIT,7,81,169,14,ES_AUTOHSCROLL | ES_READONLY,0,
|
|
HIDC_ROOT_EDIT
|
|
PUSHBUTTON "&Browse...",IDC_BROWSE_BUTTON,188,81,57,14,0,0,
|
|
HIDC_BROWSE_BUTTON
|
|
CONTROL "Include &subcontainers",IDC_MULTI_LEVEL_CHECK,"Button",
|
|
BS_AUTOCHECKBOX | WS_TABSTOP,7,103,238,10,0,
|
|
HIDC_MULTI_LEVEL_CHECK
|
|
LTEXT "Q&uery string:",IDC_STATIC,7,119,238,8
|
|
EDITTEXT IDC_QUERY_STRING_EDIT,7,130,174,39,ES_MULTILINE |
|
|
ES_AUTOVSCROLL | ES_READONLY,0,HIDC_QUERY_STRING_EDIT
|
|
PUSHBUTTON "D&efine Query...",IDC_EDIT_BUTTON,188,130,57,14,0,0,
|
|
HIDC_EDIT_BUTTON
|
|
DEFPUSHBUTTON "OK",IDOK,124,176,57,14,WS_DISABLED
|
|
PUSHBUTTON "Cancel",IDCANCEL,188,176,57,14
|
|
END
|
|
|
|
IDD_MULTISELECT_ERROR_DIALOG DIALOG 0, 0, 261, 186
|
|
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Title"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Static",IDC_STATIC_MESSAGE,7,7,247,23
|
|
CONTROL "List2",IDC_ERROR_LIST,"SysListView32",LVS_REPORT |
|
|
LVS_SORTASCENDING | WS_BORDER | WS_TABSTOP,7,35,247,123
|
|
DEFPUSHBUTTON "OK",IDOK,204,165,50,14
|
|
END
|
|
|
|
IDD_QUERY_USER_PAGE DIALOGEX 0, 0, 260, 103
|
|
STYLE DS_SETFONT | DS_CONTROL | DS_CONTEXTHELP | WS_CHILD
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
LTEXT "Define the variables of your query.",IDC_STATIC,7,7,246,
|
|
8
|
|
LTEXT "N&ame:",IDC_STATIC,7,19,43,8
|
|
COMBOBOX IDC_NAME_COMBO,55,17,68,92,CBS_DROPDOWNLIST | WS_VSCROLL |
|
|
WS_TABSTOP,0,HIDC_NAME_COMBO
|
|
EDITTEXT IDC_NAME_EDIT,127,17,126,12,ES_AUTOHSCROLL,0,
|
|
HIDC_NAME_EDIT
|
|
LTEXT "Desc&ription:",IDC_STATIC,7,35,43,8
|
|
COMBOBOX IDC_DESCRIPTION_COMBO,55,33,68,75,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP,0,HIDC_DESCRIPTION_COMBO
|
|
EDITTEXT IDC_DESCRIPTION_EDIT,127,33,126,12,ES_AUTOHSCROLL,0,
|
|
HIDC_DESCRIPTION_EDIT
|
|
CONTROL "Disabled acco&unts",IDC_DISABLED_ACCOUNTS_CHECK,"Button",
|
|
BS_AUTOCHECKBOX | WS_TABSTOP,7,50,246,10,0,
|
|
HIDC_DISABLED_ACCOUNTS_CHECK
|
|
CONTROL "N&on expiring passwords",IDC_NON_EXPIRING_PWD_CHECK,
|
|
"Button",BS_AUTOCHECKBOX | WS_TABSTOP,7,62,246,10,0,
|
|
HIDC_NON_EXPIRING_PWD_CHECK
|
|
LTEXT "Days since las&t logon:",IDC_STATIC,7,79,70,8,0,0,
|
|
HIDC_STATIC
|
|
COMBOBOX IDC_LASTLOGON_COMBO,84,77,39,76,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP,0,HIDC_LASTLOGON_COMBO
|
|
END
|
|
|
|
IDD_QUERY_STD_PAGE DIALOGEX 0, 0, 260, 103
|
|
STYLE DS_SETFONT | DS_CONTROL | DS_CONTEXTHELP | WS_CHILD
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
LTEXT "Define the variables of your query.",-1,7,7,246,8
|
|
LTEXT "N&ame:",-1,7,19,43,8
|
|
COMBOBOX IDC_NAME_COMBO,55,17,68,92,CBS_DROPDOWNLIST | WS_VSCROLL |
|
|
WS_TABSTOP,0,HIDC_NAME_COMBO
|
|
EDITTEXT IDC_NAME_EDIT,127,17,126,12,ES_AUTOHSCROLL,0,
|
|
HIDC_NAME_EDIT
|
|
LTEXT "Desc&ription:",-1,7,35,43,8
|
|
COMBOBOX IDC_DESCRIPTION_COMBO,55,33,68,75,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP,0,HIDC_DESCRIPTION_COMBO
|
|
EDITTEXT IDC_DESCRIPTION_EDIT,127,33,126,12,ES_AUTOHSCROLL,0,
|
|
HIDC_DESCRIPTION_EDIT
|
|
END
|
|
|
|
IDD_FAVORITES_PROPERTY_PAGE DIALOGEX 0, 0, 252, 218
|
|
STYLE DS_SETFONT | DS_CONTEXTHELP | WS_CHILD | WS_DISABLED | WS_CAPTION
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "General"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
LTEXT "&Description:",IDC_STATIC,7,42,238,8
|
|
EDITTEXT IDC_DESCRIPTION_EDIT,7,52,238,12,ES_AUTOHSCROLL,0,
|
|
HIDC_DESCRIPTION_EDIT
|
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,34,
|
|
238,1
|
|
ICON IDI_FAVORITES,IDC_STATIC,7,7,20,20
|
|
EDITTEXT IDC_CN,42,12,196,12,ES_AUTOHSCROLL | ES_READONLY | NOT
|
|
WS_BORDER
|
|
END
|
|
|
|
IDD_DELETE_DC_COMPUTER DIALOG 0, 0, 252, 190
|
|
STYLE DS_SETFONT | DS_MODALFRAME | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
CAPTION "Deleting Domain Controller"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "The NTDS Settings object you want to delete represents Active Directory domain controller %1 in site %2.\n\nWhich of the following statements best describes the reason for deleting this object?",
|
|
IDC_DELETE_DC_MAINTEXT,7,10,238,60
|
|
CONTROL "I want to &demote this domain controller from the domain and continue using it as a computer.",
|
|
IDC_DELETE_DC_BADREASON1,"Button",BS_AUTORADIOBUTTON |
|
|
BS_TOP | BS_MULTILINE | WS_GROUP,7,80,238,20
|
|
CONTROL "I want to &restart Active Directory replication for this domain controller.",
|
|
IDC_DELETE_DC_BADREASON2,"Button",BS_AUTORADIOBUTTON |
|
|
BS_TOP | BS_MULTILINE,7,105,238,20
|
|
CONTROL "&This domain controller is permanently offline and can no longer be demoted using the Active Directory Installation Wizard (DCPROMO).",
|
|
IDC_DELETE_DC_GOODREASON,"Button",BS_AUTORADIOBUTTON |
|
|
BS_TOP | BS_MULTILINE,7,130,238,20
|
|
DEFPUSHBUTTON "D&elete",IDOK,140,169,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,195,169,50,14
|
|
END
|
|
|
|
IDD_QUERY_COMPUTER_PAGE DIALOGEX 0, 0, 260, 103
|
|
STYLE DS_SETFONT | DS_CONTROL | DS_CONTEXTHELP | WS_CHILD
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x1
|
|
BEGIN
|
|
LTEXT "Define the variables of your query.",-1,7,7,246,8
|
|
LTEXT "N&ame:",-1,7,19,43,8
|
|
COMBOBOX IDC_NAME_COMBO,55,17,68,92,CBS_DROPDOWNLIST | WS_VSCROLL |
|
|
WS_TABSTOP,0,HIDC_NAME_COMBO
|
|
EDITTEXT IDC_NAME_EDIT,127,17,126,12,ES_AUTOHSCROLL,0,
|
|
HIDC_NAME_EDIT
|
|
LTEXT "Desc&ription:",-1,7,35,43,8
|
|
COMBOBOX IDC_DESCRIPTION_COMBO,55,33,68,75,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP,0,HIDC_DESCRIPTION_COMBO
|
|
EDITTEXT IDC_DESCRIPTION_EDIT,127,33,126,12,ES_AUTOHSCROLL,0,
|
|
HIDC_DESCRIPTION_EDIT
|
|
CONTROL "Disabled acco&unts",IDC_DISABLED_ACCOUNTS_CHECK,"Button",
|
|
BS_AUTOCHECKBOX | WS_TABSTOP,7,50,246,10,0,
|
|
HIDC_DISABLED_ACCOUNTS_CHECK
|
|
END
|
|
|
|
IDD_MSGBOX_YESNO_MOREINFO DIALOGEX 0, 0, 282, 87
|
|
STYLE DS_SETFONT | DS_MODALFRAME | DS_FIXEDSYS | WS_POPUP | WS_CAPTION |
|
|
WS_SYSMENU
|
|
CAPTION "Active Directory"
|
|
FONT 8, "MS Shell Dlg", 0, 0, 0x0
|
|
BEGIN
|
|
ICON 32515,IDC_STATIC,7,7,20,20
|
|
LTEXT "",IDC_STATIC_MESSAGE,35,7,240,50,NOT WS_GROUP
|
|
PUSHBUTTON "&Yes",IDYES,62,66,50,14,BS_NOTIFY
|
|
DEFPUSHBUTTON "&No",IDNO,116,66,50,14,BS_NOTIFY
|
|
PUSHBUTTON "&Help",ID_BUTTON_MORE_INFO,170,66,50,14,BS_NOTIFY
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Menu
|
|
//
|
|
|
|
IDR_WHATS_THIS_CONTEXT_MENU1 MENU
|
|
BEGIN
|
|
POPUP "1"
|
|
BEGIN
|
|
MENUITEM "What's This?", IDM_WHATS_THIS
|
|
END
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Icon
|
|
//
|
|
|
|
// Icon with lowest ID value placed first to ensure application icon
|
|
// remains consistent on all systems.
|
|
IDI_DSADMIN ICON "res\\dssnap.ico"
|
|
IDI_ICON_ATTRIBUTE ICON "res\\attribut.ico"
|
|
IDI_SITEREPL ICON "res\\siterepl.ico"
|
|
IDI_ICON_WAIT ICON "res\\wait.ico"
|
|
IDI_ICON_WARN ICON "res\\warn.ico"
|
|
IDI_DSADMIN_ERR ICON "res\\dsadmerr.ico"
|
|
IDI_CONFIRM ICON "res\\qmark.ico"
|
|
IDI_SITEREPL_ERR ICON "res\\srplerr.ico"
|
|
IDI_INFO ICON "res\\Info.ico"
|
|
IDI_FAVORITES ICON "res\\favorites.ico"
|
|
IDI_QUERY ICON "res\\query.ico"
|
|
IDI_QUERY_INVALID ICON "res\\query_in.ico"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// DESIGNINFO
|
|
//
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
GUIDELINES DESIGNINFO
|
|
BEGIN
|
|
IDD_CHANGE_PASSWORD, DIALOG
|
|
BEGIN
|
|
VERTGUIDE, 7
|
|
VERTGUIDE, 245
|
|
END
|
|
|
|
IDD_CREATE_NEW_OBJECT_GENERIC_WIZARD, DIALOG
|
|
BEGIN
|
|
RIGHTMARGIN, 252
|
|
END
|
|
|
|
IDD_RENAME_USER, DIALOG
|
|
BEGIN
|
|
BOTTOMMARGIN, 174
|
|
END
|
|
|
|
IDD_CREATE_NEW_SITE, DIALOG
|
|
BEGIN
|
|
BOTTOMMARGIN, 163
|
|
END
|
|
|
|
IDD_PROGRESS, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 234
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 72
|
|
END
|
|
|
|
IDD_FSMO_PAGE, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_CONFIRM_OPERATION_EXT, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 285
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 152
|
|
END
|
|
|
|
IDD_MSGBOX_OKCANCEL_MOREINFO, DIALOG
|
|
BEGIN
|
|
BOTTOMMARGIN, 86
|
|
END
|
|
|
|
IDD_MSGBOX_OK_MOREINFO, DIALOG
|
|
BEGIN
|
|
BOTTOMMARGIN, 86
|
|
END
|
|
|
|
IDD_RENAME_GENERIC, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 243
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 61
|
|
END
|
|
|
|
IDD_CREATE_NEW_QUERY, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 190
|
|
END
|
|
|
|
IDD_MULTISELECT_ERROR_DIALOG, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 254
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 179
|
|
END
|
|
|
|
IDD_QUERY_USER_PAGE, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 253
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 96
|
|
END
|
|
|
|
IDD_QUERY_STD_PAGE, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 253
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 96
|
|
END
|
|
|
|
IDD_FAVORITES_PROPERTY_PAGE, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_QUERY_COMPUTER_PAGE, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 253
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 96
|
|
END
|
|
|
|
IDD_MSGBOX_YESNO_MOREINFO, DIALOG
|
|
BEGIN
|
|
BOTTOMMARGIN, 86
|
|
END
|
|
END
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Dialog Info
|
|
//
|
|
|
|
IDD_QUERY_USER_PAGE DLGINIT
|
|
BEGIN
|
|
IDC_LASTLOGON_COMBO, 0x403, 1, 0
|
|
"\000"
|
|
IDC_LASTLOGON_COMBO, 0x403, 3, 0
|
|
0x3033, "\000"
|
|
IDC_LASTLOGON_COMBO, 0x403, 3, 0
|
|
0x3036, "\000"
|
|
IDC_LASTLOGON_COMBO, 0x403, 3, 0
|
|
0x3039, "\000"
|
|
IDC_LASTLOGON_COMBO, 0x403, 4, 0
|
|
0x3231, 0x0030,
|
|
IDC_LASTLOGON_COMBO, 0x403, 4, 0
|
|
0x3831, 0x0030,
|
|
0
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_COLUMN_NAME "Name"
|
|
IDS_COLUMN_TYPE "Type"
|
|
IDS_COLUMN_DESCRIPTION "Description"
|
|
IDS_PROVIDER "LDAP://"
|
|
IDS_1_CANT_RESET_DOMAIN_CONTROLLER
|
|
"Server %2 is a domain controller. You cannot reset the password on this object."
|
|
IDS_UPN_DUP "The user logon name you have chosen is already in use in this enterprise.\nChoose another logon name, and then try again."
|
|
IDS_ADD_TO_GROUP "Add to a &group..."
|
|
IDS_CANT_CREATE_NT5_PRINTERS
|
|
"This printer cannot be published. To publish printers on computers running the Windows 2000 or Windows Server 2003 operating systems, use the Printers folder."
|
|
IDS_GROUP_BUILTIN_LOCAL " - Builtin Local"
|
|
IDS_GROUP_DOMAIN_LOCAL " - Domain Local"
|
|
IDS_GROUP_GLOBAL " - Global"
|
|
IDS_GROUP_UNIVERSAL " - Universal"
|
|
IDS_INVALID_ROW "An item was returned from Active Directory for which there is no information available. Contact your system administrator."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_1_CONTAINER_ADD_SUBTREE
|
|
"Object %2 is a container. Do you want to add all users and contacts contained in this object to the selected group?"
|
|
IDS_NO_DCS_FOUND "The list of domain controllers for domain %2 is unavailable because:\n%1"
|
|
IDS_GROUP_SECURITY "Security Group"
|
|
IDS_GROUP_DISTRIBUTION "Distribution Group"
|
|
IDS_PASSWORDS_DONT_MATCH "The passwords do not match."
|
|
IDS_NAME_CHANGE_FAILED "One of the names cannot be changed because:\n%1Please try again."
|
|
IDS_ADDTOGROUP_OPERATION_FAILED
|
|
"The Add to Group operation failed or was canceled by the user."
|
|
IDS_UPN_SEARCH_FAILED "Windows cannot verify that the user name is unique because the following error occurred while contacting the global catalog:\n%1\nWindows will create this user account, but the user can log on only after the user name is verified to be unique. Make sure the global catalog is available. For more information about troubleshooting this issue, see Windows Help.\n"
|
|
IDS_SHEETS_UP_RENAME "You cannot rename an object while a property sheet is active for the object. \nClose all property sheets for this object, and then try again."
|
|
IDS_CANT_DELETE_BAD_NEW_OBJECT
|
|
"Windows cannot remove the newly created object automatically. Remove it manually or contact your system administrator."
|
|
IDS_1_FIND_ERROR "The Find operation resulted in the following error:\n%1"
|
|
IDS_DISABLES_FAILED "Windows cannot disable one or more of the selected objects."
|
|
IDS_ENABLES_FAILED "Windows cannot enable one or more of the selected objects."
|
|
IDS_12_USER_LOGGED_IN_RENAME
|
|
"The object %1 represents the currently logged-in user. Renaming this object will require the user to immediately log off and log on using the new user name to avoid any access conflicts. Are you sure you want to rename this object?"
|
|
IDS_DELETE "&Delete"
|
|
IDS_CREATE_NEW "Create "
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_ERR_MSG_NO_MOVE_TO_SELF
|
|
"The source and the destination of the move operation cannot be the same object. Would you like to select another destination?"
|
|
IDS_CONTAINS_CRITICALSYSOBJ
|
|
"Windows cannot delete %2 because it contains the critical system object %3.\nIf you want to delete this container, you must first use Find to locate %3 and delete it or move it to another container. If objects are still not available for deletion go to the view menu and check ""Users, Groups, and Computers as containers"" and ""Advanced Features"". "
|
|
IDS_NO_CREATION_WIZARD "A creation wizard for this object type could not be found. A generic creation wizard will be used instead. The object that is created may not be useful to the application that normally creates these objects."
|
|
IDS_SITE_INVALID_NAME_CHAR
|
|
"A site name cannot contain spaces or any of the following characters: . { | } ~ [ ] ' : ; < = > ? @ ! "" # $ %% ^ & ` ( ) + / \\ , *."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_RESET_ACCOUNT "Reset &Account"
|
|
IDS_1_CANT_CREATE_FIND "Windows cannot create the Find dialog box because:\n%1"
|
|
IDS_MOVE_TITLE "Move "
|
|
IDS_DSSNAPINNAME "Active Directory Users and Computers"
|
|
IDM_DS_OBJECT_FIND "F&ind...\nFind objects in the directory."
|
|
IDS_SITESNAPINNAME "Active Directory Sites and Services"
|
|
IDS_CONFIRM_DELETE "Are you sure you want to delete this object?"
|
|
IDS_UNKNOWN "(Unknown)"
|
|
IDS_SHEETS_UP_DELETE "This operation cannot be performed because one or more of the\nselected objects have active property sheets. Close the active property sheets, and then try again."
|
|
IDS_NAME_TOO_LONG "The name you entered is too long. Names cannot contain more than 64 characters. This name will be shortened to 64 characters."
|
|
IDS_HELPLESS "Help is unavailable because:\n%1"
|
|
IDS_PASSWORD_MUTEX "You specified that the password should never expire.\nThe user will not be required to change the password at next logon."
|
|
IDS_VIEW_FILTER_NO_BUILTIN
|
|
"You chose to filter specific types of objects, but you did not specify which objects to filter. Select one or more object types from the list."
|
|
IDS_DS_MANAGER "Active Directory Users and Computers"
|
|
IDS_SITE_MANAGER "Active Directory Sites and Services"
|
|
IDM_VIEW_COMPUTER_HACK "Users, Groups, and &Computers as containers\nDisplays contents of user, group, and computer objects"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDM_VIEW_ADVANCED "Ad&vanced Features\nEnables/disables advanced features and objects"
|
|
IDM_VIEW_FILTER_OPTIONS "&Filter Options...\nEdit filter options."
|
|
IDS_ENABLED_SUCCESSFULLY "All of the selected user objects are enabled."
|
|
IDS_VIEW_FILTER_NO_CUSTOM
|
|
"You chose to use a custom filter, but you did not specify one. To specify a custom filter, click Customize."
|
|
IDS_DS_MANAGER_EX "Active Directory Users and Computers Extension"
|
|
IDS_ERRMSG_TITLE "Active Directory"
|
|
IDS_OBJECTS " objects"
|
|
IDS_ANY_DOMAIN_CONTROLLER "Any Writable Domain Controller"
|
|
IDS_DSCTXNAME "Active Directory Users and Computers Context Menus"
|
|
IDS_CHANGE_PASSWORD "R&eset Password..."
|
|
IDS_ENABLE_ACCOUNT "&Enable Account"
|
|
IDS_MAP_CERTIFICATES "Name Ma&ppings..."
|
|
IDS_DISABLE_ACCOUNT "Di&sable Account"
|
|
IDS_MOVE_OBJECT "Mo&ve..."
|
|
IDS_COPY_OBJECT "&Copy..."
|
|
IDS_CONFIRM_MULTI_DELETE
|
|
"Are you sure you want to delete these %d objects?"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_RENAME "Rena&me"
|
|
IDS_ERRMSG_DEFAULT_TEXT "Active Directory failure"
|
|
IDS_ERRMSG_FALLBACK_TEXT "Active Directory failure with code '0x%08x'!"
|
|
IDS_1_NON_RFC_SITE_NAME "The site name %1 does not conform to Internet standards for naming. Using this name might affect your ability to interoperate with networks using non-Microsoft DNS servers.\nDo you want to use this name anyway?"
|
|
IDS_12_INVALID_SAM_COMPUTER_NAME
|
|
"The pre-Windows 2000 computer name %2 is not a valid computer name. It may contain illegal characters. Standard names contain letters (a-z, A-Z), numbers (0-9), and hyphens (-), but no spaces or periods (.), and the name may not consist entirely of digits. The error returned was: %1"
|
|
IDS_12_SAM_COMPUTER_NAME_DOTTED
|
|
"The pre-Windows 2000 computer name %2 contains a period. Specify a computer name that does not contain any periods."
|
|
IDS_12_SAM_COMPUTER_NAME_NOT_VALIDATED
|
|
"The pre-Windows 2000 computer name %2 is not valid."
|
|
IDS_12_NON_RFC_SAM_COMPUTER_NAME
|
|
"The pre-Windows 2000 computer name %2 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 might affect your ability to interoperate with other computers, unless your network is using the Microsoft DNS Server.\nDo you want to use this name anyway?"
|
|
IDS_12_DELETE_ACCESS_DENIED
|
|
"You do not have sufficient privileges to delete %2."
|
|
IDS_SAMNAME_DUP "The pre-Windows 2000 logon name you have chosen is already in use in this domain.\nChoose another pre-Windows 2000 logon name, and then try again."
|
|
IDS_SAMNAME_ILLEGAL "The pre-Windows 2000 logon name %2 contains one or more of the following illegal characters: / \\ [ ] : ; | = , + * ? < > @ ""\nIf you continue Windows will replace these characters with underscores ('_').\nDo you want to continue?"
|
|
IDS_LOGINNAME_ILLEGAL "The user logon name %2 contains one or more of the following illegal characters: / \\ [ ] : ; | = , + * ? < > ""\nIf you continue Windows will replace these characters with underscores ('_').\nDo you want to continue?"
|
|
IDS_12_DELETE_PRIMARY_GROUP_FAILED
|
|
"Windows could not delete %2 because it has a member which has this group set as its primary group."
|
|
IDS_WARNING_TDO_DELTEE "Object %1 is a Trusted Domain object. To remove trusts use the Active Directory Domains and Trusts snapin.\nDo you want to continue deleting this object?"
|
|
IDS_1_ERROR_DELETE_CRITOBJ
|
|
"Windows does not allow you to delete this type of object."
|
|
IDS_GROUP_SAMNAME_ILLEGAL
|
|
"The pre-Windows 2000 group name %2 contains one or more of the following illegal characters: / \\ [ ] : ; | = , + * ? < > ""\nIf you continue Windows will replace these characters with underscores ('_').\nDo you want to continue?"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_ERRMSG_UNKNOWN_HR "Error 0x%1!08x!"
|
|
IDS_COMPUTER_CREATE_DLG_NT4_BDC
|
|
"Allow pre-Windows 2000 backup domain controllers to use this account"
|
|
IDS_RETARGET_FOREST_FAILED_SIGNSEAL
|
|
"Windows cannot connect to the new forest for the following reason:\n%1\n\nIf you are trying to connect to a domain controller running Windows 2000, verify that Windows 2000 Server Service Pack 3 or later is installed on the domain controller, or use the WIndows 2000 administration tools. For more information about connecting to domain controllers running Windows 2000, see Help and Support."
|
|
IDS_RETARGET_DOMAIN_FAILED_SIGNSEAL
|
|
"Windows cannot connect to the new domain for the following reason:\n%1\n\nIf you are trying to connect to a domain controller running Windows 2000, verify that Windows 2000 Server Service Pack 3 or later is installed on the domain controller, or use the Windows 2000 administration tools. For more information about connecting to domain controllers running Windows 2000, see Help and Support."
|
|
IDS_CANT_GET_ROOTDSE_SIGNSEAL
|
|
"Naming information cannot be located for the following reason:\n%1\n\nIf you are trying to connect to a domain controller running Windows 2000, verify that Windows 2000 Server Service Pack 3 or later is installed on the domain controller, or use the Windows 2000 administration tools. For more information about connecting to domain controllers running Windows 2000, see Help and Support."
|
|
IDS_RETARGET_DC_FAILED_SIGNSEAL
|
|
"Windows cannot connect to the domain controller for the following reason:\n%1\n\nIf you are trying to connect to a domain controller running Windows 2000, verify that Windows 2000 Server Service Pack 3 or later is installed on the domain controller, or use the Windows 2000 administration tools. For more information about connecting to domain controllers running Windows 2000, see Help and Support."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_QUERY_BROWSE_CAPTION "Select the container you want to search."
|
|
IDS_QUERY_BROWSE_TITLE "Browse"
|
|
IDS_ERRMSG_NO_DSQUERYUI "Windows was unable to load the query builder interface. The query filter box has been enabled so the query can be added manually."
|
|
IDS_ERRMSG_NO_PERSIST_QUERYUI
|
|
"Windows was not able to load the current query filter information into the query builder.\n\nTo replace the existing query filter, click OK."
|
|
IDS_ERRMSG_NOT_UNIQUE_QUERY_NAME
|
|
"The name %s already exists. Please type a new name and click OK."
|
|
IDS_SAVED_QUERIES_EDIT_TITLE "Edit Query"
|
|
IDS_ERRMSG_NOT_UNIQUE_QUERY_NAME_INPLACE "The name %s already exists."
|
|
IDS_ERRMSG_NO_EMPTY_NAMES
|
|
"Names may not consist entirely of whitespace (blanks, tabs, or carriage returns)."
|
|
IDS_HIDE_LASTLOGON_QUERY
|
|
"The query is valid but will not be shown here because it contains values that must be computed when the query is run."
|
|
IDS_ERRMSG_FAILED_LOAD_QUERY
|
|
"The selected file does not contain a valid query definition."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_12_RENAME_NOT_ALLOWED
|
|
"You do not have sufficient privileges to rename %2."
|
|
IDS_NEW_COMPUTER_PRINCIPAL_DEFAULT "Default: Domain Admins"
|
|
IDS_COPY_HELPSTRING "Creates a new user, copying information from the selected user."
|
|
IDS_RENAME_HELPSTRING "Renames the current selection."
|
|
IDS_VIEW_FILTER_USERS "Users"
|
|
IDS_VIEW_FILTER_GROUPS "Groups"
|
|
IDS_VIEW_FILTER_CONTACTS "Contacts"
|
|
IDS_VIEW_FILTER_PRINTERS "Printers"
|
|
IDS_VIEW_FILTER_SHARED_FOLDERS "Shared Folders"
|
|
IDS_VIEW_FILTER_COMPUTERS "Computers"
|
|
IDS_VIEW_FILTER_SERVICES "Services"
|
|
IDS_VIEW_FILTER_SITES "Site Topology"
|
|
IDS_VIEW_FILTER_INTERSITE "Inter-Site Topology"
|
|
IDS_VIEW_FILTER_FRS "File Replication Service Topology"
|
|
IDS_SHEETS_UP_COLUMNS_CHANGED
|
|
"The columns were not successfully changed because\none or more objects have property sheets active.\nClose the property sheets, and try again."
|
|
IDM_VIEW_SERVICES_NODE "Show &Services Node\nDisplays/hides the Services node."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_12_PASSWORD_DOES_NOT_EXPIRE
|
|
"The password for %2 does not expire and will not be forced to change at next logon."
|
|
IDS_12_PASSWORD_CHANGE_SUCCESSFUL "The password for %2 has been changed."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_12_PASSWORD_CHANGE_FAILED
|
|
"Windows cannot complete the password change for %2 because:\n%1"
|
|
IDS_12_USER_OBJECT_NOT_ACCESSABLE
|
|
"Windows cannot access object %2 because:\n%1The object may have been deleted by another administrator in this enterprise."
|
|
IDS_NEW_AND_CONFIRM_NOT_SAME
|
|
"The New and Confirm passwords must match. Please re-type them."
|
|
IDS_12_USER_DISABLED_SUCCESSFULLY "Object %2 has been disabled."
|
|
IDS_12_USER_DISABLE_FAILED "Windows cannot disable object %2 because:\n%1"
|
|
IDS_12_USER_ENABLED_SUCCESSFULLY "Object %2 has been enabled."
|
|
IDS_12_USER_ENABLE_FAILED "Windows cannot enable object %2 because:\n%1"
|
|
IDS_CREATEOBJ "Create a new object..."
|
|
IDM_GEN_TASK_MOVE "Mo&ve...\nMoves the selected object"
|
|
IDS_12_ACCESS_DENIED_SET_PASSWORD
|
|
"The password for %2 cannot be set due to insufficient privileges. Windows will attempt to disable this account. If this attempt fails, the account will become a security risk. Contact an administrator as soon as possible to repair this. Before this user can log on, the password should be set, and the account must be enabled."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_12_CONTAINER_NOT_FOUND
|
|
"Object %2 cannot be accessed because:\n%1It may have been removed by another administrator in this enterprise."
|
|
IDS_1_CANT_GET_SCHEMA_CREATE_INFO
|
|
"The directory schema is not accessible because:\n%1For this reason, the New menu may be inaccurate, and extension snap-ins may not work properly."
|
|
IDS_12_NAMING_ATTRIBUTE_NOT_AVAILABLE
|
|
"Selected directory schema information for object type %2 is not available (specifically: Naming Attribute)\nbecause:\n%1You cannot create objects of this class."
|
|
IDS_12_CANT_GET_GUID "Selected directory schema information for object type %2 is not available (specifically: Class GUID)\nbecause:\n%1Extension snap-ins for this object type might not be activated."
|
|
IDS_CANT_GET_ROOTDSE "Naming information cannot be located because: \n%1Contact your system administrator to verify that your domain is properly configured and is currently online."
|
|
IDS_12_COPY_READ_FAILED "Object %2 cannot be copied because:\n%1"
|
|
IDS_12_CANT_SET_PASSWORD
|
|
"Windows cannot set the password for %2 because:\n%1"
|
|
IDS_12_CANT_SET_COMP_PWD
|
|
"Windows cannot set the password for object %2 because:\n%1\nThis computer account will be created, but will be disabled. It will have to be enabled and the account reset before it can be used to join the domain."
|
|
IDS_MOVE_TARGET "&Move object into container:"
|
|
IDS_SUBNET_NAME "This name is not valid. Subnet names must take the form network/bits-masked.\nFor example: 10.14.208.0/20."
|
|
IDS_COLUMN_SITE "Site"
|
|
IDS_DISPLAYTEXT_NONE "Unknown"
|
|
IDM_GEN_TASK_SELECT_DC "&Connect to Domain Controller...\nChoose a specific domain controller to connect to"
|
|
IDS_1_SCHEMA_NOT_FOUND "Schema information for this object type is not available because:\n %1 This may cause object creation to fail. You should quit and restart this application."
|
|
IDS_12_CANT_GET_USERACCOUNTCONTROL
|
|
"Windows cannot set the requested password restrictions and/or account state for object %2 because:\n%1"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_12_OBJECT_RENAME_FAILED
|
|
"Windows cannot complete the rename operation on %2 because:\n%1\nName-related properties on this object might now be out of sync. Contact your system administrator."
|
|
IDS_TRUE "True"
|
|
IDS_FALSE "False"
|
|
IDS_SITE_NAME "The specified site name exceeds size limit of 63 bytes. English characters are represented by one byte, but characters from other languages can be represented by up to 3 bytes per character."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_COLUMN_READABLE_NAME "Readable Name"
|
|
IDS_COLUMN_FROM_SERVER "From Server"
|
|
IDS_COLUMN_FROM_SITE "From Site"
|
|
IDS_CONNECTION_KCC_GENERATED "<automatically generated>"
|
|
IDS_COLUMN_FROM_DOMAIN "From Domain"
|
|
IDS_COLUMN_FROM_COMPUTER "From Computer"
|
|
IDS_COLUMN_COMPUTER "Computer"
|
|
IDS_CONFIRM_PASSWORD "Are you sure you want to reset this computer account?"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_COLUMN_COST "Cost"
|
|
IDS_COLUMN_REPLINTERVAL "Replication Interval"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_s_CREATE_NEW "New Object - %s"
|
|
IDS_sdd_CREATE_NEW_STEP "New Object %s - Step %d of %d"
|
|
IDS_s_CREATE_NEW_SUMMARY_NAME "Full name: %s\n"
|
|
IDS_s_CREATE_NEW_SUMMARY_USER_UPN "User logon name: %s\n"
|
|
IDS_s_COPY "Copy Object - %s"
|
|
IDS_s_COPY_SUMMARY_NAME "Copy from: %s\n"
|
|
IDS_COPY_OF "Copy of "
|
|
IDS_MULTIPLE_COPY_OF "Copy (%u) of "
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_12_GENERIC_CREATION_FAILURE
|
|
"Windows cannot create the object %2 because:\n%1"
|
|
IDS_ERR_CANNOT_FIND_MANDATORY_ATTRIBUTES
|
|
"Windows cannot find the information needed to start the wizard."
|
|
IDS_12_UNABLE_TO_WRITE_ACCT_CTRL
|
|
"The account type information for %2 cannot be written because:\n%1\nThis computer object will be created, but will be disabled and may not have the selected permissions. Permissions should be corrected before enabling the computer object. The object will have to be enabled before it can be used to join the domain."
|
|
IDS_ERR_INVALID_DIGIT "The string contains digits that are not valid."
|
|
IDS_2_INVALID_ABSOLUTE_PATH
|
|
"Path %2 is not valid.\nEnter a valid absolute path, starting with a drive letter on the target computer."
|
|
IDS_ERR_s_FAILED_TO_MOVE_OBJECT
|
|
"Windows cannot move the object because: %s"
|
|
IDS_ERR_s_FAILED_TO_RENAME_OBJECT
|
|
"Windows cannot rename the object because: %s"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_ERR_s_FAILED_TO_DELETE_OBJECT
|
|
"Windows cannot delete the object because: %s"
|
|
IDS_12_MULTI_OBJECT_HAS_CHILDREN
|
|
"Object %2 is a container and contains other objects. Are you sure you want to delete object %2 and all of the objects in it?\n\nTo delete object %2 and all objects it contains, click Yes.\nTo keep object %2, click No.\nTo delete object %2 and then delete all selected containers without further confirmation, click Yes to All.\nTo cancel the operation, click Cancel."
|
|
IDS_123_COMPUTER_OBJECT_ALREADY_USED
|
|
"Computer object %1 is already assigned to server %2 in site %3. \nAre you sure you want to change it to reference the new server object?"
|
|
IDS_1234_SERVER_REFERENCE_ERROR
|
|
"Server object %3 was created in site %4, but computer %2 cannot be modified to point to \nthe new server object. The following error occurred:\n%1"
|
|
IDS_SKIP_SERVER_REFERENCE
|
|
"Do you want to create a server object without specifying a computer object that points to it?"
|
|
IDS_12_SERVER_REFERENCE_FAILED
|
|
"The following error occurred during the attempt to contact computer %2:\n%1\nThis probably means that the computer object has not yet replicated to all servers. Do you want to create a server object without modifying a computer object to point to it?"
|
|
IDS_12_MULTI_DELETE_FAILED
|
|
"Windows cannot delete object %2 because:\n%1\nDo you want to continue deleting the selected objects?"
|
|
IDS_12_DELETE_FAILED "Windows cannot delete object %2 because:\n%1"
|
|
IDS_12_FAILED_TO_MOVE_OBJECT "Windows cannot move object %2 because:\n%1"
|
|
IDS_12_MULTI_FAILED_TO_MOVE_OBJECT
|
|
"Windows cannot move object %2 because:\n%1Do you want to continue moving the selected objects?"
|
|
IDS_SITELINK_NOT_ENOUGH_SITES
|
|
"Active Directory Sites and Services cannot locate two sites to create a working site link object. You may create a new site link that links only one site, but it will have no effect until it links at least two sites."
|
|
IDS_12_OBJECT_HAS_CHILDREN
|
|
"Object %2 is a container and contains other objects. Are you sure you want to delete object %2 and the objects it contains?\nThis operation could take a long time if %2 contains a large number of objects."
|
|
IDS_12_SUBTREE_DELETE_FAILED
|
|
"The object %2 (or some of the objects it contains) cannot be deleted because:\n%1"
|
|
IDS_SITELINKBRIDGE_NOT_ENOUGH_SITELINKS
|
|
"Active Directory Sites and Services cannot locate two site link objects using the same transport as the site link bridge. You cannot create a site link bridge until there are at least two site links for this transport."
|
|
IDS_NEWSITE_WARNING "You have created a new site without assigning it to a site link. Be sure to publish how this site is connected to other sites in the enterprise by adding or modifying a site link object. Otherwise, communication and replication failures between servers in the new site and servers in the rest of the enterprise will occur."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_12_MEMBER_ADD_FAILED
|
|
"Object %2 cannot be added to group %3 because:\n%1"
|
|
IDS_ADDTOGROUP_OPERATION_COMPLETED
|
|
"The Add to Group operation was successfully completed."
|
|
IDS_ADDTOGROUP_OPERATION_PARTIALLY_COMPLETED
|
|
"The Add to Group operation was completed, but some items were not added."
|
|
IDS_SITELINKBRIDGE_NEEDS_TWO_SITELINKS
|
|
"Site link bridge objects must link at least two site link objects."
|
|
IDS_SITELINK_NEEDS_TWO_SITES
|
|
"Site link objects must link at least two sites."
|
|
IDS_12_UNABLE_TO_WRITE_COMP_ACL
|
|
"Permission information specifying who can join object %2 to a domain cannot be written because:\n%1 The computer account will be created but disabled. Before it can be used, the permission to join must be corrected using its Security tab, then the computer account must be enabled."
|
|
IDS_MSG_QUERY_TOO_MANY_ITEMS_WITH_APPROX
|
|
"%u of approximately %i items in the %s folder were retrieved. From the View menu, select Filter Options to change the query parameters or increase the maximum number of items displayed per folder."
|
|
IDS_DESCBAR_TOO_MUCH_DATA " of approximately %i objects"
|
|
IDS_DESCBAR_INVALID_SAVEDQUERY
|
|
" objects. Note: These results may not contain the latest information."
|
|
IDS_RUN_KCC_TITLE "Check Replication Topology"
|
|
IDS_RUN_KCC_1_SUCCEEDED_LOCAL
|
|
"Active Directory on domain controller %1 has checked the replication topology. You will need to refresh the Sites container to see any new or deleted connections."
|
|
IDS_RUN_KCC_1_PARAMLOAD_ERROR
|
|
"The following error occurred during the attempt to contact the domain controller:\n%1"
|
|
IDS_RUN_KCC_1_FORCESYNC_ERROR
|
|
"The following error occurred during the attempt to check the replication topology:\n%1"
|
|
IDS_HOME_DIR_EXISTS "The %2 home folder was not created because it already exists. The user account has been created with this home folder value but you might want to select a different name, or make sure that the user has full access privileges to the existing one."
|
|
IDS_HOME_DIR_CREATE_FAILED
|
|
"The %2 home folder was not created because the path was not found. This could be caused by listing non-existent intermediate folders or by not finding the server or share. The user account has been created with this home folder value but you must create the home folder manually."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_HOME_DIR_CREATE_NO_ACCESS
|
|
"The %2 home folder was not created because you do not have create access on the server. The user account has been created with the new home folder value but you must create this folder manually after obtaining the required access rights."
|
|
IDS_HOME_DIR_CREATE_FAIL
|
|
"The %2 home folder was not created because:\n%1\nThe user account has been created with the new home folder value but you must create the folder manually."
|
|
IDS_CANT_READ_HOME_DIR_SID
|
|
"The %2 home folder was not created because:\n%1\nThe user account has been created with this home folder value but you must create the home folder manually."
|
|
IDS_RUN_KCC_2_SUCCEEDED_REMOTE
|
|
"Active Directory on domain controller %1 has checked the replication topology. Active Directory is currently viewing the connections from domain controller %2. Any new or deleted connections will not be visible until they replicate to domain controller %2."
|
|
IDS_REPLNOW_1_RPC_PARAMLOAD_ERROR
|
|
"The following error occurred during the attempt to contact the domain controller %2:\n%1\nThis condition may be caused by a DNS lookup problem. For information about troubleshooting common DNS lookup problems, please see the following Microsoft Web site:\nhttp://go.microsoft.com/fwlink/?LinkId=5171"
|
|
IDS_REPLNOW_3_RPC_FORCESYNC_ERROR
|
|
"The following error occurred during the attempt to synchronize naming context %4 from domain controller %3 to domain controller %2:\n%1\nThis operation will not continue.\nThis condition may be caused by a DNS lookup problem. For information about troubleshooting common DNS lookup problems, please see the following Microsoft Web site:\nhttp://go.microsoft.com/fwlink/?LinkId=5171"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_WARNING_TITLE "Active Directory"
|
|
IDS_12_CANT_GET_DATA "Data from %3 is not available from domain controller %2 because:\n%1Try again later, or choose another domain controller by selecting Connect to Domain Controller on the Domain context menu."
|
|
IDS_SNAPINABOUT_DESCRIPTION
|
|
"Active Directory Users and Computers allows management of users, groups, organizational units, and all other Active Directory objects."
|
|
IDS_SITES_SNAPINABOUT_DESCRIPTION
|
|
"View and manage Sites and Services. Sites define the topology and schedules used for Active Directory replication. Services permits administration of certain enterprise-wide Active Directory services."
|
|
IDS_REPLNOW_TITLE "Replicate Now"
|
|
IDS_REPLNOW_SUCCEEDED_IMMEDIATE
|
|
"Active Directory has replicated the connections."
|
|
IDS_REPLNOW_SUCCEEDED_DELAYED
|
|
"One or more of these Active Directory connections are between domain controllers in different sites. Active Directory will attempt to replicate across these connections. For information about how to verify replication, see Help and Support."
|
|
IDS_REPLNOW_1_PARAMLOAD_ERROR
|
|
"The following error occurred during the attempt to contact the domain controller %2:\n%1"
|
|
IDS_REPLNOW_3_FORCESYNC_ERROR
|
|
"The following error occurred during the attempt to synchronize naming context %4 from domain controller %3 to domain controller %2:\n%1\nThis operation will not continue."
|
|
IDS_MSG_QUERY_TOO_MANY_ITEMS
|
|
"Some items in the %s folder cannot be displayed. From the View menu, select Filter Options to change the query parameters or increase the maximum number of items displayed per folder."
|
|
IDS_12_FAILED_TO_CREATE_PRINTER
|
|
"A printer queue object for object %2 cannot be created because:\n%1"
|
|
IDS_12_FAILED_TO_ACCESS_PRINTER
|
|
"The newly created printer queue object for object %2 cannot be accessed because:\n%1"
|
|
IDS_12_UNABLE_TO_WRITE_ACL
|
|
"Windows cannot write the permission information for object %2 because:\n%1The account will be created, but will be disabled. Before this account can be used, its permissions must be corrected and it must be enabled."
|
|
IDS_12_CANT_GET_SAM_ACCNT_NAME
|
|
"Windows cannot retrieve the security information for object %2 because:\n%1"
|
|
IDS_12_MULTI_MEMBER_ADD_FAILED
|
|
"Object %2 cannot be added to %3 because:\n%1Do you want to continue adding the selected objects?"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_FILTERING_ON " [Filter Activated]"
|
|
IDS_ERR_BOTH_PW_BTNS "You cannot check both User must change password at next logon and User cannot change password for the same user."
|
|
IDS_REPLICATE_NOW "Replicate &Now"
|
|
IDS_CONFIRM_RENAME "Are you sure you want to rename this object?"
|
|
IDS_EXTENS_RENAME "The selected object has other associated objects. Select those associated objects that you also want to rename."
|
|
IDS_STRING "%2"
|
|
IDS_EXTENS_SINGLE_DEL "The selected object has other associated objects. Select those associated objects that you also want to delete."
|
|
IDS_EXTENS_MULTIPLE_DEL "The selected objects have other associated objects. Select those associated objects that you also want to delete."
|
|
IDS_CONFIRM_MOVE "Are you sure you want to move this object?"
|
|
IDS_ERR_FATAL "An error occurred. Contact your system administrator."
|
|
IDS_DISABLED_SUCCESSFULLY
|
|
"All of the selected objects have been disabled."
|
|
IDS_EXTENS_SINGLE_MOVE "The selected object has other objects associated with it. Select those associated objects that you also want to move."
|
|
IDS_CONFIRM_MULTIPLE_MOVE "Move these %d objects?"
|
|
IDS_EXTENS_MULTIPLE_MOVE
|
|
"The selected objects have other associated objects. Select those associated objects that you also want to move."
|
|
IDS_12_RESET_ACCOUNT_FAILED "Account %2 cannot be reset because:\n%1"
|
|
IDS_1_RESET_ACCOUNT_SUCCESSFULL "Account %2 was successfully reset."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_NEW_SITE_NAME_COLUMN_WIDTH "250"
|
|
IDS_NEW_SITE_NAME_COLUMN "Link Name"
|
|
IDS_NEW_SITE_XPORT_COLUMN_WIDTH "75"
|
|
IDS_NEW_SITE_XPORT_COLUMN "Transport"
|
|
IDS_CANT_FIND_SITE_LINKS
|
|
"The site link objects cannot be read because:\n%s\nYou may still create a site, but be sure to publish how this site is connected to other sites in the enterprise by adding or modifying a site link object. Otherwise, communication and replication failures between servers in the new site and servers in the rest of the enterprise may occur."
|
|
IDS_ERROR_TWEAKING_SITE_LINK
|
|
"The site cannot be placed in the selected site link because:\n%s\nYou have created a new site without assigning it to a site link.\nBe sure to publish how this site is connected to other sites in the enterprise by adding or modifying a site link object.\nOtherwise, communication and replication failures between servers in the new site and servers in the rest of the enterprise may occur."
|
|
IDS_CREATE_NEW_OBJECT_TITLE "Create New Object"
|
|
IDS_s_CREATE_NEW_OBJECT_NOTICE "Object %s has been successfully created."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_SELECTDC_UNMATCHED_DC_DOMAIN_SITEREPL_ANY
|
|
"You are currently administering the forest rooted at domain %1. Do you want to administer the forest rooted at domain %2 by using any writable domain controller?"
|
|
IDS_SELECTDC_INCORRECT_DOMAIN_DUETO
|
|
"The domain %2 could not be found because:\n%1"
|
|
IDS_SELECTDC_DOWNLEVEL_DOMAIN
|
|
"Cannot connect to a domain controller in the pre-Windows 2000 domain: %1."
|
|
IDS_SELECTDC_INCORRECT_DC_DUETO
|
|
"The following domain controller could not be contacted: %2.\n%1"
|
|
IDS_SELECTDC_DOWNLEVEL_DC
|
|
"Cannot connect to the pre-Windows 2000 domain controller: %1."
|
|
IDM_GEN_TASK_SELECT_DOMAIN
|
|
"Connect to &Domain...\nSelect a specific domain to manage"
|
|
IDM_GEN_TASK_SELECT_FOREST
|
|
"Connect to F&orest...\nSelect a specific forest to manage"
|
|
IDS_SELECTDOMAIN_TITLE_FOREST "Connect to Forest"
|
|
IDS_SELECTDOMAIN_DOMAIN_LABEL "&Root domain:"
|
|
IDS_SELECTDOMAIN_INCORRECT_DOMAIN_DUETO
|
|
"The domain %2 could not be found because:\n%1"
|
|
IDS_SELECTDOMAIN_DOWNLEVEL_DOMAIN
|
|
"Cannot connect to the pre-Windows 2000 domain: %1."
|
|
IDS_INCORRECT_INPUT "Please correct the data you provided."
|
|
IDM_GEN_TASK_EDIT_FSMO "Operations &Masters...\nDomain operations masters"
|
|
IDS_COLUMN_SITE_NAME "Site Name"
|
|
IDS_NEW_SUBNET_SELECT_SITE
|
|
"Select the site that contains this new subnet."
|
|
IDS_NEW_SITE_SELECT_SITELINK
|
|
"Select a site link that contains this new site."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDM_GEN_TASK_RAISE_VERSION
|
|
"R&aise Domain Functional Level...\nAllows you to raise the domain functional level to a level you select."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_RETARGET_DC_FAILED "Unable to connect to the domain controller because:\n%1"
|
|
IDS_CANT_BROWSE_DOMAIN "Unable to browse the domain %2 because:\n%1"
|
|
IDS_USER_CREATE_DLG_PASSWORD_MUST_CHANGE
|
|
"The user must change the password at next logon."
|
|
IDS_USER_CREATE_DLG_PASSWORD_CANNOT_CHANGE
|
|
"The user cannot change the password."
|
|
IDS_USER_CREATE_DLG_PASSWORD_NEVER_EXPIRES "The password never expires."
|
|
IDS_USER_CREATE_DLG_ACCOUNT_DISABLED "The account is disabled."
|
|
IDS_LOCAL_LOGIN_ERROR "To manage users and groups on this computer, use Local Users and Groups.\nTo manage users, groups and computers in a domain, log on as a user with domain administration rights.\n"
|
|
IDS_ERROR_USER_EXISTS "Windows cannot create the new user object because the pre-Windows 2000 logon name %2 is already in use. \nSelect another name, and then try again."
|
|
IDS_ERROR_USER_DS_OBJ_STRING_NAME_EXISTS
|
|
"Windows cannot create the new user object because the name %2 is already in use.\nSelect another name, and then try again."
|
|
IDS_NEW_SITE_INFO "Site %1 has been created. To finish configuration of %1:\n\nEnsure that %1 is linked to other sites with site links as appropriate.\n\nAdd subnets for %1 to the Subnets container.\n\nInstall one or more domain controllers in %1, or move existing domain controllers into the site.\n\nSelect the licensing computer for %1.\n\n\nYou will not see this message again until the next time you start Active Directory Sites and Services."
|
|
IDS_COLUMN_DOMAIN "Domain"
|
|
IDS_COMPUTER_CREATE_DLG_NT4_ACCOUNT
|
|
"Allow pre-Windows 2000 computers to use this account"
|
|
IDS_12_USER_LOGGED_IN "The object %1 represents the currently logged-in user. Deleting this object will prevent this user from logging in again. Are you sure you want to delete this object?"
|
|
IDS_ERROR_COMPUTER_EXISTS
|
|
"Windows cannot create the new computer object because the pre-Windows 2000 computer name %2 is already in use. \nSelect another name, and then try again."
|
|
IDS_ERROR_COMPUTER_DS_OBJ_STRING_NAME_EXISTS
|
|
"Windows cannot create the new computer object because the name %2 is already in use.\nSelect another name, and then try again."
|
|
IDS_UPN_SEARCH_FAILED2 "Windows cannot validate the uniqueness of this proposed user name with a global catalog server because:\n%1Windows will rename this user account, but the user can log on only after the user name is verified to be unique. For further assistance, contact your system administrator.\n"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_COLUMN_LOCATION "Location"
|
|
IDS_COLUMN_BRIDGEHEAD "Bridgehead"
|
|
IDS_SEPARATOR ", "
|
|
IDS_12_CONTAINS_DC "Do not delete the %2 container object. %2 contains objects representing domain controller %3 and possibly other domain controllers. To delete these objects, demote the domain controllers using the Active Directory Installation Wizard (DCPROMO). If the domain controllers represented by these objects are permanently offline and can no longer be demoted using the Active Directory Installation Wizard (DCPROMO), you must delete them one at a time."
|
|
IDS_CHANGE_FSMO_CHECKPOINT_FAILED_NATIVEMODE
|
|
"This computer is a non-replication partner. Do you want to continue with the transfer?"
|
|
IDS_UPN_SEARCH_FAILED3 "Windows cannot validate the uniqueness of this proposed user name with a global catalog server because the user logon name is either blank or incomplete.\nWindows will rename this user account, but the user can log on only after the user name is verified to be unique. For further assistance, contact your system administrator.\n"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDM_GEN_TASK_RUN_KCC "&Check Replication Topology\nCheck Replication Topology"
|
|
IDS_MOVESERVER_ERROR_NO_SITES "No site objects were located."
|
|
IDS_MOVESERVER_ERROR_ENUMERATING_SITES
|
|
"Windows cannot read the list of sites because:\n%s"
|
|
IDS_MOVESERVER_SELECT_SITE
|
|
"Select the site into which you want to move this server."
|
|
IDS_WIZARD_OK "OK"
|
|
IDS_COLUMN_SITE_WIDTH "383"
|
|
IDS_CHANGE_FSMO_CHECKPOINT_FAILED
|
|
"This computer is a non-replication partner. Transferring the PDC role to this computer may cause a full sync on all NT4 BDCs. Do you want to continue with the transfer?"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_PASSWORD_DLG_WARNING "Type the user name."
|
|
IDS_WARNING_NO_SITE_LINKS
|
|
"No site link objects were found. You may still create a site, but be sure to publish how this site is connected to other sites in the enterprise by adding or modifying a site link object. Otherwise, communication and replication failures between servers in the new site and servers in the rest of the enterprise may occur."
|
|
IDS_SITELINKERROR_READING_SITES
|
|
"Windows cannot read the site objects because:\n%1"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_SITELINK_DLGTEXT_ONE_SITE
|
|
"This new site link will have no effect until it links at least two sites."
|
|
IDS_SITELINKBRIDGEERROR_READING_SITELINKS
|
|
"Windows cannot read the site link objects because:\n%1"
|
|
IDS_NEWSUBNET_WARNING_NO_SITES
|
|
"No site objects were located. You may still create a subnet, but be sure to associate this subnet with a site. Otherwise, computers in this subnet will not be able to identify their correct site."
|
|
IDS_NEWSUBNET_CANT_FIND_SITES
|
|
"Windows cannot read the list of sites because:\n%s\nYou may still create a subnet, but be sure to associate this subnet with a site. Otherwise, computers in this subnet will not be able to identify their correct site."
|
|
IDS_BUTTON_NEW_GROUP "New Group"
|
|
IDS_BUTTON_NEW_USER "New User"
|
|
IDS_TOOLTIP_NEW_USER "Create a new user in the current container."
|
|
IDS_TOOLTIP_NEW_GROUP "Create a new group in the current container."
|
|
IDS_BUTTON_NEW_OU "New OU"
|
|
IDS_TOOLTIP_NEW_OU "Create a new organizational unit in the current container."
|
|
IDS_BUTTON_FILTER "Filter"
|
|
IDS_TOOLTIP_FILTER "Set Filtering options."
|
|
IDS_BUTTON_FIND "Find"
|
|
IDS_TOOLTIP_FIND "Find objects in Active Directory."
|
|
IDS_BUTTON_ADD_MEMBER "Add member"
|
|
IDS_TOOLTIP_ADD_MEMBER "Adds the selected objects to a group you specify."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_12_CANT_SET_PWD_MUST_CHANGE
|
|
"The password must change option for object %2 cannot be set because:\n%1This object will be deleted if permissions allow. If permissions do not allow deletion, this object will exist in a disabled state after this wizard is finished. In that case, contact your system administrator to delete this object and review your permission settings in this container."
|
|
IDS_12_CANT_SET_PWD_CANNOT_CHANGE
|
|
"The password cannot change option for object %2 cannot be set for the following reason:\n%1This object will not be created because doing so would result in weakened security."
|
|
IDS_12_CANT_SET_PASSWORD_AD
|
|
"The password for %2 could not be set because:\n%1\nContact your system administrator to correct the permissions in this area. This user object will be created disabled. It must be enabled and the password set before it can be used to access the domain."
|
|
IDS_12_CANT_SET_GROUP_MEMBERSHIP
|
|
"Windows cannot set the group membership for %2 because:\n%1"
|
|
IDS_123_CANT_COPY_SOME_GROUP_MEMBERSHIP
|
|
"Windows cannot set the membership of %2 for the following group(s):\n%3\nbecause:%1"
|
|
IDS_123_CANT_COPY_SOME_GROUP_MEMBERSHIP_ACCESS_DENIED
|
|
"Windows cannot set the membership of %2 for the following group(s):\n%3\nbecause:%1Contact your domain administrator to verify that the correct rights are delegated to you to complete this operation."
|
|
IDS_123_CANT_COPY_PRIMARY_GROUP_NOT_FOUND
|
|
"While copying group membership, the group object for the primary group ID was not found. Instead, the Domain Users group was added as the primary group."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_NEW_SUBNET "New S&ubnet"
|
|
IDS_NEW_NTDSCONNECTION "New &Active Directory Connection"
|
|
IDS_NEW_SITELINK "New &Site Link"
|
|
IDS_NEW_SITELINKBRIDGE "New Site Link &Bridge"
|
|
IDS_NEW_SITE "New &Site"
|
|
IDS_PROGRESS_DEL "Deleting..."
|
|
IDS_PROGRESS_MOV "Moving..."
|
|
IDS_ERROR "Error"
|
|
IDS_WAITING "Waiting..."
|
|
IDS_PASSWORD_CHANGE_SUCCESS_FORCE_CHANGE_FAIL
|
|
"The user will not have to change their password at the next logon because the following error occurred.\n%1\nIf you want them to change their password and you have the permissions to change this setting, do the following. On the Account tab of the %2 Properties, select the User must change password at next logon option."
|
|
IDS_SELECTDC_DCLISTVIEW_NAME "Name"
|
|
IDS_SELECTDC_DCLISTVIEW_SITE "Site"
|
|
IDS_SELECTDC_UNMATCHED_DC_DOMAIN
|
|
"Domain controller %3 is in domain %2. You are currently administering domain %1. Do you want to administer %2 by using domain controller %3?"
|
|
IDS_SELECTDC_UNMATCHED_DC_DOMAIN_ANY
|
|
"You are currently administering domain %1. Do you want to administer %2 by using any writable domain controller?"
|
|
IDS_SELECTDC_UNMATCHED_DC_DOMAIN_SITEREPL
|
|
"Domain controller %3 is in the forest rooted at domain %2. You are currently administering the forest rooted at domain %1. Do you want to administer the forest rooted at domain %2 by using domain controller %3?"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_RID_POOL_FSMO "RID"
|
|
IDS_RID_POOL_FSMO_DESC "The operations master manages the allocation of RID pools to other domain controllers. Only one server in the domain performs this role."
|
|
IDS_PDC_FSMO "PDC"
|
|
IDS_PDC_FSMO_DESC "The operations master emulates the functions of a primary domain controller for pre-Windows 2000 clients. Only one server in the domain performs this role."
|
|
IDS_INFRASTRUCTURE_FSMO "Infrastructure"
|
|
IDS_INFRASTRUCTURE_FSMO_DESC
|
|
"The infrastructure master ensures consistency of objects for interdomain operations. Only one server in the domain performs this role."
|
|
IDS_WARNING_FSMO_CHANGE_FOCUS
|
|
"The current domain controller is the operations master. To transfer the operations master role to another computer, you must first connect to it."
|
|
IDS_CHANGE_FSMO_CONFIRMATION
|
|
"Are you sure you want to transfer the operations master role?"
|
|
IDS_ERROR_CHANGE_FSMO_OWNER
|
|
"The transfer of the operations master role cannot be performed because:\n%1"
|
|
IDS_CHANGE_FSMO_CONFIRMATION_FORCED
|
|
"%sThe current operations master cannot be contacted to perform the transfer. Under some circumstances, a forced transfer can be performed. Do you want to attempt a forced transfer?"
|
|
IDS_CHANGE_FSMO_SUCCESS "The operations master role was successfully transferred."
|
|
IDS_FSMO_SERVER_ERROR "ERROR"
|
|
IDS_FSMO_SHEET_TITLE "Operations Masters"
|
|
IDS_RETARGET_DOMAIN_FAILED
|
|
"Windows cannot connect to the new domain because:\n%1"
|
|
IDS_RETARGET_FOREST_FAILED
|
|
"Windows cannot connect to the new forest because:\n%1"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_NULL_PASSWORD "Windows cannot properly create this user object. The most likely cause is that the current domain or group policy requires a password. Click OK to return to the wizard; then click Back and enter a password."
|
|
IDS_12_INVALID_COMPUTER_NAME
|
|
"Computer name %2 is not a valid computer name. It may contain illegal characters. Standard names contain letters (a-z, A-Z), numbers (0-9), and hyphens (-), but no spaces or periods (.), and the name may not consist entirely of digits. The error returned was: %1"
|
|
IDS_12_NON_RFC_COMPUTER_NAME
|
|
"The computer name %2 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 might affect your ability to interoperate with other computers, unless your network is using the Microsoft DNS Server.\nDo you want to use this name anyway?"
|
|
IDS_12_COMPUTER_NAME_DOTTED
|
|
"Computer name %2 contains a period. Specify a computer name that does not contain any periods."
|
|
IDS_12_DISABLE_COMPUTER_P
|
|
"Disabling the computer account %2 prevents users on that computer from logging on to this domain. Do you want to disable this computer account?"
|
|
IDS_MULTI_DISABLE_COMPUTER
|
|
"Disabling the computer objects that are selected prevents users on these computers from logging on to the domain. Do you want to disable all of these objects?"
|
|
IDS_FORMAT_USER_NAME "%<givenName> %<initials>. %<sn>"
|
|
IDS_ENABLE_ACCOUNT_HELPSTRING
|
|
"Changes the account state (enabled/disabled) for the current selection."
|
|
IDS_DISABLE_ACCOUNT_HELPSTRING
|
|
"Disables the account for the current selection."
|
|
IDS_MAP_CERTS_HELPSTRING "Maps certificates for this account."
|
|
IDS_CHANGE_PWD_HELPSTRING "Resets the password for the current selection."
|
|
IDS_MOVE_OBJECT_HELPSTRING
|
|
"Moves the current selection to another organizational unit."
|
|
IDS_DELETE_OBJECT_HELPSTRING "Deletes the current selection."
|
|
IDS_REPLICATE_HELPSTRING
|
|
"Forces immediate replication with this domain controller."
|
|
IDS_ADD_OBJECTS_HELPSTRING
|
|
"Allows you to add the selected objects to a group you select."
|
|
IDS_OBJECT_PICKER_INIT_FAILED
|
|
"Windows cannot activate the object selection dialog box because:%1Contact your system administrator for assistance."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_COLUMN_SAM_ACCOUNT_NAME "Pre-Windows 2000 Logon Name"
|
|
IDS_COLUMN_DISPLAY_NAME "Display Name"
|
|
IDS_COLUMN_FIRST_NAME "First Name"
|
|
IDS_COLUMN_LAST_NAME "Last Name"
|
|
IDS_COLUMN_UPN "User Logon Name"
|
|
IDS_COLUMN_MAIL "E-Mail Address"
|
|
IDS_COLUMN_ALIAS_NAME "Exchange Alias"
|
|
IDS_COLUMN_BUSINESS_PHONE "Business Phone"
|
|
IDS_COLUMN_OFFICE "Office"
|
|
IDS_COLUMN_TITLE "Job Title"
|
|
IDS_COLUMN_DEPARTMENT "Department"
|
|
IDS_COLUMN_MODIFIED "Modified"
|
|
IDS_COLUMN_TARGET_ADDRESS "Target Address"
|
|
IDS_COLUMN_HOME_MDB "Exchange Mailbox Store"
|
|
IDS_COLUMN_TEXTENCODEORADDRESS "X.400 E-Mail Address"
|
|
IDS_COLUMN_COMPANY "Company"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_COLUMN_CITY "City"
|
|
IDS_COLUMN_STATE "State"
|
|
IDS_COLUMN_COUNTRY "Country/Region"
|
|
IDS_COLUMN_ZIP_CODE "Zip Code"
|
|
IDS_IFSMO_TARGET_DC_IS_GC
|
|
"%2 is a global catalog (GC) server. The infrastructure operations master role should not be transferred to a GC server. Please see help for more information.\n\nAre you certain you want to transfer the infrastructure operations master role to this GC server?"
|
|
IDS_COLUMN_IMURL "Instant Messaging URL "
|
|
IDS_COLUMN_IMHOMEURL "Instant Messaging Home Server "
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_ADDTOGROUP_NOUSER "%2 contains no user or contact objects. No objects from %2 will be added."
|
|
IDS_CONNECTION_RENAME_WARNING
|
|
"This connection was automatically generated by the directory service. Changes to this connection will be overwritten unless the object is marked as not automatically generated. Do you wish to mark this connection as not automatically generated?"
|
|
IDS_CONNECTION_RENAME_ERROR
|
|
"The following error occurred during the attempt to mark the connection as not automatically generated:\n%1\nThe connection was not renamed."
|
|
IDS_CONNECTION_TO_SELF "You cannot make a connection from a domain controller to itself. No new connection was created."
|
|
IDS_DUPLICATE_CONNECTION
|
|
"There is already a connection from this source server to that destination server. Are you sure you want to create another connection?"
|
|
IDS_CONNECTION_RENAME_KCCSTRING
|
|
"Connections which are automatically generated by Active Directory are displayed as ""<automatically generated>"" in the Active Directory Sites and Services Snap-in. The real object name is available in the Object tab of the connection's properties. Please do not assign the name ""<automatically generated>"" to a connection."
|
|
IDS_MOVE_CONNECTION_TO_SELF
|
|
"You cannot connect a domain controller to itself. The connection was not moved."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDM_NEW_QUERY_FOLDER "&Query\nCreate new saved query"
|
|
IDM_NEW_FAVORITES_FOLDER "&Folder\nCreate new folder"
|
|
IDM_EDIT_QUERY "&Edit...\nEdit query"
|
|
IDM_EXPORT_QUERY "Ex&port Query Definition...\nExports the saved query to an XML file"
|
|
IDS_QUERY_EXPORT_FILTER "XML Files (*.xml)|*.xml|All Files (*.*)|*.*||"
|
|
IDM_IMPORT_QUERY "&Import Query Definition...\nImports a query from a saved XML file"
|
|
IDS_ERRMSG_QUERY_ROOT_NOT_VALID
|
|
"Query root %2 is not valid on server %3. Please specify a new and valid query root."
|
|
IDS_ERRMSG_QUERY_FILTER_NOT_VALID
|
|
"The query filter ""%2"" is not a valid query string."
|
|
IDS_ERRMSG_QUERY_FAILED "The query failed to run.\n%1"
|
|
IDS_SAVED_QUERIES "Saved Queries"
|
|
IDS_SAVED_QUERIES_DESC "Folder to store your favorite queries"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_NEW_FOLDER "New Folder"
|
|
IDS_CONFIRM_DELETE_FAVORITES
|
|
"Are you sure you want to delete this folder?"
|
|
IDS_CONFIRM_DELETE_QUERY "Are you sure you want to delete this query?"
|
|
IDS_CONFIRM_MULTI_DELETE_FAVORITES
|
|
"Are you sure you want to delete the %d selected folders and the %d selected queries?"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_QUERY_TITLE_SAVEDQUERYFORM "Common Queries"
|
|
IDS_QUERY_TITLE_USERPAGE "Users"
|
|
IDS_QUERY_TITLE_GROUP_PAGE "Groups"
|
|
IDS_QUERY_TITLE_COMPUTER_PAGE "Computers"
|
|
IDS_NOT_VALID_LDAP_STRING
|
|
"The constructed query is a valid query but does not have a valid LDAP query associated with it."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_DELETE_DC_COMPUTERACCOUNT
|
|
"The computer object you want to delete represents Active Directory domain controller %1.\n\nWhich of the following statements best describes the reason for deleting this object?"
|
|
IDC_DELETE_DC_BADREASON1
|
|
"Deleting this object directly should only be used to delete a domain controller that is permanently offline. Use the Active Directory Installation Wizard (DCPROMO) to demote a domain controller that is still functioning."
|
|
IDC_DELETE_DC_BADREASON2
|
|
"Deleting this object is not required to manage Active Directory replication and may inhibit its operation. Please see your Active Directory documentation for more information on managing Active Directory replication."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_QUERY_COL_NAME "Name"
|
|
IDS_QUERY_COL_DESC "Description"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_STARTSWITH "Starts with"
|
|
IDS_ENDSWITH "Ends with"
|
|
IDS_ISEXACTLY "Is (exactly)"
|
|
IDS_ISNOT "Is not"
|
|
IDS_PRESENT "Has a value"
|
|
IDS_NOTPRESENT "Has no value"
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_MULTI_ADDTOGROUP_ERROR_CAPTION
|
|
"Multiple errors occurred while trying to add the selected objects to the group."
|
|
IDS_MULTI_DELETE_ERROR_CAPTION
|
|
"Multiple errors occurred while trying to delete the selected objects."
|
|
IDS_MULTI_MOVE_ERROR_CAPTION
|
|
"Multiple errors occurred while trying to move the selected objects."
|
|
END
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_FILTER_LAST_LOGON_VERSION
|
|
"This query cannot be completed because it requires information that is not supported by the Active Directory domain that is currently targeted. This query may function when targeting other Active Directory domains. Search Help for the topic ""domain functional level"" or ""domain functionality"" for more information."
|
|
END
|
|
|
|
#endif // English (U.S.) resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|
|
|