New Settings Screen more bugfixes
* proper error messages are displayed when dictionary loading fails or is cancelled * debounced the clicking on ItemClickable to avoid weird side effects, caused by faulty devices, sending multiple click events * a couple of French translations on the Settings screen * fixed Settings screen blinking in some cases * fixed default hotkey value cannot be 'no key' * fixed SuggestionsView having the incorrect theme forced at startup
This commit is contained in:
parent
a6fa129984
commit
bd73918f6a
17 changed files with 93 additions and 35 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<resources>
|
||||
<string name="app_settings">Configuration Traditional T9 </string>
|
||||
<string name="app_settings">Configuration TT9</string>
|
||||
<string name="close">Fermer</string>
|
||||
<string name="completed">Fini</string>
|
||||
<string name="error_unexpected">Une erreur inattendue s\'est produite.</string>
|
||||
|
|
@ -16,7 +16,7 @@
|
|||
<string name="pref_help">Aide</string>
|
||||
<string name="pref_dark_theme">Thème sombre</string>
|
||||
<string name="pref_choose_languages">Choisir langues</string>
|
||||
<string name="dictionary_truncate_title">Supprimer le dictionaire</string>
|
||||
<string name="dictionary_truncate_title">Vider le dictionaire</string>
|
||||
|
||||
<string name="pref_category_dictionaries">Dictionnaires</string>
|
||||
<string name="dictionary_cancel_load">Annuler le chargement</string>
|
||||
|
|
@ -27,4 +27,10 @@
|
|||
<string name="dictionary_load_title">Charger le dictionnaire</string>
|
||||
<string name="dictionary_not_found">Echec du chargement. Dictionnaire «%1$s» introuvable.</string>
|
||||
<string name="pref_category_function_keys">Raccourcis clavier</string>
|
||||
<string name="pref_category_appearance">Apparance</string>
|
||||
<string name="dictionary_load_bad_char">Echec du chargement. Mot inadmissible \"%1$s\" à la ligne %2$d de langue \"%3$s\".</string>
|
||||
<string name="dictionary_truncated">Le dictionaire est vidé avec succès.</string>
|
||||
<string name="pref_show_soft_function_keys">Boutons à l\'écran</string>
|
||||
<string name="dictionary_loading_indeterminate">Chargement du dictionnaire</string>
|
||||
<string name="dictionary_load_cancelled">Chargement est annulé.</string>
|
||||
</resources>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue