mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Initial push (#8225)
This commit is contained in:
parent
f1338e65f4
commit
d8bdde07b3
@ -23,7 +23,7 @@
|
|||||||
QGVAR(vehicleStartingLockState), "LIST",
|
QGVAR(vehicleStartingLockState), "LIST",
|
||||||
[LSTRING(VehicleStartingLockState_DisplayName), LSTRING(VehicleStartingLockState_Description)],
|
[LSTRING(VehicleStartingLockState_DisplayName), LSTRING(VehicleStartingLockState_Description)],
|
||||||
LSTRING(DisplayName),
|
LSTRING(DisplayName),
|
||||||
[[-1,0,1,2],["str_cfg_envsounds_default", LSTRING(VehicleStartingLockState_AsIs), LSTRING(VehicleStartingLockState_Locked), LSTRING(VehicleStartingLockState_Unlocked)], 0], // [values, titles, defaultIndex]
|
[[-1,0,1,2],[LSTRING(VehicleStartingLockState_AsIs), LSTRING(VehicleStartingLockState_RemoveAmbiguousLockState), LSTRING(VehicleStartingLockState_Locked), LSTRING(VehicleStartingLockState_Unlocked)], 0], // [values, titles, defaultIndex]
|
||||||
true, // isGlobal
|
true, // isGlobal
|
||||||
{[QGVAR(vehicleStartingLockState), _this] call EFUNC(common,cbaSettings_settingChanged)},
|
{[QGVAR(vehicleStartingLockState), _this] call EFUNC(common,cbaSettings_settingChanged)},
|
||||||
true // Needs mission restart
|
true // Needs mission restart
|
||||||
|
@ -276,6 +276,9 @@
|
|||||||
<Chinesesimp>设定所有载具的初始上锁状态 (移除不明确的锁定状态)</Chinesesimp>
|
<Chinesesimp>设定所有载具的初始上锁状态 (移除不明确的锁定状态)</Chinesesimp>
|
||||||
<Chinese>設定所有載具的初始上鎖狀態 (移除不明確的鎖定狀態)</Chinese>
|
<Chinese>設定所有載具的初始上鎖狀態 (移除不明確的鎖定狀態)</Chinese>
|
||||||
</Key>
|
</Key>
|
||||||
|
<Key ID="STR_ACE_VehicleLock_VehicleStartingLockState_RemoveAmbiguousLockState">
|
||||||
|
<English>Remove Ambiguous Lock State</English>
|
||||||
|
</Key>
|
||||||
<Key ID="STR_ACE_VehicleLock_VehicleStartingLockState_AsIs">
|
<Key ID="STR_ACE_VehicleLock_VehicleStartingLockState_AsIs">
|
||||||
<English>As Is</English>
|
<English>As Is</English>
|
||||||
<Polish>Jak jest</Polish>
|
<Polish>Jak jest</Polish>
|
||||||
|
Loading…
Reference in New Issue
Block a user