From 67c7c14019c3b8fe1533a42732315c5a73d6ef00 Mon Sep 17 00:00:00 2001 From: Xelfi <48436239+Xelfi@users.noreply.github.com> Date: Wed, 27 Dec 2023 15:20:13 +0100 Subject: [PATCH] =?UTF-8?q?In=20this=20context,=20"crypt=C3=A9"=20does=20n?= =?UTF-8?q?ot=20mean=20anything.=20We=20have=20to=20use=20"chiffr=C3=A9"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/locale/fr_FR.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/locale/fr_FR.json b/app/locale/fr_FR.json index 5e9f3ee5..695cd293 100644 --- a/app/locale/fr_FR.json +++ b/app/locale/fr_FR.json @@ -4,8 +4,8 @@ "Reconnecting...": "Reconnexion...", "Internal error": "Erreur interne", "Must set host": "Doit définir l'hôte", - "Connected (encrypted) to ": "Connecté (crypté) à", - "Connected (unencrypted) to ": "Connecté (non crypté) à", + "Connected (encrypted) to ": "Connecté (chiffré) à", + "Connected (unencrypted) to ": "Connecté (non chiffré) à", "Something went wrong, connection is closed": "Quelque chose s'est mal passé, la connexion est fermée", "Failed to connect to server": "Échec de connexion au serveur", "Disconnected": "Débranché",