Update controllers_UserController.php

This commit is contained in:
devochka 2016-10-31 19:47:48 +01:00 committed by GitHub
parent 10466b4b7d
commit 0b43c032b4

View File

@ -19,10 +19,10 @@
return [
'Become this user' => 'Войти как данный пользователь',
'Delete' => 'Удалить',
'Disabled' => 'Отключен',
'Enabled' => 'Включен',
'Disabled' => 'Отключён',
'Enabled' => 'Включён',
'Save' => 'Сохранить',
'Unapproved' => 'Не подтвержден',
'Unapproved' => 'Не подтверждён',
'User not found!' => 'Пользователь не найден!',
'You cannot delete yourself!' => 'Вы не можете удалить себя!',
];