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

10 lines
193 B
PHP
Raw Normal View History

2017-09-14 22:21:00 +03:00
<?php
return [
'previous' => '&laquo; Previous',
'next' => 'Next &raquo;',
'showing' => 'Showing :first to :last of :total :type',
];