mirror of https://github.com/lianthony/NT4.0
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.
24 lines
862 B
24 lines
862 B
/**********************************************************************/
|
|
/** Microsoft Windows NT **/
|
|
/** Copyright(c) Microsoft Corp., 1992 **/
|
|
/**********************************************************************/
|
|
|
|
/*
|
|
auditdlg.str
|
|
Audit dialog string resources
|
|
|
|
FILE HISTORY:
|
|
Yi-HsinS 23-Mar-1991 Created
|
|
|
|
*/
|
|
|
|
STRINGTABLE
|
|
BEGIN
|
|
IDS_AUDIT_LOGON, "&Logon and Logoff"
|
|
IDS_AUDIT_OBJECT_ACCESS, "&File and Object Access"
|
|
IDS_AUDIT_PRIVILEGE_USE, "&Use of User Rights"
|
|
IDS_AUDIT_ACCOUNT_MANAGEMENT, "User and &Group Management"
|
|
IDS_AUDIT_POLICY_CHANGE, "&Security Policy Changes"
|
|
IDS_AUDIT_SYSTEM, "&Restart, Shutdown, and System"
|
|
IDS_AUDIT_DETAILED_TRACKING, "&Process Tracking"
|
|
END
|