diff options
author | Nextcloud bot <bot@nextcloud.com> | 2023-03-02 02:29:44 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2023-03-02 02:29:44 +0000 |
commit | 7d4cb9a13d77b6e5b8822b50b901feefc5b52240 (patch) | |
tree | 1453d8f90973b06f7daa2fe71a78b6a2803bffac /apps/settings/l10n/fr.js | |
parent | 2564d7f4d1348baa4ec17dfa9ffc9b96cc826b06 (diff) | |
download | nextcloud-server-7d4cb9a13d77b6e5b8822b50b901feefc5b52240.tar.gz nextcloud-server-7d4cb9a13d77b6e5b8822b50b901feefc5b52240.zip |
Fix(l10n): đ Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/settings/l10n/fr.js')
-rw-r--r-- | apps/settings/l10n/fr.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/apps/settings/l10n/fr.js b/apps/settings/l10n/fr.js index 129d4e1e6fd..b577199a801 100644 --- a/apps/settings/l10n/fr.js +++ b/apps/settings/l10n/fr.js @@ -435,6 +435,7 @@ OC.L10N.register( "Error: This app cannot be enabled because it makes the server unstable" : "Erreur : cette application ne peut ĂȘtre activĂ©e car elle rend le serveur instable", "Documentation" : "Documentation", "Forum" : "Forum", + "Login" : "Login", "SSL/TLS" : "SSL/TLS", "Open documentation" : "Ouvrir la documentation", "It is important to set up this server to be able to send emails, like for password reset and notifications." : "Il est important d'indiquer un serveur afin de pouvoir envoyer des mails en cas de perte de mot de passe et pour d'autres notifications.", @@ -444,6 +445,8 @@ OC.L10N.register( "From address" : "Adresse source", "Server address" : "Adresse du serveur", "Port" : "Port", + "Authentication method" : "MĂ©thode d'authentification", + "Authentication required" : "Authentification requise", "Credentials" : "Informations d'identification", "SMTP Username" : "Nom d'utilisateur SMTP", "SMTP Password" : "Mot de passe SMTP", @@ -522,12 +525,9 @@ OC.L10N.register( "Address" : "Adresse", "Avatar" : "Avatar", "An error occured during the request. Unable to proceed." : "Une erreur est survenue durant la requĂȘte. Impossible de traiter la demande.", - "Login" : "Login", "Plain" : "En clair", "NT LAN Manager" : "Gestionnaire du rĂ©seau NT", "STARTTLS" : "STARTTLS", - "Authentication method" : "MĂ©thode d'authentification", - "Authentication required" : "Authentification requise", "Please read carefully before activating server-side encryption: " : "Veuillez lire ceci avec attention avant d'activer le chiffrement :", "Enable encryption" : "Activer le chiffrement", "You need to migrate your encryption keys from the old encryption (ownCloud <= 8.0) to the new one. Please enable the \"Default encryption module\" and run 'occ encryption:migrate'" : "Vous devez migrer vos clĂ©s de chiffrement de l'ancienne version (ownCloud <= 8.0) vers la nouvelle. Veuillez activer l'application \"Default Encryption Module\" et exĂ©cuter 'occ encryption:migrate'", |