mirror of https://github.com/tongzx/nt5src
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.
149 lines
4.3 KiB
149 lines
4.3 KiB
//+-------------------------------------------------------------------------
|
|
//
|
|
// Microsoft Windows
|
|
//
|
|
// Copyright (C) Microsoft Corporation, 1999 - 2001
|
|
//
|
|
// File: res.rc
|
|
//
|
|
//--------------------------------------------------------------------------
|
|
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "NETDOM5"
|
|
#define VER_INTERNALNAME_STR "NETDOM.EXE"
|
|
|
|
#include "common.ver"
|
|
#include "netdom5.rc"
|
|
#include "netdom5.h"
|
|
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
//
|
|
// Primary operation commands
|
|
//
|
|
MSG_TAG_HELP "HELP"
|
|
MSG_TAG_HELPSHORT "H"
|
|
MSG_TAG_QHELP "?"
|
|
MSG_TAG_ADD "ADD"
|
|
MSG_TAG_COMPNAME "COMPUTERNAME"
|
|
MSG_TAG_JOIN "JOIN"
|
|
MSG_TAG_MOVE "MOVE"
|
|
MSG_TAG_QUERY "QUERY"
|
|
MSG_TAG_REMOVE "REMOVE"
|
|
MSG_TAG_RENAME "RENAME"
|
|
MSG_TAG_RENAMECOMPUTER "RENAMECOMPUTER"
|
|
MSG_TAG_RESET "RESET"
|
|
MSG_TAG_RESETPWD "RESETPWD"
|
|
MSG_TAG_TRUST "TRUST" // also is a query sub-command
|
|
MSG_TAG_VERIFY "VERIFY"
|
|
MSG_TAG_TIME "TIME"
|
|
//
|
|
// Common switches
|
|
//
|
|
MSG_TAG_USERO "UserO"
|
|
MSG_TAG_USERO_SHORT "UO"
|
|
MSG_TAG_PO "PasswordO"
|
|
MSG_TAG_PO_SHORT "PO"
|
|
MSG_TAG_USERD "UserD"
|
|
MSG_TAG_USERD_SHORT "UD"
|
|
MSG_TAG_PD "PasswordD"
|
|
MSG_TAG_PD_SHORT "PD"
|
|
MSG_TAG_DOMAIN "Domain"
|
|
MSG_TAG_DOMAIN_SHORT "D"
|
|
MSG_TAG_OU "OU"
|
|
MSG_TAG_TVERIFY "Verify"
|
|
MSG_TAG_TVERIFY_SHORT "V"
|
|
MSG_TAG_VERBOSE "VERBOSE"
|
|
MSG_TAG_SERVER "Server"
|
|
MSG_TAG_SERVER_SHORT "S"
|
|
MSG_TAG_TRESET "Reset"
|
|
MSG_TAG_TRESET_SHORT "Rese"
|
|
MSG_TAG_RESTART "Reboot"
|
|
MSG_TAG_RESTART_SHORT "Reb"
|
|
MSG_TAG_FORCE "Force"
|
|
//
|
|
// Help switch
|
|
//
|
|
MSG_TAG_SYNTAX "SYNTAX"
|
|
//
|
|
// Add switch
|
|
//
|
|
MSG_TAG_ADD_DC "DC"
|
|
//
|
|
// Move switches
|
|
//
|
|
MSG_TAG_USERF "UserF"
|
|
MSG_TAG_USERF_SHORT "UF"
|
|
MSG_TAG_PF "PasswordF"
|
|
MSG_TAG_PF_SHORT "PF"
|
|
//
|
|
// Query switches
|
|
//
|
|
MSG_TAG_QUERY_PDC "PDC"
|
|
MSG_TAG_QUERY_SERVER "SERVER"
|
|
MSG_TAG_QUERY_WKSTA "WORKSTATION"
|
|
MSG_TAG_QUERY_DC "DC"
|
|
MSG_TAG_QUERY_OU "OU"
|
|
MSG_TAG_QUERY_FSMO "FSMO"
|
|
MSG_TAG_QUERY_TRUST "TRUST"
|
|
MSG_TAG_DIRECT "Direct"
|
|
MSG_TAG_DIRECT_SHORT "Di"
|
|
//
|
|
// Rename Computer switch
|
|
//
|
|
MSG_TAG_NEW_NAME "NewName"
|
|
//
|
|
// Trust switches
|
|
//
|
|
MSG_TAG_REALM "Realm"
|
|
MSG_TAG_REALM_SHORT "Rea"
|
|
MSG_TAG_PT "PasswordT"
|
|
MSG_TAG_PT_SHORT "PT"
|
|
MSG_TAG_TADD "Add" // also used by ComputerName
|
|
MSG_TAG_TADD_SHORT "A"
|
|
MSG_TAG_TREMOVE "Remove" // also used by ComputerName
|
|
MSG_TAG_TREMOVE_SHORT "Rem"
|
|
MSG_TAG_TWOWAY "TwoWay"
|
|
MSG_TAG_TWOWAY_SHORT "T"
|
|
MSG_TAG_KERBEROS "Kerberos"
|
|
MSG_TAG_KERBEROS_SHORT "K"
|
|
MSG_TAG_TRANSITIVE "Transitive"
|
|
MSG_TAG_TRANSITIVE_SHORT "Trans"
|
|
MSG_TAG_ONESIDE "OneSide"
|
|
MSG_TAG_ONESIDE_SHORT "OS"
|
|
MSG_TAG_NAMESUFFIXES "NameSuffixes"
|
|
MSG_TAG_NAMESUFFIX_SHORT "NS"
|
|
MSG_TAG_TOGGLESUFFIX "ToggleSuffix"
|
|
MSG_TAG_TOGGLESUFFIX_SHORT "TS"
|
|
MSG_TAG_FILTER_SIDS "FilterSIDs"
|
|
//
|
|
// ComputerName switches
|
|
//
|
|
MSG_TAG_MAKEPRIMARY "MakePrimary"
|
|
MSG_TAG_MAKEPRIMARY_SHORT "MP"
|
|
MSG_TAG_ENUM "Enumerate"
|
|
MSG_TAG_ENUM_SHORT "Enum"
|
|
//
|
|
// ComputerName enum args
|
|
//
|
|
IDS_ENUM_ALT "AlternateNames"
|
|
IDS_ENUM_PRI "PrimaryName"
|
|
IDS_ENUM_ALL "AllNames"
|
|
|
|
//MSG_TAG_FLUSH "Flush"
|
|
//MSG_TAG_FLUSH_SHORT "F"
|
|
|
|
IDS_PROMPT_DEL_TRUST "Are you sure you want to delete the trust to child domain %s?"
|
|
IDS_PROMPT_TITLE "NetDom"
|
|
IDS_PROMPT_PROCEED "Do you want to proceed (Y or N)?"
|
|
IDS_ONESIDE_TRUSTED "trusted"
|
|
IDS_ONESIDE_TRUSTING "trusting"
|
|
IDS_YES "yes"
|
|
IDS_NO "no"
|
|
IDS_PARSE_ERROR_SWITCH_NOTDEFINED "Required switch/parameter %1 is not specified"
|
|
END
|