mirror of
https://github.com/BookStackApp/BookStack.git
synced 2024-10-01 01:36:00 -04:00
dd805503fb
* New translations settings.php (Japanese) * New translations settings.php (Japanese) * New translations common.php (Latvian) * New translations common.php (Russian) * New translations settings.php (Dutch) * New translations common.php (Dutch) * New translations settings.php (Dutch) * New translations entities.php (Dutch) * New translations validation.php (Dutch) * New translations activities.php (Dutch) * New translations common.php (German) * New translations common.php (Dutch) * New translations common.php (German Informal) * New translations activities.php (Dutch) * New translations entities.php (German) * New translations settings.php (German) * New translations auth.php (Dutch) * New translations components.php (Dutch) * New translations common.php (German Informal) * New translations entities.php (German Informal) * New translations settings.php (German Informal) * New translations common.php (Catalan) * New translations common.php (Catalan) * New translations passwords.php (Catalan) * New translations validation.php (Catalan) * New translations validation.php (Catalan) * New translations auth.php (Catalan) * New translations common.php (Italian) * New translations activities.php (Italian) * New translations common.php (Italian)
16 lines
643 B
PHP
16 lines
643 B
PHP
<?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 com a mínim vuit caràcters i la confirmació ha de coincidir.',
|
|
'user' => "No s'ha trobat cap usuari amb aquest correu electrònic.",
|
|
'token' => 'El token de restabliment de contrasenya no és vàlid per aquest correu electrònic.',
|
|
'sent' => 'T\'hem enviat un enllaç per a restablir la contrasenya!',
|
|
'reset' => 'S\'ha restablert la teva contrasenya!',
|
|
|
|
];
|