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.
77 lines
3.5 KiB
77 lines
3.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 != 0x804 && LANGUAGE_ID != 0x404 && LANGUAGE_ID != 0x411 && LANGUAGE_ID != 0x412
|
|
// This section is for non-FE (chs,cht,jpn,kor) builds. So english, german, ...
|
|
#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
|
|
MSFT = "Microsoft"
|
|
StdMfg = "(Standard system devices)"
|
|
HID.ClassName = "Human Input Devices (HID)"
|
|
HidGame.SvcDesc = "Microsoft Hid to Joystick Port Enabler"
|
|
|
|
HIDGame.GenericDesc = "Generic Game port Device"
|
|
|
|
HidGame.Generic2A2B = "2-axis, 2-button joystick"
|
|
HidGame.Generic2A4B = "2-axis, 4-button joystick"
|
|
HidGame.Gamepad2B = "2-button gamepad"
|
|
HidGame.FlightYoke2B = "2-button flight yoke"
|
|
HidGame.FlightYokeThrottle2B = "2-button flight yoke w/throttle"
|
|
HidGame.Generic3A2B = "3-axis, 2-button joystick"
|
|
HidGame.Generic3A4B = "3-axis, 4-button joystick"
|
|
HidGame.Gamepad4B = "4-button gamepad"
|
|
HidGame.FlightYoke4B = "4-button flight yoke"
|
|
HidGame.FlightYokeThrottle4B = "4-button flight yoke w/throttle"
|
|
HidGame.YConnectTwo2A2B = "Two 2-axis, 2-button joysticks on Y-connector"
|
|
|
|
HidGame.Dev0 = "Steering wheel w/rudder axis pedals"
|
|
HidGame.Dev1 = "4-button joystick w/POV"
|
|
HidGame.Dev2 = "4-button joystick w/POV and throttle"
|
|
HidGame.Dev3 = "6-button joystick w/POV"
|
|
HidGame.Dev4 = "6-button joystick w/POV and throttle"
|
|
HidGame.Dev5 = "6-button joystick w/two POVs"
|
|
HidGame.Dev6 = "6-button joystick w/two POVs and throttle"
|
|
HidGame.Dev7 = "6-button flight yoke w/two POVs"
|
|
HidGame.Dev8 = "6-button flight yoke w/two POVs and throttle"
|
|
HidGame.Dev9 = "6-button gamepad"
|
|
HidGame.DevA = "5-button gamepad w/throttle"
|
|
HidGame.DevB = "6-button joystick"
|
|
HidGame.DevC = "5-button joystick w/throttle"
|
|
HidGame.DevD = "5-button joystick w/POV"
|
|
|
|
WgmExtrmDgtlAuto.Name = "Logitech WingMan Digital Devices(Auto-Detect)"
|
|
|
|
|
|
;
|
|
; non localized strings
|
|
KEY_OEM="SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM"
|
|
SPSVCINST_ASSOCSERVICE= 0x00000002
|
|
SERVICE_KERNEL_DRIVER = 1
|
|
SERVICE_DEMAND_START = 3
|
|
SERVICE_ERROR_IGNORE = 0
|