Rename vanilla strings from #1708

When localizing vanilla strings please do not put "EPOCH" in their name
or include them in the dayz_epoch package of the stringtable. This
creates more work to backport common translation updates and vice versa.
This commit is contained in:
ebaydayz
2016-07-17 14:02:04 -04:00
parent b9f4aa3ae0
commit 7751914428
17 changed files with 108 additions and 139 deletions

View File

@@ -136,7 +136,7 @@ if (_ComboMatch || (_ownerID == dayz_playerUID)) then {
} count _objWpnTypes;
};
format[localize "str_epoch_player_125",_text] call dayz_rollingMessages;
format[localize "STR_BLD_UNLOCKED",_text] call dayz_rollingMessages;
};
} else {
DZE_ActionInProgress = false;
@@ -149,7 +149,7 @@ if (_ComboMatch || (_ownerID == dayz_playerUID)) then {
[player,"repair",0,false] call dayz_zombieSpeak;
[player,25,true,(getPosATL player)] spawn player_alertZombies;
uiSleep 5;
format[localize "str_epoch_player_126",_text] call dayz_rollingMessages;
format[localize "STR_BLD_WRONG_COMBO",_text] call dayz_rollingMessages;
};
s_player_unlockvault = -1;
DZE_ActionInProgress = false;