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

10 lines
199 B
PHP

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