diff --git a/app/src/main/res/values/arrays.xml b/app/src/main/res/values/arrays.xml index 07ed5c94..5a2863f2 100644 --- a/app/src/main/res/values/arrays.xml +++ b/app/src/main/res/values/arrays.xml @@ -1,12 +1,12 @@ - 360p - 480p - 720p - 1080p - 1440p - 4K + @string/resolution_360p + @string/resolution_480p + @string/resolution_720p + @string/resolution_1080p + @string/resolution_1440p + @string/resolution_4k @@ -20,10 +20,10 @@ - 30 FPS - 60 FPS - 90 FPS - 120 FPS + @string/fps_30 + @string/fps_60 + @string/fps_90 + @string/fps_120 30 @@ -33,9 +33,9 @@ - Stereo - 5.1 Surround Sound - 7.1 Surround Sound + @string/audioconf_stereo + @string/audioconf_51surround + @string/audioconf_71surround 2 @@ -82,21 +82,10 @@ hu - - Auto-select Decoder - Force Software Decoding - Force Hardware Decoding - - - auto - software - hardware - - - Use HEVC only if stable - Always use HEVC (may crash) - Never use HEVC + @string/videoformat_hevcauto + @string/videoformat_hevcalways + @string/videoformat_hevcnever auto diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml index a17c2f90..e84000ce 100644 --- a/app/src/main/res/values/strings.xml +++ b/app/src/main/res/values/strings.xml @@ -227,4 +227,24 @@ Show latency message after streaming Display a latency information message after the stream ends + + 360p + 480p + 720p + 1080p + 1440p + 4K + + 30 FPS + 60 FPS + 90 FPS + 120 FPS + + Stereo + 5.1 Surround Sound + 7.1 Surround Sound + + Use HEVC only if stable + Always use HEVC (may crash) + Never use HEVC