You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1197 lines
54 KiB
1197 lines
54 KiB
//Microsoft Developer Studio generated resource script.
|
|
//
|
|
#include "resource.h"
|
|
|
|
#define APSTUDIO_READONLY_SYMBOLS
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 2 resource.
|
|
//
|
|
#include "atlres.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
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// TYPELIB
|
|
//
|
|
|
|
1 TYPELIB MOVEABLE PURE "DfsGUI.tlb"
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// TEXTINCLUDE
|
|
//
|
|
|
|
1 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"resource.h\0"
|
|
END
|
|
|
|
2 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"#include ""atlres.h""\r\n"
|
|
"\0"
|
|
END
|
|
|
|
3 TEXTINCLUDE DISCARDABLE
|
|
BEGIN
|
|
"\r\n"
|
|
"\0"
|
|
END
|
|
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Bitmap
|
|
//
|
|
|
|
IDB_CONNECT_16x16 BITMAP DISCARDABLE "connect.bmp"
|
|
IDB_SCOPE_IMAGES_16x16 BITMAP DISCARDABLE "scope16.bmp"
|
|
IDB_SCOPE_IMAGES_32x32 BITMAP DISCARDABLE "scope32.bmp"
|
|
IDB_CREATE_DFSROOT_WATERMARK BITMAP DISCARDABLE "WizWater.bmp"
|
|
IDB_CREATE_DFSROOT_HEADER BITMAP DISCARDABLE "WizHead.bmp"
|
|
IDB_MAIN32x32 BITMAP DISCARDABLE "dfs32x32.bmp"
|
|
IDB_MAIN16x16 BITMAP DISCARDABLE "dfs16x16.bmp"
|
|
IDB_ADMIN_TOOLBAR BITMAP DISCARDABLE "dfstoolb.bmp"
|
|
IDB_ROOT_TOOLBAR BITMAP DISCARDABLE "roottool.bmp"
|
|
IDB_JP_TOOLBAR BITMAP DISCARDABLE "jp_toolb.bmp"
|
|
IDB_REPLICA_TOOLBAR BITMAP DISCARDABLE "reptoolb.bmp"
|
|
IDB_NEWFRSWIZ_BANNER BITMAP DISCARDABLE "banner.bmp"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Dialog
|
|
//
|
|
|
|
IDD_JP_PROP DIALOGEX 0, 0, 251, 218
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "General"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
ICON IDI_MAIN32x32,IDC_STATIC,7,7,20,20
|
|
EDITTEXT IDC_REPLICA_SET_NAME,40,12,204,14,ES_AUTOHSCROLL |
|
|
ES_READONLY
|
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,34,
|
|
238,1
|
|
LTEXT "C&omments:",IDC_STATIC,7,43,41,10
|
|
EDITTEXT IDC_REPLICA_SET_COMMENT,7,53,237,14,ES_AUTOHSCROLL
|
|
LTEXT "Amount of time clients &cache this referral in seconds:",
|
|
IDC_REFFERAL_TIME_LABEL,7,71,237,10
|
|
EDITTEXT IDC_REFFERAL_TIME,7,81,48,14,ES_AUTOHSCROLL | ES_NUMBER
|
|
END
|
|
|
|
IDD_CREATE_DFSROOT_WIZ_PAGE1 DIALOG DISCARDABLE 0, 0, 317, 186
|
|
STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION
|
|
CAPTION "New Root Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Welcome to the New Root Wizard",IDC_WELCOME_BIG_TITLE,
|
|
122,7,188,27
|
|
LTEXT "This wizard helps you create a root for the Distributed File System (DFS).",
|
|
IDC_STATIC,122,40,188,23
|
|
LTEXT "A DFS root is the top level in a hierarchy. A root can be mapped to multiple shared folders called root targets. A root can also host links, each of which is mapped to its own targets.",
|
|
IDC_STATIC,122,63,188,39
|
|
LTEXT "To continue, click Next.",IDC_STATIC,122,102,188,15
|
|
END
|
|
|
|
IDD_CREATE_DFSROOT_WIZ_PAGE2 DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE WS_POPUP | WS_CAPTION
|
|
CAPTION "New Root Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Unlike stand-alone roots, domain roots support automatic replication and use Active Directory to store the DFS configuration.",
|
|
IDC_STATIC,21,1,274,23
|
|
LTEXT "Select the type of root you want to create:",IDC_STATIC,
|
|
21,28,274,10
|
|
CONTROL "&Domain root",IDC_RADIO_FTDFSROOT,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_GROUP |
|
|
WS_TABSTOP,21,40,264,10
|
|
CONTROL "&Stand-alone root",IDC_RADIO_STANDALONE_DFSROOT,"Button",
|
|
BS_AUTORADIOBUTTON | BS_TOP | BS_MULTILINE | WS_TABSTOP,
|
|
21,52,264,10
|
|
END
|
|
|
|
IDD_CREATE_DFSROOT_WIZ_PAGE3 DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION
|
|
CAPTION "New Root Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Type the domain to host the root, or select it from the list of trusting domains.",
|
|
IDC_STATIC,21,1,274,15
|
|
LTEXT "&Domain name:",IDC_STATIC,21,16,274,10
|
|
EDITTEXT IDC_EDIT_SELECTED_DOMAIN,21,26,274,14,ES_AUTOHSCROLL
|
|
LTEXT "&Trusting domains:",IDC_STATIC,21,45,274,8
|
|
CONTROL "List1",IDC_LIST_DOMAINS,"SysListView32",LVS_LIST |
|
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
|
|
LVS_NOCOLUMNHEADER | LVS_NOSORTHEADER | WS_BORDER |
|
|
WS_TABSTOP,21,56,274,80
|
|
END
|
|
|
|
IDD_CREATE_DFSROOT_WIZ_PAGE4 DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION
|
|
CAPTION "New Root Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Server name:",IDC_STATIC,21,16,272,8
|
|
EDITTEXT IDC_EDIT_SELECTED_SERVER,21,26,220,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "B&rowse...",IDCSERVERS_BROWSE,246,26,50,14
|
|
LTEXT "S&hare to be used:",IDC_SERVER_SHARE_LABEL,22,47,272,8,
|
|
NOT WS_VISIBLE
|
|
EDITTEXT IDC_SERVER_SHARE,21,57,275,14,ES_AUTOHSCROLL |
|
|
ES_READONLY | NOT WS_VISIBLE
|
|
END
|
|
|
|
IDD_CREATE_DFSROOT_WIZ_PAGE5 DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE WS_POPUP | WS_VISIBLE | WS_CAPTION
|
|
CAPTION "New Root Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Folder to share:",IDC_STATIC,21,16,272,8
|
|
EDITTEXT IDC_EDIT_SHARE_PATH,21,26,220,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "B&rowse...",IDCSHARE_BROWSE,246,26,50,14
|
|
END
|
|
|
|
IDD_CREATE_DFSROOT_WIZ_PAGE6 DIALOG DISCARDABLE 0, 0, 317, 143
|
|
STYLE WS_POPUP | WS_CAPTION
|
|
CAPTION "New Root Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Type a unique name for this root.",IDC_STATIC,21,1,275,
|
|
15
|
|
LTEXT "&Root name:",IDC_STATIC,21,16,275,10
|
|
EDITTEXT IDC_EDIT_DFSROOT_NAME,21,26,275,14,ES_AUTOHSCROLL
|
|
LTEXT "Preview of &UNC path to the root:",IDC_STATIC,21,44,275,
|
|
10
|
|
EDITTEXT IDC_TEXT_DFSROOT_PREFIX,21,54,275,14,ES_AUTOHSCROLL |
|
|
ES_READONLY
|
|
LTEXT "&Comments: ",IDC_STATIC,21,72,275,10
|
|
EDITTEXT IDC_EDIT_DFSROOT_COMMENT,21,82,275,14,ES_AUTOHSCROLL
|
|
LTEXT "&Share to be used:",IDC_STATIC,21,100,275,8
|
|
EDITTEXT IDC_ROOT_SHARE,21,110,275,14,ES_AUTOHSCROLL |
|
|
ES_READONLY
|
|
END
|
|
|
|
IDD_CREATE_DFSROOT_WIZ_PAGE7 DIALOG DISCARDABLE 0, 0, 317, 186
|
|
STYLE WS_POPUP | WS_CAPTION
|
|
CAPTION "New Root Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Completing the New Root Wizard",IDC_COMPLETE_BIG_TITLE,
|
|
122,7,182,27
|
|
LTEXT "You have successfully completed the New Root Wizard. You have chosen to create a root with the following settings:",
|
|
IDC_STATIC,122,34,182,31
|
|
EDITTEXT IDC_DFSWIZ_TEXT,122,65,182,60,ES_MULTILINE | ES_READONLY |
|
|
ES_WANTRETURN | WS_HSCROLL | NOT WS_TABSTOP
|
|
LTEXT "To close this wizard and create the root, click Finish.",
|
|
IDC_STATIC,122,152,182,15
|
|
END
|
|
|
|
IDD_DLGCONNECTTO DIALOGEX 0, 0, 242, 231
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Show Root"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Enter the root you want to manage. You can type the root or host server name or select one from the list below.",
|
|
IDC_STATIC,7,7,228,23
|
|
LTEXT "The following three forms are acceptable:\n\t\\\\<HostDomain>\\<DFSRootName>\n\t\\\\<HostServer>\\<DFSRootName>\n\t\\\\<HostServer>",
|
|
IDC_STATIC,7,30,228,39
|
|
LTEXT "&Root or host server:",IDC_STATIC,7,69,228,10
|
|
EDITTEXT IDC_EditDfsRoot,7,79,228,14,ES_AUTOHSCROLL
|
|
LTEXT "&Trusting domains:",IDC_STATIC,7,97,228,10
|
|
CONTROL "Tree1",IDC_TREEDFSRoots,"SysTreeView32",TVS_HASBUTTONS |
|
|
TVS_HASLINES | TVS_LINESATROOT | TVS_DISABLEDRAGDROP |
|
|
WS_BORDER | WS_TABSTOP,7,107,228,94
|
|
DEFPUSHBUTTON "OK",1,131,210,50,14
|
|
PUSHBUTTON "Cancel",2,185,210,50,14
|
|
END
|
|
|
|
IDD_ADDTODFS DIALOGEX 0, 0, 248, 204
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "New Link"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Enter a name and path for the new link. When users open this link, they are redirected to the shared folder you select as the target.",
|
|
IDC_STATIC,7,7,234,23
|
|
LTEXT "&Link name:",IDC_STATIC,7,30,234,10
|
|
EDITTEXT IDC_EDITCHLDNODE,7,40,234,14,ES_AUTOHSCROLL | WS_GROUP
|
|
LTEXT "Preview of &UNC path to the link:",IDC_STATIC,7,58,234,
|
|
10
|
|
EDITTEXT IDC_EDIT_ADDLINK_DFSLINK_PATH,7,68,234,14,ES_AUTOHSCROLL |
|
|
ES_READONLY
|
|
LTEXT "&Path to target (shared folder):",IDC_STATIC,7,86,234,
|
|
10
|
|
EDITTEXT IDC_EDITNETPATH,7,96,181,14,ES_AUTOHSCROLL | WS_GROUP
|
|
PUSHBUTTON "&Browse...",IDC_BUTTONNETBROWSE,191,96,50,14
|
|
LTEXT "C&omments:",IDC_STATIC,7,114,234,10
|
|
EDITTEXT IDC_EDITCOMMENT,7,124,234,14,ES_AUTOHSCROLL | WS_GROUP
|
|
LTEXT "Amount of time clients &cache this referral in seconds:",
|
|
IDC_STATIC,7,142,234,10
|
|
EDITTEXT IDC_EDITTIME,7,152,48,14,ES_AUTOHSCROLL | ES_NUMBER
|
|
DEFPUSHBUTTON "OK",1,137,183,50,14
|
|
PUSHBUTTON "Cancel",2,191,183,50,14
|
|
END
|
|
|
|
IDD_ADDREP DIALOGEX 0, 0, 271, 143
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "New Target"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Enter a target to associate with this link. When users open the link, they are redirected to the shared folder you select as the target.",
|
|
IDC_STATIC,7,7,257,23
|
|
LTEXT "&Path to target (shared folder):",IDC_STATIC,7,61,264,8
|
|
EDITTEXT IDC_EDITNETPATH,7,71,203,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "&Browse...",IDC_BUTTONNETBROWSE,214,71,50,14
|
|
CONTROL "&Add this target to the replication set",
|
|
IDC_ADDREP_REPLICATE,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,7,95,257,10
|
|
DEFPUSHBUTTON "OK",1,160,122,50,14,WS_GROUP
|
|
PUSHBUTTON "Cancel",2,214,122,50,14
|
|
LTEXT "&Selected link:",IDC_STATIC,7,30,257,8
|
|
EDITTEXT IDC_EDIT_ADDREP_DFSLINK_PATH,7,40,257,14,ES_AUTOHSCROLL |
|
|
ES_READONLY
|
|
END
|
|
|
|
IDD_FILTERDFSLINKS DIALOGEX 0, 0, 263, 143
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Filter Links"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "You can change the number of links that are displayed. You can also filter for link names that start with or contain specific characters.",
|
|
IDC_STATIC,7,7,249,23
|
|
LTEXT "&Type the maximum number of links:",IDC_STATIC,7,37,167,
|
|
8
|
|
EDITTEXT IDC_FILTERDFSLINKS_MAXLIMIT,178,34,78,14,ES_RIGHT |
|
|
ES_AUTOHSCROLL | ES_NUMBER
|
|
CONTROL "Do ¬ filter links by name",
|
|
IDC_FILTERDFSLINKS_RADIO_NO,"Button",BS_AUTORADIOBUTTON |
|
|
WS_GROUP | WS_TABSTOP,7,60,249,10
|
|
CONTROL "&Filter links by name:",IDC_FILTERDFSLINKS_RADIO_YES,
|
|
"Button",BS_AUTORADIOBUTTON,7,72,114,10
|
|
COMBOBOX IDC_FILTERDFSLINKS_FILTER_TYPE,21,84,102,45,
|
|
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "&Value:",IDC_FILTERDFSLINKS_FILTER_LABEL,128,72,128,8
|
|
EDITTEXT IDC_FILTERDFSLINKS_FILTER,127,83,129,14,ES_AUTOHSCROLL
|
|
DEFPUSHBUTTON "OK",IDOK,147,122,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,206,122,50,14
|
|
END
|
|
|
|
IDD_FRS_PROP DIALOGEX 0, 0, 251, 218
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Replication"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "&Topology:",IDC_STATIC,7,7,237,10
|
|
EDITTEXT IDC_FRSPROP_TOPOLOGYPREF,7,17,171,14,ES_AUTOHSCROLL |
|
|
ES_READONLY
|
|
PUSHBUTTON "C&ustomize...",IDC_FRSPROP_CUSTOMIZE,182,17,62,14
|
|
LTEXT "&Hub:",IDC_FRSPROP_HUBSERVER_LABEL,7,35,51,10
|
|
EDITTEXT IDC_FRSPROP_HUBSERVER,62,35,182,14,ES_AUTOHSCROLL |
|
|
ES_READONLY
|
|
LTEXT "To modify the replication schedule for all connections, click Schedule.",
|
|
IDC_STATIC,7,53,171,23
|
|
PUSHBUTTON "&Schedule...",IDC_FRSPROP_RESETSCHEDULE,182,55,62,14
|
|
LTEXT "Initial &master:",IDC_FRSPROP_PRIMARYMEMBER_LABEL,7,83,
|
|
51,8
|
|
EDITTEXT IDC_FRSPROP_PRIMARYMEMBER,62,80,182,14,ES_AUTOHSCROLL |
|
|
ES_READONLY
|
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,114,
|
|
237,1
|
|
LTEXT "You can specify the files and subfolders that are excluded from replication.",
|
|
IDC_STATIC,7,123,237,15
|
|
LTEXT "&File filter:",IDC_STATIC,7,142,237,10
|
|
EDITTEXT IDC_FRSPROP_FILEFILTER,7,152,171,14,ES_AUTOHSCROLL |
|
|
ES_READONLY
|
|
PUSHBUTTON "&Edit...",IDC_FRSPROP_FILEFILTER_EDIT,182,152,62,14
|
|
LTEXT "Su&bfolder filter:",IDC_STATIC,7,170,237,10
|
|
EDITTEXT IDC_FRSPROP_DIRFILTER,7,180,171,14,ES_AUTOHSCROLL |
|
|
ES_READONLY
|
|
PUSHBUTTON "E&dit...",IDC_FRSPROP_DIRFILTER_EDIT,182,180,62,14
|
|
END
|
|
|
|
IDD_PUBLISH_PROP DIALOGEX 0, 0, 252, 218
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Publish"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL "&Publish this root in Active Directory",
|
|
IDC_PUBPROP_PUBLISH,"Button",BS_AUTOCHECKBOX |
|
|
WS_TABSTOP,7,7,238,12
|
|
LTEXT "Path to DFS &root:",IDC_PUBPROP_UNCPATH_LABEL,17,23,218,
|
|
10
|
|
EDITTEXT IDC_PUBPROP_UNCPATH,17,33,218,14,ES_AUTOHSCROLL |
|
|
ES_READONLY
|
|
LTEXT "&Description:",IDC_PUBPROP_DESCRIPTION_LABEL,17,51,218,
|
|
10
|
|
EDITTEXT IDC_PUBPROP_DESCRIPTION,17,61,218,14,ES_AUTOHSCROLL
|
|
LTEXT "&Owner (e.g., [email protected] or redmond\\JeffSmith):",
|
|
IDC_PUBPROP_MANAGEDBY_LABEL,17,79,218,18
|
|
EDITTEXT IDC_PUBPROP_MANAGEDBY,17,97,218,14,ES_AUTOHSCROLL
|
|
LTEXT "&Keywords:",IDC_PUBPROP_KEYWORDS_LABEL,17,115,218,10
|
|
EDITTEXT IDC_PUBPROP_KEYWORDS,17,125,161,14,ES_AUTOHSCROLL |
|
|
ES_READONLY
|
|
PUSHBUTTON "&Edit...",IDC_PUBPROP_KEYWORDS_EDIT,185,125,50,14
|
|
LTEXT "",IDC_PUBPROP_ERROR,7,7,238,51
|
|
END
|
|
|
|
IDD_FRS_CUSTOM_TOPOLOGY DIALOGEX 0, 0, 294, 263
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Customize Topology"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "You can use this dialog box to customize your replication topology, rebuild connections between servers, and open the replication schedule.",
|
|
IDC_STATIC,7,7,280,23
|
|
LTEXT "&Topology:",IDC_STATIC,7,30,280,8
|
|
COMBOBOX IDC_FRS_CUSTOP_TOPOLOGYPREF,7,40,213,50,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
PUSHBUTTON "&Rebuild",IDC_FRS_CUSTOP_REBUILD,224,39,63,14
|
|
LTEXT "&Hub:",IDC_FRS_CUSTOP_HUBSERVER_LABEL,7,56,280,8
|
|
COMBOBOX IDC_FRS_CUSTOP_HUBSERVER,7,66,280,61,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "&Connections:",IDC_STATIC,7,82,280,8
|
|
CONTROL "",IDC_FRS_CUSTOP_CONNECTIONS,"SysListView32",LVS_REPORT |
|
|
LVS_SHOWSELALWAYS | LVS_NOLABELWRAP | WS_BORDER |
|
|
WS_TABSTOP,7,93,280,98
|
|
PUSHBUTTON "&New...",IDC_FRS_CUSTOP_CONNECTIONS_NEW,7,194,63,14
|
|
PUSHBUTTON "&Delete",IDC_FRS_CUSTOP_CONNECTIONS_DELETE,74,194,63,14
|
|
PUSHBUTTON "&Schedule...",IDC_FRS_CUSTOP_SCHEDULE,224,194,63,14
|
|
LTEXT "To customize initial synchronization priorities, click Priorities.",
|
|
IDC_STATIC,7,219,211,15
|
|
PUSHBUTTON "&Priorities...",IDC_FRS_CUSTOP_ADVANCED,224,216,63,14
|
|
DEFPUSHBUTTON "OK",IDOK,157,239,63,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,224,239,63,14
|
|
END
|
|
|
|
IDD_FRS_NEW_CONNECTIONS DIALOGEX 0, 0, 261, 239
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "New Connections"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Select the servers you want to connect.",IDC_STATIC,7,7,
|
|
247,15
|
|
LTEXT "&Connect from:",IDC_STATIC,7,26,120,8
|
|
CONTROL "",IDC_FRS_NEWCONN_FROM,"SysListView32",LVS_REPORT |
|
|
LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_NOLABELWRAP |
|
|
WS_BORDER | WS_TABSTOP,7,38,120,147
|
|
LTEXT "Connect &with:",IDC_STATIC,134,26,120,8
|
|
CONTROL "",IDC_FRS_NEWCONN_TO,"SysListView32",LVS_REPORT |
|
|
LVS_SHOWSELALWAYS | LVS_SORTASCENDING | LVS_NOLABELWRAP |
|
|
WS_BORDER | WS_TABSTOP,134,38,120,147
|
|
DEFPUSHBUTTON "OK",IDOK,146,218,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,204,218,50,14
|
|
END
|
|
|
|
IDD_NEWFRSWIZ_PAGE0 DIALOGEX 0, 0, 294, 155
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_APPWINDOW
|
|
CAPTION "Configure Replication Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL 131,IDC_STATIC,"Static",SS_BITMAP,0,0,88,155
|
|
LTEXT "Welcome to the Configure Replication Wizard",
|
|
IDC_NEWFRS_WELCOME,100,7,187,27
|
|
LTEXT "This wizard helps you select the master replica and a replication topology.",
|
|
IDC_STATIC,100,41,187,27
|
|
LTEXT "When you first start replication, the master replica's contents are copied to all of the other enabled targets in the replication set. Backups of these targets' current contents are archived. To locate the archive, open the Event Log.",
|
|
IDC_STATIC,100,73,187,54
|
|
END
|
|
|
|
IDD_NEWFRSWIZ_PAGE1 DIALOGEX 0, 0, 294, 155
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_APPWINDOW
|
|
CAPTION "Configure Replication Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL 131,IDC_STATIC,"Static",SS_BITMAP,0,0,88,155
|
|
LTEXT "You must select one target as the initial master. The first time you start replication, its contents are replicated to the other targets. Targets that are not eligible to join file replication are denoted with a red X.",
|
|
IDC_STATIC,100,0,187,39
|
|
LTEXT "Select an initial &master:",IDC_STATIC,100,39,187,10
|
|
CONTROL "",IDC_NEWFRSWIZ_MASTER,"SysListView32",LVS_REPORT |
|
|
LVS_SINGLESEL | LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
|
|
LVS_NOSORTHEADER | WS_BORDER | WS_TABSTOP,100,49,187,54
|
|
PUSHBUTTON "&Staging...",IDC_NEWFRSWIZ_STAGING,237,105,50,14
|
|
LTEXT "",IDC_NEWFRSWIZ_MASTER_DESC,100,121,187,34
|
|
END
|
|
|
|
IDD_NEWFRSWIZ_PAGE2 DIALOGEX 0, 0, 294, 155
|
|
STYLE DS_MODALFRAME | WS_POPUP | WS_VISIBLE | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_APPWINDOW
|
|
CAPTION "Configure Replication Wizard"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL 131,IDC_STATIC,"Static",SS_BITMAP,0,0,88,155
|
|
LTEXT "The topology controls the direction in which information is replicated between targets.\n\nSelect the topology you want for this replication set.",
|
|
IDC_STATIC,100,7,187,36
|
|
LTEXT "&Topology:",IDC_STATIC,100,49,187,10
|
|
COMBOBOX IDC_NEWFRSWIZ_TOPOLOGYPREF,100,59,187,61,
|
|
CBS_DROPDOWNLIST | CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "&Hub:",IDC_NEWFRSWIZ_HUBSERVER_LABEL,100,75,187,8
|
|
COMBOBOX IDC_NEWFRSWIZ_HUBSERVER,100,85,187,61,CBS_DROPDOWNLIST |
|
|
CBS_SORT | WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "When you quit or refresh DFS, the topology you select is treated as Custom because your network uses an earlier version of Active Directory.",
|
|
IDC_NEWFRSWIZ_OLDSCHEMA,100,105,187,43
|
|
END
|
|
|
|
IDD_MVSTRINGEDIT DIALOG DISCARDABLE 0, 0, 227, 154
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Edit"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "Type the information, and then click Add.",
|
|
IDC_MVSTRINGEDIT_TEXT,7,7,213,23
|
|
EDITTEXT IDC_MVSTRINGEDIT_STRING,7,30,159,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "&Add",IDC_MVSTRINGEDIT_ADD,170,30,50,14
|
|
CONTROL "",IDC_MVSTRINGEDIT_LIST,"SysListView32",LVS_REPORT |
|
|
LVS_SORTASCENDING | LVS_NOLABELWRAP | LVS_NOCOLUMNHEADER |
|
|
WS_BORDER | WS_TABSTOP,7,48,159,70
|
|
PUSHBUTTON "&Remove",IDC_MVSTRINGEDIT_REMOVE,170,48,50,14
|
|
CONTROL "",IDC_STATIC,"Static",SS_BLACKFRAME | SS_SUNKEN,7,125,
|
|
213,1
|
|
DEFPUSHBUTTON "OK",IDOK,116,133,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,170,133,50,14
|
|
END
|
|
|
|
IDD_MROOTS DIALOGEX 0, 0, 186, 169
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Select Roots"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "",IDC_MROOTS_TEXT,7,7,172,23
|
|
LTEXT "&Roots:",IDC_STATIC,7,34,172,8
|
|
CONTROL "List1",IDC_MROOTS_LIST,"SysListView32",LVS_LIST |
|
|
LVS_SHOWSELALWAYS | LVS_SORTASCENDING |
|
|
LVS_NOCOLUMNHEADER | WS_BORDER | WS_TABSTOP,7,44,172,90
|
|
DEFPUSHBUTTON "OK",IDOK,35,148,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,100,148,50,14
|
|
END
|
|
|
|
IDD_STAGING DIALOG DISCARDABLE 0, 0, 211, 151
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Staging Folder"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
LTEXT "When replicating contents of the DFS target, File Replication service uses the following folder to store temporary files.",
|
|
IDC_STATIC,7,7,197,39
|
|
LTEXT "&Staging folder:",IDC_STATIC,7,78,197,8
|
|
EDITTEXT IDC_STAGING_FOLDER,7,88,143,14,ES_AUTOHSCROLL
|
|
PUSHBUTTON "&Browse...",IDC_STAGING_BROWSE,154,88,50,14
|
|
DEFPUSHBUTTON "OK",IDOK,100,130,50,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,154,130,50,14
|
|
LTEXT "&DFS target:",IDC_STATIC,7,50,197,8
|
|
EDITTEXT IDC_STAGING_TARGET,7,60,197,14,ES_AUTOHSCROLL |
|
|
ES_READONLY
|
|
END
|
|
|
|
IDD_FRS_ADVANCED DIALOGEX 0, 0, 294, 263
|
|
STYLE DS_MODALFRAME | DS_CONTEXTHELP | WS_POPUP | WS_CAPTION | WS_SYSMENU
|
|
EXSTYLE WS_EX_CONTEXTHELP
|
|
CAPTION "Priorities"
|
|
FONT 8, "MS Shell Dlg"
|
|
BEGIN
|
|
CONTROL "Use this dialog box to set the initial synchronization priority for inbound connections. Learn more about the <A>initial synchronization process</A>.",
|
|
IDC_FRS_ADVANCED_EXPLANATION,"SysLink",WS_TABSTOP,7,7,
|
|
280,23
|
|
LTEXT "&Server:",IDC_STATIC,7,30,280,8
|
|
COMBOBOX IDC_FRS_ADVANCED_SERVER,7,40,280,30,CBS_DROPDOWNLIST |
|
|
WS_VSCROLL | WS_TABSTOP
|
|
LTEXT "Sit&e:",IDC_STATIC,7,56,280,8
|
|
EDITTEXT IDC_FRS_ADVANCED_SITE,7,66,280,14,ES_AUTOHSCROLL |
|
|
ES_READONLY
|
|
LTEXT "&Inbound connections:",IDC_STATIC,7,84,280,8
|
|
CONTROL "",IDC_FRS_ADVANCED_INBOUND_CONNS,"SysListView32",
|
|
LVS_REPORT | LVS_SHOWSELALWAYS | LVS_NOLABELWRAP |
|
|
WS_BORDER | WS_TABSTOP,7,94,280,80
|
|
LTEXT "&Priority:",IDC_STATIC,7,178,280,8
|
|
COMBOBOX IDC_FRS_ADVANCED_NEW_PRIORITY,7,188,216,30,
|
|
CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
|
|
PUSHBUTTON "&Change",IDC_FRS_ADVANCED_CHANGE,227,188,60,14
|
|
LTEXT "",IDC_FRS_ADVANCED_NEW_PRIORITY_DESC,7,206,280,31
|
|
DEFPUSHBUTTON "OK",IDOK,163,242,60,14
|
|
PUSHBUTTON "Cancel",IDCANCEL,227,242,60,14
|
|
END
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// REGISTRY
|
|
//
|
|
|
|
IDR_DFSSNAPINRESULTMANAGER REGISTRY DISCARDABLE "DfsReslt.rgs"
|
|
IDR_DFSSNAPINSCOPEMANAGER REGISTRY DISCARDABLE "DfsScope.rgs"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Icon
|
|
//
|
|
|
|
// Icon with lowest ID value placed first to ensure application icon
|
|
// remains consistent on all systems.
|
|
IDI_MAIN32x32 ICON DISCARDABLE "dfs32x32.ico"
|
|
IDI_16x16_SHARE ICON DISCARDABLE "SHARE.ICO"
|
|
IDI_16x16_SHARENA ICON DISCARDABLE "SHARENA.ICO"
|
|
IDI_16x16_FTROOT ICON DISCARDABLE "ftroot.ICO"
|
|
IDI_16x16_SAROOT ICON DISCARDABLE "saroot.ICO"
|
|
IDI_16x16_DOMAIN ICON DISCARDABLE "DOMAIN.ICO"
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// DESIGNINFO
|
|
//
|
|
|
|
#ifdef APSTUDIO_INVOKED
|
|
GUIDELINES DESIGNINFO DISCARDABLE
|
|
BEGIN
|
|
IDD_JP_PROP, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 244
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_CREATE_DFSROOT_WIZ_PAGE1, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 3
|
|
RIGHTMARGIN, 310
|
|
VERTGUIDE, 122
|
|
TOPMARGIN, 3
|
|
END
|
|
|
|
IDD_CREATE_DFSROOT_WIZ_PAGE2, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 3
|
|
RIGHTMARGIN, 314
|
|
VERTGUIDE, 21
|
|
VERTGUIDE, 34
|
|
VERTGUIDE, 295
|
|
TOPMARGIN, 1
|
|
BOTTOMMARGIN, 139
|
|
END
|
|
|
|
IDD_CREATE_DFSROOT_WIZ_PAGE3, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 21
|
|
RIGHTMARGIN, 295
|
|
VERTGUIDE, 106
|
|
TOPMARGIN, 1
|
|
BOTTOMMARGIN, 136
|
|
HORZGUIDE, 51
|
|
END
|
|
|
|
IDD_CREATE_DFSROOT_WIZ_PAGE4, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 21
|
|
RIGHTMARGIN, 296
|
|
VERTGUIDE, 31
|
|
TOPMARGIN, 1
|
|
BOTTOMMARGIN, 136
|
|
HORZGUIDE, 40
|
|
END
|
|
|
|
IDD_CREATE_DFSROOT_WIZ_PAGE5, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 21
|
|
RIGHTMARGIN, 296
|
|
VERTGUIDE, 34
|
|
VERTGUIDE, 41
|
|
VERTGUIDE, 286
|
|
TOPMARGIN, 1
|
|
BOTTOMMARGIN, 136
|
|
HORZGUIDE, 27
|
|
END
|
|
|
|
IDD_CREATE_DFSROOT_WIZ_PAGE6, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 21
|
|
RIGHTMARGIN, 314
|
|
VERTGUIDE, 296
|
|
TOPMARGIN, 1
|
|
BOTTOMMARGIN, 140
|
|
END
|
|
|
|
IDD_CREATE_DFSROOT_WIZ_PAGE7, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 3
|
|
RIGHTMARGIN, 304
|
|
VERTGUIDE, 122
|
|
TOPMARGIN, 3
|
|
END
|
|
|
|
IDD_DLGCONNECTTO, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 235
|
|
VERTGUIDE, 7
|
|
VERTGUIDE, 235
|
|
BOTTOMMARGIN, 224
|
|
HORZGUIDE, 179
|
|
END
|
|
|
|
IDD_ADDTODFS, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 241
|
|
VERTGUIDE, 7
|
|
VERTGUIDE, 241
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 197
|
|
HORZGUIDE, 30
|
|
END
|
|
|
|
IDD_ADDREP, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
VERTGUIDE, 22
|
|
VERTGUIDE, 264
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 136
|
|
HORZGUIDE, 7
|
|
HORZGUIDE, 46
|
|
HORZGUIDE, 136
|
|
END
|
|
|
|
IDD_FILTERDFSLINKS, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 256
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 136
|
|
END
|
|
|
|
IDD_FRS_PROP, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 244
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_PUBLISH_PROP, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 245
|
|
VERTGUIDE, 17
|
|
VERTGUIDE, 235
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 211
|
|
END
|
|
|
|
IDD_FRS_CUSTOM_TOPOLOGY, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 287
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 253
|
|
END
|
|
|
|
IDD_FRS_NEW_CONNECTIONS, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 254
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 232
|
|
END
|
|
|
|
IDD_NEWFRSWIZ_PAGE1, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 287
|
|
END
|
|
|
|
IDD_NEWFRSWIZ_PAGE2, DIALOG
|
|
BEGIN
|
|
VERTGUIDE, 100
|
|
VERTGUIDE, 287
|
|
HORZGUIDE, 7
|
|
HORZGUIDE, 148
|
|
END
|
|
|
|
IDD_MVSTRINGEDIT, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 220
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 147
|
|
END
|
|
|
|
IDD_MROOTS, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 179
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 162
|
|
END
|
|
|
|
IDD_STAGING, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 204
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 144
|
|
END
|
|
|
|
IDD_FRS_ADVANCED, DIALOG
|
|
BEGIN
|
|
LEFTMARGIN, 7
|
|
RIGHTMARGIN, 287
|
|
TOPMARGIN, 7
|
|
BOTTOMMARGIN, 256
|
|
END
|
|
END
|
|
#endif // APSTUDIO_INVOKED
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// String Table
|
|
//
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_APPLICATION_NAME "Distributed File System"
|
|
IDS_NODENAME "Distributed File System"
|
|
IDS_RESULT_COLUMN_ROOTREPLICA "Root Target"
|
|
IDS_RESULT_COLUMN_REPLICA "Target"
|
|
IDS_RESULT_COLUMN_FRS "File Replication"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_STOP_REPLICATION
|
|
"This will stop the replication for %1. Updates to the data will no longer be replicated. This may result in data inconsistencies between targets which could have unpredictable results. Do you want to continue?"
|
|
IDS_MSG_STOP_REPLICATION_TARGET
|
|
"This will remove target %1 from the replication set. This target will no longer receive or propagate updates. This may result in data inconsistencies between targets which could have unpredictable results. Do you want to continue?"
|
|
IDS_MSG_DELETE_DISPLAYEDDFSLINKS
|
|
"This will delete all the displayed DFS links. Clients will not be able to access them. Links that were not shown due to the filter settings may appear in the console. Do you want to continue?"
|
|
IDS_MSG_DELETE_CONNECTION_TO_DFSROOT
|
|
"This will remove the display of the DFS root %1 from your console. This will not affect client access to this DFS. Do you want to continue?"
|
|
IDS_MSG_DELETE_DFSROOT "This will delete the DFS root %1. Clients will not be able to access this DFS again. Do you want to continue?"
|
|
IDS_MSG_REMOVE_ROOT_REPLICA
|
|
"This will remove root target %1 from this DFS root. If it is the only root target of this DFS root, the DFS root will be deleted also. Do you want to continue?"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_REMOVE_REPLICA "This will remove target %1 from this DFS link. If it is the only target of this DFS link, the DFS link will be deleted also. Do you want to continue?"
|
|
IDS_MSG_REMOVE_JP "This will delete the DFS link %1 from the DFS logical namespace. This operation will not delete any data on the target of the DFS link. Do you want to continue?"
|
|
IDS_MSG_FAILED_TO_INITIALIZE_DFSROOT
|
|
"The DFS root for server %1 could not be initialized. The server could not be located or it does not host a DFS root."
|
|
IDS_FAILED_TO_BROWSE_NETWORKPATH
|
|
"The following error occurred while browsing for a shared folder:\n"
|
|
IDS_BROWSE_NET_DLG "Select the target shared folder for the DFS link."
|
|
IDS_MSG_FAILED_TO_CREATE_JUNCTION_POINT
|
|
"The following error occurred while creating the DFS link:\n"
|
|
IDS_MSG_FAILED_TO_CREATE_REPLICA
|
|
"The following error occurred while creating the new target:\n"
|
|
IDS_FAILED_TO_BROWSE_SERVER
|
|
"The following error occurred while browsing for a server in %1:\n"
|
|
IDS_MSG_INCORRECT_DOMAIN
|
|
"The following error occurred while contacting the domain %1:\n"
|
|
IDS_MSG_INCORRECT_SERVER
|
|
"The following error occurred while contacting the server %1:\n"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_APP_BINARY_NAME "dfsgui.dll"
|
|
IDS_DESCRIPTION_BAR_TEXT_ADMIN "Distributed File System"
|
|
IDS_DESCRIPTION_BAR_TEXT_ROOT "Complete DFS path: %1"
|
|
IDS_DESCRIPTION_BAR_TEXT_JUNCTIONPOINT "Complete DFS path: %1"
|
|
IDS_STATUS_BAR_TEXT_ROOT "Number of links: %1!u! displayed, %2!u! total"
|
|
IDS_MSG_WIZ_DFS_ALREADY_PRESENT "This server already hosts a DFS root."
|
|
IDS_MSG_WIZ_DELETE_FAILURE
|
|
"The following error occurred while deleting the DFS root %1:\n"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_WIZ_DELETE_JP_FAILURE
|
|
"The following error occurred while removing the DFS link %1:\n"
|
|
IDS_MSG_WIZ_DELETE_REPLICA_FAILURE
|
|
"The following error occurred while removing the target:\n"
|
|
IDS_WIZ_PAGE2_TITLE "Root Type"
|
|
IDS_WIZ_PAGE2_SUBTITLE "You can create a domain or a stand-alone root."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_WIZ_PAGE3_TITLE "Host Domain"
|
|
IDS_WIZ_PAGE3_SUBTITLE "A domain can host multiple DFS roots."
|
|
IDS_WIZ_PAGE4_TITLE "Host Server"
|
|
IDS_WIZ_PAGE4_SUBTITLE "Enter the name of the host server for this root."
|
|
IDS_WIZ_PAGE5_TITLE "Root Share"
|
|
IDS_WIZ_PAGE5_SUBTITLE "The specified share does not exist. Create a new share at the following location."
|
|
IDS_WIZ_PAGE6_TITLE "Root Name"
|
|
IDS_WIZ_PAGE6_SUBTITLE "You must provide a unique name for each DFS root."
|
|
IDS_ENABLED "Enabled"
|
|
IDS_DISABLED "Disabled"
|
|
IDS_REPLICATION_STATUS_NOTELIGIBLE "Not eligible"
|
|
IDS_REPLICATION_STATUS_UNKNOWN "Unknown"
|
|
IDS_REPLICATION_STATUSBAR_MEMBER "Automatically replicated"
|
|
IDS_REPLICATION_STATUSBAR_NONMEMBER "Not automatically replicated"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_REPLICATION_STATUSBAR_NONTFRS "File Replication service not installed"
|
|
IDS_REPLICATION_STATUSBAR_NOTDISKTREE "Not on a regular disk share"
|
|
IDS_REPLICATION_STATUSBAR_NOTNTFS "Not using NTFS 5.0"
|
|
IDS_REPLICATION_STATUSBAR_CONFLICTSTAGING
|
|
"No volume suitable for storing temporary files"
|
|
IDS_REPLICATION_STATUSBAR_NODOMAIN "Not on a domain computer"
|
|
IDS_REPLICATION_STATUSBAR_NOTSMBDISK
|
|
"Not a Microsoft Windows Network disk"
|
|
IDS_REPLICATION_STATUSBAR_OVERLAPPING
|
|
"Overlapping an existing replicated folder"
|
|
IDS_REPLICATION_COLUMN_1 "Target"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_REPLICATION_COLUMN_2 "Staging Folder"
|
|
IDS_REPLICATION_NOTAPPLY "N/A"
|
|
IDS_REPLICATION_NONTFRS "This target is not eligible because File Replication service is not installed."
|
|
IDS_REPLICATION_NOTDISKTREE
|
|
"This target is not eligible because it is not on a regular disk share."
|
|
IDS_REPLICATION_NOTNTFS "This target is not eligible because it is not on a volume formatted with the NTFS 5.0 file system."
|
|
IDS_REPLICATION_CONFLICTSTAGING
|
|
"This target is not eligible because there is no volume suitable for storing temporary files."
|
|
IDS_REPLICATION_NODOMAIN
|
|
"This target is not eligible because it is not on a domain computer."
|
|
IDS_REPLICATION_NOTSMBDISK
|
|
"This target is not eligible because it is not a disk resource provided by Microsoft Windows Network."
|
|
IDS_REPLICATION_OVERLAPPING
|
|
"This target is not eligible because the folder overlaps an existing replicated folder on that computer."
|
|
IDS_REPLICATION_UNKNOWN "Unknown: "
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MVSTRINGEDIT_TITLE_FILEFILTER "Edit File Filter"
|
|
IDS_MVSTRINGEDIT_TEXT_FILEFILTER
|
|
"Type a valid file name, and then click Add. The file name can contain wildcard characters (* and ?)."
|
|
IDS_MVSTRINGEDIT_TITLE_DIRFILTER "Edit Subfolder Filter"
|
|
IDS_MVSTRINGEDIT_TEXT_DIRFILTER
|
|
"Type a valid folder name, and then click Add. The folder name can contain wildcard characters (* and ?)."
|
|
IDS_MVSTRINGEDIT_TITLE_KEYWORDS "Edit Keywords"
|
|
IDS_MVSTRINGEDIT_TEXT_KEYWORDS "Type a keyword, and then click Add."
|
|
IDS_MVSTRINGEDIT_STRING_INVALID
|
|
"The following character is not valid: ""%1"""
|
|
IDS_MENUS_STATIC_TOP_NEW_DFSROOT "&New Root...|New Root|Creates root"
|
|
IDS_MENUS_STATIC_TOP_CONNECTTO
|
|
"&Show Root...|Show Root|Displays existing root"
|
|
IDS_MENUS_ROOT_TOP_NEW_DFS_LINK "&New Link...|New Link|Creates link"
|
|
IDS_MENUS_ROOT_TOP_NEW_ROOT_REPLICA
|
|
"N&ew Root Target...|New Root Target|Creates root target"
|
|
IDS_MENUS_ROOT_TOP_CHECK_STATUS
|
|
"&Check Status|Check Status|Checks whether targets are online"
|
|
IDS_MENUS_ROOT_TOP_FILTER_DFS_LINKS
|
|
"Filter Lin&ks...|Filter Links|Limits number of displayed links"
|
|
IDS_MENUS_ROOT_TOP_DELETE_CONNECTION_TO_DFS_ROOT
|
|
"Hide R&oot|Hide Root|Hides root from console display"
|
|
IDS_MENUS_ROOT_TOP_DELETE_DFS_ROOT
|
|
"&Delete Root|Delete Root|Deletes logical namespace"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MENUS_ROOT_TOP_DELETE_DISPLAYED_DFS_LINKS
|
|
"Delete Displa&yed Links|Delete Displayed Links|Deletes displayed links"
|
|
IDS_MENUS_ROOT_TOP_REPLICATION_TOPOLOGY
|
|
"&Configure Replication...|Configure Replication|Configures replication for this root"
|
|
IDS_MENUS_ROOT_TOP_SHOW_REPLICATION
|
|
"Show Replication &Information|Show Replication Information|Displays replication status for each target"
|
|
IDS_MENUS_ROOT_TOP_HIDE_REPLICATION
|
|
"Hide Replication &Information|Hide Replication Information|Hides replication status for each target"
|
|
IDS_MENUS_ROOT_TOP_STOP_REPLICATION
|
|
"Stop Re&plication|Stop Replication|Stops replication for this root"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MENUS_JUNCTION_TOP_NEW_DFS_REPLICA
|
|
"&New Target...|New Target|Creates target"
|
|
IDS_MENUS_JUNCTION_TOP_CHECK_STATUS
|
|
"&Check Status|Check Status|Checks whether targets are online"
|
|
IDS_MENUS_JUNCTION_TOP_REMOVE_FROM_DFS
|
|
"&Delete Link|Delete Link|Deletes link from logical namespace"
|
|
IDS_MENUS_JUNCTION_TOP_REPLICATION_TOPOLOGY
|
|
"&Configure Replication...|Configure Replication|Configures replication for this link"
|
|
IDS_MENUS_JUNCTION_TOP_SHOW_REPLICATION
|
|
"Show Replication &Information|Show Replication Information|Displays replication status for each target"
|
|
IDS_MENUS_JUNCTION_TOP_HIDE_REPLICATION
|
|
"Hide Replication &Information|Hide Replication Information|Hides replication status for each target"
|
|
IDS_MENUS_JUNCTION_TOP_STOP_REPLICATION
|
|
"Stop Re&plication|Stop Replication|Stops replication for this link"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MENUS_REPLICA_TOP_OPEN "&Open|Open|Opens target"
|
|
IDS_MENUS_REPLICA_TOP_CHECK_STATUS
|
|
"&Check Status|Check Status|Checks whether this target is online"
|
|
IDS_MENUS_REPLICA_TOP_TAKE_REPLICA_OFFLINE_ONLINE
|
|
"E&nable or Disable Referral|Enable or Disable Referral|Enables or disables DFS referral to this target"
|
|
IDS_MENUS_REPLICA_TOP_REMOVE_FROM_DFS
|
|
"Remove T&arget|Remove Target|Removes target from logical namespace"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MENUS_REPLICA_TOP_REPLICATE
|
|
"&Enable Replication...|Enable Replication|Enables replication of this target"
|
|
IDS_MENUS_REPLICA_TOP_STOP_REPLICATION
|
|
"&Disable Replication|Disable Replication|Disables replication of this target"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_NOT_50 "The computer you entered cannot host the DFS root. You must enter the name of a computer running an operating system in the Windows 2000 Server or Windows Server 2003 families."
|
|
IDS_MSG_NOT_RUNNING_DFS "The server %1 is not running the DFS service. \r\nPlease make sure that you have enough permissions to contact the server and it is running the DFS service.\r\n"
|
|
IDS_MSG_SERVER_FROM_ANOTHER_DOMAIN
|
|
"The server %1 does not belong to the domain specified earlier.\r\n"
|
|
IDS_LARGEFONTNAME "MS Shell Dlg"
|
|
IDS_LARGEFONTSIZE "12"
|
|
IDS_MSG_EXPLORE_FAILURE "Failed to launch explorer homed at %1."
|
|
IDS_MSG_INVALID_SERVER_NAME "The server name ""%1"" is not valid."
|
|
IDS_MSG_INVALID_SHARE_NAME "The share name ""%1"" is not valid."
|
|
IDS_MSG_SHARE_EXITS "A share with the same name already exists."
|
|
IDS_MSG_EMPTY_FIELD "Please enter a value. The field cannot be blank.\n\nFocus will be set to the field after this message is dismissed."
|
|
IDS_MSG_EMPTY_DFSROOT "You must enter the root or host server name."
|
|
IDS_MSG_EMPTY_LINKFILTMAX "You must type the maximum number of links."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_TIMEOUT_INVALIDRANGE
|
|
"You must specify a caching time within the range of 0 and 4294967295."
|
|
IDS_MSG_FRS_BADSERVICE "In order for %1 to join the replication, the File Replication service on server %2 needs to be configured as auto-start and running.\nThe error listed below occurred during this configuration process.\nYou can manually finish the configuration, then click Yes to continue; or you can click No to re-configure the replication.\n\n"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_ROOT_ALREADY_EXISTS
|
|
"The DFS root ""%1"" already exists. Please give a different name for the new DFS root."
|
|
IDS_MSG_JUNCTION_ALREADY_EXISTS
|
|
"The DFS link ""%1"" already exists. Please give a different name for the new DFS link."
|
|
IDS_MSG_WIZ_BAD_DFS_NAME
|
|
"The characters contained in the DFS name are not valid."
|
|
IDS_MSG_MID_JUNCTION "The network path %1 is a DFS path and cannot be used as the target of a DFS link."
|
|
IDS_SNAPIN_DESCRIPTION "Use existing file shares to build a single logical namespace."
|
|
IDS_REPLICA_SET_TOPOLOGY_MINIMUM
|
|
"A replication set needs at least two members."
|
|
IDS_MSG_DFS_INTRO "By using Distributed File System (DFS), you can organize multiple shared folders, or targets, into a logical namespace of roots and links. You can also use DFS to control how File Replication service replicates files between those targets.\n\nTo show an existing DFS root, click Action, and then click Show Root. To create a DFS root, click Action, and then click New Root."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MMC_HELP_FILE_PATH "\\Help\\DF.chm"
|
|
IDS_LINKED_HELP_FILE_PATH "\\Help\\DFConcepts.chm"
|
|
IDS_MMC_HELP_FILE_TOPIC "DFConcepts.chm::/sag_DFtopnode.htm"
|
|
IDS_INVALID_LINKNAME "The link name should take the form ""path\\path\\path""."
|
|
IDS_MSG_FRS_NOTALLOWED_ON_SAME_SERVER
|
|
"A share on server %1 is already enabled. File replication is not allowed between shares on the same computer."
|
|
IDS_MSG_WIZ_DELETE_FAILURE_RETRY
|
|
"The following error occurred during deleting the DFS root on %1.\nDo you want to forcibly remove the DFS root?\n"
|
|
IDS_NOT_UNC_PATH """%1"" is not a valid UNC path."
|
|
IDS_NETPATH_ADD_ANYWAY "The following error occurred while contacting ""%1"". Do you want to add it anyway?\n"
|
|
IDS_NON_DNSNAME_ADD_ANYWAY
|
|
"The computer name in ""%1"" does not appear to be a Dns name. It may not be accessible by all DFS clients. Do you want to add it anyway?\n\n"
|
|
IDS_PATH_NOT_FOLDER "The path %1 is not pointing to a folder. Please specify a valid folder path."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_INVALID_FOLDER "The folder must be local to the computer, and its path must be in the following form: ""X:\\path\\path\\path""."
|
|
IDS_FAILED_TO_VALIDATE_FOLDER
|
|
"The following error occurred while validating the folder path %1:\n"
|
|
IDS_CREATE_FOLDER "The folder %1 does not exist on server %2. Do you want to create it?\n"
|
|
IDS_FAILED_TO_CREATE_FOLDER
|
|
"The following error occurred while creating folder %1 on server %2:\n"
|
|
IDS_FAILED_TO_CREATE_DFSROOT
|
|
"The following error occurred while creating DFS root on server %1:\n"
|
|
IDS_FAILED_TO_GETINFO_FOLDER
|
|
"The following error occurred while retrieving information on the folder path %1:\n"
|
|
IDS_DOMAIN_DFSROOTS_LABEL "Domain DFS roots"
|
|
IDS_ALL_DFSROOTS_LABEL "All DFS host servers"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_DFSROOT_DISPLAY_STRING "%1 (Filtered)"
|
|
IDS_DFSROOT_NOT_EXIST "The specified DFS root does not exist."
|
|
IDS_FILTERDFSLINKS_BEGINWITH "Starts with"
|
|
IDS_FILTERDFSLINKS_CONTAIN "Contains"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_FRSPROP_RING "Ring"
|
|
IDS_FRSPROP_HUBSPOKE "Hub and spoke"
|
|
IDS_FRSPROP_FULLMESH "Full mesh"
|
|
IDS_FRSPROP_CUSTOM "Custom"
|
|
IDS_FRS_CUSTOP_COL_ENABLE "Enable"
|
|
IDS_FRS_CUSTOP_COL_FROMSERVER "From Server"
|
|
IDS_FRS_CUSTOP_COL_TOSERVER "To Server"
|
|
IDS_FRS_CUSTOP_COL_FROMSITE "From Site"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_FRS_CUSTOP_COL_TOSITE "To Site"
|
|
IDS_FRS_CUSTOP_NOSELECTION "Please select a connection."
|
|
IDS_FRS_NEWCONN_COL_FROMSERVER "From Server"
|
|
IDS_FRS_NEWCONN_COL_FROMSITE "From Site"
|
|
IDS_FRS_NEWCONN_COL_TOSERVER "To Server"
|
|
IDS_FRS_NEWCONN_COL_TOSITE "To Site"
|
|
IDS_FRS_NEWCONN_NOSELECTION "Please select from server and to server."
|
|
IDS_FAILED_TO_PUBLISH_DFSROOT_BADUSER
|
|
"The owner on the Publish tab is not valid. Please verify the name, and try again."
|
|
IDS_FAILED_TO_PUBLISH_DFSROOT
|
|
"The following error occurred while saving the publish information of the root %1 in Active Directory:\n"
|
|
IDS_FAILED_TO_PUBLISH_NOROOTOBJ
|
|
"The DFS root object is not yet in Active Directory. Please publish the root later."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_NEWFRSWIZ_CUSTOM_MSG
|
|
"Replication cannot start until you create connections between targets. To define custom connections, right-click the root or link, click Properties, click the Replication tab, and then click Customize."
|
|
IDS_NEWFRSWIZ_CUSTOM "Custom (build connections on my own later)"
|
|
IDS_NEWFRSWIZ_NOSELECTION "Please select the initial master."
|
|
IDS_NEWFRSWIZ_FAILURE "The following error occurred while creating the replication set:\n"
|
|
IDS_MSG_CANNOT_DELETE_HUBMEMBER
|
|
"The replication topology is Hub and Spoke. You cannot delete the current hub that is necessary for replication. You must change the hub before this action."
|
|
IDS_MSG_ERROR_ALLOWFRSMEMBERDELETION
|
|
"The following error occurred while checking if replication of the target can be stopped. If you continue, you might leave the replication set in a wrong state. To continue, click Ok. To stop the operation, click Cancel.\n\n"
|
|
IDS_MSG_ADDMEMBER_TO_CUSTOM
|
|
"The replication topology is Custom. To make replication happen between this target and others in the replication set, you need to open the property page to add connections for this target."
|
|
IDS_MSG_NEWFRS_NOW "The target cannot be replicated until replication is configured. Do you want to configure it now?"
|
|
IDS_MSG_ADDFRSMEMBER_FAILED
|
|
"The following error occurred while adding %1 to replication set:\n"
|
|
IDS_MSG_ADDFRSMEMBER_FAILED_EX
|
|
"Cannot add %1 to replication set due to the following reason: \n%2"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_DFSWIZ_TEXT_FTDFS "Domain:\t\t%1\nHost server:\t%2\nShare name:\t%3\nRoot name:\t%4"
|
|
IDS_DFSWIZ_TEXT_SADFS "Host server:\t%1\nShare name:\t%2\nRoot name:\t%3"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_SCHEDULE "Schedule"
|
|
IDS_MSG_TARGETS_ONSAMECOMPUTER
|
|
"You have more than one target on the same computer. Only one of them will be selected to join the replication. Do you want to continue?"
|
|
IDS_MSG_TARGETS_ONSAMECOMPUTER_1
|
|
"A folder on the computer named ""%1"" has already joined replication. You cannot add a second folder to the same replication set."
|
|
IDS_REPPAGE_ERROR "You cannot see the Replication tab due to the following error:\n"
|
|
IDS_PUBLISHPAGE_ERROR "You cannot see the Publish tab due to the following error:\n"
|
|
IDS_MSG_ERROR_BADFRSMEMBERDELETION
|
|
"The following error occurred while retrieving the replication status of %1. If it corresponds to %2 on %3, you can click Yes to disable its replication, or click No to ignore, or click Cancel to quit the operation? \n"
|
|
IDS_PROPERTYPAGE_NOTCLOSED
|
|
"You must close all open property sheets, and then try again."
|
|
IDS_STOP_MANAGING_ROOT "The following error occurred. The root cannot be managed at this time. It will be removed from the console.\n"
|
|
IDS_PUBPAGE_ERRMSG "The following error occurred while retrieving the root publish information from Active Directory:\n"
|
|
IDS_PUBPAGE_ERRMSG_64 "The root name exceeds 64 characters. The root cannot be published in Active Directory."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_INVALID_ROOT "The associated root is not available or has already been deleted by others."
|
|
IDS_INVALID_LINK "The associated link is not available or has already been deleted by others."
|
|
IDS_INVALID_TARGET "The target is not available or has already been deleted by others."
|
|
IDS_SMB_PROVIDER "Microsoft Windows Network"
|
|
IDS_MROOTS_TEXT "There are multiple roots hosted on ""%1"". Select the roots you want to display."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_ROOTSHARE_NOGOOD
|
|
"The root share %1 on the selected server is not eligible to host the DFS root."
|
|
IDS_MSG_ROOTSHARE_NOTNTFS5
|
|
"The root share %1 on the selected server has to be on a volume that supports reparse points."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_MSG_WIZ_ALREADY_ROOTTARGET "This server already hosts this DFS root."
|
|
IDS_BROWSE_FOLDER "Pick a folder you would like to share."
|
|
IDS_CANNOT_BROWSE_FOLDER
|
|
"The following error occurred while browsing folders on computer %1.\n"
|
|
IDS_STAGING_LIE_UNDER_ROOTPATH
|
|
"The staging folder cannot be a subfolder anywhere underneath the replication folder."
|
|
IDS_STAGING_NOT_NTFS "The staging folder must be on a volume formatted with the NTFS 5.0 file system."
|
|
IDS_STAGING_NO_VOLUME_INFO
|
|
"Failed to determine if the staging folder is on a volume formatted with the NTFS 5.0 file system. Do you want to continue?"
|
|
IDS_BROWSE_STAGING_FOLDER "Pick the staging folder you would like to use."
|
|
IDS_RESULT_COLUMN_DFSREFERRAL "DFS Referral"
|
|
IDS_RESULT_COLUMN_STATUS "Status"
|
|
IDS_BROWSE_FOLDER_INVALID "The folder you picked is not valid."
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_FRS_ADVANCED_PRIORITY_HIGH "High"
|
|
IDS_FRS_ADVANCED_PRIORITY_MEDIUM "Medium"
|
|
IDS_FRS_ADVANCED_PRIORITY_LOW "Low"
|
|
IDS_FRS_ADVANCED_PRIORITY_HIGH_DESC
|
|
"All high priority inbound connections must complete successfully before any lower priority synchronizations are attempted."
|
|
IDS_FRS_ADVANCED_PRIORITY_MEDIUM_DESC
|
|
"At least one medium priority connection must synchronize successfully before any lower priority synchronizations are attempted."
|
|
IDS_FRS_ADVANCED_PRIORITY_LOW_DESC
|
|
"Only one synchronization is attempted for each low priority connection. If the attempt fails, the connection will synchronize based on the schedule."
|
|
IDS_FRS_ADVANCED_COL_SYNC "Override Schedule"
|
|
IDS_FRS_ADVANCED_COL_FROMSERVER "From Server"
|
|
IDS_FRS_ADVANCED_COL_SITE "Site"
|
|
IDS_FRS_ADVANCED_COL_PRIORITY "Priority"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_TARGET_STATUS_OK "Online"
|
|
IDS_TARGET_STATUS_UNREACHABLE "Offline"
|
|
IDS_TARGET_STATUS_UNKNOWN "-"
|
|
END
|
|
|
|
#endif // English (U.S.) resources
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
|
|
|
|
|
|
#ifndef APSTUDIO_INVOKED
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
//
|
|
// Generated from the TEXTINCLUDE 3 resource.
|
|
//
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
#endif // not APSTUDIO_INVOKED
|
|
|