diff options
Diffstat (limited to 'core/l10n/fr.js')
-rw-r--r-- | core/l10n/fr.js | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/core/l10n/fr.js b/core/l10n/fr.js index d6d8d0856ae..37f2c823070 100644 --- a/core/l10n/fr.js +++ b/core/l10n/fr.js @@ -155,6 +155,7 @@ OC.L10N.register( "Link" : "Lien", "Password protect" : "Protéger par un mot de passe", "Password" : "Mot de passe", + "Allow upload and editing" : "Autoriser l'envoi et l'édition", "Hide file listing" : "Cacher la liste des fichiers", "Email link to person" : "Envoyer le lien par courriel", "Send" : "Envoyer", @@ -292,6 +293,10 @@ OC.L10N.register( "This means only administrators can use the instance." : "Cela signifie que seuls les administrateurs peuvent utiliser l'instance.", "Contact your system administrator if this message persists or appeared unexpectedly." : "Veuillez contacter votre administrateur système si ce message persiste ou apparaît de façon inattendue.", "Thank you for your patience." : "Merci de votre patience.", + "Two-factor authentication" : "Second facteur d'authentification", + "Enhanced security is enabled for your account. Please authenticate using a second factor." : "La sécurité renforcée est activée pour votre compte. Veuillez vous authentifier en utilisant un second facteur.", + "Cancel log in" : "Annuler l'authentification", + "Error while validating your second factor" : "Erreur lors de la validation de votre second facteur", "You are accessing the server from an untrusted domain." : "Vous accédez au serveur à partir d'un domaine non approuvé.", "Please contact your administrator. If you are an administrator of this instance, configure the \"trusted_domains\" setting in config/config.php. An example configuration is provided in config/config.sample.php." : "Veuillez contacter votre administrateur. Si vous être l'administrateur de cette instance, configurez la variable \"trusted_domains\" dans le fichier config/config.php. Un exemple de configuration est fournit dans le fichier config/config.sample.php.", "Depending on your configuration, as an administrator you might also be able to use the button below to trust this domain." : "En fonction de votre configuration, en tant qu'administrateur vous pouvez également utiliser le bouton ci-dessous pour approuver ce domaine.", |