Files
tbbank-new/lang/ru/passwords.php

12 lines
559 B
PHP
Raw Permalink Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
<?php
declare(strict_types=1);
return [
'reset' => 'Ваш пароль был сброшен!',
'sent' => 'Мы отправили вам ссылку для сброса пароля!',
'throttled' => 'Пожалуйста, подождите, прежде чем повторить попытку.',
'token' => 'Этот токен для сброса пароля недействителен.',
'user' => 'Мы не можем найти пользователя с таким адресом электронной почты.',
];