akaunting/resources/lang/pt-PT/pagination.php
2019-02-04 19:07:34 +03:00

10 lines
199 B
PHP

<?php
return [
'previous' => '&laquo; Anterior',
'next' => 'Seguinte &raquo;',
'showing' => 'A mostrar :first de :last de :total :type',
];