localization #2

This commit is contained in:
Zac Surplice
2013-11-06 19:34:53 +11:00
parent 7e2b6febd0
commit cf2cdc037a
41 changed files with 1012 additions and 122 deletions

View File

@@ -1,7 +1,7 @@
private ["_trader_data", "_dialog"];
if (TradeInprogress) exitWith {
cutText ["Trading already in progress." , "PLAIN DOWN"];
cutText [(localize "str_epoch_player_97") , "PLAIN DOWN"];
};
_trader_data = (_this select 3);