android: Renamed all strings with _desc prefix to _description for consistency

This commit is contained in:
OpenSauce04 2025-03-12 19:24:25 +00:00 committed by PabloMK7
parent 81753f908b
commit 4cbfba8205
4 changed files with 10 additions and 10 deletions

View File

@ -691,7 +691,7 @@ class SettingsFragmentPresenter(private val fragmentView: SettingsFragmentView)
SwitchSetting( SwitchSetting(
IntSetting.USE_ARTIC_BASE_CONTROLLER, IntSetting.USE_ARTIC_BASE_CONTROLLER,
R.string.use_artic_base_controller, R.string.use_artic_base_controller,
R.string.use_artic_base_controller_desc, R.string.use_artic_base_controller_description,
IntSetting.USE_ARTIC_BASE_CONTROLLER.key, IntSetting.USE_ARTIC_BASE_CONTROLLER.key,
IntSetting.USE_ARTIC_BASE_CONTROLLER.defaultValue IntSetting.USE_ARTIC_BASE_CONTROLLER.defaultValue
) )
@ -1355,7 +1355,7 @@ class SettingsFragmentPresenter(private val fragmentView: SettingsFragmentView)
SwitchSetting( SwitchSetting(
BooleanSetting.INSTANT_DEBUG_LOG, BooleanSetting.INSTANT_DEBUG_LOG,
R.string.instant_debug_log, R.string.instant_debug_log,
R.string.instant_debug_log_desc, R.string.instant_debug_log_description,
BooleanSetting.INSTANT_DEBUG_LOG.key, BooleanSetting.INSTANT_DEBUG_LOG.key,
BooleanSetting.INSTANT_DEBUG_LOG.defaultValue BooleanSetting.INSTANT_DEBUG_LOG.defaultValue
) )
@ -1364,7 +1364,7 @@ class SettingsFragmentPresenter(private val fragmentView: SettingsFragmentView)
SwitchSetting( SwitchSetting(
BooleanSetting.DELAY_START_LLE_MODULES, BooleanSetting.DELAY_START_LLE_MODULES,
R.string.delay_start_lle_modules, R.string.delay_start_lle_modules,
R.string.delay_start_lle_modules_desc, R.string.delay_start_lle_modules_description,
BooleanSetting.DELAY_START_LLE_MODULES.key, BooleanSetting.DELAY_START_LLE_MODULES.key,
BooleanSetting.DELAY_START_LLE_MODULES.defaultValue BooleanSetting.DELAY_START_LLE_MODULES.defaultValue
) )
@ -1373,7 +1373,7 @@ class SettingsFragmentPresenter(private val fragmentView: SettingsFragmentView)
SwitchSetting( SwitchSetting(
BooleanSetting.DETERMINISTIC_ASYNC_OPERATIONS, BooleanSetting.DETERMINISTIC_ASYNC_OPERATIONS,
R.string.deterministic_async_operations, R.string.deterministic_async_operations,
R.string.deterministic_async_operations_desc, R.string.deterministic_async_operations_description,
BooleanSetting.DETERMINISTIC_ASYNC_OPERATIONS.key, BooleanSetting.DETERMINISTIC_ASYNC_OPERATIONS.key,
BooleanSetting.DETERMINISTIC_ASYNC_OPERATIONS.defaultValue BooleanSetting.DETERMINISTIC_ASYNC_OPERATIONS.defaultValue
) )

View File

@ -670,7 +670,7 @@ Se esperan fallos gráficos temporales cuando ésta esté activado.</string>
<string name="delay_render_thread_description">Retrasa el hilo de dibujado del juego cuando envía datos a la GPU. Ayuda con problemas de rendimiento en los (muy pocos) juegos de fps dinámicos.</string> <string name="delay_render_thread_description">Retrasa el hilo de dibujado del juego cuando envía datos a la GPU. Ayuda con problemas de rendimiento en los (muy pocos) juegos de fps dinámicos.</string>
<string name="miscellaneous">Misceláneo</string> <string name="miscellaneous">Misceláneo</string>
<string name="use_artic_base_controller">Usar Artic Controller cuando se está conectado a Artic Base Server</string> <string name="use_artic_base_controller">Usar Artic Controller cuando se está conectado a Artic Base Server</string>
<string name="use_artic_base_controller_desc">Usa los controles proporcionados por Artic Base Server cuando esté conectado a él en lugar del dispositivo de entrada configurado.</string> <string name="use_artic_base_controller_description">Usa los controles proporcionados por Artic Base Server cuando esté conectado a él en lugar del dispositivo de entrada configurado.</string>
<string name="disable_right_eye_render">Desactivar dibujado de ojo derecho</string> <string name="disable_right_eye_render">Desactivar dibujado de ojo derecho</string>
<string name="disable_right_eye_render_desc">Mejora considerablemente el rendimiento en algunos juegos, pero puede producir parpadeos en otros.</string> <string name="disable_right_eye_render_desc">Mejora considerablemente el rendimiento en algunos juegos, pero puede producir parpadeos en otros.</string>

View File

@ -724,6 +724,6 @@
<string name="artic_base_enter_address">Wprowadź adres serwera Artic Base</string> <string name="artic_base_enter_address">Wprowadź adres serwera Artic Base</string>
<string name="miscellaneous">Różne</string> <string name="miscellaneous">Różne</string>
<string name="use_artic_base_controller">Użyj kontrolera Artic po podłączeniu do serwera Artic Base</string> <string name="use_artic_base_controller">Użyj kontrolera Artic po podłączeniu do serwera Artic Base</string>
<string name="use_artic_base_controller_desc">W przypadku połączenia z serwerem Artic Base zamiast skonfigurowanego urządzenia wejściowego należy używać elementów sterujących udostępnianych przez ten serwer.</string> <string name="use_artic_base_controller_description">W przypadku połączenia z serwerem Artic Base zamiast skonfigurowanego urządzenia wejściowego należy używać elementów sterujących udostępnianych przez ten serwer.</string>
</resources> </resources>

View File

@ -776,14 +776,14 @@
<string name="quickload_not_found">No Quicksave available.</string> <string name="quickload_not_found">No Quicksave available.</string>
<string name="miscellaneous">Miscellaneous</string> <string name="miscellaneous">Miscellaneous</string>
<string name="use_artic_base_controller">Use Artic Controller when connected to Artic Base Server</string> <string name="use_artic_base_controller">Use Artic Controller when connected to Artic Base Server</string>
<string name="use_artic_base_controller_desc">Use the controls provided by Artic Base Server when connected to it instead of the configured input device.</string> <string name="use_artic_base_controller_description">Use the controls provided by Artic Base Server when connected to it instead of the configured input device.</string>
<string name="instant_debug_log">Flush log output on every message</string> <string name="instant_debug_log">Flush log output on every message</string>
<string name="instant_debug_log_desc">Immediately commits the debug log to file. Use this if Azahar crashes and the log output is being cut.</string> <string name="instant_debug_log_description">Immediately commits the debug log to file. Use this if Azahar crashes and the log output is being cut.</string>
<string name="disable_right_eye_render">Disable Right Eye Render</string> <string name="disable_right_eye_render">Disable Right Eye Render</string>
<string name="disable_right_eye_render_description">Greatly improves performance in some applications, but can cause flickering in others.</string> <string name="disable_right_eye_render_description">Greatly improves performance in some applications, but can cause flickering in others.</string>
<string name="delay_start_lle_modules">Delay start with LLE modules</string> <string name="delay_start_lle_modules">Delay start with LLE modules</string>
<string name="delay_start_lle_modules_desc">Delays the start of the app when LLE modules are enabled.</string> <string name="delay_start_lle_modules_description">Delays the start of the app when LLE modules are enabled.</string>
<string name="deterministic_async_operations">Deterministic Async Operations</string> <string name="deterministic_async_operations">Deterministic Async Operations</string>
<string name="deterministic_async_operations_desc">Makes async operations deterministic for debugging. Enabling this may cause freezes.</string> <string name="deterministic_async_operations_description">Makes async operations deterministic for debugging. Enabling this may cause freezes.</string>
</resources> </resources>