Leaked source code of windows server 2003
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.

102 lines
3.5 KiB

  1. /*:
  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. @*:
  10. @*: This file is first precompiled with LANGUAGE_ID
  11. @*: set to the language (see inf\win4\inf\makefile.inc for details).
  12. @*: For example, for usa builds, the sections under #if LANGUAGE == 0x409
  13. @*: will appear.
  14. @*:
  15. @*: Important: To support locstudio, this file contains only ONE [Strings] section.
  16. @*:
  17. @*/
  18. #if LANGUAGE_ID != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
  19. // This section is for non-FE (chs,cht,jpn,kor) builds. So english, german, ...
  20. #elif LANGUAGE_ID == 0x804
  21. //CHS specific sections
  22. #elif LANGUAGE_ID == 0x404
  23. //CHT specific sections
  24. #elif LANGUAGE_ID == 0x411
  25. //JPN specific sections
  26. #elif LANGUAGE_ID == 0x412
  27. //KOR specific sections
  28. #endif
  29. // String section below for localizers.
  30. ; User readable strings
  31. ;----------------------------------------------------------
  32. [Strings]
  33. Lava="Lava Computer MFG Inc."
  34. Lava-PCI_1_PARALLEL.DeviceDesc ="Lava Parallel PCI Card"
  35. Quatech-F060.DeviceDesc = "Quatech Q-Lynx Parallel Adapter"
  36. MS = "Microsoft"
  37. Std = "(Standard port types)"
  38. PortsClassName = "Ports (COM & LPT)"
  39. @m:*PNP0400.DeviceDesc = "Unsupported Printer Port"
  40. @m:*PNP0401.DeviceDesc = "Unsupported ECP Printer Port"
  41. @i:*PNP0400.DeviceDesc = "Printer Port"
  42. @i:*PNP0401.DeviceDesc = "ECP Printer Port"
  43. *PNP0500.DeviceDesc = "Communications Port"
  44. *PNP0501.DeviceDesc = "Communications Port"
  45. *PNP0502.DeviceDesc = "Multiport Communications Port"
  46. ; Compaq devices
  47. @i:*CPQA0E0.DeviceDesc = "ECP Printer Port"
  48. *CPQA0D9.DeviceDesc = "Communications Port"
  49. HP = "Hewlett Packard"
  50. MF\EISA_HWP1C10_DEV0.DeviceDesc="HP Communications Port"
  51. @i:MF\EISA_HWP1C10_DEV1.DeviceDesc="HP Printer Port"
  52. IBM="IBM"
  53. @i:TDC="Trans Digital Corporation"
  54. @i:TDC-37D0.DeviceDesc="Trans PC Card Universal Parallel Port"
  55. Socket="Socket Communications"
  56. Socket-0484.DeviceDesc="Socket PCMCIA Serial Adapter"
  57. Socket-12F8.DeviceDesc="Socket PCMCIA Serial Adapter"
  58. Socket-5E3E.DeviceDesc="Socket PCMCIA Serial Adapter"
  59. SocketDual.DeviceDesc="Socket PCMCIA Serial Device"
  60. Socket-FA29.DeviceDesc="Socket PCMCIA PageCard V3.0"
  61. Socket-AF8A.DeviceDesc="Socket PCMCIA GPS Adapter (Rev. B)"
  62. Socket-66D0.DeviceDesc="Socket PCMCIA GPS Adapter (Rev. C)"
  63. Socket-0104-0001.DeviceDesc="Socket PCMCIA Serial Adapter"
  64. DBC="DBC"
  65. DBC-4E9B.DeviceDesc="DBC SignalCard"
  66. Rockwell="Rockwell"
  67. Rockwell-64B7.DeviceDesc="Rockwell NavCard"
  68. Trimble="Trimble"
  69. Trimble-6947.DeviceDesc="Trimble PCMCIA GPS Adapter (Rev. B)"
  70. Smart="SMART Modular Technologies"
  71. Smart-A0F6.DeviceDesc="SMART Serial Port"
  72. SIIG="SIIG"
  73. SIIG-PCI_1_SERIAL.DeviceDesc ="SIIG CyberSerial Card"
  74. @i:SIIG-PCI_1_PARALLEL.DeviceDesc ="SIIG CyberParallel PCI Card"
  75. SIIG-PCI_1_CYBERSERIAL.DeviceDesc ="SIIG CyberSerial Card"
  76. @i:Parport.SVCDESC = "Parallel port driver"
  77. Serial.SVCDESC = "Serial port driver"
  78. Serenum.SVCDESC = "Serenum Filter Driver"
  79. Compaq = "Compaq GSM Radio Card"
  80. Ericsson= "Ericsson GC25"
  81. *ERIC.DeviceDesc = "Ericsson GC25"
  82. *COMP.DeviceDesc = "Compaq GSM Radio Card"
  83. Quatech = "Quatech"
  84. Quatech-63EA.DeviceDesc = "Quatech Q-Lynx Serial Adapter"