mirror of
https://github.com/EpochModTeam/DayZ-Epoch.git
synced 2025-12-13 19:52:38 +03:00
Localize full screen nightvision
This commit is contained in:
@@ -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";
|
||||
};
|
||||
|
||||
|
||||
@@ -25540,7 +25540,15 @@
|
||||
<Key ID="STR_ACTIONS_FIX_GPS">
|
||||
<English>Fix GPS</English>
|
||||
<German>GPS reparieren</German>
|
||||
</Key>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_NV_FULL">
|
||||
<English>NVG (Full Screen)</English>
|
||||
<German>NVG (Vollbild)</German>
|
||||
</Key>
|
||||
<Key ID="STR_EQUIP_NV_FULL_DESC">
|
||||
<English>Full Screen Night Vision Goggles</English>
|
||||
<German>Vollbild-Nachtsichtgerät</German>
|
||||
</Key>
|
||||
|
||||
<!--Fix for missing strings from the buildings3.pbo, this is just a placeholder-->
|
||||
<Key ID="STR_FAL_Street_Sign">
|
||||
|
||||
Reference in New Issue
Block a user