akaunting/resources/lang/pt-BR/pagination.php
2019-12-25 14:32:47 +03:00

11 lines
236 B
PHP

<?php
return [
'previous' => '&laquo; Anterior',
'next' => 'Próximo &raquo;',
'showing' => ':first-:last of :total records.',
'page' => 'por página.',
];