akaunting/resources/lang/id-ID/pagination.php
2020-04-22 12:48:51 +03:00

11 lines
237 B
PHP

<?php
return [
'previous' => '&laquo; Sebelumnya',
'next' => 'Berikutnya &raquo;',
'showing' => ':first-:last of :total records.',
'page' => 'per page.',
];