90 lines
3.6 KiB
Plaintext
90 lines
3.6 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="Controladores SCSI e RAID"
|
|
|
|
ADP = "Adaptec"
|
|
aha154x.DeviceDesc = "Adaptador anfitrião Adaptec AHA-154X/AHA-164X SCSI (não pnp)"
|
|
sparrow.DeviceDesc = "Adaptador anfitrião Adaptec AHA-151X/AHA-152X ou AIC-6260/AIC-6360 SCSI (não pnp)"
|
|
|
|
COMPAQ = "Compaq"
|
|
cpqarray.DeviceDesc = "Matriz de controladores Compaq (não-pnp)"
|
|
cpqfcalm.DeviceDesc = "Controlador anfitrião Compaq Fibre-Channel (não-pnp)"
|
|
|
|
MYLEX = "Mylex"
|
|
dac960.DeviceDesc = "Controlador de conjunto de discos Mylex DAC960 (não pnp)"
|
|
|
|
UNSUP = "UNSUP"
|
|
buslogic.DeviceDesc = "Adaptador BusLogic SCSI"
|
|
*BUS0042.DeviceDesc = "Adaptador BusLogic MultiMaster SCSI"
|
|
PCI\VEN_104B&DEV_1040.DeviceDesc = "Adaptador BusLogic MultiMaster PCI SCSI"
|
|
flashpnt.DeviceDesc = "Adaptador BusLogic FlashPoint PCI SCSI"
|
|
fireport.DeviceDesc = "Adaptador Diamond Multimedia Systems SCSI"
|
|
cpqfws2e.DeviceDesc = "Controlador Compaq 32-Bit Fast-Wide SCSI-2/E"
|
|
fd16_700.DeviceDesc = "Adaptador Adaptec AHA-2920 ou Future Domain SCSI 16XX/PCI/SCSI2Go"
|
|
FD16ISA = "Adaptador SCSI Future Domain TMC-1650/1660/1670/1680"
|
|
FD16MCA = "Adaptador SCSI Future Domain MCS-600/700"
|
|
FD16PCMCIANEW = "Controlador SCSI Future Domain SCSI2Go PCMCIA"
|
|
FD16PCI = "Adaptador SCSI Future Domain PCMCIA"
|
|
aha2920.DeviceDesc = "Adaptador SCSI Adaptec AHA-2920"
|
|
ncrc710.DeviceDesc = "Placa SCSI 53C710 NCR "
|
|
detected_buslogic.DeviceDesc = "Adaptador anfitrião BusLogic SCSI (não pnp)"
|
|
detected_cpqfws2e.DeviceDesc = "Controlador Compaq 32-Bit Fast-Wide SCSI-2/E (não pnp)"
|
|
detected_fd16_700.DeviceDesc = "Adaptec AHA-2920 ou domínio futuro 16XX/PCI/adaptador anfitrião SCSI SCSI2Go"
|
|
detected_ncrc710.DeviceDesc = "Adaptador anfitrião NCR 710 SCSI (não 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
|