2011-10-10 21:34:15 -05:00
|
|
|
<?php
|
2011-10-04 21:43:39 -05:00
|
|
|
|
2011-10-10 21:34:15 -05:00
|
|
|
return array(
|
2011-10-05 01:36:00 -05:00
|
|
|
|
2011-10-18 20:19:36 -05:00
|
|
|
/*
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
| Pagination Language Lines
|
|
|
|
|
|--------------------------------------------------------------------------
|
|
|
|
|
|
|
|
|
|
|
| The following language lines are used by the paginator library to build
|
|
|
|
|
| the pagination links. They may be easily changed by the developer to
|
|
|
|
|
| anything they wish.
|
|
|
|
|
|
|
|
|
|
|
| The "status" line has two place-holders, :current and :last, for which
|
|
|
|
|
| the current and last page numbers are substituted, respectively.
|
|
|
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
2011-10-05 01:36:00 -05:00
|
|
|
'first' => 'First',
|
2011-10-04 21:43:39 -05:00
|
|
|
'previous' => '← Previous',
|
2011-10-05 01:36:00 -05:00
|
|
|
'status' => 'Page :current of :last',
|
|
|
|
|
'next' => 'Next →',
|
|
|
|
|
'last' => 'Last',
|
2011-10-04 21:43:39 -05:00
|
|
|
|
|
|
|
|
);
|