Leaked source code of windows server 2003
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.

54 lines
1.4 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 "msg.rc"
  13. STRINGTABLE DISCARDABLE
  14. BEGIN
  15. IDS_PRODUCTID "Microsoft Printing"
  16. IDS_TITLE "Printing Migration"
  17. IDS_PRINTER_CANT_MIGRATE """Printer %s can't be migrated to Windows XP"""
  18. IDS_DRIVERS_UPGRADE_FAILED "Printer drivers could not be upgraded. %s\r\n"
  19. IDS_DRIVER_UPGRADE_FAILED "Printer driver %s could not be upgraded. %s\r\n"
  20. IDS_ADDDRIVER_FAILED "Printer driver %s could not be added. %s\r\n"
  21. IDS_ADDMONITOR_FAILED "Print monitor %s could not be added. %s\r\n"
  22. IDS_ICM_FAILED "ICM profile %ws could not be upgraded\r\n"
  23. IDS_DEFAULT_PRINTER_FAILED "DefaultPrinter (%s) could not be set for %s. %s\r\n"
  24. IDS_ADDPRINTER_FAILED "Printer %s could not be added. %s\r\n"
  25. END
  26. /********************************************************************
  27. Version stamp
  28. ********************************************************************/
  29. #include <ntverp.h>
  30. #define VER_FILETYPE VFT_DLL
  31. #define VER_FILESUBTYPE VFT2_UNKNOWN
  32. #define VER_FILEDESCRIPTION_STR "Migrate win95 printing"
  33. #define VER_INTERNALNAME_STR "migprint.dll"
  34. #define VER_ORIGINALFILENAME_STR "migprint"
  35. #include "common.ver"