#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="Controladoras SCSI y RAID"

ADP = "Adaptec"
aha154x.DeviceDesc  = "Adaptador de host SCSI Adaptec AHA-154X/AHA-164X  (no pnp)"
sparrow.DeviceDesc  = "Adaptador de host SCSI Adaptec AHA-151X/AHA-152X o AIC-6260/AIC-6360 (no pnp)"

COMPAQ = "Compaq"
cpqarray.DeviceDesc = "Matriz de unidad Compaq (no-pnp)"
cpqfcalm.DeviceDesc = "Controladora de host Fibre-Channel de Compaq (no pnp)"

MYLEX = "Mylex"
dac960.DeviceDesc = "Controladora de unidades de disco Mylex DAC960 (no pnp)"

UNSUP = "UNSUP"
buslogic.DeviceDesc = "Adaptador de host SCSI BusLogic"
*BUS0042.DeviceDesc = "Adaptador de host SCSI BusLogic MultiMaster"
PCI\VEN_104B&DEV_1040.DeviceDesc = "Adaptador de host SCSI PCI BusLogic MultiMaster"
flashpnt.DeviceDesc = "Adaptador de Host PCI SCSI BusLogic FlashPoint"
fireport.DeviceDesc = "Adaptador de host SCSI Diamond Multimedia Systems"
cpqfws2e.DeviceDesc = "Adaptador de host Compaq EISA 825 SCSI"
fd16_700.DeviceDesc = "Adaptador de host SCSI Adaptec AHA-2920 o Future Domain 16XX/PCI/SCSI2Go"
FD16ISA = "Adaptador SCSI Future Domain TMC-1650/1660/1670/1680"
FD16MCA = "Adaptador SCSI Future Domain MCS-600/700"
FD16PCMCIANEW = "Adaptador de host SCSI PCMCIA Future Domain SCSI2Go"
FD16PCI = "Adaptador de host SCSI PCI Future Domain"
aha2920.DeviceDesc  = "Adaptador de host SCSI Adaptec AHA-2920"
ncrc710.DeviceDesc  = "Adaptador de host SCSI NCR 53C710 "
detected_buslogic.DeviceDesc = "Adaptador de host SCSI BusLogic (no pnp)"
detected_cpqfws2e.DeviceDesc = "Controladora Compaq 32-Bit Fast-Wide SCSI-2/E(no-pnp)"
detected_fd16_700.DeviceDesc = "Adaptador de host SCSI Adaptec AHA-2920 o Future Domain 16XX/PCI/SCSI2Go"
detected_ncrc710.DeviceDesc = "Adaptador de host SCSI NCR 710 (no pnp)"
PCI\VEN_1103&DEV_0004&SUBSYS_00051103&REV_03.DeviceDesc = "Controladora HPT370 UDMA/ATA100 RAID"
PCI\VEN_1103&DEV_0004&SUBSYS_00011103&REV_03.DeviceDesc = "Controladora HPT370 UDMA/ATA100 RAID"
PCI\VEN_1103&DEV_0004&SUBSYS_00011103&REV_04.DeviceDesc = "Controladora HPT370 UDMA/ATA100 RAID"

;*******************************************
;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