]> BookStack Code Mirror - bookstack/blob - resources/lang/ca/passwords.php
Skip intermediate login page with single provider
[bookstack] / resources / 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 ];
Morty Proxy This is a proxified and sanitized view of the page, visit original site.