From f680feece89a0b52629973f1336d9c0fd465cf42 Mon Sep 17 00:00:00 2001 From: Guy Sartorelli Date: Tue, 7 May 2024 11:06:54 +1200 Subject: [PATCH] TLN Update translations --- lang/fr.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lang/fr.yml b/lang/fr.yml index b5b6940..5733a92 100644 --- a/lang/fr.yml +++ b/lang/fr.yml @@ -1,10 +1,10 @@ fr: SilverStripe\TOTP\Method: - NAME: 'Application d''authentification' - NOT_CONFIGURED: 'Cette méthode n''a pas encore été configuré.' + NAME: "Application d'authentification" + NOT_CONFIGURED: "Cette méthode n'a pas encore été configuré." SilverStripe\TOTP\RegisterHandler: - DESCRIPTION: 'Utiliser une application d''authentification telle que Google Authenticator pour scanner le code suivant' + DESCRIPTION: "Utiliser une application d'authentification telle que Google Authenticator pour scanner le code suivant" INVALID_CODE: 'Code fourni invalide' - SUPPORT_LINK_DESCRIPTION: 'Comment utiliser les applications d''authentification.' + SUPPORT_LINK_DESCRIPTION: "Comment utiliser les applications d'authentification." SilverStripe\TOTP\VerifyHandler: INVALID_CODE: 'Code invalide'