2014-03-15 10:14:55 +00:00
|
|
|
<?php
|
2012-07-13 00:14:03 +02:00
|
|
|
|
|
|
|
|
return array(
|
|
|
|
|
|
|
|
|
|
/*
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Pagination Language Lines
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
| The following language lines are used by the paginator library to build
|
2013-01-11 15:14:07 -06:00
|
|
|
| the simple pagination links. You are free to change them to anything
|
|
|
|
|
| you want to customize your views to better match your application.
|
2012-07-13 00:14:03 +02:00
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
'previous' => '« Previous',
|
2013-02-08 14:24:18 -06:00
|
|
|
|
2012-07-13 00:14:03 +02:00
|
|
|
'next' => 'Next »',
|
|
|
|
|
|
2014-03-15 10:14:55 +00:00
|
|
|
);
|