Skip to content
This repository was archived by the owner on May 31, 2024. It is now read-only.

Commit 4dc6ac0

Browse files
committed
[Security][Translation] fixes #14584
1 parent 4bc570e commit 4dc6ac0

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

Resources/translations/security.fr.xlf

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@
88
</trans-unit>
99
<trans-unit id="2">
1010
<source>Authentication credentials could not be found.</source>
11-
<target>Les droits d'authentification n'ont pas pu être trouvés.</target>
11+
<target>Les identifiants d'authentification n'ont pas pu être trouvés.</target>
1212
</trans-unit>
1313
<trans-unit id="3">
1414
<source>Authentication request could not be processed due to a system problem.</source>
1515
<target>La requête d'authentification n'a pas pu être executée à cause d'un problème système.</target>
1616
</trans-unit>
1717
<trans-unit id="4">
1818
<source>Invalid credentials.</source>
19-
<target>Droits invalides.</target>
19+
<target>Identifiants invalides.</target>
2020
</trans-unit>
2121
<trans-unit id="5">
2222
<source>Cookie has already been used by someone else.</source>
2323
<target>Le cookie a déjà été utilisé par quelqu'un d'autre.</target>
2424
</trans-unit>
2525
<trans-unit id="6">
2626
<source>Not privileged to request the resource.</source>
27-
<target>Pas de privilèges pour accéder à la ressource.</target>
27+
<target>Privilèges insuffisants pour accéder à la ressource.</target>
2828
</trans-unit>
2929
<trans-unit id="7">
3030
<source>Invalid CSRF token.</source>
@@ -40,23 +40,23 @@
4040
</trans-unit>
4141
<trans-unit id="10">
4242
<source>No session available, it either timed out or cookies are not enabled.</source>
43-
<target>Pas de session disponible, celle-ci a expiré ou les cookies ne sont pas activés.</target>
43+
<target>Aucune session disponible, celle-ci a expiré ou les cookies ne sont pas activés.</target>
4444
</trans-unit>
4545
<trans-unit id="11">
4646
<source>No token could be found.</source>
4747
<target>Aucun jeton n'a pu être trouvé.</target>
4848
</trans-unit>
4949
<trans-unit id="12">
5050
<source>Username could not be found.</source>
51-
<target>Le nom d'utilisateur ne peut pas être trouvé.</target>
51+
<target>Le nom d'utilisateur n'a pas pu être trouvé.</target>
5252
</trans-unit>
5353
<trans-unit id="13">
5454
<source>Account has expired.</source>
5555
<target>Le compte a expiré.</target>
5656
</trans-unit>
5757
<trans-unit id="14">
5858
<source>Credentials have expired.</source>
59-
<target>Les droits ont expirés.</target>
59+
<target>Les identifiants ont expiré.</target>
6060
</trans-unit>
6161
<trans-unit id="15">
6262
<source>Account is disabled.</source>

0 commit comments

Comments
 (0)