akaunting/resources/lang/en-US/pagination.php

10 lines
212 B
PHP
Raw Permalink Normal View History

2020-12-26 23:32:05 +00:00
<?php
return [
'previous' => 'Previous',
'next' => 'Next',
'showing' => ':first-:last of :total records.',
'page' => 'per page.',
];