BookStack/resources/lang/ru/passwords.php

16 lines
720 B
PHP
Raw Normal View History

2017-09-12 13:42:04 +00:00
<?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.
*/
2017-09-12 13:42:04 +00:00
return [
'password' => 'Пароль должен содержать не менее шести символов и совпадать с подтверждением.',
'user' => 'Пользователь с указаным email отсутствует.',
'token' => 'Токен сброса пароля недействителен.',
'sent' => 'Ссылка для сброса пароля отправлена на email!',
2017-09-12 13:42:04 +00:00
'reset' => 'Ваш пароль был сброшен!',
];