more localization work (#1689)

This commit is contained in:
Anton
2016-05-02 20:31:13 +03:00
committed by ebaydayz
parent 765b035764
commit 2a99cf8a63
12 changed files with 1689 additions and 234 deletions

View File

@@ -2,20 +2,20 @@ class ItemTinBar: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Tin";
displayName = $STR_EPOCH_TIN;
model = "\z\addons\dayz_epoch\models\tin_bar.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_tin_bar_CA.paa";
descriptionShort = "Tin Bar";
descriptionShort = $STR_EPOCH_TIN_DESC;
};
class ItemTinBar10oz: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "10oz Tin";
displayName = $STR_EPOCH_10OZTIN;
model = "\z\addons\dayz_epoch\models\tin_bar.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_tin_bar_10oz_CA.paa";
descriptionShort = "10oz Tin Bar";
descriptionShort = $STR_EPOCH_10OZTIN_DESC;
class ItemActions {
class Crafting {
text = $STR_EPOCH_PLAYER_211;