about summary refs log tree commit diff
path: root/app/assets
diff options
context:
space:
mode:
authorChristophe Gesché <moosh@php.net>2017-04-17 15:15:14 +0200
committerEugen <eugen@zeonfederated.com>2017-04-17 15:15:14 +0200
commit4082e1ac7f181108db8254f1063381a7bb0c6b78 (patch)
treee0decae9c5ce3c6cdb2c95b633f609d4f826ee08 /app/assets
parent6b8e95ea00267ca8b31edecd197eba6c699a1fb6 (diff)
Update fr.jsx "clear" (Nettoyer peut-être ambigu) (#1987)
Un utiliser mal expérimenté pourrait comprendre "retirer les erreurs".
Ici il s'agit d'une suppression pure et simple, pas une épuration/nettoyage.

clear would be translated "remove" instead of "cleaning" Cleaning can be unterstood "keep but clean"
Diffstat (limited to 'app/assets')
-rw-r--r--app/assets/javascripts/components/locales/fr.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/assets/javascripts/components/locales/fr.jsx b/app/assets/javascripts/components/locales/fr.jsx
index 0a1dd38ae..ec4dc709d 100644
--- a/app/assets/javascripts/components/locales/fr.jsx
+++ b/app/assets/javascripts/components/locales/fr.jsx
@@ -99,7 +99,7 @@ const fr = {
   "notifications.column_settings.mention": "Mentions :",
   "notifications.column_settings.reblog": "Partages :",
   "notifications.clear": "Nettoyer",
-  "notifications.clear_confirmation": "Voulez-vous vraiment nettoyer toutes vos notifications ?",
+  "notifications.clear_confirmation": "Voulez-vous vraiment supprimer toutes vos notifications ?",
   "notifications.settings": "Paramètres de la colonne",
   "privacy.public.short": "Public",
   "privacy.public.long": "Afficher dans les fils publics",