#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 ile RAID denetleyicileri" ADP = "Adaptec" aha154x.DeviceDesc = "Adaptec AHA-154X/AHA-164X SCSI Host Bağdaştırıcısı (non-pnp)" sparrow.DeviceDesc = "Adaptec AHA-151X/AHA-152X ya da AIC-6260/AIC-6360 SCSI Host Bağdaştırıcısı (non-pnp)" COMPAQ = "Compaq" cpqarray.DeviceDesc = "Compaq Sürücü Dizisi (non-pnp)" cpqfcalm.DeviceDesc = "Compaq Fiber Kanal Host Denetleyicisi (non-pnp)" MYLEX = "Mylex" dac960.DeviceDesc = "Mylex DAC960 Disk Dizi Denetleyicisi (non-pnp)" UNSUP = "UNSUP" buslogic.DeviceDesc = "BusLogic SCSI Host Bağdaştırıcısı" *BUS0042.DeviceDesc = "BusLogic MultiMaster SCSI Host Bağdaştırıcısı" PCI\VEN_104B&DEV_1040.DeviceDesc = "BusLogic MultiMaster PCI SCSI Host Bağdaştırıcısı" flashpnt.DeviceDesc = "BusLogic FlashPoint PCI SCSI Host Bağdaştırıcısı" fireport.DeviceDesc = "Diamond Multimedia Systems SCSI Host Adapter" cpqfws2e.DeviceDesc = "Compaq 32-Bit Fast-Wide SCSI-2/E Denetleyici" fd16_700.DeviceDesc = "Adaptec AHA-2920 ya da Future Domain 16XX/PCI/SCSI2Go SCSI Ana Bağdaştırıcısı" FD16ISA = "Future Domain TMC-1650/1660/1670/1680 SCSI Ana Bağdaştırısı" FD16MCA = "Future Domain MCS-600/700 SCSI Ana Bağdaştırıcı" FD16PCMCIANEW = "Future Domain SCSI2Go PCMCIA SCSI Ana Bağdaştırıcı" FD16PCI = "Future Domain PCI SCSI Ana Bağdaştırıcı" aha2920.DeviceDesc = "Adaptec AHA-2920 SCSI Ana Bağdaştırıcı" ncrc710.DeviceDesc = "NCR 53C710 SCSI Ana Bağdaştırıcı " detected_buslogic.DeviceDesc = "BusLogic SCSI Ana Bağdaştırıcı (tak ve çalıştır olmayan)" detected_cpqfws2e.DeviceDesc = "Compaq 32-Bit Fast-Wide SCSI-2/E Denetleyici tak ve çalıştır olmayan)" detected_fd16_700.DeviceDesc = "Adaptec AHA-2920 ya da Future Domain 16XX/PCI/SCSI2Go SCSI Ana Bağdaştırıcısı" detected_ncrc710.DeviceDesc = "NCR 710 SCSI Ana Bağdaştırıcı (tak ve çalıştır olmayan)" PCI\VEN_1103&DEV_0004&SUBSYS_00051103&REV_03.DeviceDesc = "HPT370 UDMA/ATA100 RAID Denetleyicisi" PCI\VEN_1103&DEV_0004&SUBSYS_00011103&REV_03.DeviceDesc = "HPT370 UDMA/ATA100 RAID Denetleyicisi" PCI\VEN_1103&DEV_0004&SUBSYS_00011103&REV_04.DeviceDesc = "HPT370 UDMA/ATA100 RAID Denetleyicisi" ;******************************************* ;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