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

@ -29,7 +29,11 @@
<string name="pref_category_setup">Початкові налаштування</string>
<string name="pref_abc_auto_accept">Автоматичний вибір літери</string>
<string name="pref_abc_auto_accept_summary">Автоматично вводить вибрану літеру після короткої затримки.</string>
<string name="pref_abc_auto_accept_off">Вимкнено</string>
<string name="pref_abc_auto_accept_fastest">Дуже швидко</string>
<string name="pref_abc_auto_accept_fast">Швидко</string>
<string name="pref_abc_auto_accept_normal">Середній</string>
<string name="pref_abc_auto_accept_slow">Повільний</string>
<string name="pref_alternative_suggestion_scrolling">Альтернативний метод прокрутки пропозицій</string>
<string name="pref_alternative_suggestion_scrolling_summary">Увімкніть, якщо ви іноді не бачите всіх пропозицій або не можете їх прокрутити (Android 9 або старіші).</string>
<string name="pref_auto_space">Автоматичний пробіл</string>