59 lines
1.9 KiB
Plaintext
59 lines
1.9 KiB
Plaintext
/************************************************************************
|
|
|
|
Copyright (c) 2000 - 2000 Microsoft Corporation
|
|
|
|
Module Name :
|
|
|
|
drizzle.rc
|
|
|
|
Abstract :
|
|
|
|
Version file for drizzle.
|
|
|
|
Author :
|
|
|
|
Revision History :
|
|
|
|
***********************************************************************/
|
|
|
|
|
|
#include <windows.h>
|
|
#include <bitsverp.h>
|
|
|
|
|
|
#define VER_FILETYPE VFT_DLL
|
|
#define VER_FILESUBTYPE VFT2_UNKNOWN
|
|
#define VER_FILEDESCRIPTION_STR "Background Intelligent Transfer Service"
|
|
#define VER_INTERNALNAME_STR "qmgr.dll"
|
|
|
|
#include "common.ver"
|
|
#include "resource.h"
|
|
|
|
|
|
/////////////////////////////////////////////////////////////////////////////
|
|
// 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
|
|
|
|
STRINGTABLE DISCARDABLE
|
|
BEGIN
|
|
IDS_SERVICE_NAME "Background Intelligent Transfer Service"
|
|
IDS_SERVICE_DESCRIPTION "Uses idle network bandwidth to transfer data."
|
|
IDS_LOGON_SUB_NAME "Background Intelligent Transfer Service logon subscription"
|
|
IDS_LOGON_SUB_DESCRIPTION "used by the Background Intelligent Transfer Service"
|
|
IDS_LOGOFF_SUB_NAME "Background Intelligent Transfer Service logoff subscription"
|
|
IDS_LOGOFF_SUB_DESCRIPTION "used by the Background Intelligent Transfer Service"
|
|
IDS_DISCONNECT_SUB_NAME "Background Intelligent Transfer Service disconnect subscription"
|
|
IDS_DISCONNECT_SUB_DESCRIPTION "used by the Background Intelligent Transfer Service"
|
|
IDS_RECONNECT_SUB_NAME "Background Intelligent Transfer Service reconnect subscription"
|
|
IDS_RECONNECT_SUB_DESCRIPTION "used by the Background Intelligent Transfer Service"
|
|
END
|
|
|
|
#include <bitsmsg.rc>
|
|
|
|
#endif // ENGLISH
|