10 lines
224 B
PHP
10 lines
224 B
PHP
<?php
|
|
|
|
return [
|
|
|
|
'previous' => 'Anterior',
|
|
'next' => 'Próximo',
|
|
'showing' => ':first-:last de :total de registros.',
|
|
'page' => 'por página.',
|
|
];
|