Skip to content

Commit

Permalink
Add Android settings for FSbS
Browse files Browse the repository at this point in the history
  • Loading branch information
oneup03 committed Mar 20, 2024
1 parent 88f23d1 commit b248298
Show file tree
Hide file tree
Showing 7 changed files with 8 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@ class SettingsFragmentPresenter(private val fragmentView: SettingsFragmentView)
R.string.factor3d,
R.string.factor3d_description,
0,
100,
255,
"%",
IntSetting.STEREOSCOPIC_3D_DEPTH.key,
IntSetting.STEREOSCOPIC_3D_DEPTH.defaultValue.toFloat()
Expand Down
1 change: 1 addition & 0 deletions src/android/app/src/main/res/values-es/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@ Se esperan fallos gráficos temporales cuando ésta esté activado.</string>

<!-- Render 3D modes -->
<string name="side_by_side">De lado a lado</string>
<string name="full_side_by_side">Lado a lado completo</string>
<string name="anaglyph">Anáglifo</string>
<string name="interlaced">Entrelazado</string>
<string name="reverse_interlaced">Entrelazado inverso</string>
Expand Down
1 change: 1 addition & 0 deletions src/android/app/src/main/res/values-fr/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,7 @@

<!-- Render 3D modes -->
<string name="side_by_side">Côte à côte</string>
<string name="full_side_by_side">Côte à côte complet</string>
<string name="anaglyph">Anaglyphe</string>
<string name="interlaced">Entrelacé</string>
<string name="reverse_interlaced">Entrelacement inversé</string>
Expand Down
1 change: 1 addition & 0 deletions src/android/app/src/main/res/values-ru/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,7 @@

<!-- Render 3D modes -->
<string name="side_by_side">Бок о бок</string>
<string name="full_side_by_side">Полностью рядом</string>
<string name="anaglyph">Анаглиф</string>
<string name="interlaced">Чересстрочный</string>
<string name="reverse_interlaced">Обратный чересстрочный</string>
Expand Down
1 change: 1 addition & 0 deletions src/android/app/src/main/res/values-zh/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -485,6 +485,7 @@

<!-- Render 3D modes -->
<string name="side_by_side">并排屏幕</string>
<string name="full_side_by_side">Full并排完整</string>
<string name="anaglyph">立体图形</string>
<string name="interlaced">交错</string>
<string name="reverse_interlaced">逆向交错</string>
Expand Down
2 changes: 2 additions & 0 deletions src/android/app/src/main/res/values/arrays.xml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@
<string-array name="render3dModes">
<item>@string/off</item>
<item>@string/side_by_side</item>
<item>@string/full_side_by_side</item>
<item>@string/anaglyph</item>
<item>@string/interlaced</item>
<item>@string/reverse_interlaced</item>
Expand All @@ -150,6 +151,7 @@
<item>3</item>
<item>4</item>
<item>5</item>
<item>6</item>
</integer-array>

<string-array name="graphicsApiNames">
Expand Down
1 change: 1 addition & 0 deletions src/android/app/src/main/res/values/strings.xml
Original file line number Diff line number Diff line change
Expand Up @@ -513,6 +513,7 @@

<!-- Render 3D modes -->
<string name="side_by_side">Side by Side</string>
<string name="full_side_by_side">Full Side by Side</string>
<string name="anaglyph">Anaglyph</string>
<string name="interlaced">Interlaced</string>
<string name="reverse_interlaced">Reverse Interlaced</string>
Expand Down

0 comments on commit b248298

Please sign in to comment.