akaunting/resources/lang/pt-BR/pagination.php
2017-09-21 09:55:58 +03:00

10 lines
199 B
PHP

<?php
return [
'previous' => '&laquo; Anterior',
'next' => 'Próximo &raquo;',
'showing' => 'Mostrando :first de :last do :total :type',
];