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.
 
 
 
 
 
 

53 lines
1.9 KiB

// STRINGS.RC
//
// Strings that are used strictly within the mindriver (mainly for
// conversion of old driver settings)
//
#include "strings.h"
STRINGTABLE
BEGIN
IDS_OLD_5E_DRIVERNAME "HPPCL5E"
IDS_OLD_5A_DRIVERNAME "HPPCL5A"
IDS_OLDMEMORY "prtindex"
IDS_OLDPAPERSIZE "paper"
IDS_OLDPAPERSOURCE "tray"
IDS_OLD_5A_RESOLUTION "prtresfac"
IDS_OLD_5E_RESOLUTION "printerres"
IDS_OLDORIENTATION "orient"
IDS_OLDPAGEPROTECT "pgprotect"
IDS_OLDGRAYSCALE "grayscale"
IDS_OLDBRIGHTNESS "brighten"
IDS_OLD_5E_HALFTONE "drvdither"
IDS_OLDTRUETYPE "ttraster"
IDS_OLDOUTPUT "outputbin"
IDS_OLDSEPARATION "joboffset"
IDS_NEWMEMORY "memory"
IDS_NEWPAPERSIZE "Paper Size"
IDS_NEWPAPERSOURCE "Default Source"
IDS_NEWRESOLUTION "Print Quality"
IDS_NEWYRESOLUTION "Y Resolution"
IDS_NEWORIENTATION "Orientation"
IDS_NEWPAGEPROTECT "Page Protection"
IDS_NEWBRUSH "Brush"
IDS_NEWINTENSITY "Intensity"
IDS_NEWTRUETYPE "TrueType Option"
IDS_NEWOUTPUT "Default Destination"
IDS_NEWSEPARATION "Job Separation"
IDS_CARTRIDGES "numcart"
IDS_OLDVECTORMODE "usehpgl"
IDS_NEWVECTORMODE "Vector"
IDS_CARTINDEX "cartindex"
IDS_CARTRIDGE "Cartridge "
IDS_CARTRIDGECOUNT "Number of Cartridges"
IDS_FONTSUMMARY "FontSummary"
IDS_SOFTFONTS "SoftFonts"
IDS_SOFTFONTFORMAT "SoftFont%u"
IDS_SOFTFONTTEST "SoftFont"
IDS_SOFTFONTWARNING "If soft fonts and/or external font catridges are installed for the printer, you need to copy them to the new port via the Fonts button, found on the fonts page of the printers properties."
END