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

10 lines
212 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
2020-01-22 15:27:52 +03:00
'previous' => 'Previous',
'next' => 'Next',
2019-12-24 17:53:18 +03:00
'showing' => ':first-:last of :total records.',
2019-11-16 10:21:14 +03:00
'page' => 'per page.',
2017-09-14 22:21:00 +03:00
];