Rename "Check Temperature" to "Check Weapon Temperature" and move it inside the equipment submenu. Close #494

This commit is contained in:
esteldunedain 2015-04-11 19:34:29 -03:00
parent 1a9b25c70e
commit 488000bdf3
2 changed files with 12 additions and 20 deletions

View File

@ -13,16 +13,16 @@ class CfgVehicles {
icon = QUOTE(PATHTOF(UI\spare_barrel_ca.paa));
hotkey = "B";
};
};
class ACE_CheckTemperature {
displayName = "$STR_ACE_Overheating_CheckTemperatureShort";
condition = "switch (currentWeapon _player) do {case (''): {false}; case (primaryWeapon _player); case (secondaryWeapon _player); case (handgunWeapon _player): {true}; default {false}}";
exceptions[] = {"isNotInside"};
statement = QUOTE( [ARR_2(_player, currentWeapon _player)] call FUNC(CheckTemperature); );
showDisabled = 0;
priority = 3.1;
icon = QUOTE(PATHTOF(UI\temp_ca.paa));
hotkey = "P";
class ACE_CheckTemperature {
displayName = "$STR_ACE_Overheating_CheckTemperatureShort";
condition = "switch (currentWeapon _player) do {case (''): {false}; case (primaryWeapon _player); case (secondaryWeapon _player); case (handgunWeapon _player): {true}; default {false}}";
exceptions[] = {"isNotInside"};
statement = QUOTE( [ARR_2(_player, currentWeapon _player)] call FUNC(CheckTemperature); );
showDisabled = 0;
priority = 2.9;
icon = QUOTE(PATHTOF(UI\temp_ca.paa));
hotkey = "P";
};
};
};
};

View File

@ -119,16 +119,8 @@
<Russian>Проверить температуру оружия</Russian>
</Key>
<Key ID="STR_ACE_Overheating_CheckTemperatureShort">
<English>Check&lt;br/&gt;temperature</English>
<German>Temperatur&lt;br/&gt;prüfen</German>
<Spanish>Verificar&lt;br/&gt;temperatura</Spanish>
<Polish>Sprawdź&lt;br/&gt;temperaturę</Polish>
<French>Vérifier la&lt;br/&gt;température</French>
<Hungarian>Hőmérséklet&lt;br/&gt;ellenőrzése</Hungarian>
<Czech>Zjistit&lt;br/&gt;teplotu</Czech>
<Portuguese>Conferir&lt;br/&gt;temperatura</Portuguese>
<Italian>Controlla la&lt;br/&gt;temperatura</Italian>
<Russian>Проверить&lt;br/&gt;температуру</Russian>
<English>Check weapon&lt;br/&gt;temperature</English>
<Spanish>Verificar temperatura&lt;br/&gt;del arma</Spanish>
</Key>
<Key ID="STR_ACE_Overheating_CheckingTemperature">
<English>Checking temperature ...</English>