mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-17 09:10:27 +03:00
localize
This commit is contained in:
@@ -39,7 +39,7 @@ _hasItems = true;
|
|||||||
_missingQty = (_countIn - _qty);
|
_missingQty = (_countIn - _qty);
|
||||||
_hasItems = false;
|
_hasItems = false;
|
||||||
_textMissing = getText(configFile >> "CfgMagazines" >> _missing >> "displayName");
|
_textMissing = getText(configFile >> "CfgMagazines" >> _missing >> "displayName");
|
||||||
cutText [format["Missing %1 more of %2", _missingQty, _textMissing], "PLAIN DOWN"];
|
cutText [format[(localize "STR_EPOCH_ACTIONS_12"), _missingQty, _textMissing], "PLAIN DOWN"];
|
||||||
};
|
};
|
||||||
} forEach _items;
|
} forEach _items;
|
||||||
_hasItems
|
_hasItems
|
||||||
|
|||||||
Reference in New Issue
Block a user