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.

66 lines
2.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 == 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. VENDOR = "Logitech"
  33. ;wingman force
  34. USB\VID_046D&PID_C281.DeviceDesc = "Logitech WingMan Force USB"
  35. ;wingman rally
  36. USB\VID_046D&PID_C291.DeviceDesc="Logitech WingMan Formula Force USB"
  37. LwForce.CLSID.Description="PID Force Feedback Joystick Effect Driver"
  38. LwForce.XAxis.Desc="X axis"
  39. LwForce.YAxis.Desc="Y axis"
  40. LwForce.ZAxis.Desc="Z axis"
  41. LwForce.Button0.Desc="Trigger"
  42. LwForce.Button1.Desc="Thumb Button"
  43. LwForce.Button2.Desc="Button2"
  44. LwForce.Button3.Desc="Button3"
  45. LwForce.Button4.Desc="Button4"
  46. LwForce.Button5.Desc="Button5"
  47. LwForce.Button6.Desc="Button6"
  48. LwForce.Button7.Desc="Button7"
  49. LwForce.Button8.Desc="Button8"
  50. LwForce.Button9.Desc="Button9"
  51. ;
  52. ; non localized strings
  53. ; registry key
  54. WgmOem.WgmForce = "System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046D&PID_C281"
  55. WgmOem.WgmForce.Effect = "System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046D&PID_C281\OEMForceFeedback\Effects"
  56. WgmOem.WgmRally = "System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046D&PID_C291"
  57. WgmOem.WgmRally.Effect = "System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046D&PID_C291\OEMForceFeedback\Effects"
  58. ;force for all force device
  59. LwForce.CLSID="{EEC6993A-B3FD-11D2-A916-00C04FB98638}"
  60. LwForce.CLSID.DllName="pid.dll"
  61. LwForce.CLSID.SysName=""