90 lines
3.5 KiB
Plaintext
90 lines
3.5 KiB
Plaintext
|
#if 0
|
|||
|
|
|||
|
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.
|
|||
|
|
|||
|
#endif
|
|||
|
|
|||
|
#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"
|
|||
|
SCSIClassName="SCSI- ja RAID-ohjaimet"
|
|||
|
|
|||
|
ADP = "Adaptec"
|
|||
|
aha154x.DeviceDesc = "Adaptec AHA-154X/AHA-164X SCSI Host Adapter (non-pnp)"
|
|||
|
sparrow.DeviceDesc = "Adaptec AHA-151X/AHA-152X or AIC-6260/AIC-6360 SCSI Host Adapter (non-pnp)"
|
|||
|
|
|||
|
COMPAQ = "Compaq"
|
|||
|
cpqarray.DeviceDesc = "Compaq Drive Array (non-pnp)"
|
|||
|
cpqfcalm.DeviceDesc = "Compaq Fibre-Channel Host Controller (non-pnp)"
|
|||
|
|
|||
|
MYLEX = "Mylex"
|
|||
|
dac960.DeviceDesc = "Mylex DAC960 Disk Array Controller (non-pnp)"
|
|||
|
|
|||
|
UNSUP = "UNSUP"
|
|||
|
buslogic.DeviceDesc = "BusLogic SCSI Host Adapter"
|
|||
|
*BUS0042.DeviceDesc = "BusLogic MultiMaster SCSI Host Adapter"
|
|||
|
PCI\VEN_104B&DEV_1040.DeviceDesc = "BusLogic MultiMaster PCI SCSI Host Adapter"
|
|||
|
flashpnt.DeviceDesc = "BusLogic FlashPoint PCI SCSI Host Adapter"
|
|||
|
fireport.DeviceDesc = "Diamond Multimedia Systems SCSI Host Adapter"
|
|||
|
cpqfws2e.DeviceDesc = "Compaq 32-Bit Fast-Wide SCSI-2/E Controller"
|
|||
|
fd16_700.DeviceDesc = "Adaptec AHA-2920 tai Future Domain 16XX/PCI/SCSI2Go SCSI is<69>nt<6E>sovitin"
|
|||
|
FD16ISA = "Future Domain TMC-1650/1660/1670/1680 SCSI Host Adapter"
|
|||
|
FD16MCA = "Future Domain MCS-600/700 SCSI Host Adapter"
|
|||
|
FD16PCMCIANEW = "Future Domain SCSI2Go PCMCIA SCSI Host Adapter"
|
|||
|
FD16PCI = "Future Domain PCI SCSI HOST Adapter"
|
|||
|
aha2920.DeviceDesc = "Adaptec AHA-2920 SCSI Host Adapter"
|
|||
|
ncrc710.DeviceDesc = "NCR 53C710 SCSI Host Adapter "
|
|||
|
detected_buslogic.DeviceDesc = "BusLogic SCSI Host Adapter (non-pnp)"
|
|||
|
detected_cpqfws2e.DeviceDesc = "Compaq 32-Bit Fast-Wide SCSI-2/E Controller (non-pnp)"
|
|||
|
detected_fd16_700.DeviceDesc = "Adaptec AHA-2920 tai Future Domain 16XX/PCI/SCSI2Go SCSI is<69>nt<6E>sovitin"
|
|||
|
detected_ncrc710.DeviceDesc = "NCR 710 SCSI Host Adapter (non-pnp)"
|
|||
|
PCI\VEN_1103&DEV_0004&SUBSYS_00051103&REV_03.DeviceDesc = "HPT370 UDMA/ATA100 RAID Controller"
|
|||
|
PCI\VEN_1103&DEV_0004&SUBSYS_00011103&REV_03.DeviceDesc = "HPT370 UDMA/ATA100 RAID Controller"
|
|||
|
PCI\VEN_1103&DEV_0004&SUBSYS_00011103&REV_04.DeviceDesc = "HPT370 UDMA/ATA100 RAID Controller"
|
|||
|
|
|||
|
;*******************************************
|
|||
|
;Handy macro substitutions (non-localizable)
|
|||
|
SPSVCINST_ASSOCSERVICE = 0x00000002
|
|||
|
SERVICE_KERNEL_DRIVER = 1
|
|||
|
SERVICE_BOOT_START = 0
|
|||
|
SERVICE_ERROR_NORMAL = 1
|
|||
|
REG_EXPAND_SZ = 0x00020000
|
|||
|
REG_DWORD = 0x00010001
|