mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-18 14:12:57 +03:00
Remove some common and duplicate translations
This commit is contained in:
@@ -33,7 +33,7 @@ if (isClass _config) then {
|
||||
};
|
||||
};
|
||||
|
||||
if (count _attachments < 1) then {_attachments = [localize "STR_EPOCH_NONE"];};
|
||||
if (count _attachments < 1) then {_attachments = [localize "STR_SPECIAL_NONE"];};
|
||||
|
||||
_attachText = "";
|
||||
{
|
||||
|
||||
@@ -491,13 +491,13 @@ if (_canBuild select 0) then {
|
||||
_combination = format["%1%2%3",_combination_1,_combination_2,_combination_3];
|
||||
dayz_combination = _combination;
|
||||
if (_combination_1 == 100) then {
|
||||
_combination_1_Display = localize "STR_EPOCH_RED";
|
||||
_combination_1_Display = localize "STR_TEAM_RED";
|
||||
};
|
||||
if (_combination_1 == 101) then {
|
||||
_combination_1_Display = localize "STR_EPOCH_GREEN";
|
||||
_combination_1_Display = localize "STR_TEAM_GREEN";
|
||||
};
|
||||
if (_combination_1 == 102) then {
|
||||
_combination_1_Display = localize "STR_EPOCH_BLUE";
|
||||
_combination_1_Display = localize "STR_TEAM_BLUE";
|
||||
};
|
||||
_combinationDisplay = format["%1%2%3",_combination_1_Display,_combination_2,_combination_3];
|
||||
};
|
||||
|
||||
@@ -400,13 +400,13 @@ if (_canBuild select 0) then {
|
||||
_combination = format["%1%2%3",_combination_1,_combination_2,_combination_3];
|
||||
dayz_combination = _combination;
|
||||
if (_combination_1 == 100) then {
|
||||
_combination_1_Display = localize "STR_EPOCH_RED";
|
||||
_combination_1_Display = localize "STR_TEAM_RED";
|
||||
};
|
||||
if (_combination_1 == 101) then {
|
||||
_combination_1_Display = localize "STR_EPOCH_GREEN";
|
||||
_combination_1_Display = localize "STR_TEAM_GREEN";
|
||||
};
|
||||
if (_combination_1 == 102) then {
|
||||
_combination_1_Display = localize "STR_EPOCH_BLUE";
|
||||
_combination_1_Display = localize "STR_TEAM_BLUE";
|
||||
};
|
||||
_combinationDisplay = format["%1%2%3",_combination_1_Display,_combination_2,_combination_3];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user