From 11f10829cb58770aed4169f0493462ee78765985 Mon Sep 17 00:00:00 2001 From: AirwavesMan Date: Wed, 10 Jun 2020 15:06:32 +0200 Subject: [PATCH] Localize full screen nightvision --- SQF/dayz_code/Configs/CfgWeapons/Tools/NVG.hpp | 4 ++-- SQF/dayz_code/stringtable.xml | 10 +++++++++- 2 files changed, 11 insertions(+), 3 deletions(-) diff --git a/SQF/dayz_code/Configs/CfgWeapons/Tools/NVG.hpp b/SQF/dayz_code/Configs/CfgWeapons/Tools/NVG.hpp index 1fd863e6b..9accf49d7 100644 --- a/SQF/dayz_code/Configs/CfgWeapons/Tools/NVG.hpp +++ b/SQF/dayz_code/Configs/CfgWeapons/Tools/NVG.hpp @@ -5,9 +5,9 @@ class NVGoggles: Binocular class NVGoggles_DZE: NVGoggles { - displayName = "NVG (Full Screen)"; + displayName = $STR_EQUIP_NV_FULL; modelOptics = ""; - descriptionShort = "Full Screen Night Vision Goggles"; + descriptionShort = $STR_EQUIP_NV_FULL_DESC; model = "\dayz_epoch_c\items\nvg\nvg_dzn.p3d"; }; diff --git a/SQF/dayz_code/stringtable.xml b/SQF/dayz_code/stringtable.xml index 056b87d7c..a2399b9f1 100644 --- a/SQF/dayz_code/stringtable.xml +++ b/SQF/dayz_code/stringtable.xml @@ -25540,7 +25540,15 @@ Fix GPS GPS reparieren - + + + NVG (Full Screen) + NVG (Vollbild) + + + Full Screen Night Vision Goggles + Vollbild-Nachtsichtgerät +