27 lines
1.2 KiB
PHP
27 lines
1.2 KiB
PHP
<?php
|
|
|
|
return [
|
|
'table_title' => 'Antibiotics',
|
|
'search_placeholder' => 'Antibiotic name...',
|
|
'table_no' => 'No.',
|
|
'table_name' => 'Name',
|
|
'table_status' => 'Status',
|
|
'table_action' => 'Actions',
|
|
'form_add_tittle' => 'New Antibiotic',
|
|
'form_name' => 'Antibiotic',
|
|
'form_sort' => 'Sort-Order',
|
|
'form_edit_tittle' => 'Edit Antibiotic',
|
|
|
|
'create_success' => 'Antibiotic has been created!',
|
|
'create_fail' => 'An error occur while trying to create antibiotic record. Please try again.',
|
|
'update_success' => 'Antibiotic record has been updated!',
|
|
'update_fail' => 'An error occur while trying to update antibiotic record. Please try again.',
|
|
'delete_success' => 'Antibiotic record has been deleted!',
|
|
'delete_fail' => 'An error occur while trying to delete antibiotic record. Please try again.',
|
|
'restore_success' => 'Antibiotic record has been restored!',
|
|
'restore_fail' => 'An error occur while trying to restore antibiotic record. Please try again.',
|
|
'get_success' => 'Antibiotic record has been retrieved!',
|
|
'get_fail' => 'An error occur while trying to retrieve antibiotic record. Please try again.'
|
|
|
|
];
|