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

10 lines
223 B
PHP
Raw Normal View History

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