11 lines
235 B
PHP
11 lines
235 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'actions' => 'Thao tác',
|
|
'action' => 'Tác vụ',
|
|
'by' => 'Bởi',
|
|
'item' => 'Mục',
|
|
'no_matching_records' => 'No matching records found',
|
|
|
|
);
|