Adding german medical translations, minor changes

Changing the messages for wipes. It cannot be done like it was before for the german language.
Thx @RedLink-kam for the russain translations.

Ive re-ordered the new strings so the Namalsk compatibility is the last again. Namalsk should be always last since it is just an addon from a different mod.
This commit is contained in:
A Man
2019-12-14 10:00:35 +01:00
parent ca1eef5b90
commit 6740fb5326
4 changed files with 119 additions and 88 deletions

View File

@@ -8,5 +8,5 @@ _unit setVariable ["USEC_Sepsis", false, true];
_unit setVariable ["sepsisStarted", nil];
if (_medic != player) then {
format [localize "str_actions_medical_general_received",(name _medic),localize "STR_ITEM_DESC_WIPES"] call dayz_rollingMessages;
format [localize "str_actions_medical_wipes_received",(name _medic)] call dayz_rollingMessages;
};

View File

@@ -35,7 +35,7 @@ if (_finished) then {
// Give humanity
[20,0] call player_humanityChange;
format[localize "str_actions_medical_general_give",localize "STR_ITEM_DESC_WIPES",(name _unit)] call dayz_rollingMessages;
format[localize "str_actions_medical_gave_wipes",(name _unit)] call dayz_rollingMessages;
};
} else {
player addMagazine "ItemAntibacterialWipe";