akaunting/resources/lang/id-ID/pagination.php

11 lines
237 B
PHP
Raw Normal View History

2018-01-13 15:08:50 +03:00
<?php
return [
'previous' => '&laquo; Sebelumnya',
'next' => 'Berikutnya &raquo;',
2019-12-25 14:32:47 +03:00
'showing' => ':first-:last of :total records.',
'page' => 'per page.',
2018-01-13 15:08:50 +03:00
];