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.

97 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. ; non-localizeable
  32. ; Registry Paths
  33. ;
  34. RunOnce="SOFTWARE\Microsoft\Windows\CurrentVersion\RunOnce"
  35. ActiveMovieCategories="CLSID\{da4e3da0-d07d-11d0-bd50-00a0c911ce86}\Instance"
  36. MediaCategories="SYSTEM\CurrentControlSet\Control\MediaCategories"
  37. MediaInterfaces="SYSTEM\CurrentControlSet\Control\MediaInterfaces"
  38. PsisDecd.Reg="SOFTWARE\Intel\PSIS\PSIS_DECODER"
  39. ; Category and Interface GUIDs
  40. ; Note that some category GUIDs are defined in ks.inf
  41. ;
  42. VBIcatID="{07DAD660-22F1-11d1-A9F4-00C04FBBDE8F}"
  43. GUID.BdaTuner="{71985F48-1CA1-11d3-9CC8-00C04F7971E0}"
  44. GUID.BdaComponent="{FD0A5AF4-B41D-11d2-9C95-00C04F7971E0}"
  45. GUID.BdaRenderer= "{71985F4A-1CA1-11d3-9CC8-00C04F7971E0}"
  46. GUID.BdaDeviceControl="{FD0A5AF3-B41D-11d2-9C95-00C04F7971E0}"
  47. GUID.BdaPinControl="{0DED49D5-A8B7-4d5d-97A1-12B0C195874D}"
  48. GUID.BdaCAControl="{B0693766-5278-4ec6-B9E1-3CE40560EF5A}"
  49. GUID.IPSinkPlugin="{3F4DC8E2-4050-11d3-8F4B-00C04F7971E2}"
  50. NdisIP.GUID.BDANetInterface = "{9aa4a2cc-81e0-4cfd-802f-0f74526d2bd3}"
  51. ; SWEnum Device GUIDs
  52. ;
  53. MPE.DeviceId="{8E60217D-A2EE-47f8-B0C5-0F44C55F66DC}"
  54. Slip.DeviceID="{03884CB6-E89A-4deb-B69E-8DC621686E6A}"
  55. StreamIP.DeviceId="{D84D449B-62FB-4ebb-B969-5183ED3DFB51}"
  56. NdisIP.DeviceID="{48926476-2cae-4ded-a86e-73ddebed6779}"
  57. CCDecode.DeviceId="{562370a8-f8dd-11d2-bc64-00a0c95ec22e}"
  58. NabtsFEC.DeviceID="{07DAD662-22F1-11d1-A9F4-00C04FBBDE8F}"
  59. WSTCodec.DeviceId="{70BC06E0-5666-11d3-A184-00105AEF9F33}"
  60. ; Pin and Filter Name GUIDs
  61. ; Note that some pin and filter name GUIDs are defined in ks.inf
  62. ;
  63. PinID.GUID.IPV4="{3fdffa70-ac9a-11d2-8f17-00c04f7971e2}"
  64. PinID.GUID.MPE="{C1B06D73-1DBB-11d3-8F46-00C04F7971E2}"
  65. PinID.GUID.NABTS="{FB6C4286-0353-11d1-905F-0000C0CC16BA}"
  66. PinID.GUID.AtscTS="{78216A81-CFA8-493e-9711-36A61C08BD9D}"
  67. ; Category Names
  68. ; Note that some categorys are defined in ks.inf
  69. ;
  70. Category_BdaTuner="BDA Source Filters"
  71. Category_BdaComponent="BDA Receiver Components"
  72. Category_BdaRenderer="BDA Rendering Filters"
  73. PlugIn_BdaDevice="BDA Device Control Plug-in"
  74. PlugIn_BdaCA="BDA Conditional Access Plug-in"
  75. ; Pin and Filter Names
  76. ; Note that some pin and filter names are defined in ks.inf
  77. ;
  78. Pin.Name.AtscTS="MPEG2 Transport"
  79. Pin.Name.IPV4="IPv4"
  80. Pin.Name.MPE="MPE"
  81. Pin.Name.NABTS="NABTS"
  82. ; localizeable
  83. Msft="Microsoft"
  84. MsftMfg="Microsoft"