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.

142 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. ;----------------
  32. ; Non-Localizable
  33. ;----------------
  34. ; note: only register value is case sensitive, key is not.
  35. ProxyVCap.CLSID="{17CCA71B-ECD7-11D0-B908-00A0C9223196}"
  36. MediaCategories="System\CurrentControlSet\Control\MediaCategories"
  37. GUID.DVVidOutput="{5b21c540-7aee-11d1-883b-006097f05c70}"
  38. GUID.DVAVOutput="{5b21c541-7aee-11d1-883b-006097f05c70}"
  39. GUID.DVAVInput="{5b21c543-7aee-11d1-883b-006097f05c70}"
  40. KSCATEGORY_VIDEO= "{6994AD05-93EF-11D0-A3CC-00A0C9223196}"
  41. KSCATEGORY_CAPTURE= "{65E8773D-8F56-11D0-A3B9-00A0C9223196}"
  42. KSCATEGORY_RENDER= "{65E8773E-8F56-11D0-A3B9-00A0C9223196}"
  43. KSCATEGORY_RENDER_EXT="{cc7bfb41-f175-11d1-a392-00e0291f3959}"
  44. Pin.DVVidOutput="DV Vid Out"
  45. Pin.DVAVOutput="DV A/V Out"
  46. Pin.DVAVInput="DV A/V In"
  47. SERVICE_KERNEL_DRIVER=1
  48. ; PnP should use demand start
  49. SERVICE_DEMAND_START=3
  50. SERVICE_ERROR_NORMAL=1
  51. ;
  52. ; Filter friendly name
  53. ;
  54. ; Do not localize:
  55. DVCR.Capture="Microsoft DV Camera and VCR" ; FriendlyNames is generic, but the Description is device specific.
  56. ;----------------
  57. ; Localizable
  58. ;----------------
  59. Msft="Microsoft"
  60. Generic="Generic"
  61. Canon="Canon"
  62. Hitachi="Hitachi"
  63. JVC="JVC"
  64. Panasonic="Panasonic"
  65. Philips="Philips"
  66. Samsung="Samsung"
  67. Sharp="Sharp"
  68. Sony="Sony"
  69. ; Localize the following text:
  70. DVCR.Generic.Capture="AVC Compliant DV Device"
  71. DVCR.Canon.Capture="Canon DV Device"
  72. DVCR.Hitachi.Capture="Hitachi DV Device"
  73. DVCR.MEI.Capture="Panasonic DV Device"
  74. DVCR.JVC.Capture="JVC DV Device"
  75. DVCR.Philips.Capture="Philips DV Device"
  76. DVCR.Samsung.Capture="Samsung DV Device"
  77. DVCR.Sharp.Capture="Sharp DV Device"
  78. DVCR.Sony.Capture="Sony DV Device"
  79. ;
  80. ; Device description
  81. ;
  82. ; AVC\Generic.DeviceDesc="AVC Compliant AV Device"
  83. AVC\Generic&TYP_4.DeviceDesc="AVC Compliant DV Tape Recorder/Player"
  84. AVC\Generic&CAMCORDER.DeviceDesc="AVC Compliant DV Camcorder"
  85. AVC\VEN_85.DeviceDesc="Canon AV Device"
  86. AVC\VEN_85&TYP_4.DeviceDesc="Canon DV Tape Recorder/Player"
  87. AVC\VEN_85&CAMCORDER.DeviceDesc="Canon DV Camcorder"
  88. AVC\VEN_87.DeviceDesc="Hitachi AV Device"
  89. AVC\VEN_87&TYP_4.DeviceDesc="Hitachi DV Tape Recorder/Player"
  90. AVC\VEN_87&CAMCORDER.DeviceDesc="Hitachi DV Camcorder"
  91. AVC\VEN_8088.DeviceDesc="JVC AV Device"
  92. AVC\VEN_8088&TYP_4.DeviceDesc="JVC DV Tape Recorder/Player"
  93. AVC\VEN_8088&CAMCORDER.DeviceDesc="JVC DV Camcorder"
  94. AVC\VEN_8045.DeviceDesc="Panasonic AV Device"
  95. AVC\VEN_8045&TYP_4.DeviceDesc="Panasonic DV Tape Recorder/Player"
  96. AVC\VEN_8045&CAMCORDER.DeviceDesc="Panasonic DV Camcorder"
  97. ; Subunits that load NULL driver
  98. AVC\Panasonic&MOD_0&TYP_1c.DeviceDesc="Panasonic Vendor Unique Subunit"
  99. AVC\VEN_8045&MOD_0&TYP_1c.DeviceDesc="Panasonic Vendor Unique Subunit"
  100. AVC\Panasonic&MOD_0&TYP_5.DeviceDesc="Panasonic Vendor Unique Subunit"
  101. AVC\VEN_8045&MOD_0&TYP_5.DeviceDesc="Panasonic Vendor Unique Subunit"
  102. AVC\Philips&DV_convertor____&CAMCORDER.DeviceDesc="Philips DV Converter or Camcorder"
  103. AVC\Philips&CAMCORDER.DeviceDesc="Philips Camcorder"
  104. AVC\VEN_F0.DeviceDesc="Samsung AV Device"
  105. AVC\VEN_F0&TYP_4.DeviceDesc="Samsung DV Tape Recorder/Player"
  106. AVC\VEN_F0&CAMCORDER.DeviceDesc="Samsung DV Camcorder"
  107. AVC\VEN_8001F.DeviceDesc="Sharp AV Device"
  108. AVC\VEN_8001F&CAMCORDER.DeviceDesc="Sharp DV Camcorder"
  109. AVC\VEN_80046.DeviceDesc="Sony AV Device"
  110. AVC\VEN_80046&TYP_4.DeviceDesc="Sony DV Tape Recorder/Player"
  111. AVC\VEN_80046&CAMCORDER.DeviceDesc="Sony DV Camcorder"
  112. ;
  113. ; PlugIns descrioption
  114. ;
  115. PlugIn_IAMExtDevice="WDM Streaming IAMExtDevice Interface Handler"
  116. PlugIn_IAMExtTransport="WDM Streaming IAMExtTransport Interface Handler"
  117. PlugIn_IAMTimecodeReader="WDM Streaming IAMTimecodeReader Interface Handler"
  118. PropPage_DVcrControl="DVcrControl Property Page"