54 lines
2.5 KiB
PHP
54 lines
2.5 KiB
PHP
<?php
|
|
|
|
return [
|
|
'table_title' => 'User Accounts',
|
|
'search_placeholder' => 'Account name, email address...',
|
|
'table_no' => 'No',
|
|
'table_name' => 'Name',
|
|
'table_login_email' => 'Login-Email',
|
|
'table_system_role' => 'System Role',
|
|
'table_labs' => 'Labs',
|
|
'table_status' => 'Status',
|
|
'table_action' => 'Actions',
|
|
'form_add_tittle' => 'New User Account',
|
|
'form_name' => 'Full-Name',
|
|
'form_login_email' => 'Login-Email',
|
|
'form_ismnager' => 'Lab Manager',
|
|
'physician' => 'Sample Source',
|
|
'non_of_above' => 'Others',
|
|
'form_edit_tittle' => 'Edit User Account',
|
|
'form_system_role' => 'System-Role',
|
|
'form_lab_cover' => 'Organization Coverage',
|
|
'form_laboratory' => 'Organization',
|
|
'form_select_all_lab' => 'Select All Labs',
|
|
'form_password' => 'Password',
|
|
'form_character' => 'characters',
|
|
'form_assign_lab' => 'Assign laboratory',
|
|
|
|
'user_profile' => 'User Profile',
|
|
'form_change_password' => 'Change Password',
|
|
'form_old_password' => 'Current Password',
|
|
'form_new_password' => 'New Password',
|
|
'form_confirm_password' => 'Confirm New Password',
|
|
'form_signature' => 'Signature',
|
|
|
|
'invalid_current_password' => 'Invalid current password',
|
|
'new_password_same_old_password' => 'New Password cannot be same as your current password.',
|
|
'change_password_success' => 'Your password has been changed!',
|
|
'change_password_fail' => 'An error occur while trying to change password. Please try again.',
|
|
|
|
'create_success' => 'User account has been created!',
|
|
'create_fail' => 'An error occur while trying to create user account record. Please try again.',
|
|
'update_success' => 'User account record has been updated!',
|
|
'update_fail' => 'An error occur while trying to update user account record. Please try again.',
|
|
'delete_success' => 'User account record has been deleted!',
|
|
'delete_fail' => 'An error occur while trying to delete user account record. Please try again.',
|
|
'restore_success' => 'User account record has been restored!',
|
|
'restore_fail' => 'An error occur while trying to restore user account record. Please try again.',
|
|
'get_success' => 'User account record has been retrieved!',
|
|
'get_fail' => 'An error occur while trying to retrieve user account record. Please try again.',
|
|
'assign_lab_success' => 'User account has been added to laboratories!',
|
|
'assign_lab_fail' => 'An error occur while trying to assign user account to laboratories. Please try again.'
|
|
|
|
];
|