Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

89 lines
3.5 KiB

  1. #if 0
  2. This file is organized into two main blocks. The first block contains
  3. code (non-string) sections which are specific to languages. Please put
  4. the code sections in the correct language.
  5. The second block is reserved for [Strings] which localizers will be
  6. working with. It is further divided using "#if LANGUAGE ==" for language
  7. specific strings. For strings which are common to all languages
  8. place outside the #ifs.
  9. This file is first precompiled with LANGUAGE_ID
  10. set to the language (see inf\win4\inf\makefile.inc for details).
  11. For example, for usa builds, the sections under #if LANGUAGE == 0x409
  12. will appear.
  13. Important: To support locstudio, this file contains only ONE [Strings] section.
  14. #endif
  15. #if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
  16. // This section is for non-FE (chs,cht,jpn,kor) builds. So english, german, ...
  17. #elif LANGUAGE_ID == 0x804
  18. //CHS specific sections
  19. #elif LANGUAGE_ID == 0x404
  20. //CHT specific sections
  21. #elif LANGUAGE_ID == 0x411
  22. //JPN specific sections
  23. #elif LANGUAGE_ID == 0x412
  24. //KOR specific sections
  25. #endif
  26. // String section below for localizers
  27. [Strings]
  28. #if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
  29. #elif LANGUAGE_ID == 0x804
  30. #elif LANGUAGE_ID == 0x404
  31. #elif LANGUAGE_ID == 0x411
  32. #elif LANGUAGE_ID == 0x412
  33. #endif
  34. Msft = "Microsoft"
  35. SCSIClassName="SCSI � RAID �����������"
  36. ADP = "Adaptec"
  37. aha154x.DeviceDesc = "Adaptec AHA-154X/AHA-164X SCSI ����-������� (��� PnP)"
  38. sparrow.DeviceDesc = "Adaptec AHA-151X/AHA-152X ��� AIC-6260/AIC-6360 SCSI ����-������� (��� PnP)"
  39. COMPAQ = "Compaq"
  40. cpqarray.DeviceDesc = "Compaq Drive Array (��� PnP)"
  41. cpqfcalm.DeviceDesc = "Compaq �������������� ����-���������� (��� PnP)"
  42. MYLEX = "Mylex"
  43. dac960.DeviceDesc = "Mylex DAC960 Disk Array ���������� (��� PNP)"
  44. UNSUP = "UNSUP"
  45. buslogic.DeviceDesc = "BusLogic SCSI ����-�������"
  46. *BUS0042.DeviceDesc = "BusLogic MultiMaster SCSI ����-�������"
  47. PCI\VEN_104B&DEV_1040.DeviceDesc = "BusLogic MultiMaster PCI SCSI ����-�������"
  48. flashpnt.DeviceDesc = "BusLogic FlashPoint PCI SCSI ����-�������"
  49. fireport.DeviceDesc = "Diamond Multimedia Systems SCSI ����-�������"
  50. cpqfws2e.DeviceDesc = "Compaq 32-Bit Fast-Wide SCSI-2/E ����������"
  51. fd16_700.DeviceDesc = "Adaptec AHA-2920 ��� Future Domain 16XX/PCI/SCSI2Go SCSI ����-�������"
  52. FD16ISA = "Future Domain TMC-1650/1660/1670/1680 SCSI ����-�������"
  53. FD16MCA = "Future Domain MCS-600/700 SCSI ����-�������"
  54. FD16PCMCIANEW = "Future Domain SCSI2Go PCMCIA SCSI ����-�������"
  55. FD16PCI = "Future Domain PCI SCSI ����-�������"
  56. aha2920.DeviceDesc = "Adaptec AHA-2920 SCSI ����-�������"
  57. ncrc710.DeviceDesc = "NCR 53C710 SCSI ����-�������"
  58. detected_buslogic.DeviceDesc = "BusLogic SCSI ����-������� (��� PnP)"
  59. detected_cpqfws2e.DeviceDesc = "Compaq 32-Bit Fast-Wide SCSI-2/E ���������� (��� PnP)"
  60. detected_fd16_700.DeviceDesc = "Adaptec AHA-2920 ��� Future Domain 16XX/PCI/SCSI2Go SCSI ����-�������"
  61. detected_ncrc710.DeviceDesc = "NCR 710 SCSI ����-������� (��� PnP)"
  62. PCI\VEN_1103&DEV_0004&SUBSYS_00051103&REV_03.DeviceDesc = "HPT370 UDMA/ATA100 RAID ����������"
  63. PCI\VEN_1103&DEV_0004&SUBSYS_00011103&REV_03.DeviceDesc = "HPT370 UDMA/ATA100 RAID ����������"
  64. PCI\VEN_1103&DEV_0004&SUBSYS_00011103&REV_04.DeviceDesc = "HPT370 UDMA/ATA100 RAID ����������"
  65. ;*******************************************
  66. ;Handy macro substitutions (non-localizable)
  67. SPSVCINST_ASSOCSERVICE = 0x00000002
  68. SERVICE_KERNEL_DRIVER = 1
  69. SERVICE_BOOT_START = 0
  70. SERVICE_ERROR_NORMAL = 1
  71. REG_EXPAND_SZ = 0x00020000
  72. REG_DWORD = 0x00010001