2017-03-03 00:21:33 +01:00
|
|
|
<?php
|
2018-12-24 12:41:42 +01:00
|
|
|
/**
|
|
|
|
* Pagination Language Lines
|
|
|
|
* The following language lines are used by the paginator library to build
|
|
|
|
* the simple pagination links.
|
|
|
|
*/
|
2017-03-03 00:21:33 +01:00
|
|
|
return [
|
|
|
|
|
|
|
|
'previous' => '« Anterior',
|
|
|
|
'next' => 'Siguiente »',
|
|
|
|
|
|
|
|
];
|