File tree Expand file tree Collapse file tree 8 files changed +10
-1
lines changed
Expand file tree Collapse file tree 8 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -32,6 +32,8 @@ EnableController: "sEnableJoystick"
3232FieldOfViewHigh : " sHigh"
3333FieldOfViewLow : " sLow"
3434GammaCorrection : " sGamma_Correction"
35+ GammaCorrectionValue :
36+ pattern : " {gmst:sGamma_Correction} ({value, number, ::.00})"
3537GammaDark : " sDark_Gamma"
3638GammaLight : " sLight_Gamma"
3739Health : " sHealth"
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ ForcePerPixelLightingTooltip: |-
121121 Beachten Sie, dass Bodendecker-Shader und Partikeleffekte diese Einstellung ignorieren.
122122FrameRateHint : " Hinweis: Drücken Sie F3,\n um die aktuelle Bildrate anzuzeigen."
123123GammaCorrection : " Gamma-Korrektur"
124+ GammaCorrectionValue : " Gamma-Korrektur ({value, number, ::.00})"
124125GammaDark : " Dunkel"
125126GammaLight : " Hell"
126127GmstOverridesL10n : " Texte aus ESM-Dateien haben Vorrang"
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ ForcePerPixelLightingTooltip: |-
121121 Note that groundcover shaders and particle effects ignore this setting.
122122FrameRateHint : " Hint: press F3 to show\n the current frame rate."
123123GammaCorrection : " Gamma Correction"
124+ GammaCorrectionValue : " Gamma Correction ({value, number, ::.00})"
124125GammaDark : " Dark"
125126GammaLight : " Light"
126127GmstOverridesL10n : " Strings From ESM Files Have Priority"
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ ForcePerPixelLightingTooltip: |-
121121 Les shaders de végétation au sol et les particules ignorent cette option.
122122FrameRateHint : " Note: Appuyez sur F3 pour afficher la fréquence d'affichage (FPS)."
123123GammaCorrection : " Correction Gamma"
124+ GammaCorrectionValue : " Correction Gamma ({value, number, ::.00})"
124125GammaDark : " Sombre"
125126GammaLight : " Clair"
126127GmstOverridesL10n : " Les chaînes de caractères des fichiers ESM sont prioritaires"
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ ForcePerPixelLightingTooltip: |-
121121 Shadery trawy i efekty cząsteczkowe ignorują to ustawienie.
122122FrameRateHint : " Podpowiedź: naciśnij F3,\n aby zobaczyć liczbę klatek na sekundę."
123123GammaCorrection : " Korekcja gamma"
124+ GammaCorrectionValue : " Korekcja gamma ({value, number, ::.00})"
124125GammaDark : " Ciemno"
125126GammaLight : " Jasno"
126127GmstOverridesL10n : " Teksty z plików ESM mają pierwszeństwo"
Original file line number Diff line number Diff line change @@ -121,6 +121,7 @@ ForcePerPixelLightingTooltip: |-
121121 Обратите внимание, что шейдеры растительности и системы частиц игнорируют эту настройку.
122122FrameRateHint : " Подсказка: нажмите F3, чтобы показать\n текущую частоту смены кадров."
123123GammaCorrection : " Гамма-коррекция"
124+ GammaCorrectionValue : " Гамма-коррекция ({value, number, ::.00})"
124125GammaDark : " Темно"
125126GammaLight : " Светло"
126127GmstOverridesL10n : " Строки из ESM-файлов имеют максимальный приоритет"
Original file line number Diff line number Diff line change @@ -122,6 +122,7 @@ ForcePerPixelLightingTooltip: |-
122122 Notera att shaders för marktäckare och partikeleffekter ignorerar denna inställning.
123123FrameRateHint : " Tips: tryck på F3 för att visa\n aktuell bilduppdateringsfrekvens."
124124GammaCorrection : " Gammakorrigering"
125+ GammaCorrectionValue : " Gammakorrigering ({value, number, ::.00})"
125126GammaDark : " Mörkt"
126127GammaLight : " Ljust"
127128GmstOverridesL10n : " Strängar från ESM-filer har prioritet"
Original file line number Diff line number Diff line change 350350 <Property key =" TextAlign" value =" Right" />
351351 </Widget >
352352 <Widget type =" TextBox" skin =" NormalText" position =" 0 308 352 18" align =" Left Top" name =" GammaText" >
353- <Property key =" Caption" value =" #{OMWEngine:GammaCorrection}" />
354353 </Widget >
355354 <Widget type =" ScrollBar" skin =" MW_HScroll" position =" 0 332 352 18" align =" HStretch Top" name =" GammaSlider" >
356355 <Property key =" Range" value =" 10000" />
361360 <UserString key =" SettingValueType" value =" Float" />
362361 <UserString key =" SettingMin" value =" 0.1" />
363362 <UserString key =" SettingMax" value =" 3.0" />
363+ <UserString key =" SettingLabelWidget" value =" GammaText" />
364+ <UserString key =" SettingLabelCaption" value =" GammaCorrectionValue" />
364365 </Widget >
365366 <Widget type =" TextBox" skin =" SandText" position =" 0 356 352 18" align =" Left Top" name =" GammaTextDark" >
366367 <Property key =" Caption" value =" #{OMWEngine:GammaDark}" />
You can’t perform that action at this time.
0 commit comments