diff options
author | Frederic Guillot <fred@kanboard.net> | 2016-01-05 20:37:18 -0500 |
---|---|---|
committer | Frederic Guillot <fred@kanboard.net> | 2016-01-05 20:37:18 -0500 |
commit | cd4af3f49fdf47cd8832092fb9ae6e71d1d0653f (patch) | |
tree | 3e8f9f2f65443f6f925d914ade24b3200a5e5395 /app/Locale/fr_FR/translations.php | |
parent | 36d4cea9866d605fd8685876378988c10a32e82d (diff) |
Sync locales
Diffstat (limited to 'app/Locale/fr_FR/translations.php')
-rw-r--r-- | app/Locale/fr_FR/translations.php | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/app/Locale/fr_FR/translations.php b/app/Locale/fr_FR/translations.php index 3700ac1a..9ff9fb2a 100644 --- a/app/Locale/fr_FR/translations.php +++ b/app/Locale/fr_FR/translations.php @@ -690,9 +690,7 @@ return array( 'The two factor authentication code is valid.' => 'Le code pour l\'authentification à deux-facteurs est valide.', 'Code' => 'Code', 'Two factor authentication' => 'Authentification à deux-facteurs', - 'Enable/disable two factor authentication' => 'Activer/désactiver l\'authentification à deux-facteurs', 'This QR code contains the key URI: ' => 'Ce code QR contient l\'url de la clé : ', - 'Save the secret key in your TOTP software (by example Google Authenticator or FreeOTP).' => 'Sauvegardez cette clé secrète dans votre logiciel TOTP (par exemple Google Authenticator ou FreeOTP).', 'Check my code' => 'Vérifier mon code', 'Secret key: ' => 'Clé secrète : ', 'Test your device' => 'Testez votre appareil', @@ -1119,4 +1117,8 @@ return array( 'RUB - Russian Ruble' => 'RUB - Rouble russe', 'Assign the task to the person who does the action when the column is changed' => 'Assigner la tâche à la personne qui fait l\'action lorsque la colonne est changée', 'Close a task in a specific column' => 'Fermer une tâche dans une colonne specifique', + 'Time-based One-time Password Algorithm' => '', + 'Two-Factor Provider: ' => 'Fournisseur d\'authentification à deux facteurs :', + 'Disable two-factor authentication' => 'Désactiver l\'authentification à deux-facteurs', + 'Enable two-factor authentication' => 'Activer l\'authentification à deux-facteurs', ); |