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.
63 lines
3.1 KiB
63 lines
3.1 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, Inc."
|
|
|
|
WgmExtrmDgtlSvcDesc.Name = "Logitech WingMan Digital Devices(Auto-Detect)"
|
|
WgmExtrmDgtl.Name = "Logitech WingMan Extreme Digital"
|
|
CyberManIIDgtl.Name = "Logitech CyberMan II"
|
|
ThndrPadDgtl.Name = "Logitech ThunderPad Digital"
|
|
WgmIntrCptr.Name = "Logitech WingMan Interceptor"
|
|
WgmGamePad.Name = "Logitech WingMan GamePad"
|
|
WgmFormula.Name = "Logitech WingMan Formula"
|
|
WgmGpBlk.Name = "Logitech WingMan GamePad (Black)"
|
|
WgmGpExt.Name = "Logitech WingMan GamePad Extreme"
|
|
WgmFormulaY.Name = "Logitech WingMan Formula (Yellow)"
|
|
WgmExtrmDgtl3D.Name = "Logitech WingMan Extreme Digital 3D"
|
|
|
|
;
|
|
; non localized strings
|
|
; registery key
|
|
WgmOem.WgmExtrmDgtlSvcDesc = "SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046d&PID_C01f"
|
|
WgmOem.WgmExtrmDgtl = "SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046d&PID_C020"
|
|
WgmOem.CyberManIIDgtl = "SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046d&PID_C021"
|
|
WgmOem.ThndrPadDgtl = "SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046d&PID_C022"
|
|
WgmOem.WgmIntrCptr = "SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046d&PID_C023"
|
|
WgmOem.WgmGamePad = "SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046d&PID_C024"
|
|
WgmOem.WgmFormula = "SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046d&PID_C025"
|
|
WgmOem.WgmGpBlk = "SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046d&PID_C026"
|
|
WgmOem.WgmGpExt = "SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046d&PID_C027"
|
|
WgmOem.WgmFormulaY = "SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046d&PID_C028"
|
|
WgmOem.WgmExtrmDgtl3D = "SYSTEM\CurrentControlSet\Control\MediaProperties\PrivateProperties\Joystick\OEM\VID_046d&PID_C029"
|
|
|