Source code of Windows XP (NT5)
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.

58 lines
1.9 KiB

  1. /************************************************************************
  2. Copyright (c) 2000 - 2000 Microsoft Corporation
  3. Module Name :
  4. drizzle.rc
  5. Abstract :
  6. Version file for drizzle.
  7. Author :
  8. Revision History :
  9. ***********************************************************************/
  10. #include <windows.h>
  11. #include <bitsverp.h>
  12. #define VER_FILETYPE VFT_DLL
  13. #define VER_FILESUBTYPE VFT2_UNKNOWN
  14. #define VER_FILEDESCRIPTION_STR "Background Intelligent Transfer Service"
  15. #define VER_INTERNALNAME_STR "qmgr.dll"
  16. #include "common.ver"
  17. #include "resource.h"
  18. /////////////////////////////////////////////////////////////////////////////
  19. // English (U.S.) resources
  20. #if !defined(AFX_RESOURCE_DLL) || defined(AFX_TARG_ENU)
  21. #ifdef _WIN32
  22. LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
  23. #pragma code_page(1252)
  24. #endif //_WIN32
  25. STRINGTABLE DISCARDABLE
  26. BEGIN
  27. IDS_SERVICE_NAME "Background Intelligent Transfer Service"
  28. IDS_SERVICE_DESCRIPTION "Uses idle network bandwidth to transfer data."
  29. IDS_LOGON_SUB_NAME "Background Intelligent Transfer Service logon subscription"
  30. IDS_LOGON_SUB_DESCRIPTION "used by the Background Intelligent Transfer Service"
  31. IDS_LOGOFF_SUB_NAME "Background Intelligent Transfer Service logoff subscription"
  32. IDS_LOGOFF_SUB_DESCRIPTION "used by the Background Intelligent Transfer Service"
  33. IDS_DISCONNECT_SUB_NAME "Background Intelligent Transfer Service disconnect subscription"
  34. IDS_DISCONNECT_SUB_DESCRIPTION "used by the Background Intelligent Transfer Service"
  35. IDS_RECONNECT_SUB_NAME "Background Intelligent Transfer Service reconnect subscription"
  36. IDS_RECONNECT_SUB_DESCRIPTION "used by the Background Intelligent Transfer Service"
  37. END
  38. #include <bitsmsg.rc>
  39. #endif // ENGLISH