11 lines
237 B
PHP
11 lines
237 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'previous' => '« Sebelumnya',
|
|
'next' => 'Berikutnya »',
|
|
'showing' => ':first-:last of :total records.',
|
|
'page' => 'per page.',
|
|
|
|
];
|