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.
134 lines
4.2 KiB
134 lines
4.2 KiB
// Copyright (c) 1998-1999 Microsoft Corporation
|
|
/*******************************************************************************
|
|
*
|
|
* utildll.rc
|
|
*
|
|
* UTILDLL resource file (non-AppStudio editable)
|
|
*
|
|
*
|
|
*******************************************************************************/
|
|
|
|
#include "resource.h"
|
|
|
|
/* these resources are used by utilsub.lib. */
|
|
#include "..\utilsub\utilsub.rc"
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_ALL_LAN_ADAPTERS "All network adapters configured with this protocol"
|
|
IDS_NO_ADDITIONAL_ERROR_INFO "(no additional error information)"
|
|
IDS_NO_ERROR_TEXT_AVAILABLE "(no error text available)"
|
|
IDS_STANDARD_ERROR_FORMAT "\n(Error %ld - %s)"
|
|
IDS_ERROR " ERROR"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDP_ERROR_REGLANA "NetBIOS Lana %ld (Can't query name: Error %ld)"
|
|
IDP_ERROR_REGNETCARD "Lan Adapter %ld (Can't query name: Error %ld)"
|
|
END
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_CONSOLE "Console"
|
|
IDS_NETWORK "Network"
|
|
IDS_ASYNC "Async"
|
|
IDS_FRAME "Frame"
|
|
IDS_RELIABLE "Reliable Connection"
|
|
IDS_COMPRESSION "Data Compression"
|
|
IDS_ENCRYPTION "Data Encryption"
|
|
IDS_TELNET "Telnet"
|
|
IDS_UNKNOWN_PROTOCOL "Unknown Protocol Class"
|
|
IDS_DOMAIN_ADMINS "Domain Admins"
|
|
END
|
|
|
|
|
|
/* Note: The short version of the following strings may be the same
|
|
* as the long version. (i.e. "active"). However, there are two
|
|
* string resources in case the long version of a string is not
|
|
* short in a language other than English
|
|
*/
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_ACTIVE "Active"
|
|
IDS_SHORT_ACTIVE "Active"
|
|
IDS_CONNECTED "Connected"
|
|
IDS_SHORT_CONNECTED "Conn"
|
|
IDS_CONNECT_QUERY "ConnectQuery"
|
|
IDS_SHORT_CONNECT_QUERY "ConnQ"
|
|
IDS_SHADOW "RemoteControl"
|
|
IDS_SHORT_SHADOW "RCtrl"
|
|
IDS_DISCONNECTED "Disconnected"
|
|
IDS_SHORT_DISCONNECTED "Disc"
|
|
IDS_IDLE "Idle"
|
|
IDS_SHORT_IDLE "Idle"
|
|
IDS_RESET "Reset"
|
|
IDS_SHORT_RESET "Reset"
|
|
IDS_DOWN "Down"
|
|
IDS_SHORT_DOWN "Down"
|
|
IDS_INIT "Init"
|
|
IDS_SHORT_INIT "Init"
|
|
IDS_LISTEN "Listen"
|
|
IDS_SHORT_LISTEN "Listen"
|
|
IDS_ASYNC_CONNECT_CTS "cts"
|
|
IDS_ASYNC_CONNECT_DTR "dsr"
|
|
IDS_ASYNC_CONNECT_RI "ri"
|
|
IDS_ASYNC_CONNECT_DCD "dcd"
|
|
IDS_ASYNC_CONNECT_FIRSTCHAR "first char"
|
|
IDS_ASYNC_CONNECT_PERM "perm"
|
|
IDS_UNKNOWN "Unknown"
|
|
END
|
|
|
|
/* Note: The following are technical terms and may not need
|
|
* to be translated
|
|
*/
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_INITED "inited"
|
|
IDS_READY "ready"
|
|
IDS_RUN "run"
|
|
IDS_STANDBY "standby"
|
|
IDS_TERMINATE "terminate"
|
|
IDS_WAIT "wait"
|
|
IDS_TRANSIT "transit"
|
|
IDS_STATE_DASHES "-----"
|
|
IDS_EXECUTIVE "exec"
|
|
IDS_FREE_PAGE "freepage"
|
|
IDS_PAGE_IN "pagein"
|
|
IDS_POOL_ALLOC "poolalloc"
|
|
IDS_DELAY_EXECUTION "delayexec"
|
|
IDS_SUSPENDED "sspd"
|
|
IDS_USER_REQUEST "userreq"
|
|
IDS_EVENT_PAIR_HIGH "eventprhi"
|
|
IDS_EVENT_PAIR_LOW "eventprlw"
|
|
IDS_LPC_RECEIVE "lpcrecv"
|
|
IDS_LPC_REPLY "lpcreply"
|
|
IDS_VIRTUAL_MEMORY "virtmem"
|
|
IDS_PAGE_OUT "pageout"
|
|
IDS_WAIT1 "wait1"
|
|
IDS_WAIT2 "wait2"
|
|
IDS_WAIT3 "wait3"
|
|
IDS_WAIT4 "wait4"
|
|
IDS_WAIT5 "wait5"
|
|
IDS_WAIT6 "wait6"
|
|
IDS_WAIT7 "wait7"
|
|
IDS_WAIT8 "wait8"
|
|
IDS_WAIT9 "wait9"
|
|
IDS_WAIT10 "wait10"
|
|
END
|
|
|
|
/*
|
|
* Version resource
|
|
*/
|
|
#include <windows.h>
|
|
#include <ntverp.h>
|
|
|
|
#define VER_FILETYPE VFT_APP
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "WinStation utility support DLL"
|
|
#define VER_INTERNALNAME_STR "utildll"
|
|
#define VER_ORIGINALFILENAME_STR "utildll.dll"
|
|
|
|
#include <verall.h>
|
|
#include "common.ver"
|
|
|