From a753c97f5b218a3282de39157a802f7a9f11823c Mon Sep 17 00:00:00 2001 From: HARLAN Date: Mon, 16 Dec 2013 11:04:04 -0500 Subject: [PATCH 1/4] Update stringtable.xml --- SQF/dayz_epoch_b/stringtable.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/SQF/dayz_epoch_b/stringtable.xml b/SQF/dayz_epoch_b/stringtable.xml index 853634680..ba6538a28 100644 --- a/SQF/dayz_epoch_b/stringtable.xml +++ b/SQF/dayz_epoch_b/stringtable.xml @@ -2681,9 +2681,19 @@ Мачете Kapmes - + Mačeta + + An agricultural tool turned into a weapon, the Machete may be less versatile than the common hatchet, but it packs a punch. + An agricultural tool turned into a weapon, the Machete may be less versatile than the common hatchet, but it packs a punch. + + Сельскохозяйственный инструмент превратился в оружие, мачете менее универсален, чем обычный топор, но обладает мощностью удара. + + + + Zemědělské náčiní, které bylo přetvořeno na zbraň. Mačeta není tak univerzální, jako běžná sekera, ale bořád dost bolí. Crossbow Crossbow From 062ab841385b23329e6e4c635a1358af3649b972 Mon Sep 17 00:00:00 2001 From: HARLAN Date: Mon, 16 Dec 2013 11:04:24 -0500 Subject: [PATCH 2/4] Update stringtable.xml --- SQF/dayz_epoch_b/stringtable.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_epoch_b/stringtable.xml b/SQF/dayz_epoch_b/stringtable.xml index ba6538a28..c60e6dc79 100644 --- a/SQF/dayz_epoch_b/stringtable.xml +++ b/SQF/dayz_epoch_b/stringtable.xml @@ -5750,7 +5750,7 @@ Murder Murder Mord - Убийство + Убийства Moord From 4ffb453e23ea7904ba02ceb6a7962a92abbfa1a9 Mon Sep 17 00:00:00 2001 From: HARLAN Date: Mon, 16 Dec 2013 11:05:34 -0500 Subject: [PATCH 3/4] #852 localize --- SQF/dayz_code/Configs/CfgWeapons/Melee/ItemMachete.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/CfgWeapons/Melee/ItemMachete.hpp b/SQF/dayz_code/Configs/CfgWeapons/Melee/ItemMachete.hpp index 8478572de..bada70a49 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Melee/ItemMachete.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Melee/ItemMachete.hpp @@ -4,7 +4,7 @@ class ItemMachete: ItemCore displayName=$STR_EQUIP_MACHETE; model="\z\addons\dayz_communityassets\models\machete.p3d"; picture="\z\addons\dayz_communityassets\pictures\equip_machete_CA.paa"; - descriptionShort="An agricultural tool turned into a weapon, the Machete may be less versatile than the common hatchet, but it packs a punch."; + descriptionShort=$STR_EQUIP_MACHETE_DESC; class ItemActions { class Toolbelt From 9137224b88376873ca1b88f7d043cff6b9deaa61 Mon Sep 17 00:00:00 2001 From: HARLAN Date: Mon, 16 Dec 2013 11:05:58 -0500 Subject: [PATCH 4/4] #852 localize --- SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeMachete.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeMachete.hpp b/SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeMachete.hpp index 47b717328..08e325606 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeMachete.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Melee/MeleeMachete.hpp @@ -37,5 +37,5 @@ class MeleeMachete: MeleeWeapon { libTextDesc=""; }; - descriptionShort="An agricultural tool turned into a weapon, the Machete may be less versatile than the common hatchet, but it packs a punch."; + descriptionShort=$STR_EQUIP_MACHETE_DESC; };