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