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

@ -29,6 +29,7 @@
<string name="pref_abc_auto_accept_fast">Schnell</string>
<string name="pref_abc_auto_accept_normal">Mäßig</string>
<string name="pref_abc_auto_accept_slow">Langsam</string>
<string name="pref_allow_composing_text_summary">Wörter in Textfeldern beim Tippen anzeigen. Deaktivieren, wenn eine App das Tippen unterbricht.</string>
<string name="pref_alternative_suggestion_scrolling">Alternative Wort-Scroll-Methode</string>
<string name="pref_alternative_suggestion_scrolling_summary">Aktivieren Sie, wenn Sie manchmal nicht alle Vorschläge sehen können oder Probleme beim Scrollen haben.</string>
<string name="pref_arrow_keys_visible_summary">Bildlauf-Tasten auf beiden Seiten der Wortvorschlagsliste anzeigen.</string>
@ -205,4 +206,5 @@
<string name="function_next_suggestion">Nächster Vorschlag</string>
<string name="function_filter_clear">Filter löschen</string>
<string name="function_show_settings">Einstellungsbildschirm anzeigen</string>
<string name="pref_allow_composing_text">Zusammengesetzten Text anzeigen</string>
</resources>