diff options
| author | Mark Felder <feld@FreeBSD.org> | 2020-06-25 15:34:48 -0500 |
|---|---|---|
| committer | Mark Felder <feld@FreeBSD.org> | 2020-06-25 15:34:48 -0500 |
| commit | 8e1e7144fdbdea944988f1ed775d35c77c05b2d2 (patch) | |
| tree | 084ffc0cd7b83cf65a187d2a02528f69ef46d505 /src/i18n/fr.json | |
| parent | 199fc9351d2db400a966750a23c2b3077345a383 (diff) | |
Change notification settings keys to new names, remove the defunct non_follows key.
Diffstat (limited to 'src/i18n/fr.json')
| -rw-r--r-- | src/i18n/fr.json | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/src/i18n/fr.json b/src/i18n/fr.json index 31b69a0f..3a750b08 100644 --- a/src/i18n/fr.json +++ b/src/i18n/fr.json @@ -320,10 +320,9 @@ }, "notifications": "Notifications", "notification_setting": "Reçevoir les notifications de :", - "notification_setting_follows": "Utilisateurs que vous suivez", - "notification_setting_non_follows": "Utilisateurs que vous ne suivez pas", - "notification_setting_followers": "Utilisateurs qui vous suivent", - "notification_setting_non_followers": "Utilisateurs qui ne vous suivent pas", + "notification_setting_from_following": "Utilisateurs que vous suivez", + "notification_setting_from_followers": "Utilisateurs qui vous suivent", + "notification_setting_from_strangers": "Utilisateurs qui ne vous suivent pas", "notification_mutes": "Pour stopper la récéption de notifications d'un utilisateur particulier, utilisez un masquage.", "notification_blocks": "Bloquer un utilisateur stoppe toute notification et se désabonne de lui.", "enable_web_push_notifications": "Activer les notifications de push web", |
