diff --git a/Translations/strings-default.xml b/Translations/strings-default.xml index 2f2fa75eb..41e0d82c0 100644 --- a/Translations/strings-default.xml +++ b/Translations/strings-default.xml @@ -167,6 +167,10 @@ <fog-disable-desc>Disable fog/haze</fog-disable-desc> <fog-fastest-desc>Enable fastest fog/haze</fog-fastest-desc> <fog-nicest-desc>Enable nicest fog/haze</fog-nicest-desc> + <disable-horizon-effect>Disable celestial body growth illusion near the horizon</disable-horizon-effect> + <enable-horizon-effect>Enable celestial body growth illusion near the horizon</enable-horizon-effect> + <disable-enhanced-lighting>Disable enhanced runway lighting</disable-enhanced-lighting> + <enable-enhanced-lighting>Enable enhanced runway lighting</enable-enhanced-lighting> <disable-distance-attenuation>Disable runway light distance attenuation</disable-distance-attenuation> <enable-distance-attenuation>Enable runway light distance attenuation</enable-distance-attenuation> <enable-clouds-desc>Enable 2D (flat) cloud layers</enable-clouds-desc> diff --git a/Translations/strings-nl.xml b/Translations/strings-nl.xml index c0ca023eb..61c156f82 100644 --- a/Translations/strings-nl.xml +++ b/Translations/strings-nl.xml @@ -158,8 +158,12 @@ <fog-disable-desc>Laat geen mist sien</fog-disable-desc> <fog-fastest-desc>Selecteer de snelste mist generator</fog-fastest-desc> <fog-nicest-desc>Selecteer de beste mist generator</fog-nicest-desc> - <disable-distance-attenuation>Licht dimming voor voor verre lichtpunten niet gebruiken</disable-distance-attenuation> - <enable-distance-attenuation>Licht dimming voor voor verre lichtpunten wel gebruiken</enable-distance-attenuation> + <disable-horizon-effect>Laat hemellichamen niet groter zien als ze dicht bij de horizon staan</disable-horizon-effect> + <enable-horizon-effect>Laat hemellichamen wel groter zien als ze dicht bij de horizon staan</enable-horizon-effect> + <disable-enhanced-lighting>Standaard startbaan verlichting</disable-enhanced-lighting> + <enable-enhanced-lighting>Verbeterde startbaan verlichting</enable-enhanced-lighting> + <disable-distance-attenuation>Lichtpunt verkleining voor voor verre lichten niet gebruiken</disable-distance-attenuation> + <enable-distance-attenuation>Lichtpunt verkleining voor voor verre lichten wel gebruiken</enable-distance-attenuation> <enable-clouds-desc>2D (vlakke) bewolking tonen</enable-clouds-desc> <disable-clouds-desc>2D (vlakke) bewolking verbergen</disable-clouds-desc> <enable-clouds3d-desc>3D (natuurlijke) bewolking tonen</enable-clouds3d-desc> diff --git a/options.xml b/options.xml index e84ddb551..bb2cd8c27 100644 --- a/options.xml +++ b/options.xml @@ -469,6 +469,26 @@ <description>strings/fog-nicest-desc</description> </option> + <option> + <name>disable-horizon-effect</name> + <description>strings/disable-horizon-effect</description> + </option> + + <option> + <name>enable-horizon-effect</name> + <description>strings/enable-horizon-effect</description> + </option> + + <option> + <name>disable-enhanced-lighting</name> + <description>strings/disable-enhanced-lighting</description> + </option> + + <option> + <name>enable-enhanced-lighting</name> + <description>strings/enable-enhanced-lighting</description> + </option> + <option> <name>disable-distance-attenuation</name> <description>strings/disable-distance-attenuation</description>