More Advanced Trading localization

Russian translations provided by Epoch forums user koms:
http://epochmod.com/forum/profile/33066-koms/
This commit is contained in:
ebaydayz
2016-05-02 17:32:27 -04:00
parent c4ed93959e
commit 8d82693c1b
12 changed files with 187 additions and 59 deletions

View File

@@ -10,8 +10,8 @@ _list = nearestObjects [(getPosATL player), ["AllVehicles"], Z_VehicleDistance];
_result = false;
if(!isNull _vehicle)then{
Z_vehicle = _vehicle;
systemChat format["Selected %1",typeOf Z_vehicle];
systemChat format[localize "STR_EPOCH_TRADE_SELECTED",typeOf Z_vehicle];
_result = true;
[format["Buying in %1.", typeOf Z_vehicle]] call Z_filleTradeTitle;
[format[localize "STR_EPOCH_BUYING_IN", typeOf Z_vehicle]] call Z_filleTradeTitle;
};
_result