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,8 +2,8 @@ class ItemBronzeBar: CA_Magazine {
scope = public;
count = 1;
type = 256;
displayName = "Bronze";
displayName = $STR_EPOCH_BRONZE;
model = "\z\addons\dayz_epoch\models\bronze_bar.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_bar_bronze_CA.paa";
descriptionShort = "Bronze Bar";
descriptionShort = $STR_EPOCH_BRONZE_DESC;
};