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

10 lines
220 B
PHP
Raw Normal View History

2018-06-20 12:36:35 +03:00
<?php
return [
2020-06-29 17:11:50 +03:00
'previous' => 'Anterior',
'next' => 'Seguinte',
'showing' => ':first-:last de :total registos.',
'page' => 'por página.',
2018-06-20 12:36:35 +03:00
];