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.

53 lines
1.2 KiB

  1. /*++
  2. Copyright (c) 1997 Microsoft Corporation
  3. All rights reserved.
  4. Module Name:
  5. Migprint.rc
  6. Abstract:
  7. Migprint strings
  8. Revision History:
  9. --*/
  10. #include <windows.h>
  11. #include "local.h"
  12. #include "resource.h"
  13. #include "msg.rc"
  14. STRINGTABLE DISCARDABLE
  15. BEGIN
  16. IDS_PRODUCTID "Microsoft WIA"
  17. IDS_TITLE "STI/WIA Migration"
  18. IDS_PRINTER_CANT_MIGRATE """Imaging device %s can't be migrated to Windows 2000"""
  19. IDS_DRIVERS_UPGRADE_FAILED "WIA drivers could not be upgraded. %s\r\n"
  20. IDS_DRIVER_UPGRADE_FAILED "WIA driver %s could not be upgraded. %s\r\n"
  21. IDS_ADDDRIVER_FAILED "WIA driver %s could not be added. %s\r\n"
  22. IDS_ICM_FAILED "ICM profile %ws could not be upgraded\r\n"
  23. IDS_ADDPRINTER_FAILED "%s could not be added. %s\r\n"
  24. END
  25. /********************************************************************
  26. Version stamp
  27. ********************************************************************/
  28. #include <ntverp.h>
  29. #define VER_FILETYPE VFT_DLL
  30. #define VER_FILESUBTYPE VFT2_UNKNOWN
  31. #define VER_FILEDESCRIPTION_STR "Migrate win9x STI/WIA"
  32. #define VER_INTERNALNAME_STR "migwia.dll"
  33. #define VER_ORIGINALFILENAME_STR "migwia"
  34. #include "common.ver"