diff options
Diffstat (limited to 'app/src/main/res/values-fr/strings_pref_notifications.xml')
-rw-r--r-- | app/src/main/res/values-fr/strings_pref_notifications.xml | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/app/src/main/res/values-fr/strings_pref_notifications.xml b/app/src/main/res/values-fr/strings_pref_notifications.xml new file mode 100644 index 00000000..5a05a8c6 --- /dev/null +++ b/app/src/main/res/values-fr/strings_pref_notifications.xml @@ -0,0 +1,27 @@ +<?xml version="1.0" encoding="utf-8"?> +<!--Generated by crowdin.com--> +<resources> + <string name="notification_frequency">Fréquence de notification</string> + <string name="no_notifications">Aucune notification</string> + <string name="notification_keywords">Mots-clés</string> + <string name="notification_keywords_desc">Pas de notification si elle contient un de ces mots.</string> + <string name="add_keyword">Ajouter mots-clés</string> + <string name="hint_keyword">Tapez le mot clé et appuyez sur +</string> + <string name="empty_keyword">Mot clé vide</string> + <string name="notification_all_accounts">Notifier tous les comptes</string> + <string name="notification_all_accounts_desc">Recevoir des notifications pour chaque compte connecté. Désactiver cette option fera une récupération uniquement pour le compte sélectionné.</string> + <string name="notification_messages">Activer les notifications de message</string> + <string name="notification_messages_desc">Recevoir des notifications de messagerie instantanée pour le compte actuel.</string> + <string name="notification_messages_all_accounts">Notifier les messages de tous les comptes</string> + <string name="notification_messages_all_accounts_desc">Recevoir des notifications de messagerie instantanée de tous les comptes</string> + <string name="notification_fetch_now">Récuperer les notifications maintenant</string> + <string name="notification_fetch_now_desc">Déclencher une fois l’outil de récupération de notification. Notez que la récupération de messages instantanés prend du temps.</string> + <string name="notification_fetch_success">Récupération des Notifications…</string> + <string name="notification_fetch_fail">Récupération des notifications impossible</string> + <string name="notification_sound">Son de notification</string> + <string name="notification_ringtone">Sonnerie de notification</string> + <string name="message_ringtone">Sonnerie de message</string> + <string name="select_ringtone">Sélectionner la sonnerie</string> + <string name="notification_vibrate">Vibration de notification</string> + <string name="notification_lights">Voyants de notification</string> +</resources> |