mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
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:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user