first upload all files

This commit is contained in:
NW
2023-06-11 13:14:03 +01:00
parent f14dbc52b5
commit c08b36d1b6
1705 changed files with 106852 additions and 0 deletions

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