mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Repair - Change Repair Threshold setting descriptions (#9242)
* change stringtable * change setting to % slider * keep old translations
This commit is contained in:
parent
c7e13ca4c7
commit
cc1636c14f
@ -57,7 +57,7 @@ private _category = format ["ACE %1", LLSTRING(Repair)];
|
||||
QGVAR(repairDamageThreshold), "SLIDER",
|
||||
[LSTRING(repairDamageThreshold_name), LSTRING(repairDamageThreshold_description)],
|
||||
_category,
|
||||
[0,1,0.6,2], // [min, max, default value, trailing decimals (-1 for whole numbers only)]
|
||||
[0, 1, 0.6, 1, true],
|
||||
true, // isGlobal
|
||||
{[QGVAR(repairDamageThreshold), _this] call EFUNC(common,cbaSettings_settingChanged)}
|
||||
] call CBA_fnc_addSetting;
|
||||
@ -66,7 +66,7 @@ private _category = format ["ACE %1", LLSTRING(Repair)];
|
||||
QGVAR(repairDamageThreshold_engineer), "SLIDER",
|
||||
[LSTRING(repairDamageThreshold_Engineer_name), LSTRING(repairDamageThreshold_Engineer_description)],
|
||||
_category,
|
||||
[0,1,0.4,2], // [min, max, default value, trailing decimals (-1 for whole numbers only)]
|
||||
[0, 1, 0.4, 1, true],
|
||||
true, // isGlobal
|
||||
{[QGVAR(repairDamageThreshold_engineer), _this] call EFUNC(common,cbaSettings_settingChanged)}
|
||||
] call CBA_fnc_addSetting;
|
||||
|
@ -1285,7 +1285,7 @@
|
||||
<Chinese>維修門檻</Chinese>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Repair_repairDamageThreshold_description">
|
||||
<English>What is the maximum damage that can be repaired with a toolkit?</English>
|
||||
<English>Maximum damage to which a part can be repaired with a toolkit.\n0% means all damage can be repaired.</English>
|
||||
<German>Der maximale Schaden, der von einem Reperatursatz behoben werden kann?</German>
|
||||
<Polish>Jaki jest maksymalny poziom uszkodzeń jaki może zostać naprawiony przy pomocy narzędzi?</Polish>
|
||||
<Portuguese>Qual é o dano máximo que pode ser reparado com um kit de ferramentas?</Portuguese>
|
||||
@ -1315,7 +1315,7 @@
|
||||
<Chinese>維修門檻 (工兵)</Chinese>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Repair_repairDamageThreshold_Engineer_description">
|
||||
<English>What is the maximum damage that can be repaired by an engineer?</English>
|
||||
<English>Maximum damage to which a part can be repaired by an engineer above the minimum level required for the repair.\n0% means all damage can be repaired.</English>
|
||||
<German>Der maximale Schaden, der von einem Pionier behoben werden kann?</German>
|
||||
<Polish>Jaki jest maksymalny poziom uszkodzeń jaki może zostać naprawiony przez mechanika?</Polish>
|
||||
<Portuguese>Qual é o dano máximo que pode ser reparado com um engenheiro?</Portuguese>
|
||||
|
Loading…
Reference in New Issue
Block a user