Remove some common and duplicate translations

This commit is contained in:
ebaydayz
2016-11-07 16:14:20 -05:00
parent 33ed3737a5
commit 01307f9a42
11 changed files with 15 additions and 151 deletions

View File

@@ -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;

View File

@@ -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;
};

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;

View File

@@ -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;