File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed
Tests/Validator/Constraints Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 30
30
<source >Invalid CSRF token.</source >
31
31
<target >Ongeldige CSRF-teken.</target >
32
32
</trans-unit >
33
- <trans-unit id =" 8" >
34
- <source >Digest nonce has expired.</source >
35
- <target >Digest nonce het verval.</target >
36
- </trans-unit >
37
33
<trans-unit id =" 9" >
38
34
<source >No authentication provider found to support the authentication token.</source >
39
35
<target >Geen verifikasieverskaffer is gevind wat die verifikasietoken kan ondersteun nie.</target >
Original file line number Diff line number Diff line change 30
30
<source >Invalid CSRF token.</source >
31
31
<target >CSRF žeton (token) je neispravan.</target >
32
32
</trans-unit >
33
- <trans-unit id =" 8" >
34
- <source >Digest nonce has expired.</source >
35
- <target >Digest nonce je istekao.</target >
36
- </trans-unit >
37
33
<trans-unit id =" 9" >
38
34
<source >No authentication provider found to support the authentication token.</source >
39
35
<target >Nije pronađen autentifikacijski provajder koji bi podržao dati autentifikacijski žeton (token).</target >
Original file line number Diff line number Diff line change 8
8
</trans-unit >
9
9
<trans-unit id =" 2" >
10
10
<source >Authentication credentials could not be found.</source >
11
- <target >Loginoplysninger kan findes.</target >
11
+ <target >Loginoplysninger kan ikke findes.</target >
12
12
</trans-unit >
13
13
<trans-unit id =" 3" >
14
14
<source >Authentication request could not be processed due to a system problem.</source >
62
62
<source >Account is locked.</source >
63
63
<target >Brugerkonto er låst.</target >
64
64
</trans-unit >
65
+ <trans-unit id =" 17" >
66
+ <source >Too many failed login attempts, please try again later.</source >
67
+ <target >For mange fejlede login forsøg, prøv venligst senere.</target >
68
+ </trans-unit >
69
+ <trans-unit id =" 18" >
70
+ <source >Invalid or expired login link.</source >
71
+ <target >Ugyldigt eller udløbet login link.</target >
72
+ </trans-unit >
65
73
</body >
66
74
</file >
67
75
</xliff >
Original file line number Diff line number Diff line change 23
23
*/
24
24
abstract class UserPasswordValidatorTest extends ConstraintValidatorTestCase
25
25
{
26
- const PASSWORD = 's3Cr3t ' ;
27
- const SALT = '^S4lt$ ' ;
26
+ private const PASSWORD = 's3Cr3t ' ;
27
+ private const SALT = '^S4lt$ ' ;
28
28
29
29
/**
30
30
* @var TokenStorageInterface
You can’t perform that action at this time.
0 commit comments