diff options
author | ByteHamster <info@bytehamster.com> | 2024-03-13 22:36:57 +0100 |
---|---|---|
committer | ByteHamster <info@bytehamster.com> | 2024-03-13 22:39:21 +0100 |
commit | da21d92f969d84e0c2a9f37c3d9b5d56c117c92a (patch) | |
tree | 89cea880f3c1760719407411c1d4fc58a72369d8 /ui/i18n/src/main/res/values-fr | |
parent | afc21f46a9b75dee4381cf529064f54850e58b5c (diff) | |
download | AntennaPod-da21d92f969d84e0c2a9f37c3d9b5d56c117c92a.zip |
Fully remove string that fails Lint
Diffstat (limited to 'ui/i18n/src/main/res/values-fr')
-rw-r--r-- | ui/i18n/src/main/res/values-fr/strings.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ui/i18n/src/main/res/values-fr/strings.xml b/ui/i18n/src/main/res/values-fr/strings.xml index b769ab92a..8cbc81777 100644 --- a/ui/i18n/src/main/res/values-fr/strings.xml +++ b/ui/i18n/src/main/res/values-fr/strings.xml @@ -478,8 +478,7 @@ <string name="pref_expandNotify_sum">Permet, généralement, d\'étendre la notification pour montrer les boutons de lecture</string> <string name="pref_persistNotify_title">Boutons de lecture permanents</string> <string name="pref_persistNotify_sum">Garder les notifications et les boutons de lecture sur l\'écran de verrouillage quand la lecture est en pause</string> - <string name="pref_compact_notification_buttons_dialog_error_exact">Vous devez choisir exactement %1$d éléments.</string> - <string name="pref_full_notification_buttons_title">Boutons pour les notifications</string> + <string name="pref_full_notification_buttons_title">Boutons pour les notifications</string> <string name="pref_full_notification_buttons_sum">Changer les boutons du lecteur pour la notification de lecture.</string> <string name="pref_enqueue_location_title">Emplacement des épisodes téléchargés</string> <string name="pref_enqueue_location_sum">Ajouter les épisodes : %1$s</string> |