mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
Removed 'Repair' word from sub-actions
This commit is contained in:
parent
50e851d2c8
commit
e08bf59ac2
@ -90,9 +90,9 @@ _wheelHitPointSelections = _wheelHitPointsWithSelections select 1;
|
||||
_text = format ["STR_ACE_Repair_%1", _x];
|
||||
|
||||
if (isLocalized _text) then {
|
||||
_text = format [localize LSTRING(RepairHitpoint), localize _text];
|
||||
_text = localize _text;
|
||||
} else {
|
||||
_text = format [localize LSTRING(RepairHitpoint), _x];
|
||||
_text = _x;
|
||||
};
|
||||
|
||||
_icon = "A3\ui_f\data\igui\cfg\actions\repair_ca.paa";
|
||||
|
@ -1,4 +1,4 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<!-- Edited with tabler - 2014-12-21 -->
|
||||
<Project name="ACE">
|
||||
<Package name="repair">
|
||||
@ -118,18 +118,6 @@
|
||||
<English>Who can perform a full repair on a vehicle?</English>
|
||||
<Polish>Kto może przeprowadzić pełną naprawę pojazdu?</Polish>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Repair_RepairHitpoint">
|
||||
<English>Repair %1</English>
|
||||
<German>Reparieren %1</German>
|
||||
<Spanish>Reparación %1</Spanish>
|
||||
<French>Réparer %1</French>
|
||||
<Polish>Napraw %1</Polish>
|
||||
<Czech>Opravit %1</Czech>
|
||||
<Portuguese>Reparar %1</Portuguese>
|
||||
<Italian>Ripara %1</Italian>
|
||||
<Hungarian>Szerelés %1</Hungarian>
|
||||
<Russian>Ремонт %1</Russian>
|
||||
</Key>
|
||||
<Key ID="STR_ACE_Repair_Repair">
|
||||
<English>Repair >></English>
|
||||
<German>Reparieren >></German>
|
||||
@ -696,4 +684,4 @@
|
||||
<Polish>Przydziel klasę budynku naprawczego do jednego lub kilku budynków.</Polish>
|
||||
</Key>
|
||||
</Package>
|
||||
</Project>
|
||||
</Project>
|
||||
|
Loading…
Reference in New Issue
Block a user