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