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.5 KiB
66 lines
2.5 KiB
/*:
|
|
@*: This file is organized into two main blocks. The first block contains
|
|
@*: code (non-string) sections which are specific to languages. Please put
|
|
@*: the code sections in the correct language.
|
|
@*: The second block is reserved for [Strings] which localizers will be
|
|
@*: working with. It is further divided using "#if LANGUAGE ==" for language
|
|
@*: specific strings. For strings which are common to all languages
|
|
@*: place outside the #ifs.
|
|
@*:
|
|
@*: This file is first precompiled with LANGUAGE_ID
|
|
@*: set to the language (see inf\win4\inf\makefile.inc for details).
|
|
@*: For example, for usa builds, the sections under #if LANGUAGE == 0x409
|
|
@*: will appear.
|
|
@*:
|
|
@*: Important: To support locstudio, this file contains only ONE [Strings] section.
|
|
@*:
|
|
@*/
|
|
|
|
#if LANGUAGE_ID == 0x409
|
|
//USA specific sections
|
|
#elif LANGUAGE_ID == 0x804
|
|
//CHS specific sections
|
|
#elif LANGUAGE_ID == 0x404
|
|
//CHT specific sections
|
|
#elif LANGUAGE_ID == 0x411
|
|
//JPN specific sections
|
|
#elif LANGUAGE_ID == 0x412
|
|
//KOR specific sections
|
|
#endif
|
|
|
|
// String section below for localizers
|
|
[Strings]
|
|
;localized strings
|
|
VENDOR = "Logitech"
|
|
;wingman force
|
|
USB\VID_046D&PID_C281.DeviceDesc = "Logitech WingMan Force USB"
|
|
;wingman rally
|
|
USB\VID_046D&PID_C291.DeviceDesc="Logitech WingMan Formula Force USB"
|
|
LwForce.CLSID.Description="PID Force Feedback Joystick Effect Driver"
|
|
LwForce.XAxis.Desc="X axis"
|
|
LwForce.YAxis.Desc="Y axis"
|
|
LwForce.ZAxis.Desc="Z axis"
|
|
LwForce.Button0.Desc="Trigger"
|
|
LwForce.Button1.Desc="Thumb Button"
|
|
LwForce.Button2.Desc="Button2"
|
|
LwForce.Button3.Desc="Button3"
|
|
LwForce.Button4.Desc="Button4"
|
|
LwForce.Button5.Desc="Button5"
|
|
LwForce.Button6.Desc="Button6"
|
|
LwForce.Button7.Desc="Button7"
|
|
LwForce.Button8.Desc="Button8"
|
|
LwForce.Button9.Desc="Button9"
|
|
|
|
;
|
|
; non localized strings
|
|
; registry key
|
|
WgmOem.WgmForce = "System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046D&PID_C281"
|
|
WgmOem.WgmForce.Effect = "System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046D&PID_C281\OEMForceFeedback\Effects"
|
|
WgmOem.WgmRally = "System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046D&PID_C291"
|
|
WgmOem.WgmRally.Effect = "System\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046D&PID_C291\OEMForceFeedback\Effects"
|
|
|
|
;force for all force device
|
|
LwForce.CLSID="{EEC6993A-B3FD-11D2-A916-00C04FB98638}"
|
|
LwForce.CLSID.DllName="pid.dll"
|
|
LwForce.CLSID.SysName=""
|
|
|