Finish localization support

Vanilla development commit:

33c6cafbcb
This commit is contained in:
ebaydayz
2016-04-28 22:13:48 -04:00
parent 7f1b8db85a
commit 4b9d6df0bb
12 changed files with 106 additions and 37 deletions

View File

@@ -3,7 +3,7 @@ class DZ_AmmoBoxRU : ReammoBox
scope = public;
model = "ca\weapons\ammoboxes\proxy_ruweaponboxlow.p3d";
displayName = "Ammo box"; //TODO move to stringtable
displayName = $STR_DAYZ_OBJ_3;
};
class DZ_ExplosiveBoxRU : ReammoBox
@@ -11,7 +11,7 @@ class DZ_ExplosiveBoxRU : ReammoBox
scope = public;
model = "ca\weapons\ammoboxes\proxy_ruexplosives.p3d";
displayName = "Ammo box"; //TODO move to stringtable
displayName = $STR_DAYZ_OBJ_3;
};
class DZ_AmmoBoxUS : ReammoBox
@@ -19,7 +19,7 @@ class DZ_AmmoBoxUS : ReammoBox
scope = public;
model = "ca\weapons\ammoboxes\proxy_usbasicammoboxsmall.p3d";
displayName = "Ammo box"; //TODO move to stringtable
displayName = $STR_DAYZ_OBJ_3;
};
class DZ_ExplosivesBoxUS : ReammoBox
@@ -27,7 +27,7 @@ class DZ_ExplosivesBoxUS : ReammoBox
scope = public;
model = "ca\weapons\ammoboxes\proxy_usbasicexplosives.p3d";
displayName = "Ammo box"; //TODO move to stringtable
displayName = $STR_DAYZ_OBJ_3;
};
class DZ_CardboardBox : ReammoBox
@@ -35,7 +35,7 @@ class DZ_CardboardBox : ReammoBox
scope = public;
model = "dayz_equip\models\cardboard_box.p3d";
displayName = "Cardboard box"; //TODO move to stringtable
displayName = $STR_DAYZ_OBJ_4;
};
class DZ_MedBox : ReammoBox