1
0
Fork 0
tt9/res/values-fr/strings.xml
Dimo Karaivanov 575293edb9
* each input mode is now in a separate file (#75)
* fixed mode 123 being incorrectly forced after typing in a numeric field, then going to a text field

* simplified context usage everywhere

* added some missing translations

* moved the Soft Key view to the SoftKey class to avoid memory leaks and to simplify the code a bit
2022-10-14 18:00:45 +03:00

23 lines
1.3 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="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_help">"Afficher l\'aide</string>
<string name="pref_choose_languages">Choisir langues</string>
<string name="pref_loaddict">Charger le dictionnaire</string>
<string name="pref_loaduserdict">Charger le dictionnaire utilisateur</string>
<string name="dictionary_loading">Chargement du dictionnaire…</string>
<string name="dictionary_loading_user_dict">Chargement du dictionnaire utilisateur…</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_truncatedict">Supprimer le dictionaire</string>
</resources>