Cachet/resources/lang/es/reminders.php
David Fernández a21fae88d4 Updated Spanish translations
Closes #975

Signed-off-by: Graham Campbell <graham@alt-three.com>
2015-10-02 10:29:46 +01:00

32 lines
1.1 KiB
PHP
Executable File

<?php
/*
* This file is part of Cachet.
*
* (c) Alt Three Services Limited
*
* For the full copyright and license information, please view the LICENSE
* file that was distributed with this source code.
*/
return [
/*
|--------------------------------------------------------------------------
| 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, such as for an invalid token or invalid new password.
|
*/
'password' => 'Las contraseñas deben tener al menos seis caracteres y coincidir con la confirmación.',
'user' => 'No podemos encontrar un usuario con esa dirección de correo electrónico.',
'token' => 'El token para resetear la contraseña no es válido.',
'sent' => '¡Recordatorio de contraseña enviado!',
'reset' => '¡La contraseña ha sido restablecida!',
];