2015-07-12 20:01:42 +01:00
|
|
|
<?php
|
2018-12-16 13:12:13 +00:00
|
|
|
/**
|
|
|
|
* Pagination Language Lines
|
|
|
|
* The following language lines are used by the paginator library to build
|
|
|
|
* the simple pagination links.
|
|
|
|
*/
|
2015-07-12 20:01:42 +01:00
|
|
|
return [
|
|
|
|
|
|
|
|
'previous' => '« Previous',
|
|
|
|
'next' => 'Next »',
|
|
|
|
|
|
|
|
];
|