FleetCart/Modules/User/Resources/lang/en/users.php
2023-06-11 13:14:03 +01:00

28 lines
739 B
PHP

<?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',
];