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.4 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. [Strings]
  31. ;----------------
  32. ; Non-Localizable
  33. ;----------------
  34. SERVICE_KERNEL_DRIVER=1
  35. SERVICE_AUTO_START=2
  36. SERVICE_ERROR_NORMAL=1
  37. ;----------------
  38. ; ATI Rage Theatre
  39. ;----------------
  40. SERVICE_DEMAND_START=3
  41. ;----------------
  42. ; Localizable
  43. ;----------------
  44. Msft="ATI"
  45. MS="ATI"
  46. captureClassName="Sound, video and game controllers"
  47. AtiBt829.DeviceDesc="WDM Video Capture For AIW (AtiBt829)"
  48. AtiBt829Pro.DeviceDesc="WDM Video Capture For AIW Pro (AtiBt829Pro)"
  49. AtiBt829.Capture="AtiBt829 Capture"
  50. AtiBt829.Crossbar="AtiBt829 Crossbar"
  51. ATIXBAR.DeviceDesc="WDM Video Audio Crossbar (ATIXBar)"
  52. ATIXBAR.Crossbar="ATI AV Crossbar"
  53. ATITUNEP.DeviceDesc="WDM TV Tuner (ATITuneP)"
  54. ATITUNEP.Tuner="ATI TVTuner"
  55. ATITVAUDIO.DeviceDesc="WDM TVAudio (ATITVSnd)"
  56. ATITVAUDIO.TVSND="ATI TVAudio"
  57. ;CLSID="{07DAD661-22F1-11d1-A9F4-00C04FBBDE8F}" ; CHANGE_ME
  58. CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}" ; KsProxy.ax's ID, REQUIRED
  59. VBIcatID="{07DAD660-22F1-11d1-A9F4-00C04FBBDE8F}"
  60. AMcatID="{DA4E3DA0-D07D-11d0-BD50-00A0C911CE86}"
  61. MVDCodec.DeviceDesc = "ATI WDM Specialized MVD Codec"
  62. MVDCodec.FriendlyName = "ATI WDM Specialized MVD Codec"
  63. WDMCodecs= "ATI WDM Streaming VBI Codecs"
  64. ATIVRVXX.DeviceDesc="ATI WDM Rage Theatre Video (ATIRTCAP)"
  65. ATIVRAXX.DeviceDesc="ATI WDM Rage Theatre Audio (ATIRTSND)"
  66. ;----------------
  67. ;Rage Theatre
  68. ;----------------
  69. ATIVRVXX.Capture="ATI WDM RageTheater video capture"
  70. ATIVRVXX.Crossbar="ATI WDM RageTheater video crossbar"
  71. GUID.SpdifPin="{ECDA4882-9501-11d2-BD1E-00105A196FB7}"
  72. GUID.PcmInPin="{ECDA4881-9501-11d2-BD1E-00105A196FB7}"
  73. GUID.PcmOutPin="{ECDA4880-9501-11d2-BD1E-00105A196FB7}"
  74. Node.SpdifPin="S/PDIF"
  75. Node.PcmInPin="PCM Render"
  76. Node.PcmOutPin="PCM Capture"
  77. ;----------------
  78. ; ATIVDAXX
  79. ;----------------
  80. PlugIn_DAControl="ATI WDM Digital Audio Property Set Interface Handler"
  81. ;----------------
  82. ; ATINVMXX
  83. ;----------------
  84. PlugIn_MVDetection="WDM Analogue Video Streaming Macrovision Detection Property Set Interface Handler"
  85. PlugIn_MVProtection="WDM Analogue Video Streaming Macrovision Protection Property Set Interface Handler"
  86. PlugIn_MVDetectionPropertyPage="Macrovision Detection Property Page"