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

/*++
Copyright (c) 1997 Microsoft Corporation
All rights reserved.
Module Name:
Migprint.rc
Abstract:
Migprint strings
Revision History:
--*/
#include <windows.h>
#include "local.h"
#include "msg.rc"
STRINGTABLE DISCARDABLE
BEGIN
IDS_PRODUCTID "Microsoft Printing"
IDS_TITLE "Printing Migration"
IDS_PRINTER_CANT_MIGRATE """Printer %s can't be migrated to Windows XP"""
IDS_DRIVERS_UPGRADE_FAILED "Printer drivers could not be upgraded. %s\r\n"
IDS_DRIVER_UPGRADE_FAILED "Printer driver %s could not be upgraded. %s\r\n"
IDS_ADDDRIVER_FAILED "Printer driver %s could not be added. %s\r\n"
IDS_ADDMONITOR_FAILED "Print monitor %s could not be added. %s\r\n"
IDS_ICM_FAILED "ICM profile %ws could not be upgraded\r\n"
IDS_DEFAULT_PRINTER_FAILED "DefaultPrinter (%s) could not be set for %s. %s\r\n"
IDS_ADDPRINTER_FAILED "Printer %s could not be added. %s\r\n"
END
/********************************************************************
Version stamp
********************************************************************/
#include <ntverp.h>
#define VER_FILETYPE VFT_DLL
#define VER_FILESUBTYPE VFT2_UNKNOWN
#define VER_FILEDESCRIPTION_STR "Migrate win95 printing"
#define VER_INTERNALNAME_STR "migprint.dll"
#define VER_ORIGINALFILENAME_STR "migprint"
#include "common.ver"