localization

This commit is contained in:
HARLAN
2013-12-13 15:15:22 -05:00
parent 5fde59c7e4
commit 3b27c45f64

View File

@@ -15,7 +15,7 @@ class EpochDeathBoardDialog
class RscText_1001: RscText
{
idc = -1;
text = "Kill Board";
text = $STR_EPOCH_PLAYER_302;
x = 0.283659 * safezoneW + safezoneX;
y = 0.224978 * safezoneH + safezoneY;
w = 0.432681 * safezoneW;
@@ -34,7 +34,7 @@ class EpochDeathBoardDialog
class RscText_1002: RscText
{
idc = -1;
text = "Murders";
text = $STR_EPOCH_PLAYER_303;
x = 0.29042 * safezoneW + safezoneX;
y = 0.293733 * safezoneH + safezoneY;
w = 0.0540852 * safezoneW;
@@ -62,4 +62,4 @@ class EpochDeathBoardDialog
colorBackground[] = {0,0,0,0};
};
};
};
};