Localization additions

Adds some more text to localization, Moves sandbags around so they are
all next to each other.
This commit is contained in:
oiad
2016-09-11 15:21:43 +12:00
parent b305e7d793
commit 64348b1f84
5 changed files with 104 additions and 40 deletions

View File

@@ -84,11 +84,10 @@ class BagFenceRound_DZ_kit : CA_Magazine {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
displayName = "Round Sandbag Fence"; displayName = $STR_EQUIP_NAME_21_ROUND;
descriptionShort = $STR_EQUIP_DESC_21;
model = "\dayz_equip\models\sandbags.p3d"; model = "\dayz_equip\models\sandbags.p3d";
picture = "\dayz_equip\textures\equip_sandbag_ca.paa"; picture = "\dayz_equip\textures\equip_sandbag_ca.paa";
descriptionShort = $STR_EQUIP_DESC_21;
class ItemActions { class ItemActions {
class Build { class Build {
text = $STR_EPOCH_PLAYER_299; text = $STR_EPOCH_PLAYER_299;
@@ -113,8 +112,8 @@ class sandbag_nest_kit: CA_Magazine
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
displayName = "Sandbag Nest"; displayName = $STR_EQUIP_NAME_21_NEST;
descriptionShort = "Sandbag Nest: A buildable fortification object, can be removed."; descriptionShort = $STR_EQUIP_DESC_21_NEST;
model = "\z\addons\dayz_epoch\models\supply_crate.p3d"; model = "\z\addons\dayz_epoch\models\supply_crate.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_wooden_crate_ca.paa";
weight = 50; weight = 50;
@@ -134,10 +133,10 @@ class ItemSandbagLarge : CA_Magazine {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
displayName = "H-barrier cube"; displayName = $STR_EQUIP_NAME_21_HBARRIER;
descriptionShort = $STR_EQUIP_DESC_21_HBARRIER;
model = "\dayz_equip\models\sandbags.p3d"; // TODO model model = "\dayz_equip\models\sandbags.p3d"; // TODO model
picture = "\dayz_equip\textures\equip_sandbag_ca.paa"; picture = "\dayz_equip\textures\equip_sandbag_ca.paa";
descriptionShort = "Hesco berrier: A buildable object that is used for fortification purposes.";
weight = 50; weight = 50;
class ItemActions { class ItemActions {
class Build { class Build {
@@ -162,10 +161,10 @@ class ItemSandbagExLarge : CA_Magazine {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
displayName = "3 x H-barrier cube"; displayName = $STR_EQUIP_NAME_21_3XHBARRIER;
descriptionShort = $STR_EQUIP_DESC_21_HBARRIER;
model = "\dayz_equip\models\sandbags.p3d"; // TODO model model = "\dayz_equip\models\sandbags.p3d"; // TODO model
picture = "\dayz_equip\textures\equip_sandbag_ca.paa"; picture = "\dayz_equip\textures\equip_sandbag_ca.paa";
descriptionShort = "Hesco berrier: A buildable object that is used for fortification purposes.";
weight = 150; weight = 150;
class ItemActions { class ItemActions {
class Build { class Build {
@@ -190,10 +189,10 @@ class ItemSandbagExLarge5x : CA_Magazine {
scope = public; scope = public;
count = 1; count = 1;
type = 256; type = 256;
displayName = "5 x H-barrier cube"; displayName = $STR_EQUIP_NAME_21_5XHBARRIER;
descriptionShort = $STR_EQUIP_DESC_21_HBARRIER;
model = "\dayz_equip\models\sandbags.p3d"; // TODO model model = "\dayz_equip\models\sandbags.p3d"; // TODO model
picture = "\dayz_equip\textures\equip_sandbag_ca.paa"; picture = "\dayz_equip\textures\equip_sandbag_ca.paa";
descriptionShort = "Hesco berrier: A buildable object that is used for fortification purposes.";
weight = 200; weight = 200;
class ItemActions { class ItemActions {
class Build { class Build {

View File

@@ -1,8 +1,8 @@
class ItemFertilizer: CA_Magazine { class ItemFertilizer: CA_Magazine {
scope = public; scope = public;
count = 1; count = 1;
displayName = "Fertilizer"; displayName = $STR_CRAFT_NAME_FERTILIZER;
descriptionShort = "Fertilizer"; descriptionShort = $STR_CRAFT_DESC_FERTILIZER;
weight = 0.1; weight = 0.1;
model = "z\addons\dayz_communityassets\models\mre.p3d"; // TODO: model + icon model = "z\addons\dayz_communityassets\models\mre.p3d"; // TODO: model + icon
picture = "\z\addons\dayz_communityassets\pictures\equip_mre_CA.paa"; picture = "\z\addons\dayz_communityassets\pictures\equip_mre_CA.paa";
@@ -12,8 +12,8 @@ class ItemFertilizer: CA_Magazine {
class ItemPumpkinSeed: CA_Magazine { class ItemPumpkinSeed: CA_Magazine {
scope = public; scope = public;
count = 1; count = 1;
displayName = "A Pumpkin Seed"; displayName = $STR_CRAFT_NAME_PUMPKIN_SEED;
descriptionShort = "A Pumpkin Seed"; descriptionShort = $STR_CRAFT_DESC_PUMPKIN_SEED;
weight = 0.1; weight = 0.1;
model = "\z\addons\dayz_epoch\models\doc_child1.p3d"; // TODO: model + icon model = "\z\addons\dayz_epoch\models\doc_child1.p3d"; // TODO: model + icon
picture = "\z\addons\dayz_epoch\pictures\equip_child1_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_child1_ca.paa";
@@ -34,8 +34,8 @@ class ItemPumpkinSeed: CA_Magazine {
class ItemPumpkinPlant: CA_Magazine { class ItemPumpkinPlant: CA_Magazine {
scope = public; scope = public;
count = 1; count = 1;
displayName = "A Pumpkin Plant"; displayName = $STR_CRAFT_NAME_PUMPKIN_PLANT;
descriptionShort = "A Pumpkin Plant"; descriptionShort = $STR_CRAFT_DESC_PUMPKIN_PLANT;
weight = 0.1; weight = 0.1;
model = "\z\addons\dayz_epoch\models\doc_child1.p3d"; // TODO: model + icon model = "\z\addons\dayz_epoch\models\doc_child1.p3d"; // TODO: model + icon
picture = "\z\addons\dayz_epoch\pictures\equip_child1_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_child1_ca.paa";
@@ -54,8 +54,8 @@ class ItemPumpkinPlant: CA_Magazine {
class ItemHempSeed: CA_Magazine { class ItemHempSeed: CA_Magazine {
scope = public; scope = public;
count = 1; count = 1;
displayName = "A Hemp Seed"; displayName = $STR_CRAFT_NAME_HEMP_SEED;
descriptionShort = "A Hemp Seed"; descriptionShort = $STR_CRAFT_DESC_HEMP_SEED;
weight = 0.1; weight = 0.1;
model = "\z\addons\dayz_epoch\models\doc_child2.p3d"; // TODO: model + icon model = "\z\addons\dayz_epoch\models\doc_child2.p3d"; // TODO: model + icon
picture = "\z\addons\dayz_epoch\pictures\equip_child2_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_child2_ca.paa";
@@ -76,8 +76,8 @@ class ItemHempSeed: CA_Magazine {
class ItemHempPlant: CA_Magazine { class ItemHempPlant: CA_Magazine {
scope = public; scope = public;
count = 1; count = 1;
displayName = "A Hemp Plant"; displayName = $STR_CRAFT_NAME_HEMP_PLANT;
descriptionShort = "A Hemp Plant"; descriptionShort = $STR_CRAFT_DESC_HEMP_PLANT;
weight = 0.1; weight = 0.1;
model = "\z\addons\dayz_epoch\models\doc_child2.p3d"; // TODO: model + icon model = "\z\addons\dayz_epoch\models\doc_child2.p3d"; // TODO: model + icon
picture = "\z\addons\dayz_epoch\pictures\equip_child2_ca.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_child2_ca.paa";

View File

@@ -28,7 +28,7 @@
picture = "\z\addons\dayz_epoch\pictures\equip_chainsaw_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_chainsaw_CA.paa";
displayName = "Chainsaw"; displayName = $STR_EPOCH_CHAINSAW;
cursor = ""; cursor = "";
cursoraim = "\ca\Weapons\Data\clear_empty"; cursoraim = "\ca\Weapons\Data\clear_empty";
@@ -89,27 +89,27 @@
magazines[] = {"CSGAS"}; magazines[] = {"CSGAS"};
class Library class Library
{ {
libTextDesc = "Hermlite Chainsaw"; libTextDesc = $STR_EPOCH_DESC_CHAINSAW;
}; };
descriptionShort = "Hermlite Chainsaw"; descriptionShort = $STR_EPOCH_DESC_CHAINSAW;
}; };
class ChainSawB : ChainSaw { class ChainSawB : ChainSaw {
model = "\z\addons\dayz_epoch\models\chainsaw_B.p3d"; model = "\z\addons\dayz_epoch\models\chainsaw_B.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_chainsawB_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_chainsawB_CA.paa";
descriptionShort = "Hermlite Chainsaw (Blue)"; descriptionShort = $STR_EPOCH_DESC_CHAINSAW_BLUE;
}; };
class ChainSawG : ChainSaw { class ChainSawG : ChainSaw {
model = "\z\addons\dayz_epoch\models\chainsaw_G.p3d"; model = "\z\addons\dayz_epoch\models\chainsaw_G.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_chainsawG_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_chainsawG_CA.paa";
descriptionShort = "Hermlite Chainsaw (Green)"; descriptionShort = $STR_EPOCH_DESC_CHAINSAW_GREEN;
}; };
class ChainSawP : ChainSaw { class ChainSawP : ChainSaw {
model = "\z\addons\dayz_epoch\models\chainsaw_P.p3d"; model = "\z\addons\dayz_epoch\models\chainsaw_P.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_chainsawP_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_chainsawP_CA.paa";
descriptionShort = "Hermlite Chainsaw (Pink)"; descriptionShort = $STR_EPOCH_DESC_CHAINSAW_PINK;
}; };
class ChainSawR : ChainSaw { class ChainSawR : ChainSaw {
model = "\z\addons\dayz_epoch\models\chainsaw_R.p3d"; model = "\z\addons\dayz_epoch\models\chainsaw_R.p3d";
picture = "\z\addons\dayz_epoch\pictures\equip_chainsawR_CA.paa"; picture = "\z\addons\dayz_epoch\pictures\equip_chainsawR_CA.paa";
descriptionShort = "Hermlite Chainsaw (Red)"; descriptionShort = $STR_EPOCH_DESC_CHAINSAW_RED;
}; };

View File

@@ -16,7 +16,7 @@ class m107: Rifle
distanceZoomMin = 500; distanceZoomMin = 500;
opticsZoomMax = 0.0553; opticsZoomMax = 0.0553;
distanceZoomMax = 200; distanceZoomMax = 200;
displayname = "M107"; displayname = $STR_DZ_WPN_M107_NAME;
autoFire = 0; autoFire = 0;
begin1[] = {"ca\sounds\weapons\rifles\m107",2.51189,1,1300}; begin1[] = {"ca\sounds\weapons\rifles\m107",2.51189,1,1300};
soundBegin[] = {"begin1",1}; soundBegin[] = {"begin1",1};
@@ -35,7 +35,7 @@ class m107: Rifle
{ {
libTextDesc = "The M107 is a long-range, shoulder fired, semi-automatic sniper rifle, manufactured by Beneli Armi S.P.A. It is highly prized for its manageable recoil.<br/>The M107uses 12.7x99 mm cartridges and its effective range is around 1.800 m."; libTextDesc = "The M107 is a long-range, shoulder fired, semi-automatic sniper rifle, manufactured by Beneli Armi S.P.A. It is highly prized for its manageable recoil.<br/>The M107uses 12.7x99 mm cartridges and its effective range is around 1.800 m.";
}; };
descriptionShort = "Anti-materiel sniper rifle <br/>Caliber: 12.7x99 mm"; descriptionShort = $STR_DZ_WPN_M107_DESC;
model = "\ca\weapons_E\m107\m107"; model = "\ca\weapons_E\m107\m107";
htMin = 1; htMin = 1;
htMax = 420; htMax = 420;

View File

@@ -2750,7 +2750,6 @@
<Key ID="STR_CRAFT_NAME_M9SD"> <Key ID="STR_CRAFT_NAME_M9SD">
<English>M9SD</English> <English>M9SD</English>
<Russian>M9 с глушителем</Russian> <Russian>M9 с глушителем</Russian>
<Spanish>M9SD</Spanish>
<French>M9 Silencieux</French> <French>M9 Silencieux</French>
<Czech>M9 s tlumičem</Czech> <Czech>M9 s tlumičem</Czech>
<German>M9 SD</German> <German>M9 SD</German>
@@ -2782,7 +2781,6 @@
<Key ID="STR_CRAFT_NAME_bizonSD"> <Key ID="STR_CRAFT_NAME_bizonSD">
<English>BizonSD</English> <English>BizonSD</English>
<Russian>Бизон с глушителем</Russian> <Russian>Бизон с глушителем</Russian>
<Spanish>BizonSD</Spanish>
<French>Bizon Silencieux</French> <French>Bizon Silencieux</French>
<Czech>Bizon s tlumičem</Czech> <Czech>Bizon s tlumičem</Czech>
<German>Bizon SD</German> <German>Bizon SD</German>
@@ -2892,6 +2890,36 @@
<Czech>Blueprint vytvořit Herbal drink. Povinné - 1 láhev vody vařené a jedna bylina box.</Czech> <Czech>Blueprint vytvořit Herbal drink. Povinné - 1 láhev vody vařené a jedna bylina box.</Czech>
<German>Rezept für einen Kräutertrunk. Gebraucht werden: 1x Flasche gekochtes Wasser, 1x Kräuter-Box.</German> <German>Rezept für einen Kräutertrunk. Gebraucht werden: 1x Flasche gekochtes Wasser, 1x Kräuter-Box.</German>
</Key> </Key>
<Key ID="STR_CRAFT_NAME_FERTILIZER">
<English>Fertilizer</English>
</Key>
<Key ID="STR_CRAFT_DESC_FERTILIZER">
<English>A bag that is applied to soils or to plant tissues (usually leaves) to supply one or more plant nutrients essential to the growth of plants.</English>
</Key>
<Key ID="STR_CRAFT_NAME_PUMPKIN_SEED">
<English>Pumpkin Seed</English>
</Key>
<Key ID="STR_CRAFT_DESC_PUMPKIN_SEED">
<English>A single pumpkin seed.</English>
</Key>
<Key ID="STR_CRAFT_NAME_PUMPKIN_PLANT">
<English>Pumpkin Plant</English>
</Key>
<Key ID="STR_CRAFT_DESC_PUMPKIN_PLANT">
<English>A fully grown pumpkin plant.</English>
</Key>
<Key ID="STR_CRAFT_NAME_HEMP_SEED">
<English>Hemp Seed</English>
</Key>
<Key ID="STR_CRAFT_DESC_HEMP_SEED">
<English>A single hemp seed.</English>
</Key>
<Key ID="STR_CRAFT_NAME_HEMP_PLANT">
<English>Hemp Plant</English>
</Key>
<Key ID="STR_CRAFT_DESC_HEMP_PLANT">
<English>A fully grown hemp plant. Hemp is used to make a variety of commercial and industrial products including rope, clothes, food, paper, textiles, plastics, insulation and biofuel.</English>
</Key>
<Key ID="STR_CRAFT_NAME_BaseBallBatBarbed"> <Key ID="STR_CRAFT_NAME_BaseBallBatBarbed">
<English>Baseball Bat Barbed</English> <English>Baseball Bat Barbed</English>
<German>Stacheldrahtkeule</German> <German>Stacheldrahtkeule</German>
@@ -4313,6 +4341,27 @@
<Czech>Jutové pytle, lze naplnit pískem nebo zeminou a použít je pro postavení opevnění.</Czech> <Czech>Jutové pytle, lze naplnit pískem nebo zeminou a použít je pro postavení opevnění.</Czech>
<French>Des sacs de jute qui peuvent être remplis de sable et utilisés pour des fortifications militaires.</French> <French>Des sacs de jute qui peuvent être remplis de sable et utilisés pour des fortifications militaires.</French>
</Key> </Key>
<Key ID="STR_EQUIP_NAME_21_ROUND">
<English>Sandbag Fence (Round)</English>
</Key>
<Key ID="STR_EQUIP_NAME_21_NEST">
<English>Sandbag Nest</English>
</Key>
<Key ID="STR_EQUIP_DESC_21_NEST">
<English>A buildable fortification object, can be removed.</English>
</Key>
<Key ID="STR_EQUIP_NAME_21_HBARRIER">
<English>Sandbag Cube (H-barrier)</English>
</Key>
<Key ID="STR_EQUIP_DESC_21_HBARRIER">
<English>Hesco barrier: A buildable object that is used for fortification purposes.</English>
</Key>
<Key ID="STR_EQUIP_NAME_21_3XHBARRIER">
<English>Sandbag Cube (3x H-barrier)</English>
</Key>
<Key ID="STR_EQUIP_NAME_21_5XHBARRIER">
<English>Sandbag Cube (5x H-barrier)</English>
</Key>
<Key ID="STR_EQUIP_NAME_22"> <Key ID="STR_EQUIP_NAME_22">
<English>Tank Trap Kit</English> <English>Tank Trap Kit</English>
<German>Panzersperre</German> <German>Panzersperre</German>
@@ -9770,6 +9819,12 @@
<English>DMR Camo</English> <English>DMR Camo</English>
<Russian>DMR (камуфляж)</Russian> <Russian>DMR (камуфляж)</Russian>
</Key> </Key>
<Key ID="STR_DZ_WPN_M107_NAME">
<English>M107</English>
</Key>
<Key ID="STR_DZ_WPN_M107_DESC">
<English>Anti-materiel sniper rifle, 12.7x99 mm caliber round.</English>
</Key>
<!-- M4A1 --> <!-- M4A1 -->
<Key ID="STR_DZ_WPN_M4A1_NAME"> <Key ID="STR_DZ_WPN_M4A1_NAME">
@@ -13992,6 +14047,24 @@
<German>Kann mit einem Vorschlaghammer von Steinen gewonnen werden.</German> <German>Kann mit einem Vorschlaghammer von Steinen gewonnen werden.</German>
<Russian>Добывается из камней с помощью кувалды.</Russian> <Russian>Добывается из камней с помощью кувалды.</Russian>
</Key> </Key>
<Key ID="STR_EPOCH_CHAINSAW">
<English>Chainsaw</English>
</Key>
<Key ID="STR_EPOCH_DESC_CHAINSAW">
<English>Hermlite 2 Stroke Chainsaw</English>
</Key>
<Key ID="STR_EPOCH_DESC_CHAINSAW_BLUE">
<English>Hermlite 2 Stroke Chainsaw (Blue)</English>
</Key>
<Key ID="STR_EPOCH_DESC_CHAINSAW_GREEN">
<English>Hermlite 2 Stroke Chainsaw (Green)</English>
</Key>
<Key ID="STR_EPOCH_DESC_CHAINSAW_PINK">
<English>Hermlite 2 Stroke Chainsaw (Pink)</English>
</Key>
<Key ID="STR_EPOCH_DESC_CHAINSAW_RED">
<English>Hermlite 2 Stroke Chainsaw (Red)</English>
</Key>
<Key ID="STR_EPOCH_CHAINSAW_OIL"> <Key ID="STR_EPOCH_CHAINSAW_OIL">
<English>2-Stroke Engine Oil</English> <English>2-Stroke Engine Oil</English>
<German>2-Takt-Motorenöl</German> <German>2-Takt-Motorenöl</German>
@@ -15082,14 +15155,6 @@
<English>Mags</English> <English>Mags</English>
<Russian>Предметов</Russian> <Russian>Предметов</Russian>
</Key> </Key>
<Key ID="STR_EPOCH_WEPS">
<English>Weps</English>
<Russian>Оружия</Russian>
</Key>
<Key ID="STR_EPOCH_BAGS">
<English>Bags</English>
<Russian>Рюкзаков</Russian>
</Key>
<Key ID="STR_EPOCH_ATTACHMENTS"> <Key ID="STR_EPOCH_ATTACHMENTS">
<English>Attachments</English> <English>Attachments</English>
<German>Zubehör</German> <German>Zubehör</German>