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 [
2020-02-18 17:13:54 +03:00
'previous' => 'Previous',
'next' => 'Next',
'showing' => ':first-:last of :total records.',
'page' => 'per page.',
2018-08-06 10:37:04 +03:00
];