Localize vehicle names

This commit also removes the displaynameshort. We do not need it any longer.
This commit is contained in:
A Man
2019-11-18 19:02:02 +01:00
parent 5c3f21626b
commit e36e3cc429
35 changed files with 607 additions and 147 deletions

View File

@@ -451,7 +451,7 @@ class UAZ_MG_TK_EP1_DZ: UAZ_MG_Base
scope = public;
side = 0;
faction = "BIS_TK";
displayName = "UAZ (DShKM) DZ";
displayName = $STR_VEH_NAME_UAZ_DSHKM;
accuracy = 0.3;
crew = "";
typicalCargo[] = {};
@@ -503,7 +503,7 @@ class UAZ_MG_TK_EP1_DZE: UAZ_MG_Base
faction = "BIS_TK";
accuracy = 0.3;
crew = "";
displayName = "UAZ (DShKM) AL";
displayName = $STR_VEH_NAME_UAZ_DSHKM;
typicalCargo[] = {};
hiddenSelectionsTextures[] = {"\CA\wheeled_E\UAZ\Data\Uaz_main_IND_CO.paa","\ca\wheeled\data\uaz_mount_001_co.paa"};
class TransportMagazines {};