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.

87 lines
3.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 == 0x409
  19. //USA specific sections
  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. ;localized strings
  32. MSFT_HARDWARE = "Microsoft Hardware Group"
  33. HID\VID_045E&PID_001B.DeviceDesc="Microsoft SideWinder Force Feedback 2"
  34. USB\VID_045E&PID_001B.DeviceDesc="Microsoft SideWinder Force Feedback 2"
  35. HID\VID_045E&PID_0026.DeviceDesc="Microsoft SideWinder Game Pad Pro"
  36. USB\VID_045E&PID_0026.DeviceDesc="Microsoft SideWinder Game Pad Pro"
  37. HID\VID_045E&PID_0028.DeviceDesc="Microsoft SideWinder Dual Strike"
  38. USB\VID_045E&PID_0028.DeviceDesc="Microsoft SideWinder Dual Strike"
  39. HID\VID_045E&PID_001A.DeviceDesc="Microsoft SideWinder Precision Racing Wheel HID Drivers"
  40. USB\VID_045E&PID_001A.DeviceDesc="Microsoft SideWinder Precision Racing Wheel"
  41. HID\VID_045E&PID_0029.DeviceDesc="Microsoft SideWinder Precision Racing Wheel HID Drivers"
  42. USB\VID_045E&PID_0029.DeviceDesc="Microsoft SideWinder Precision Racing Wheel"
  43. HID\VID_045E&PID_0033.DeviceDesc="Microsoft SideWinder Strategic Commander HID Drivers"
  44. USB\VID_045E&PID_0033.DeviceDesc="Microsoft SideWinder Strategic Commander"
  45. HID\VID_045E&PID_0034.DeviceDesc="Microsoft SideWinder Force Feedback Wheel (USB)"
  46. USB\VID_045E&PID_0034.DeviceDesc="Microsoft SideWinder Force Feedback Wheel (USB)"
  47. HID\VID_045E&PID_0038.DeviceDesc="Microsoft SideWinder Precision 2 HID Drivers"
  48. USB\VID_045E&PID_0038.DeviceDesc="Microsoft SideWinder Precision 2"
  49. SideWinderVirtualKeyboard.DeviceDesc = "Microsoft SideWinder Virtual Keyboard"
  50. SideWinderVirtualMouse.DeviceDesc = "Microsoft SideWinder Virtual Mouse"
  51. GcKernel.SvcDesc = "Microsoft SideWinder Value Add - Filter Driver"
  52. SWUSBFLT.SvcDesc = "Microsoft SideWinder VIA Filter Driver"
  53. HIDSwvd.SvcDesc = "Microsoft SideWinder Virtual HID Device Mini-Driver"
  54. ;
  55. ; non localized strings
  56. SWPIDFilterCLSID1 = "{0914ff80-3477-11d3-8cbd-00c04f8eebb9}"
  57. SWPIDFilterCLSID2 = "{db11d351-3bf6-4f2c-a82b-b26cb9676d2b}"
  58. CLSID_ConstantForce = "{13541C20-8E33-11D0-9AD0-00A0C9A06E35}"
  59. CLSID_RampForce = "{13541C21-8E33-11D0-9AD0-00A0C9A06E35}"
  60. CLSID_SquareWave = "{13541C22-8E33-11D0-9AD0-00A0C9A06E35}"
  61. CLSID_SineWave = "{13541C23-8E33-11D0-9AD0-00A0C9A06E35}"
  62. CLSID_TriangeWave = "{13541C24-8E33-11D0-9AD0-00A0C9A06E35}"
  63. CLSID_SawtoothUpWave = "{13541C25-8E33-11D0-9AD0-00A0C9A06E35}"
  64. CLSID_SawtoothDownWave = "{13541C26-8E33-11D0-9AD0-00A0C9A06E35}"
  65. CLSID_SpringForce = "{13541C27-8E33-11D0-9AD0-00A0C9A06E35}"
  66. CLSID_DamperForce = "{13541C28-8E33-11D0-9AD0-00A0C9A06E35}"
  67. CLSID_InertiaForce = "{13541C29-8E33-11D0-9AD0-00A0C9A06E35}"
  68. CLSID_FrictionForce = "{13541C2A-8E33-11D0-9AD0-00A0C9A06E35}"
  69. CLSID_CustomForce = "{13541C2B-8E33-11D0-9AD0-00A0C9A06E35}"
  70. SPSVCINST_TAGTOFRONT = 0x00000001
  71. SPSVCINST_ASSOCSERVICE= 0x00000002
  72. SERVICE_KERNEL_DRIVER = 1
  73. SERVICE_BOOT_START = 0
  74. SERVICE_SYSTEM_START = 1
  75. SERVICE_AUTO_START = 2
  76. SERVICE_DEMAND_START = 3
  77. SERVICE_ERROR_NORMAL = 1
  78. SERVICE_ERROR_IGNORE = 0
  79. REG_EXPAND_SZ = 0x00020000
  80. REG_DWORD = 0x00010001
  81. REG_SZ = 0x00000000
  82. REG_MULTI_SZ = 0x00010000