localization #1

This commit is contained in:
Zac Surplice
2013-11-06 16:37:51 +11:00
parent c87df96724
commit 7e2b6febd0
39 changed files with 665 additions and 73 deletions

View File

@@ -9,5 +9,5 @@ _nearNet = _nearNets select 0;
if (!isNull _nearNet and _canDo) then {
[0,1,2,_nearNet] spawn player_removeObject;
} else {
cutText ["No camo nets found nearby.", "PLAIN DOWN"];
cutText [(localize "str_epoch_player_8"), "PLAIN DOWN"];
};