diff options
author | Frederic Guillot <fred@kanboard.net> | 2015-04-21 19:53:33 -0400 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2015-04-21 19:53:33 -0400 |
commit | 71112eb81d28b7baee09bf7d73e80a81cb38c17a (patch) | |
tree | 7bab960f33a2ed54a3976b800417ad0fb3bc5b33 /app/Locale/fr_FR | |
parent | e30bf47d94e84efe42c05148dddd6cec499d12ae (diff) |
Allow admins to disable the 2FA for a standard user
Diffstat (limited to 'app/Locale/fr_FR')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 709131a6..c05dd689 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -868,4 +868,6 @@ return array( 'Help on Mailgun integration' => 'Aide sur l\'intégration avec Mailgun', 'Sendgrid (incoming emails)' => 'Sendgrid (emails entrants)', 'Help on Sendgrid integration' => 'Aide sur l\'intégration avec Sendgrid', + 'Disable two factor authentication' => 'Désactiver l\'authentification à deux facteurs', + 'Do you really want to disable the two factor authentication for this user: "%s"?' => 'Voulez-vous vraiment désactiver l\'authentification à deux facteurs pour cet utilisateur : « %s » ?', ); |