1
0
Fork 0

added an compatibility option for hiding the composing text for apps like Deezer and Smouldering Durtles

This commit is contained in:
sspanak 2025-03-03 19:12:36 +02:00 committed by Dimo Karaivanov
parent 3869ee06a7
commit 7e3d2c0062
28 changed files with 106 additions and 19 deletions

View file

@ -28,6 +28,7 @@
<string name="pref_abc_auto_accept_fast">Snel</string>
<string name="pref_abc_auto_accept_normal">Gematigd</string>
<string name="pref_abc_auto_accept_slow">Langzaam</string>
<string name="pref_allow_composing_text_summary">Woorden weergeven in tekstvelden tijdens het typen. Uitschakelen wanneer een app het typen onderbreekt.</string>
<string name="pref_alternative_suggestion_scrolling">Alternatieve suggestiescrolmethode</string>
<string name="pref_alternative_suggestion_scrolling_summary">Inschakelen als je soms niet alle suggesties kunt zien of problemen hebt met het scrollen.</string>
<string name="pref_arrow_keys_visible">Pijltoetsen</string>
@ -204,4 +205,5 @@
<string name="function_next_suggestion">Volgende suggestie</string>
<string name="function_next_language">Volgende taal</string>
<string name="function_filter_clear">Filter wissen</string>
<string name="pref_allow_composing_text">Compositietekst weergeven</string>
</resources>