-
-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Expand file tree
/
Copy pathpasswords.php
More file actions
15 lines (13 loc) · 671 Bytes
/
Copy pathpasswords.php
File metadata and controls
15 lines (13 loc) · 671 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<?php
/**
* Password Reminder Language Lines
* The following language lines are the default lines which match reasons
* that are given by the password broker for a password update attempt has failed.
*/
return [
'password' => 'Les contrasenyes han de tenir almenys 8 caràcters i han de coincidir amb la confirmació de contrasenya.',
'user' => "No es pot trobar un usuari amb aquesta adreça electrònica.",
'token' => 'El testimoni de restabliment de la contrasenya no és vàlid per a aquesta adreça electrònica.',
'sent' => 'Us hem enviat un enllaç per a restablir la contrasenya!',
'reset' => 'S’ha reinicialitzat la contrasenya.',
];