akaunting/resources/lang/pt-PT/pagination.php

11 lines
213 B
PHP
Raw Normal View History

2018-06-20 12:36:35 +03:00
<?php
return [
2020-03-17 16:39:03 +03:00
'previous' => 'Previous',
'next' => 'Next',
'showing' => ':first-:last of :total records.',
'page' => 'per page.',
2018-06-20 12:36:35 +03:00
];