11 lines
248 B
PHP
11 lines
248 B
PHP
<?php
|
|
|
|
return array(
|
|
|
|
'actions' => 'Ang mga aksyon',
|
|
'action' => 'Ang aksyon',
|
|
'by' => 'Batay sa',
|
|
'item' => 'Ang Aytem',
|
|
'no_matching_records' => 'No matching records found',
|
|
|
|
);
|