11 lines
135 B
PHP
11 lines
135 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'actions' => 'Actions',
|
|
'action' => 'Action',
|
|
'by' => 'Par',
|
|
'item' => 'Item',
|
|
|
|
);
|