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

10 lines
199 B
PHP
Raw Normal View History

2018-06-20 12:36:35 +03:00
<?php
return [
'previous' => '&laquo; Anterior',
'next' => 'Próxima &raquo;',
'showing' => 'A mostrar :first de :last de :total :type',
];