* Settings screen is now based on the Android SharedPreferences * Added function key configuration on the Settings screen * Added a setting for toggling the on-screen buttons * Added a dark/light theme setting * Improved translations * Fixed a problem with launching the Settings screen directly from the Android settings * Fixed ignoring keys not actually ignoring them properly
30 lines
1.7 KiB
XML
30 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<string name="app_settings">Configuration Traditional T9 </string>
|
|
<string name="close">Fermer</string>
|
|
<string name="completed">Fini</string>
|
|
<string name="error_unexpected">Une erreur inattendue s\'est produite.</string>
|
|
|
|
<string name="add_word_add">Ajouter</string>
|
|
<string name="add_word_blank">Mot vide non ajouté.</string>
|
|
<string name="add_word_badchar">Impossible d\'ajouter un mot avec des caractères inexistants pour %1$s (%2$s).</string>
|
|
<string name="add_word_exist">Le mot «%1$s» est déjà dans le dictionnaire.</string>
|
|
<string name="add_word_title">Ajouter un mot</string>
|
|
|
|
|
|
<string name="pref_category_about">À propos de l\'application</string>
|
|
<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="pref_category_dictionaries">Dictionnaires</string>
|
|
<string name="dictionary_cancel_load">Annuler le chargement</string>
|
|
<string name="dictionary_load_error">Echec du chargement de dictionnaire pour langue «%1$s» (%2$s).</string>
|
|
<string name="dictionary_load_failed">Echec du chargement de dictionnaire.</string>
|
|
<string name="dictionary_loaded">Chargement du dictionnaire terminé.</string>
|
|
<string name="dictionary_loading">Chargement du dictionnaire (%1$s)…</string>
|
|
<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>
|
|
</resources>
|