snipe-it/resources/lang/ru/auth/general.php
2016-07-29 14:32:31 -07:00

13 lines
569 B
PHP
Raw 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
return [
'send_password_link' => 'Отправить ссылку на сброс пароля',
'email_reset_password' => 'Сброс пароля по эл.почте',
'reset_password' => 'Восстановление пароля',
'login' => 'Логин',
'login_prompt' => 'Пожалуйста, авторизуйтесь',
'forgot_password' => 'Я забыл мой пароль',
'remember_me' => 'Запомнить меня',
];