1
0
Fork 0

ABC auto-accept time out is now adjustable

This commit is contained in:
sspanak 2024-04-05 15:40:46 +03:00 committed by Dimo Karaivanov
parent b0f15168f6
commit a09e6f65e7
23 changed files with 173 additions and 91 deletions

View file

@ -44,7 +44,11 @@
<string name="dictionary_load_cancelled">Chargement est annulé.</string>
<string name="pref_category_predictive_mode">Saisie intuitive</string>
<string name="pref_abc_auto_accept">Sélection de lettre automatique</string>
<string name="pref_abc_auto_accept_summary">Ajouter automatiquement la lettre sélectionnée après un court délai.</string>
<string name="pref_abc_auto_accept_off">Désactivée</string>
<string name="pref_abc_auto_accept_fastest">Très rapide</string>
<string name="pref_abc_auto_accept_fast">Rapide</string>
<string name="pref_abc_auto_accept_normal">Modérée</string>
<string name="pref_abc_auto_accept_slow">Lente</string>
<string name="pref_alternative_suggestion_scrolling">Méthode alternative de défilement des mots</string>
<string name="pref_auto_space">Espace automatique</string>
<string name="pref_auto_text_case">Majuscules automatiques</string>