9 lines
128 B
PHP
9 lines
128 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'actions' => 'Actions',
|
|
'action' => 'Action',
|
|
'by' => 'By',
|
|
'item' => 'Item',
|
|
];
|