akaunting/resources/lang/lv-LV/pagination.php

11 lines
213 B
PHP
Raw Normal View History

2018-08-06 10:37:04 +03:00
<?php
return [
2022-06-01 10:15:55 +03:00
'previous' => 'Previous',
'next' => 'Next',
'showing' => ':first-:last of :total records.',
'page' => 'per page.',
2018-08-06 10:37:04 +03:00
];