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.
|
|
/*: @*: 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]
#if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412 #elif LANGUAGE_ID == 0x804 #elif LANGUAGE_ID == 0x404 #elif LANGUAGE_ID == 0x411 #elif LANGUAGE_ID == 0x412 #endif
Msft="Microsoft" Mfg="EPSON"
ScanButton = "Start Button" ScanButton2 = "Copy Button" ScanButton3 = "Scan Button"
GT-5000.DeviceDesc = "EPSON GT-5000" GT-5500.DeviceDesc = "EPSON GT-5500" GT-8500.DeviceDesc = "EPSON GT-8500" GT-7000.DeviceDesc = "EPSON GT-7000" ;GT-9500.DeviceDesc = "EPSON GT-9500" GT-10000.DeviceDesc = "EPSON GT-10000" GT-30000.DeviceDesc = "EPSON GT-30000"
EXP636.DeviceDesc = "EPSON Expression636" EXP800.DeviceDesc = "EPSON Expression800" EXP836XL.DeviceDesc = "EPSON Expression836XL" EXP1600.DeviceDesc = "EPSON Expression1600" EXP1640XL.DeviceDesc= "EPSON Expression1640XL" EXP1680.DeviceDesc = "EPSON Expression1680"
PER610.DeviceDesc = "EPSON Perfection610" PER636.DeviceDesc = "EPSON Perfection636" PER640.DeviceDesc = "EPSON Perfection640" PER1200.DeviceDesc = "EPSON Perfection1200" PER1240.DeviceDesc = "EPSON Perfection1240" PER1640.DeviceDesc = "EPSON Perfection1640"
TwainDS_GT_5000 = "WIA-EPSON GT-5000" TwainDS_GT_5500 = "WIA-EPSON GT-5500" TwainDS_GT_8500 = "WIA-EPSON GT-8500" ;TwainDS_GT_9500 = "WIA-EPSON GT-9500" TwainDS_GT10000 = "WIA-EPSON GT-10000" TwainDS_GT30000 = "WIA-EPSON GT-30000"
TwainDS_EXP636 = "WIA-EPSON Expression636" TwainDS_EXP836XL = "WIA-EPSON Expression836XL" TwainDS_EXP800 = "WIA-EPSON Expression800" TwainDS_EXP1600 = "WIA-EPSON Expression1600" TwainDS_EXP1640XL = "WIA-EPSON Expression1640XL"
TwainDS_PER610 = "WIA-EPSON Perfection610" TwainDS_PER636 = "WIA-EPSON Perfection636" TwainDS_PER640 = "WIA-EPSON Perfection640" TwainDS_PER1200 = "WIA-EPSON Perfection1200" TwainDS_PER1240 = "WIA-EPSON Perfection1240" TwainDS_PER1640 = "WIA-EPSON Perfection1640" TwainDS_EXP1680 = "WIA-EPSON Expression1680"
|