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.
|
|
/*: @*: This file is organized into two main blocks. The first block contains @*: code (non-string) sections which are specific to languages. Please put @*: the code sections in the correct language. @*: The second block is reserved for [Strings] which localizers will be @*: working with. It is further divided using "#if LANGUAGE ==" for language @*: specific strings. For strings which are common to all languages @*: place outside the #ifs. @*: @*: This file is first precompiled with LANGUAGE_ID @*: set to the language (see inf\win4\inf\makefile.inc for details). @*: For example, for usa builds, the sections under #if LANGUAGE == 0x409 @*: will appear. @*: @*: Important: To support locstudio, this file contains only ONE [Strings] section. @*: @*/
#if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412 // This section is for non-FE (chs,cht,jpn,kor) builds. So english, german, ... #elif LANGUAGE_ID == 0x804 //CHS specific sections #elif LANGUAGE_ID == 0x404 //CHT specific sections #elif LANGUAGE_ID == 0x411 //JPN specific sections #elif LANGUAGE_ID == 0x412 //KOR specific sections #endif
// String section below for localizers
[Strings] Dot4Scan_Name ="Scan Class Driver for IEEE-1284.4" HP ="Hewlett-Packard" Msft = "Microsoft" INF_Provider="Hewlett-Packard" Desc_Val="Description" D4Scan="1284.4 Compatible Scanner" ScanButton="Scan Button"
;;;;;;;;;;;;;;;; OJ_1150_Scan = "Hewlett-Packard OfficeJet 1150C Scanner" OJ_1170_Scan = "Hewlett-Packard OfficeJet 1170C Series Scanner" OJ_R40_Scan = "Hewlett-Packard OfficeJet R40 Scanner" OJ_R40xi_Scan = "Hewlett-Packard OfficeJet R40xi Scanner" OJ_R45_Scan = "Hewlett-Packard OfficeJet R45 Scanner" OJ_R60_Scan = "Hewlett-Packard OfficeJet R60 Scanner" OJ_R65_Scan = "Hewlett-Packard OfficeJet R65 Scanner" OJ_R80_Scan = "Hewlett-Packard OfficeJet R80 Scanner" OJ_R80xi_Scan = "Hewlett-Packard OfficeJet R80xi Scanner" OJ_PSC_Scan = "Hewlett-Packard PSC 500 Scanner" OJ_G55_Scan = "Hewlett-Packard OfficeJet G55 Scanner" OJ_G55xi_Scan = "Hewlett-Packard OfficeJet G55xi Scanner" OJ_G85_Scan = "Hewlett-Packard OfficeJet G85 Scanner" OJ_G85xi_Scan = "Hewlett-Packard OfficeJet G85xi Scanner" OJ_G95_Scan = "Hewlett-Packard OfficeJet G95 Scanner" OJ_K60_Scan = "Hewlett-Packard OfficeJet K60 Scanner" OJ_K60xi_Scan = "Hewlett-Packard OfficeJet K60xi Scanner" OJ_K80_Scan = "Hewlett-Packard OfficeJet K80 Scanner" OJ_K80xi_Scan = "Hewlett-Packard OfficeJet K80xi Scanner" OJ_V30_Scan = "Hewlett-Packard OfficeJet V30 Scanner" OJ_V40_Scan = "Hewlett-Packard OfficeJet V40 Scanner" OJ_V40xi_Scan = "Hewlett-Packard OfficeJet V40xi Scanner" OJ_V45_Scan = "Hewlett-Packard OfficeJet V45 Scanner" OJ_V60_Scan = "Hewlett-Packard OfficeJet V60 Scanner" OJ_V60xi_Scan = "Hewlett-Packard OfficeJet V60xi Scanner" OJ_720_Scan = "Hewlett-Packard PSC 720 Scanner" OJ_750_Scan = "Hewlett-Packard PSC 750 Scanner" OJ_750xi_Scan = "Hewlett-Packard PSC 750xi Scanner" OJ_780_Scan = "Hewlett-Packard PSC 780 Scanner" OJ_780xi_Scan = "Hewlett-Packard PSC 780xi Scanner" OJ_920_Scan = "Hewlett-Packard PSC 920 Scanner" OJ_950_Scan = "Hewlett-Packard PSC 950 Scanner"
;; ;; ATTENTION :: This name should match exactly to product name in resource file ;; for data source ;; TwainDS="HP All-in-One Source" HPSourceName="HP All-in-One Source"
|