akaunting/resources/lang/lv-LV/pagination.php
2022-06-01 10:15:55 +03:00

11 lines
213 B
PHP

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