mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2026-02-13 19:52:57 +03:00
Remove some common and duplicate translations
This commit is contained in:
@@ -213,8 +213,8 @@ class Skin_TK_Soldier_Sniper_EP1_DZ: SkinBase {
|
||||
};
|
||||
class Skin_TK_Commander_EP1_DZ: SkinBase {
|
||||
scope = public;
|
||||
displayName = $STR_EPOCH_SKINS_GENERAL;
|
||||
descriptionShort = $STR_EPOCH_SKINS_GENERAL;
|
||||
displayName = $STR_GENERAL;
|
||||
descriptionShort = $STR_GENERAL;
|
||||
};
|
||||
class Skin_RU_Soldier_Crew_DZ: SkinBase {
|
||||
scope = public;
|
||||
|
||||
@@ -189,7 +189,7 @@ class DZ_GroupDialog {
|
||||
};
|
||||
class Kick: DZ_GroupButton {
|
||||
idc = 4;
|
||||
text = $STR_EPOCH_KICK;
|
||||
text = $STR_DISP_MP_DS_KICK;
|
||||
onButtonClick = "(_this select 0) ctrlShow false; call dayz_kickFromGroup;";
|
||||
y = .239;
|
||||
};
|
||||
|
||||
@@ -119,7 +119,7 @@ class AdvancedTrading
|
||||
class ZSC_RscButtonMenu_BACK: AT_Zupa_BlueButton
|
||||
{
|
||||
idc = 7449;
|
||||
text = $STR_EPOCH_BACK;
|
||||
text = $STR_DISP_BACK;
|
||||
x = 0.21 * safezoneW + safezoneX;
|
||||
y = 0.33 * safezoneH + safezoneY;
|
||||
w = 0.08 * safezoneW;
|
||||
|
||||
@@ -64,7 +64,7 @@ class DoorAccess
|
||||
class ZupaButton_2: ZSC_RscButtonMenuBlue
|
||||
{
|
||||
idc = -1;
|
||||
text = $STR_EPOCH_CANCEL;
|
||||
text = $STR_DISP_CANCEL;
|
||||
x = 0.40 * safezoneW + safezoneX;
|
||||
y = 0.70 * safezoneH + safezoneY;
|
||||
w = 0.20;
|
||||
|
||||
@@ -48,7 +48,7 @@ class DoorManagement
|
||||
class RscShortcutButton_7105: ZSC_RscButtonMenuBlue
|
||||
{
|
||||
idc = 7105;
|
||||
text = $STR_EPOCH_DELETE;
|
||||
text = $STR_DISP_DELETE;
|
||||
x = 0.47 * safezoneW + safezoneX;
|
||||
y = 0.72 * safezoneH + safezoneY;
|
||||
w = 0.08 * safezoneW;
|
||||
|
||||
@@ -147,7 +147,7 @@ class PlotManagement
|
||||
class RscShortcutButton_7005: ZSC_RscButtonMenuBlue
|
||||
{
|
||||
idc = -1;
|
||||
text = $STR_EPOCH_DELETE;
|
||||
text = $STR_DISP_DELETE;
|
||||
x = 0.47 * safezoneW + safezoneX;
|
||||
y = 0.72 * safezoneH + safezoneY;
|
||||
w = 0.08 * safezoneW;
|
||||
|
||||
Reference in New Issue
Block a user