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.

107 lines
4.9 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. Msft="Microsoft"
  32. ; non-localizeable
  33. ActiveMovieCategories="CLSID\{da4e3da0-d07d-11d0-bd50-00a0c911ce86}\Instance"
  34. GUID.TvTuner="{A799A800-A46D-11d0-A18C-00A02401DCD4}"
  35. GUID.Crossbar="{A799A801-A46D-11d0-A18C-00A02401DCD4}"
  36. GUID.TvAudioFilter="{A799A802-A46D-11d0-A18C-00A02401DCD4}"
  37. GUID.CapturePin="{FB6C4281-0353-11d1-905F-0000C0CC16BA}"
  38. GUID.Preview="{FB6C4282-0353-11d1-905F-0000C0CC16BA}"
  39. GUID.AnalogVideoIn="{FB6C4283-0353-11d1-905F-0000C0CC16BA}"
  40. GUID.VBI="{FB6C4284-0353-11d1-905F-0000C0CC16BA}"
  41. GUID.VP="{FB6C4285-0353-11d1-905F-0000C0CC16BA}"
  42. GUID.NABTS="{FB6C4286-0353-11d1-905F-0000C0CC16BA}"
  43. GUID.EDS="{FB6C4287-0353-11d1-905F-0000C0CC16BA}"
  44. GUID.Teletext="{FB6C4288-0353-11d1-905F-0000C0CC16BA}"
  45. GUID.CC="{FB6C4289-0353-11d1-905F-0000C0CC16BA}"
  46. GUID.Still="{FB6C428a-0353-11d1-905F-0000C0CC16BA}"
  47. GUID.Timecode="{FB6C428b-0353-11d1-905F-0000C0CC16BA}"
  48. GUID.VPVBI="{FB6C428c-0353-11d1-905F-0000C0CC16BA}"
  49. MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
  50. MediaResourcesMSVideo="SYSTEM\CurrentControlSet\Control\MediaResources\msvideo"
  51. MMDriverDesc="Software\Microsoft\Windows NT\CurrentVersion\drivers.desc"
  52. MMDrivers="Software\Microsoft\Windows NT\CurrentVersion\Drivers32"
  53. VfWWDMDriverDesc="WDM Video For Windows Capture Driver (Win32)"
  54. RunOnce="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
  55. CC.DeviceId="{562370a8-f8dd-11d2-bc64-00a0c95ec22e}"
  56. CC.VBIcatID="{07DAD660-22F1-11d1-A9F4-00C04FBBDE8F}"
  57. NABTS.DeviceID="{07DAD662-22F1-11d1-A9F4-00C04FBBDE8F}"
  58. NABTS.VBIcatID="{07DAD660-22F1-11d1-A9F4-00C04FBBDE8F}"
  59. WSTCodec.DeviceID="{70BC06E0-5666-11d3-A184-00105AEF9F33}"
  60. WSTCodec.VBIcatID="{07DAD660-22F1-11d1-A9F4-00C04FBBDE8F}"
  61. SLIP.DeviceId="{03884CB6-E89A-4deb-B69E-8DC621686E6A}"
  62. GUID.BdaComponent="{FD0A5AF4-B41D-11d2-9C95-00C04F7971E0}"
  63. StreamIP.DeviceId="{D84D449B-62FB-4ebb-B969-5183ED3DFB51}"
  64. GUID.BdaRenderer="{71985F4A-1CA1-11d3-9CC8-00C04F7971E0}"
  65. NdisIP.DeviceID="{48926476-2cae-4ded-a86e-73ddebed6779}"
  66. NdisIP.GUID.BDANetInterface="{9aa4a2cc-81e0-4cfd-802f-0f74526d2bd3}"
  67. ; localizeable
  68. Category_CrossbarDevices="WDM Streaming Crossbar Devices"
  69. Category_TvTunerDevices="WDM Streaming TV Tuner Devices"
  70. Category_TvAudioDevices="WDM Streaming TV Audio Devices"
  71. Filter_Crossbar="WDM Analog Crossbar"
  72. Filter_TVAudio="WDM TV Audio"
  73. Filter_TVTuner="WDM TV Tuner"
  74. Node.Crossbar="Crossbar"
  75. Node.Preview="Preview"
  76. Node.CapturePin="Capture"
  77. Node.AnalogVideoIn="Analog Video In"
  78. Node.VBI="VBI"
  79. Node.VP="VP"
  80. Node.NABTS="NABTS"
  81. Node.EDS="EDS"
  82. Node.Teletext="Teletext"
  83. Node.CC="CC"
  84. Node.Still="Still"
  85. Node.Timecode="Timecode"
  86. Node.VPVBI="VPVBI"
  87. PropPage_XBar="Analog Crossbar Property Page"
  88. PropPage_TVAudio="TV Audio Property Page"
  89. PropPage_TVTuner="TV Tuner Property Page"
  90. PropPage_VideoProcAmp="VideoProcAmp Property Page"
  91. PropPage_CameraControl="CameraControl Property Page"
  92. PropPage_VideoDecoder="VideoDecoder Property Page"
  93. PropPage_VideoStreamConfig="VideoStreamConfig Property Page"
  94. PlugIn_VideoInfoHeaderHandler="WDM Streaming Capture VideoInfoHeader Data Type Handler"
  95. PlugIn_VideoInfoHeader2Handler="WDM Streaming Capture VideoInfoHeader2 Data Type Handler"
  96. PlugIn_AnalogVideoHandler="WDM Streaming Capture AnalogVideo Data Type Handler"
  97. PlugIn_VBIHandler="WDM Streaming Capture VBI Data Type Handler"
  98. PlugIn_IAMVideoProcAmp="WDM Streaming IAMVideoProcAmp Interface Handler"
  99. PlugIn_IAMCameraControl="WDM Streaming IAMCameraControl Interface Handler"
  100. PlugIn_IAMAnalogVideoDecoder="WDM Streaming IAMAnalogVideoDecoder Interface Handler"
  101. PlugIn_IAMVideoCompression="WDM Streaming IAMVideoCompression Interface Handler"
  102. PlugIn_IAMDroppedFrames="WDM Streaming IAMDroppedFrames Interface Handler"
  103. PlugIn_IAMVideoControl="WDM Streaming IAMVideoControl Interface Handler"