1<?php 2# User menu text 3$lang['btn_twofactor_profile'] = 'Paramètres de double authentification'; 4 5# Two Factor profile header and settings 6$lang['settings'] = "Two Factor Settings"; 7$lang['twofactor_optin'] = "Utiliser la double authentification"; 8$lang['twofactor_notify'] = "Send notification upon sucessful login to default device"; 9$lang['defaultmodule'] = "Méthode par défaut pour recevoir un code"; 10$lang['useallotp'] = "*Tout utiliser*"; 11$lang['verify_password'] = "Confirmez votre mot de passe"; 12$lang['btn_quit'] = "Quitter"; 13$lang['btn_return'] = "Retourner sur le wiki"; 14 15# Messages displayed by menu 16$lang['updated'] = "Configuration de double authentification mise à jour."; 17$lang['mandatory'] = "Ce wiki requiert l'utilisation d'une double authentification. Vous devez configurer au moins une méthode de double authentification pour continuer."; 18$lang['optout_notice'] = "This wiki has the ability to use two factor authentication. If you do not want to use this option, please uncheck the first box below, supply your password at the bottom, and save your settings."; 19 20# Text used at login 21$lang['twofactor_login'] = "Jeton d'authentification 2FA <br />(laissez vide si inutilisé)<br />"; 22$lang['mustusetoken'] = "Ce wiki requiert l'utilisation d'un fournisseur de jeton d'authentification comme Google Authentificator pour s'identifier."; 23 24# Text used at OTP login screen 25$lang['twofactor_otplogin'] = "Code de vérification"; 26$lang['twofactor_useallmods'] = "Renvoyer un code OTP en utilisant toutes les méthodes configurées"; 27$lang['twofactor_invalidotp'] = "Le code fourni est incorrect ou expiré. Merci de réessayer. Si besoin, cliquez sur le lien pour renvoyer un code."; 28$lang['btn_login'] = "Complétez l'identification"; 29$lang['btn_resend'] = "Renvoyer un code"; 30 31# LogLog text 32# 'logged in, %s' 33$lang['requires_otp'] = "requires OTP code"; 34# 'logged in, %s' 35$lang['2fa_mandatory'] = "redirected to 2FA for mandatory setup"; 36# 'logged in %s' 37$lang['token_ok'] = "using correct token"; 38# 'failed %s' 39$lang['no_tokens'] = "token login, no tokens configured"; 40# 'failed %s' 41$lang['token_mismatch'] = "token login, no token match"; 42# 'logged off, %s' 43$lang['quit_otp'] = "quit OTP screen"; 44# 'logged in %s' 45$lang['otp_ok'] = "using OTP screen"; 46# 'failed OTP login, %s' 47$lang['otp_mismatch'] = "bad code"; 48 49# Administrative text 50$lang['menu'] = 'Administration de double authentification'; 51$lang['noauth'] = "Impossible d'administrer la double authentification : module d'authentification utilisateur non disponible."; 52$lang['nosupport'] = "Impossible d'administrer la double authentification : gestion des utilisateurs non suportée par le module d'authentification."; 53$lang['badauth'] = "mécanisme d'authentification invalide"; // ne devrait jamais s'afficher ! 54$lang['user_id'] = 'Utilisateur'; 55$lang['user_pass'] = 'Mot de passe'; 56$lang['user_name'] = 'Nom réel'; 57$lang['user_mail'] = 'E-mail'; 58$lang['reset_selected'] = 'Remettre à zéro la sélection'; 59$lang['search'] = 'Recherche'; 60$lang['search_prompt'] = 'Lancer la recherche'; 61$lang['clear'] = 'Remettre à zéro le filtre de recherche'; 62$lang['filter'] = 'Filtre'; 63$lang['start'] = 'début'; 64$lang['prev'] = 'précédent'; 65$lang['next'] = 'suivant'; 66$lang['last'] = 'dernier'; 67$lang['summary'] = 'Affichage utilisateurs %1$d-%2$d sur %3$d trouvés. %4$d utilisateurs au total.'; 68$lang['nonefound'] = 'Aucun utilisateur trouvé. %d utilisateurs au total.'; 69$lang['reset_ok'] = '%d utilisateurs remis à zéro'; 70$lang['reset_not_self'] = "Vous ne pouvez pas vous remettre à zéro."; 71$lang['no_purpose'] = "L'extension TwoFactor dépend de l'extension Attribute. Sans l'extension Attribute, TwoFactor ne peut pas stocker de données et ne fonctionnera pas."; 72