You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
487 B
18 lines
487 B
<?php
|
|
|
|
return [
|
|
// Labels
|
|
'table_no' => '#',
|
|
'total' => 'Total',
|
|
'action' => 'Actions',
|
|
'show_detail_title' => 'View :name :type detail',
|
|
|
|
// Actions
|
|
'show' => 'View Detail',
|
|
'edit' => 'Edit',
|
|
'delete' => 'Delete',
|
|
'cancel' => 'Cancel',
|
|
'reset' => 'Reset',
|
|
'delete_confirm' => 'Are you sure to delete this?',
|
|
'delete_confirm_button' => 'YES, delete it!',
|
|
];
|