* 0-key now types special/math characters. All characters normally avaialable on a computer keyboard are available now * Predictive Mode: Added many new emoji * updated user manual * Fixed the new line being invisible in the suggestions list * Predictive Mode: punctuation list on 1-key has no priorities and remains static all the time * Added 'automatic space' setting * Added 'auto capitalization' setting * Added missing translations * Unsupported emoji are no longer displayed * Code cleanup and speed optimizations * Fixed incorrect suggestion filter values, that would cause broken emoji
41 lines
2.6 KiB
XML
41 lines
2.6 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<resources>
|
|
<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>
|
|
|
|
<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">Langues</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>
|
|
<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>
|
|
<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>
|
|
<string name="pref_category_predictive_mode">Saisie intuitive</string>
|
|
<string name="pref_auto_space">Espace automatique</string>
|
|
<string name="pref_auto_text_case">Majuscules automatiques</string>
|
|
<string name="pref_auto_space_summary">Ajouter automatiquement un espace après signes de ponctuation et mots.</string>
|
|
<string name="pref_auto_text_case_summary">Commencer automatiquement les phrases avec une majuscule.</string>
|
|
</resources>
|