#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="Kontrolery SCSI i RAID" ADP = "Adaptec" aha154x.DeviceDesc = "Karta hosta SCSI Adaptec AHA-154X/AHA-164X (nie pnp)" sparrow.DeviceDesc = "Karta hosta SCSI Adaptec AHA-151X/AHA-152X lub AIC-6260/AIC-6360 (nie pnp)" COMPAQ = "Compaq" cpqarray.DeviceDesc = "Macierz dysków Compaq (nie pnp)" cpqfcalm.DeviceDesc = "Kontroler hosta kanału światłowodowego Compaq (nie pnp)" MYLEX = "Mylex" dac960.DeviceDesc = "Kontroler macierzy dysków Mylex DAC960 (nie pnp)" UNSUP = "UNSUP" buslogic.DeviceDesc = "Karta hosta SCSI BusLogic" *BUS0042.DeviceDesc = "Karta hosta SCSI BusLogic MultiMaster" PCI\VEN_104B&DEV_1040.DeviceDesc = "Karta hosta SCSI BusLogic MultiMaster PCI" flashpnt.DeviceDesc = "Karta hosta SCSI BusLogic FlashPoint PCI" fireport.DeviceDesc = "Karta hosta SCSI Diamond Multimedia Systems" cpqfws2e.DeviceDesc = "Kontroler SCSI-2/E Compaq 32-Bit Fast-Wide" fd16_700.DeviceDesc = "Adaptec AHA-2920 lub karta hosta SCSI Future Domain 16XX/PCI/SCSI2Go" FD16ISA = "Karta hosta SCSI Future Domain TMC-1650/1660/1670/1680" FD16MCA = "Karta hosta SCSI Future Domain MCS-600/700" FD16PCMCIANEW = "Karta hosta SCSI Future Domain SCSI2Go PCMCIA" FD16PCI = "Karta hosta SCSI Future Domain PCI" aha2920.DeviceDesc = "Karta hosta SCSI Adaptec AHA-2920" ncrc710.DeviceDesc = "Karta hosta SCSI NCR 53C710 " detected_buslogic.DeviceDesc = "Karta hosta SCSI BusLogic (nie pnp)" detected_cpqfws2e.DeviceDesc = "Kontroler Compaq 32-Bit Fast-Wide SCSI-2/E (nie pnp)" detected_fd16_700.DeviceDesc = "Adaptec AHA-2920 lub karta hosta SCSI Future Domain 16XX/PCI/SCSI2Go" detected_ncrc710.DeviceDesc = "Karta hosta SCSI NCR 710 (nie pnp)" PCI\VEN_1103&DEV_0004&SUBSYS_00051103&REV_03.DeviceDesc = "Kontroler HPT370 UDMA/ATA100 RAID" PCI\VEN_1103&DEV_0004&SUBSYS_00011103&REV_03.DeviceDesc = "Kontroler HPT370 UDMA/ATA100 RAID" PCI\VEN_1103&DEV_0004&SUBSYS_00011103&REV_04.DeviceDesc = "Kontroler 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