From 4bfaa612bda8b0de6da36f5269ca79d0dea16b16 Mon Sep 17 00:00:00 2001 From: A Man Date: Fri, 22 Apr 2022 16:38:31 +0200 Subject: [PATCH] Localize copy key Thx @TheFirstNoob --- SQF/dayz_code/Configs/CfgWeapons/Item/ItemKeys.hpp | 2 +- SQF/dayz_code/stringtable.xml | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/SQF/dayz_code/Configs/CfgWeapons/Item/ItemKeys.hpp b/SQF/dayz_code/Configs/CfgWeapons/Item/ItemKeys.hpp index 6e11fb84f..f80b7fbce 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Item/ItemKeys.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Item/ItemKeys.hpp @@ -11,7 +11,7 @@ class ItemKey: ItemCore { { class Toolbelt { - text="Make Copy"; + text=$STR_EPOCH_ACTION_COPY_KEY; script="spawn player_copyKey;"; }; }; diff --git a/SQF/dayz_code/stringtable.xml b/SQF/dayz_code/stringtable.xml index 2646ec731..b58579f02 100644 --- a/SQF/dayz_code/stringtable.xml +++ b/SQF/dayz_code/stringtable.xml @@ -36974,6 +36974,11 @@ Aktion abgebrochen. Действие отменено. + + Make Copy + Kopie anfertigen + Сделать копию +