akaunting/resources/lang/en-GB/pagination.php
2019-11-16 10:21:14 +03:00

10 lines
226 B
PHP

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