diff options
author | Nextcloud bot <bot@nextcloud.com> | 2024-05-08 00:21:13 +0000 |
---|---|---|
committer | Nextcloud bot <bot@nextcloud.com> | 2024-05-08 00:21:13 +0000 |
commit | 2967c214656009c99a09b2df6544ca7faeaabc0d (patch) | |
tree | fe6912d5a658c858780726a49b6f35516dfbc837 /apps/user_ldap | |
parent | 46db517ff45fba821a94f4cdbc85ffd1741c1f71 (diff) | |
download | nextcloud-server-2967c214656009c99a09b2df6544ca7faeaabc0d.tar.gz nextcloud-server-2967c214656009c99a09b2df6544ca7faeaabc0d.zip |
Fix(l10n): Update translations from Transifex
Signed-off-by: Nextcloud bot <bot@nextcloud.com>
Diffstat (limited to 'apps/user_ldap')
-rw-r--r-- | apps/user_ldap/l10n/fr.js | 2 | ||||
-rw-r--r-- | apps/user_ldap/l10n/fr.json | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apps/user_ldap/l10n/fr.js b/apps/user_ldap/l10n/fr.js index a44db93fd9e..a86c0ab858c 100644 --- a/apps/user_ldap/l10n/fr.js +++ b/apps/user_ldap/l10n/fr.js @@ -94,7 +94,7 @@ OC.L10N.register( "When logging in, %s will find the user based on the following attributes:" : "À la connexion, %s cherchera l'utilisateur sur la base des attributs suivant :", "LDAP/AD Username:" : "Nom d’utilisateur LDAP/AD :", "Allows login against the LDAP/AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Autorise l'authentification à partir du nom d'utilisateur LDAP/AD.Celui-ci sera détecté et pourra être soit \"uid\", soit \"sAMAccountName\".", - "LDAP/AD Email Address:" : "Adresse électronique LDAP/AD :", + "LDAP/AD Email Address:" : "Adresse e-mail LDAP/AD :", "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Autorise l'authentification par adresse e-mail. \"mail\" et \"mailPrimaryAddress\" sont autorisés.", "Other Attributes:" : "Autres attributs :", "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Définit le filtre à appliquer lors de la tentative de connexion. \"%%uid\" remplace le nom d'utilisateur lors de l'authentification. Exemple: \"uid=%%uid\"", diff --git a/apps/user_ldap/l10n/fr.json b/apps/user_ldap/l10n/fr.json index c4778c312c1..2993d746061 100644 --- a/apps/user_ldap/l10n/fr.json +++ b/apps/user_ldap/l10n/fr.json @@ -92,7 +92,7 @@ "When logging in, %s will find the user based on the following attributes:" : "À la connexion, %s cherchera l'utilisateur sur la base des attributs suivant :", "LDAP/AD Username:" : "Nom d’utilisateur LDAP/AD :", "Allows login against the LDAP/AD username, which is either \"uid\" or \"sAMAccountName\" and will be detected." : "Autorise l'authentification à partir du nom d'utilisateur LDAP/AD.Celui-ci sera détecté et pourra être soit \"uid\", soit \"sAMAccountName\".", - "LDAP/AD Email Address:" : "Adresse électronique LDAP/AD :", + "LDAP/AD Email Address:" : "Adresse e-mail LDAP/AD :", "Allows login against an email attribute. \"mail\" and \"mailPrimaryAddress\" allowed." : "Autorise l'authentification par adresse e-mail. \"mail\" et \"mailPrimaryAddress\" sont autorisés.", "Other Attributes:" : "Autres attributs :", "Defines the filter to apply, when login is attempted. \"%%uid\" replaces the username in the login action. Example: \"uid=%%uid\"" : "Définit le filtre à appliquer lors de la tentative de connexion. \"%%uid\" remplace le nom d'utilisateur lors de l'authentification. Exemple: \"uid=%%uid\"", |