]> BookStack Code Mirror - bookstack/blob - lang/ca/passwords.php
Notifications: Switched testing from string to reference levels
[bookstack] / lang / ca / passwords.php
1 <?php
2 /**
3  * Password Reminder Language Lines
4  * The following language lines are the default lines which match reasons
5  * that are given by the password broker for a password update attempt has failed.
6  */
7 return [
8
9     'password' => 'Les contrasenyes han de tenir com a mínim vuit caràcters i la confirmació ha de coincidir.',
10     'user' => "No s'ha trobat cap usuari amb aquest correu electrònic.",
11     'token' => 'El token de restabliment de contrasenya no és vàlid per aquest correu electrònic.',
12     'sent' => 'T\'hem enviat un enllaç per a restablir la contrasenya!',
13     'reset' => 'S\'ha restablert la teva contrasenya!',
14
15 ];