10 lines
207 B
PHP
10 lines
207 B
PHP
|
<?php
|
||
|
|
||
|
return [
|
||
|
|
||
|
'previous' => '« Sebelumnya',
|
||
|
'next' => 'Berikutnya »',
|
||
|
'showing' => 'Menampilkan :first ke :last dari :total :type',
|
||
|
|
||
|
];
|