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