Initial push (#8225)

This commit is contained in:
JoramD 2021-04-22 05:32:05 +02:00 committed by PabstMirror
parent f1338e65f4
commit d8bdde07b3
2 changed files with 4 additions and 1 deletions

View File

@ -23,7 +23,7 @@
QGVAR(vehicleStartingLockState), "LIST",
[LSTRING(VehicleStartingLockState_DisplayName), LSTRING(VehicleStartingLockState_Description)],
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
{[QGVAR(vehicleStartingLockState), _this] call EFUNC(common,cbaSettings_settingChanged)},
true // Needs mission restart

View File

@ -276,6 +276,9 @@
<Chinesesimp>设定所有载具的初始上锁状态 (移除不明确的锁定状态)</Chinesesimp>
<Chinese>設定所有載具的初始上鎖狀態 (移除不明確的鎖定狀態)</Chinese>
</Key>
<Key ID="STR_ACE_VehicleLock_VehicleStartingLockState_RemoveAmbiguousLockState">
<English>Remove Ambiguous Lock State</English>
</Key>
<Key ID="STR_ACE_VehicleLock_VehicleStartingLockState_AsIs">
<English>As Is</English>
<Polish>Jak jest</Polish>