diff options
| author | Jules Aguillon | 2024-02-10 18:03:09 +0100 |
|---|---|---|
| committer | Jules Aguillon | 2024-02-10 18:10:49 +0100 |
| commit | f4d88cc0876ec29ff46dbda0159168ebee637afb (patch) | |
| tree | 72c96a25e03f187307c1e738ca4aeb990ce3ba85 /res/values-fr/strings.xml | |
| parent | d5676d683f031a2d23f4e01e0ada0afd58dc9b89 (diff) | |
| download | unexpected-keyboard-f4d88cc0876ec29ff46dbda0159168ebee637afb.tar.gz unexpected-keyboard-f4d88cc0876ec29ff46dbda0159168ebee637afb.zip | |
Fix various linter warnings
Among others:
- Use `apply` instead of `commit` when saving shared preferences.
- Avoid inlined Api
- Remove unused resources
Diffstat (limited to 'res/values-fr/strings.xml')
| -rw-r--r-- | res/values-fr/strings.xml | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/res/values-fr/strings.xml b/res/values-fr/strings.xml index 82b9e1f..971fef9 100644 --- a/res/values-fr/strings.xml +++ b/res/values-fr/strings.xml @@ -35,8 +35,6 @@ Cette application ne contient pas de publicité, n'accède pas au réseau et est <string name="pref_extra_keys_title">Ajouter des touches au clavier</string> <string name="pref_extra_keys_custom">Ajouter des touches personnalisées</string> <string name="pref_extra_keys_internal">Sélectionner les touches à ajouter au clavier</string> - <string name="pref_second_layout_title">Disposition secondaire</string> - <string name="pref_second_layout_none">Aucune</string> <string name="pref_category_typing">Saisie</string> <string name="pref_swipe_dist_title">Distance de swipe</string> <string name="pref_swipe_dist_summary">La distance des caractères dans les coins (%s)</string> @@ -90,6 +88,7 @@ Cette application ne contient pas de publicité, n'accède pas au réseau et est <string name="launcher_description">Cette application est un clavier virtuel. Activez-le dans les paramètres système en cliquant sur le bouton ci-dessous.</string> <string name="launcher_sourcecode">Cette application est libre et open-source. Lisez le source code et reportez des problèmes sur Github.</string> <string name="launcher_tryhere">Après l\'avoir activé, vous pouvez l\'essayer ici:</string> + <!-- <string name="launcher_tryhere_hint">Try here</string> --> <string name="key_descr_capslock">Verrouillage majuscules</string> <string name="key_descr_switch_greekmath">Symboles mathématiques</string> <!-- <string name="key_descr_change_method">Switch keyboard</string> --> @@ -110,5 +109,4 @@ Cette application ne contient pas de publicité, n'accède pas au réseau et est <string name="key_descr_page_down">Page suivante</string> <string name="key_descr_home">Début</string> <string name="key_descr_end">Fin</string> - <string name="pref_category_advanced">Avancé</string> </resources> |
