mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-14 04:02:37 +03:00
Merge pull request #722 from dayz10k/master
Localization for Toolbelt stuff
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
class MeleeFlashlight : Pistol {
|
||||
class ItemActions {
|
||||
class Toolbelt {
|
||||
text = "Add to toolbelt";
|
||||
text = "STR_EPOCH_PLAYER_300";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -9,7 +9,7 @@ class MeleeFlashlight : Pistol {
|
||||
class ItemFlashlight : ItemCore {
|
||||
class ItemActions {
|
||||
class Toolbelt {
|
||||
text = "Remove from toolbelt";
|
||||
text = "STR_EPOCH_PLAYER_299";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -17,7 +17,7 @@ class MeleeFlashlight : Pistol {
|
||||
class MeleeFlashlightRed : MeleeFlashlight {
|
||||
class ItemActions {
|
||||
class Toolbelt {
|
||||
text = "Add to toolbelt";
|
||||
text = "STR_EPOCH_PLAYER_300";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -25,7 +25,7 @@ class MeleeFlashlight : Pistol {
|
||||
class ItemFlashlightRed : ItemCore {
|
||||
class ItemActions {
|
||||
class Toolbelt {
|
||||
text = "Remove from toolbelt";
|
||||
text = "STR_EPOCH_PLAYER_299";
|
||||
};
|
||||
};
|
||||
};
|
||||
@@ -1,6 +1,6 @@
|
||||
//NotWorking _DZ Remove
|
||||
class ItemEtool: ItemCore {
|
||||
scope = 2;
|
||||
displayName = "Etool";
|
||||
displayName = $STR_EQUIP_ETOOL;
|
||||
descriptionShort = $STR_EQUIP_DESC_1;
|
||||
};
|
||||
@@ -1,15 +1,15 @@
|
||||
class ItemFishingPole: ItemCore
|
||||
{
|
||||
scope=2;
|
||||
displayName="Fishing Pole";
|
||||
displayName=$STR_EQUIP_FISHPOLE;
|
||||
model="\z\addons\dayz_epoch\models\fishing_rod_loot_item.p3d";
|
||||
picture="\z\addons\dayz_epoch\pictures\equip_fishingpole_CA.paa";
|
||||
descriptionShort="Fishing Pole: This carbon fiber rod may be old but, she still works like a charm.";
|
||||
descriptionShort=$STR_EQUIP_FISHPOLE_DESC;
|
||||
class ItemActions
|
||||
{
|
||||
class Toolbelt
|
||||
{
|
||||
text="Remove from Toolbelt";
|
||||
text="STR_EPOCH_PLAYER_295";
|
||||
script="spawn player_addToolbelt;";
|
||||
use[]=
|
||||
{
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
class ItemKeyKit: ItemCore {
|
||||
scope = 2;
|
||||
displayname = "Keymakers kit";
|
||||
displayname = $STR_EQUIP_KEYKIT;
|
||||
model="\z\addons\dayz_epoch\models\keykit.p3d";
|
||||
descriptionShort="Kit including the tools required to smelt, mold and shape keys.";
|
||||
descriptionShort=$STR_EQUIP_KEYKIT_DESC;
|
||||
picture="\z\addons\dayz_epoch\pictures\equip_keykit_ca.paa";
|
||||
};
|
||||
@@ -1,15 +1,15 @@
|
||||
class ItemSledge: ItemCore
|
||||
{
|
||||
scope=2;
|
||||
displayName="Sledgehammer";
|
||||
displayName=$STR_EQUIP_SLEDGE;
|
||||
model="\z\addons\dayz_epoch\models\sledge_mag.p3d";
|
||||
picture="\z\addons\dayz_epoch\pictures\equip_sledge_CA.paa";
|
||||
descriptionShort="A tool with a large, flat head attached to a handle. The head is typically made of metal. The sledgehammer can apply more force than other hammers.";
|
||||
descriptionShort=$STR_EQUIP_SLEDGE_DESC;
|
||||
class ItemActions
|
||||
{
|
||||
class Toolbelt
|
||||
{
|
||||
text="Remove from Toolbelt";
|
||||
text="STR_EPOCH_PLAYER_295";
|
||||
script="spawn player_addToolbelt;";
|
||||
use[]=
|
||||
{
|
||||
|
||||
@@ -1,15 +1,15 @@
|
||||
class ItemCrowbar: ItemCore
|
||||
{
|
||||
scope=2;
|
||||
displayName="Crowbar";
|
||||
displayName=$STR_EQUIP_CROWBAR;
|
||||
model="\dayz_equip\models\crowbar.p3d";
|
||||
picture="\z\addons\dayz_communityassets\pictures\equip_crowbar_CA.paa";
|
||||
descriptionShort="A tool consisting of a metal bar with a single curved end and flattened points, often with a small fissure on one or both ends for removing nails.";
|
||||
descriptionShort=$STR_EQUIP_CROWBAR_DESC;
|
||||
class ItemActions
|
||||
{
|
||||
class Toolbelt
|
||||
{
|
||||
text = "Remove from toolbelt";
|
||||
text = "STR_EPOCH_PLAYER_295";
|
||||
script="spawn player_addToolbelt;";
|
||||
use[]=
|
||||
{
|
||||
|
||||
@@ -8,7 +8,7 @@ class ItemHatchet_DZE : ItemCore {
|
||||
|
||||
class Toolbelt
|
||||
{
|
||||
text="Remove from Toolbelt";
|
||||
text="STR_EPOCH_PLAYER_295";
|
||||
script="spawn player_addToolbelt;";
|
||||
use[]=
|
||||
{
|
||||
|
||||
@@ -9,7 +9,7 @@ class ItemMachete: ItemCore
|
||||
{
|
||||
class Toolbelt
|
||||
{
|
||||
text="Remove from Toolbelt";
|
||||
text="STR_EPOCH_PLAYER_295";
|
||||
script="spawn player_addToolbelt;";
|
||||
use[]=
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ class MeleeCrowbar: MeleeWeapon
|
||||
magazineReloadTime=0;
|
||||
model="\dayz_weapons\models\crowbar_weaponized";
|
||||
picture="\dayz_weapons\textures\equip_crowbar_CA.paa";
|
||||
displayName="Crowbar";
|
||||
displayName=$STR_EQUIP_CROWBAR;
|
||||
droppeditem= "ItemCrowbar";
|
||||
magazines[]=
|
||||
{
|
||||
@@ -21,7 +21,7 @@ class MeleeCrowbar: MeleeWeapon
|
||||
{
|
||||
class Toolbelt
|
||||
{
|
||||
text="Add to Toolbelt";
|
||||
text="STR_EPOCH_PLAYER_296";
|
||||
script="spawn player_addToolbelt;";
|
||||
use[]=
|
||||
{
|
||||
@@ -35,7 +35,7 @@ class MeleeCrowbar: MeleeWeapon
|
||||
};
|
||||
class Library
|
||||
{
|
||||
libTextDesc="A tool consisting of a metal bar with a single curved end and flattened points, often with a small fissure on one or both ends for removing nails.";
|
||||
libTextDesc="STR_EQUIP_CROWBAR_DESC";
|
||||
};
|
||||
descriptionShort="A tool consisting of a metal bar with a single curved end and flattened points, often with a small fissure on one or both ends for removing nails.";
|
||||
descriptionShort="STR_EQUIP_CROWBAR_DESC";
|
||||
};
|
||||
@@ -5,7 +5,7 @@ class MeleeFishingPole: MeleeWeapon
|
||||
magazineReloadTime=0;
|
||||
model="\z\addons\dayz_epoch\models\fishing_rod_weaponized.p3d";
|
||||
picture="\z\addons\dayz_epoch\pictures\equip_fishingpole_CA.paa";
|
||||
displayName="Fishing Pole";
|
||||
displayName=$STR_EQUIP_FISHPOLE;
|
||||
magazines[]=
|
||||
{
|
||||
"Fishing_Swing"
|
||||
@@ -19,12 +19,12 @@ class MeleeFishingPole: MeleeWeapon
|
||||
{
|
||||
class Use
|
||||
{
|
||||
text="Cast Fishing Pole";
|
||||
text="STR_EPOCH_PLAYER_297";
|
||||
script="spawn player_goFishing;";
|
||||
};
|
||||
class Toolbelt
|
||||
{
|
||||
text="Add to Toolbelt";
|
||||
text="STR_EPOCH_PLAYER_296";
|
||||
script="spawn player_addToolbelt;";
|
||||
use[]=
|
||||
{
|
||||
@@ -40,5 +40,5 @@ class MeleeFishingPole: MeleeWeapon
|
||||
{
|
||||
libTextDesc="";
|
||||
};
|
||||
descriptionShort="Fishing Pole: This carbon fiber rod may be old but, she still works like a charm.";
|
||||
descriptionShort=$STR_EQUIP_FISHPOLE_DESC;
|
||||
};
|
||||
@@ -21,7 +21,7 @@ class MeleeHatchet: MeleeWeapon
|
||||
{
|
||||
class Toolbelt
|
||||
{
|
||||
text="Add to Toolbelt";
|
||||
text="STR_EPOCH_PLAYER_296";
|
||||
script="spawn player_addToolbelt;";
|
||||
use[]=
|
||||
{
|
||||
|
||||
@@ -6,7 +6,7 @@ class MeleeSledge: MeleeWeapon
|
||||
magazineReloadTime=0;
|
||||
model="\z\addons\dayz_epoch\models\sledge_weaponized";
|
||||
picture="\z\addons\dayz_epoch\pictures\equip_sledge_CA.paa"; // todo icon
|
||||
displayName="Sledgehammer";
|
||||
displayName="STR_EQUIP_SLEDGE";
|
||||
droppeditem= "ItemSledge";
|
||||
magazines[]=
|
||||
{
|
||||
@@ -21,7 +21,7 @@ class MeleeSledge: MeleeWeapon
|
||||
{
|
||||
class Toolbelt
|
||||
{
|
||||
text="Add to Toolbelt";
|
||||
text="STR_EPOCH_PLAYER_296";
|
||||
script="spawn player_addToolbelt;";
|
||||
use[]=
|
||||
{
|
||||
@@ -35,7 +35,7 @@ class MeleeSledge: MeleeWeapon
|
||||
};
|
||||
class Library
|
||||
{
|
||||
libTextDesc="A tool with a large, flat head attached to a handle. The head is typically made of metal. The sledgehammer can apply more force than other hammers.";
|
||||
libTextDesc="STR_EQUIP_CROWBAR_DESC";
|
||||
};
|
||||
descriptionShort="A tool with a large, flat head attached to a handle. The head is typically made of metal. The sledgehammer can apply more force than other hammers.";
|
||||
descriptionShort="STR_EQUIP_CROWBAR_DESC";
|
||||
};
|
||||
@@ -2522,6 +2522,96 @@
|
||||
<French>Orange Sherbet est une boisson gazeuse rafraîchissante sucrée trés pétillante.</French>
|
||||
<Czech>Orange Sherbet is a tangy orange carbonated soft drink with plenty of fizz.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_KEYKIT">
|
||||
<Original>Keymakers kit</Original>
|
||||
<English>Keymakers kit</English>
|
||||
<German>Keymakers kit</German>
|
||||
<Russian>Keymakers kit</Russian>
|
||||
<Spanish>Keymakers kit</Spanish>
|
||||
<Dutch>Keymakers kit</Dutch>
|
||||
<French>Keymakers kit</French>
|
||||
<Czech>Keymakers kit</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_KEYKIT_DESC">
|
||||
<Original>Kit including the tools required to smelt, mold and shape keys.</Original>
|
||||
<English>Kit including the tools required to smelt, mold and shape keys.</English>
|
||||
<German>Kit including the tools required to smelt, mold and shape keys.</German>
|
||||
<Russian>Kit including the tools required to smelt, mold and shape keys.</Russian>
|
||||
<Spanish>Kit including the tools required to smelt, mold and shape keys.</Spanish>
|
||||
<Dutch>Kit including the tools required to smelt, mold and shape keys.</Dutch>
|
||||
<French>Kit including the tools required to smelt, mold and shape keys.</French>
|
||||
<Czech>Kit including the tools required to smelt, mold and shape keys.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_SLEDGE">
|
||||
<Original>Sledgehammer</Original>
|
||||
<English>Sledgehammer</English>
|
||||
<German>Vorschlaghammer</German>
|
||||
<Russian>кувалда</Russian>
|
||||
<Spanish>Almádena</Spanish>
|
||||
<Dutch>Beukhamer</Dutch>
|
||||
<French>Frappe-Devant</French>
|
||||
<Czech>Perlík</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_SLEDGE_DESC">
|
||||
<Original>A tool with a large, flat head attached to a handle. The head is typically made of metal. The sledgehammer can apply more force than other hammers.</Original>
|
||||
<English>A tool with a large, flat head attached to a handle. The head is typically made of metal. The sledgehammer can apply more force than other hammers.</English>
|
||||
<German>A tool with a large, flat head attached to a handle. The head is typically made of metal. The sledgehammer can apply more force than other hammers.</German>
|
||||
<Russian>A tool with a large, flat head attached to a handle. The head is typically made of metal. The sledgehammer can apply more force than other hammers.</Russian>
|
||||
<Spanish>A tool with a large, flat head attached to a handle. The head is typically made of metal. The sledgehammer can apply more force than other hammers.</Spanish>
|
||||
<Dutch>A tool with a large, flat head attached to a handle. The head is typically made of metal. The sledgehammer can apply more force than other hammers.</Dutch>
|
||||
<French>A tool with a large, flat head attached to a handle. The head is typically made of metal. The sledgehammer can apply more force than other hammers.</French>
|
||||
<Czech>A tool with a large, flat head attached to a handle. The head is typically made of metal. The sledgehammer can apply more force than other hammers.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_FISHPOLE">
|
||||
<Original>Fishing Pole</Original>
|
||||
<English>Fishing Pole</English>
|
||||
<German>Angelrute</German>
|
||||
<Russian>удочка</Russian>
|
||||
<Spanish>Caña de Pesca</Spanish>
|
||||
<Dutch>Hengelroede</Dutch>
|
||||
<French>Canne à Pêche</French>
|
||||
<Czech>Rybářský Prut</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_FISHPOLE_DESC">
|
||||
<Original>Fishing Pole: This carbon fiber rod may be old but, she still works like a charm.</Original>
|
||||
<English>Fishing Pole: This carbon fiber rod may be old but, she still works like a charm.</English>
|
||||
<German>Fishing Pole: This carbon fiber rod may be old but, she still works like a charm.</German>
|
||||
<Russian>Fishing Pole: This carbon fiber rod may be old but, she still works like a charm.</Russian>
|
||||
<Spanish>Fishing Pole: This carbon fiber rod may be old but, she still works like a charm.</Spanish>
|
||||
<Dutch>Fishing Pole: This carbon fiber rod may be old but, she still works like a charm.</Dutch>
|
||||
<French>Fishing Pole: This carbon fiber rod may be old but, she still works like a charm.</French>
|
||||
<Czech>Fishing Pole: This carbon fiber rod may be old but, she still works like a charm.</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_CROWBAR">
|
||||
<Original>Crowbar</Original>
|
||||
<English>Crowbar</English>
|
||||
<German>Brechstange</German>
|
||||
<Russian>aншпуг</Russian>
|
||||
<Spanish>Palanca</Spanish>
|
||||
<Dutch>Breekijzer</Dutch>
|
||||
<French>Pied de Biche</French>
|
||||
<Czech>Sochor</Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_CROWBAR_DESC">
|
||||
<Original>A tool consisting of a metal bar with a single curved end and flattened points, often with a small fissure on one or both ends for removing nails.</Original>
|
||||
<English>A tool consisting of a metal bar with a single curved end and flattened points, often with a small fissure on one or both ends for removing nails.</English>
|
||||
<German></German>
|
||||
<Russian></Russian>
|
||||
<Spanish></Spanish>
|
||||
<Dutch></Dutch>
|
||||
<French></French>
|
||||
<Czech></Czech>
|
||||
</Key>
|
||||
<Key ID="$STR_EQUIP_ETOOL">
|
||||
<Original>Etool</Original>
|
||||
<English>Etool</English>
|
||||
<German>Feldspaten</German>
|
||||
<Russian>саперная лопатка</Russian>
|
||||
<Spanish>Pala Afianzar</Spanish>
|
||||
<Dutch></Dutch>
|
||||
<French>Outil de Tranchée</French>
|
||||
<Czech></Czech>
|
||||
</Key>
|
||||
</Package>
|
||||
<Package name="dayz_epoch">
|
||||
<Key ID="STR_EPOCH_PLAYER_1">
|
||||
@@ -5464,6 +5554,36 @@
|
||||
<French></French>
|
||||
<Czech></Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_295">
|
||||
<Original>Remove from Toolbelt.</Original>
|
||||
<English>Remove from Toolbelt.</English>
|
||||
<German></German>
|
||||
<Russian></Russian>
|
||||
<Spanish></Spanish>
|
||||
<Dutch></Dutch>
|
||||
<French></French>
|
||||
<Czech></Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_296">
|
||||
<Original>Add to Toolbelt.</Original>
|
||||
<English>Add to Toolbelt.</English>
|
||||
<German></German>
|
||||
<Russian></Russian>
|
||||
<Spanish></Spanish>
|
||||
<Dutch></Dutch>
|
||||
<French></French>
|
||||
<Czech></Czech>
|
||||
</Key>
|
||||
<Key ID="STR_EPOCH_PLAYER_297">
|
||||
<Original>Cast Fishing Pole</Original>
|
||||
<English>Cast Fishing Pole</English>
|
||||
<German>Cast Fishing Pole</German>
|
||||
<Russian>Cast Fishing Pole</Russian>
|
||||
<Spanish>Cast Fishing Pole</Spanish>
|
||||
<Dutch>Cast Fishing Pole</Dutch>
|
||||
<French>Cast Fishing Pole</French>
|
||||
<Czech>Cast Fishing Pole</Czech>
|
||||
</Key>
|
||||
<Key ID="R3F_VERSION_WEIGHTED">
|
||||
<Original>1.04</Original>
|
||||
<English>1.04</English>
|
||||
|
||||
Reference in New Issue
Block a user