first upload all files
This commit is contained in:
27
Modules/User/Resources/lang/en/users.php
Normal file
27
Modules/User/Resources/lang/en/users.php
Normal file
@@ -0,0 +1,27 @@
|
||||
<?php
|
||||
|
||||
return [
|
||||
'user' => 'User',
|
||||
'users' => 'Users',
|
||||
'profile' => 'Profile',
|
||||
'table' => [
|
||||
'first_name' => 'First Name',
|
||||
'last_name' => 'Last Name',
|
||||
'email' => 'Email',
|
||||
'last_login' => 'Last Login',
|
||||
],
|
||||
'tabs' => [
|
||||
'group' => [
|
||||
'user_information' => 'User Information',
|
||||
'profile_information' => 'Profile Information',
|
||||
],
|
||||
'account' => 'Account',
|
||||
'permissions' => 'Permissions',
|
||||
'new_password' => 'New Password',
|
||||
],
|
||||
'form' => [
|
||||
'activated' => 'Activated',
|
||||
],
|
||||
'or_reset_password' => 'or, Reset Password',
|
||||
'send_reset_password_email' => 'Send Reset Password Email',
|
||||
];
|
||||
Reference in New Issue
Block a user